Trace number 4465696

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K85.opb
MD5SUM29274947006e0854b43dfb210bf5d295
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1332.8
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5780
Total number of constraints5952
Number of constraints which are clauses5867
Number of constraints which are cardinality constraints (but not clauses)85
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint85
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 86
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 47280128, getVmSize() = 47280128, SCIPgetMemUsed() = 20950196, SCIPgetMemTotal() = 25046916, SCIPgetMemExternEstim() = 11272055
0.00/0.03	c ** set memory limit for presolving in LC to 8.79594e+12 for SCIP **
4.11/4.16	c ** Estimated virtualMemUsedAtSolver = 75783114, getVmSize() = 127266816, SCIPgetMemUsed() = 72451617, SCIPgetMemTotal() = 102402617, SCIPgetMemExternEstim() = 11272055
4.11/4.16	c ** set memory limit for solvers to 4.18838e+11 for each SCIP **
4.11/4.16	c Original Problem   :
4.11/4.16	c   Problem name     : instance-4465696-1722541827
4.11/4.16	c   Variables        : 5780 (5780 binary, 0 integer, 0 implicit integer, 0 continuous)
4.11/4.16	c   Constraints      : 5952
4.11/4.16	c   Objective sense  : minimize
4.11/4.16	c Presolved Problem  :
4.11/4.16	c   Variables        : 5048 (5048 binary, 0 integer, 0 implicit integer, 0 continuous)
4.11/4.16	c   Constraints      : 5199
4.11/4.16	c Constraints        : Number
4.11/4.16	c   knapsack         : 1 
4.11/4.16	c   setppc           : 1115 
4.11/4.16	c   orbitope         : 3 
4.11/4.16	c   logicor          : 4080 
4.11/4.16	c ** Instance transfer method used: 0
4.11/4.18	c ** ParaScipInstance copy increased the number of variables. **
4.29/4.39	c LC is working with racing ramp-up and with rebuilding tree after racing.
4.40/4.40	c                                Nodes    Active                                            
4.40/4.40	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
67.61/7.65	c         8              2           1        20                -           0.0000          -
168.74/12.71	c        13           2678         444        20                -           0.0000          -
267.87/17.76	c        18           5839         245        20                -           0.0000          -
368.93/22.82	c        23           8480         391        20                -           0.0000          -
468.15/27.89	c        28          10960         474        20                -           0.0000          -
569.20/32.94	c        33          13722         436        20                -           0.0000          -
668.33/37.99	c        38          16708         491        20                -           0.0000          -
767.47/43.04	c        43          20367         435        20                -           0.0000          -
869.46/48.09	c        48          23346         467        20                -           0.0000          -
968.50/53.14	c        53          26973         433        20                -           0.0000          -
1072.13/58.37	c        58          30795         441        20                -           0.0000          -
1173.20/63.42	c        63          34786         439        20                -           0.0000          -
1272.28/68.46	c        68          37995         520        20                -           0.0000          -
1373.33/73.51	c        74          41744         499        20                -           0.0000          -
1472.41/78.56	c        79          44630         479        20                -           0.0000          -
1573.31/83.61	c        84          48193         475        20                -           0.0000          -
1672.34/88.68	c        89          51188         470        20                -           0.0000          -
1773.44/93.74	c        94          54305         516        20                -           0.0000          -
1872.50/98.79	c        99          56791         472        20                -           0.0000          -
1973.58/103.84	c       104          59766         465        20                -           0.0000          -
2072.66/108.89	c       109              2           1        20                -           0.0000          -
2173.76/113.98	c       114              4           3        20                -           0.0000          -
2272.91/119.03	c       119              8           7        20                -           0.0000          -
2374.77/124.08	c       124          72149         453        20                -           0.0000          -
2474.02/129.14	c       129             13          12        20                -           0.0000          -
2575.09/134.19	c       134             18          15        20                -           0.0000          -
2675.04/139.24	c       139              4           3        20                -           0.0000          -
2774.07/144.29	c       144             27          18        20                -           0.0000          -
2875.13/149.34	c       149             12          11        20                -           0.0000          -
2974.29/154.38	c       154             13          12        20                -           0.0000          -
3075.26/159.45	c       159             17          14        20                -           0.0000          -
3174.39/164.46	c       164             20          17        20                -           0.0000          -
3275.50/169.55	c       170             70          25        20                -           0.0000          -
3376.59/174.62	c       175             72          25        20                -           0.0000          -
3475.75/179.67	c       180             26          21        20                -           0.0000          -
3576.85/184.72	c       185             26          21        20                -           0.0000          -
3675.89/189.78	c       190             74          27        20                -           0.0000          -
3777.03/194.83	c       195         114670         409        20                -           0.0000          -
3875.97/199.89	c       200             42          17        20                -           0.0000          -
3977.00/204.94	c       205             90          33        20                -           0.0000          -
4076.13/210.00	c       210             43          18        20                -           0.0000          -
4175.10/215.01	c       215             43          18        20                -           0.0000          -
4277.27/220.11	c       220             43          18        20                -           0.0000          -
4378.16/225.16	c       225             43          18        20                -           0.0000          -
4478.38/230.22	c       230            108          45        20                -           0.0000          -
4577.41/235.29	c       235             46          19        20                -           0.0000          -
4678.55/240.34	c       240             46          19        20                -           0.0000          -
4779.54/245.40	c       245             46          19        20                -           0.0000          -
4878.72/250.46	c       250             46          19        20                -           0.0000          -
4979.64/255.51	c       256             46          19        20                -           0.0000          -
5078.66/260.56	c       261             46          19        20                -           0.0000          -
5179.69/265.61	c       266             46          19        20                -           0.0000          -
5278.76/270.68	c       271             46          19        20                -           0.0000          -
5379.79/275.74	c       276             46          19        20                -           0.0000          -
5480.80/280.81	c       281             46          19        20                -           0.0000          -
5579.42/285.86	c       286             46          19        20                -           0.0000          -
5680.45/290.92	c       291             46          19        20                -           0.0000          -
5779.47/295.97	c       296             46          19        20                -           0.0000          -
5878.51/301.02	c       301            116          51        20                -           0.0000          -
5980.72/306.06	c       306            116          51        20                -           0.0000          -
6079.87/311.12	c       311            116          51        20                -           0.0000          -
6180.93/316.19	c       316            116          51        20                -           0.0000          -
6280.91/321.27	c       321            116          51        20                -           0.0000          -
6379.96/326.28	c       326            116          51        20                -           0.0000          -
6483.03/331.42	c       331             24          23        20                -           0.0000          -
6582.05/336.47	c       336             24          23        20                -           0.0000          -
6683.15/341.52	c       342             36          27        20                -           0.0000          -
6782.26/346.59	c       347             36          27        20                -           0.0000          -
6883.31/351.64	c       352             36          27        20                -           0.0000          -
6982.41/356.69	c       357             36          27        20                -           0.0000          -
7083.52/361.74	c       362             36          27        20                -           0.0000          -
7182.56/366.80	c       367             36          27        20                -           0.0000          -
7283.61/371.85	c       372             36          27        20                -           0.0000          -
7384.68/376.90	c       377             36          27        20                -           0.0000          -
7483.76/381.96	c       382             36          27        20                -           0.0000          -
7582.89/387.02	c       387             36          27        20                -           0.0000          -
7684.94/392.07	c       392             36          27        20                -           0.0000          -
7784.07/397.15	c       397             36          27        20                -           0.0000          -
7886.17/402.21	c       402             36          27        20                -           0.0000          -
7985.25/407.26	c       407             64          35        20                -           0.0000          -
8086.46/412.31	c       412             64          35        20                -           0.0000          -
8185.52/417.36	c       417             64          35        20                -           0.0000          -
8284.60/422.38	c       422             64          35        20                -           0.0000          -
8385.67/427.47	c       427             64          35        20                -           0.0000          -
8486.68/432.52	c       433             64          35        20                -           0.0000          -
8585.87/437.57	c       438             64          35        20                -           0.0000          -
8686.95/442.64	c       443             64          35        20                -           0.0000          -
8786.11/447.70	c       448             64          35        20                -           0.0000          -
8887.28/452.75	c       453             64          35        20                -           0.0000          -
8988.42/457.80	c       458             64          35        20                -           0.0000          -
9087.61/462.85	c       463             64          35        20                -           0.0000          -
9188.76/467.90	c       468             64          35        20                -           0.0000          -
9287.99/472.96	c       473             64          35        20                -           0.0000          -
9386.98/478.02	c       478             64          35        20                -           0.0000          -
9489.19/483.08	c       483             64          35        20                -           0.0000          -
9588.15/488.13	c       488             64          35        20                -           0.0000          -
9689.55/493.19	c       493             64          35        20                -           0.0000          -
9789.66/498.24	c       498             64          35        20                -           0.0000          -
9888.88/503.29	c       503             64          35        20                -           0.0000          -
9990.03/508.35	c       508             64          35        20                -           0.0000          -
10091.21/513.41	c       513             64          35        20                -           0.0000          -
10190.45/518.46	c       518             64          35        20                -           0.0000          -
10291.52/523.54	c       524             64          35        20                -           0.0000          -
10392.55/528.60	c       529             54          39        20                -           0.0000          -
10491.69/533.65	c       534             54          39        20                -           0.0000          -
10592.76/538.72	c       539             54          39        20                -           0.0000          -
10691.95/543.78	c       544             54          39        20                -           0.0000          -
10793.06/548.85	c       549             54          39        20                -           0.0000          -
10894.11/553.91	c       554             54          39        20                -           0.0000          -
10993.29/558.96	c       559             54          39        20                -           0.0000          -
11094.96/564.06	c       564             54          39        20                -           0.0000          -
11194.53/569.11	c       569             54          39        20                -           0.0000          -
11293.45/574.14	c       574             54          39        20                -           0.0000          -
11395.62/579.22	c       579             54          39        20                -           0.0000          -
11494.57/584.27	c       584             54          39        20                -           0.0000          -
11595.69/589.32	c       589             54          39        20                -           0.0000          -
11696.79/594.41	c       594             54          39        20                -           0.0000          -
11795.78/599.47	c       599             54          39        20                -           0.0000          -
11896.91/604.52	c       605             54          39        20                -           0.0000          -
11996.00/609.57	c       610             54          39        20                -           0.0000          -
12097.10/614.62	c       615             54          39        20                -           0.0000          -
12196.25/619.68	c       620             54          39        20                -           0.0000          -
12297.42/624.74	c       625             54          39        20                -           0.0000          -
12396.52/629.79	c       630             54          39        20                -           0.0000          -
12497.57/634.84	c       635             54          39        20                -           0.0000          -
12598.65/639.91	c       640             54          39        20                -           0.0000          -
12697.79/644.96	c       645             54          39        20                -           0.0000          -
12796.88/650.01	c       650             61          46        20                -           0.0000          -
12898.91/655.08	c       655             61          46        20                -           0.0000          -
12997.98/660.14	c       660             61          46        20                -           0.0000          -
13099.06/665.20	c       665             61          46        20                -           0.0000          -
13199.06/670.22	c       670             61          46        20                -           0.0000          -
13300.00/675.31	c       675             61          46        20                -           0.0000          -
13398.99/680.36	c       680             61          46        20                -           0.0000          -
13499.97/685.42	c       685             61          46        20                -           0.0000          -
13598.99/690.50	c       690             62          47        20                -           0.0000          -
13699.99/695.56	c       696             62          47        20                -           0.0000          -
13801.03/700.62	c       701             62          47        20                -           0.0000          -
13900.16/705.68	c       706             62          47        20                -           0.0000          -
14001.14/710.74	c       711             62          47        20                -           0.0000          -
14100.33/715.75	c       716             62          47        20                -           0.0000          -
14201.23/720.88	c       721             62          47        20                -           0.0000          -
14302.18/725.94	c       726             64          47        20                -           0.0000          -
14401.22/730.99	c       731             64          47        20                -           0.0000          -
14500.28/736.04	c       736             64          47        20                -           0.0000          -
14602.15/741.09	c       741             64          47        20                -           0.0000          -
14701.50/746.14	c       746             64          47        20                -           0.0000          -
14802.35/751.19	c       751             93          64        20                -           0.0000          -
14902.48/756.23	c       756             93          64        20                -           0.0000          -
15003.54/761.30	c       761             93          64        20                -           0.0000          -
15102.67/766.35	c       766             93          64        20                -           0.0000          -
15203.76/771.41	c       771             66          51        20                -           0.0000          -
15302.93/776.46	c       776             66          51        20                -           0.0000          -
15404.05/781.52	c       782             66          51        20                -           0.0000          -
15503.21/786.59	c       787             66          51        20                -           0.0000          -
15604.34/791.63	c       792             66          51        20                -           0.0000          -
15703.49/796.66	c       797             66          51        20                -           0.0000          -
15804.61/801.75	c       802             66          51        20                -           0.0000          -
15905.70/806.81	c       807             97          68        20                -           0.0000          -
16004.81/811.87	c       812             89          60        20                -           0.0000          -
16105.99/816.93	c       817             89          60        20                -           0.0000          -
16205.07/822.00	c       822             89          60        20                -           0.0000          -
16307.07/827.08	c       827            317         128        20                -           0.0000          -
16408.40/832.17	c       832            317         128        20                -           0.0000          -
16508.39/837.22	c       837            317         128        20                -           0.0000          -
16607.43/842.27	c       842            317         128        20                -           0.0000          -
16708.52/847.33	c       847            317         128        20                -           0.0000          -
16807.66/852.38	c       852            317         128        20                -           0.0000          -
16908.81/857.43	c       857            317         128        20                -           0.0000          -
17009.89/862.52	c       863             71          54        20                -           0.0000          -
17109.02/867.58	c       868             71          54        20                -           0.0000          -
17210.03/872.64	c       873             71          54        20                -           0.0000          -
17309.12/877.69	c       878             71          54        20                -           0.0000          -
17410.21/882.75	c       883             71          54        20                -           0.0000          -
17511.18/887.80	c       888            342         129        20                -           0.0000          -
17610.15/892.87	c       893            100          71        20                -           0.0000          -
17711.34/897.94	c       898            111          80        20                -           0.0000          -
17810.44/902.99	c       903            111          80        20                -           0.0000          -
17912.67/908.06	c       908            111          80        20                -           0.0000          -
18011.82/913.12	c       913            111          80        20                -           0.0000          -
18111.08/918.14	c       918            348         133        20                -           0.0000          -
18213.05/923.24	c       923             74          57        20                -           0.0000          -
18314.16/928.31	c       928            117          82        20                -           0.0000          -
18413.29/933.38	c       933            117          82        20                -           0.0000          -
18514.28/938.44	c       938             77          60        20                -           0.0000          -
18615.36/943.52	c       944             78          61        20                -           0.0000          -
18714.43/948.54	c       949            374         137        20                -           0.0000          -
18815.58/953.64	c       954            131          82        20                -           0.0000          -
18916.65/958.71	c       959            131          82        20                -           0.0000          -
19015.83/963.77	c       964            131          82        20                -           0.0000          -
19116.92/968.83	c       969            131          82        20                -           0.0000          -
19216.01/973.88	c       974            135          86        20                -           0.0000          -
19317.19/978.93	c       979            134          85        20                -           0.0000          -
19416.40/983.98	c       984            134          85        20                -           0.0000          -
19515.59/989.03	c       989            134          85        20                -           0.0000          -
19617.73/994.09	c       994            134          85        20                -           0.0000          -
19718.91/999.17	c       999            134          85        20                -           0.0000          -
19819.00/1004.23	c      1004            411         150        20                -           0.0000          -
19920.18/1009.30	c      1009            411         150        20                -           0.0000          -
20019.32/1014.36	c      1014             87          70        20                -           0.0000          -
20120.50/1019.42	c      1019             87          70        20                -           0.0000          -
20219.69/1024.48	c      1024             87          70        20                -           0.0000          -
20320.67/1029.55	c      1030            425         156        20                -           0.0000          -
20419.78/1034.60	c      1035            164         109        20                -           0.0000          -
20521.00/1039.62	c      1040            177          98        20                -           0.0000          -
20619.82/1044.70	c      1045             94          75        20                -           0.0000          -
20721.00/1049.75	c      1050             94          75        20                -           0.0000          -
20822.12/1054.80	c      1055             94          75        20                -           0.0000          -
20921.20/1059.85	c      1060             94          75        20                -           0.0000          -
21020.28/1064.90	c      1065             94          75        20                -           0.0000          -
21121.30/1069.95	c      1070            190         107        20                -           0.0000          -
21220.42/1075.00	c      1075            190         107        20                -           0.0000          -
21322.25/1080.05	c      1080            190         107        20                -           0.0000          -
21421.38/1085.11	c      1085             97          78        20                -           0.0000          -
21520.65/1090.13	c      1090             97          78        20                -           0.0000          -
21622.59/1095.21	c      1095             97          78        20                -           0.0000          -
21721.62/1100.27	c      1100            181         124        20                -           0.0000          -
21822.64/1105.33	c      1105            181         124        20                -           0.0000          -
21921.72/1110.35	c      1110            181         124        20                -           0.0000          -
22022.70/1115.42	c      1115            181         124        20                -           0.0000          -
22123.63/1120.50	c      1120            183         126        20                -           0.0000          -
22222.68/1125.55	c      1126            475         176        20                -           0.0000          -
22321.78/1130.60	c      1131            475         176        20                -           0.0000          -
22422.93/1135.65	c      1136            207         124        20                -           0.0000          -
22522.14/1140.70	c      1141            207         124        20                -           0.0000          -
22623.35/1145.75	c      1146            190         133        20                -           0.0000          -
22722.53/1150.80	c      1151            190         133        20                -           0.0000          -
22823.69/1155.85	c      1156            190         133        20                -           0.0000          -
22924.84/1160.91	c      1161            127          92        20                -           0.0000          -
23023.88/1165.96	c      1166            218         133        20                -           0.0000          -
23123.06/1171.01	c      1171            218         133        20                -           0.0000          -
23225.19/1176.06	c      1176            218         133        20                -           0.0000          -
23324.19/1181.11	c      1181            218         133        20                -           0.0000          -
23425.18/1186.16	c      1186            218         133        20                -           0.0000          -
23525.26/1191.21	c      1191            218         133        20                -           0.0000          -
23624.39/1196.26	c      1196            134          99        20                -           0.0000          -
23725.53/1201.31	c      1201            134          99        20                -           0.0000          -
23824.68/1206.36	c      1206            134          99        20                -           0.0000          -
23923.83/1211.37	c      1211            221         136        20                -           0.0000          -
24022.90/1216.38	c      1216            136          99        20                -           0.0000          -
24124.00/1221.47	c      1221            136          99        20                -           0.0000          -
24225.13/1226.54	c      1227            136          99        20                -           0.0000          -
24326.21/1231.62	c      1232            136          99        20                -           0.0000          -
24425.22/1236.67	c      1237            136          99        20                -           0.0000          -
24526.32/1241.72	c      1242            227         142        20                -           0.0000          -
24625.37/1246.75	c      1247            138         101        20                -           0.0000          -
24726.47/1251.82	c      1252            138         101        20                -           0.0000          -
24825.59/1256.88	c      1257            216         159        20                -           0.0000          -
24926.67/1261.93	c      1262            216         159        20                -           0.0000          -
25025.78/1267.00	c      1267            144         105        20                -           0.0000          -
25127.62/1272.05	c      1272            241         151        20                -           0.0000          -
25226.88/1277.11	c      1277            241         151        20                -           0.0000          -
25327.94/1282.17	c      1282            241         151        20                -           0.0000          -
25427.81/1287.22	c      1287            241         151        20                -           0.0000          -
25526.95/1292.26	c      1292            158         111        20                -           0.0000          -
25627.88/1297.32	c      1297            158         111        20                -           0.0000          -
25726.97/1302.38	c      1302            158         111        20                -           0.0000          -
25828.06/1307.43	c      1307            158         111        20                -           0.0000          -
25927.21/1312.45	c      1312            158         111        20                -           0.0000          -
26028.33/1317.53	c      1318            158         111        20                -           0.0000          -
26127.47/1322.58	c      1323            158         111        20                -           0.0000          -
26228.59/1327.63	c      1328            158         111        20                -           0.0000          -
26327.72/1332.64	c      1333            566         211        20                -           0.0000          -
26426.85/1337.66	c      1338            566         211        20                -           0.0000          -
26527.90/1342.70	c      1343            566         211        20                -           0.0000          -
26626.95/1347.76	c      1348            566         211        20                -           0.0000          -
26726.14/1352.77	c      1353            566         211        20                -           0.0000          -
26827.20/1357.84	c      1358            566         211        20                -           0.0000          -
26928.34/1362.91	c      1363            566         211        20                -           0.0000          -
27027.43/1367.94	c      1368            566         211        20                -           0.0000          -
27129.73/1373.08	c      1373            566         211        20                -           0.0000          -
27228.55/1378.13	c      1378            566         211        20                -           0.0000          -
27329.77/1383.16	c      1383            566         211        20                -           0.0000          -
27428.67/1388.17	c      1388            566         211        20                -           0.0000          -
27529.05/1393.29	c      1393            566         211        20                -           0.0000          -
27630.19/1398.34	c      1398            566         211        20                -           0.0000          -
27729.34/1403.40	c      1403            566         211        20                -           0.0000          -
27830.41/1408.46	c      1408            566         211        20                -           0.0000          -
27931.48/1413.51	c      1414            566         211        20                -           0.0000          -
28030.61/1418.56	c      1419            566         211        20                -           0.0000          -
28131.67/1423.61	c      1424            566         211        20                -           0.0000          -
28230.72/1428.62	c      1429            566         211        20                -           0.0000          -
28331.83/1433.74	c      1434            566         211        20                -           0.0000          -
28430.96/1438.78	c      1439            566         211        20                -           0.0000          -
28532.13/1443.85	c      1444            566         211        20                -           0.0000          -
28633.21/1448.92	c      1449            566         211        20                -           0.0000          -
28732.28/1453.97	c      1454            566         211        20                -           0.0000          -
28831.47/1459.01	c      1459            566         211        20                -           0.0000          -
28933.41/1464.07	c      1464            287         193        20                -           0.0000          -
29032.83/1469.13	c      1469            287         193        20                -           0.0000          -
29133.87/1474.16	c      1474            287         193        20                -           0.0000          -
29233.93/1479.24	c      1479            276         199        20                -           0.0000          -
29332.89/1484.29	c      1484            276         199        20                -           0.0000          -
29433.98/1489.35	c      1489            276         199        20                -           0.0000          -
29535.09/1494.40	c      1494            207         146        20                -           0.0000          -
29634.19/1499.45	c      1499            291         197        20                -           0.0000          -
29733.24/1504.50	c      1504            279         200        20                -           0.0000          -
29834.39/1509.56	c      1510            279         200        20                -           0.0000          -
29935.42/1514.61	c      1515            279         200        20                -           0.0000          -
30034.61/1519.66	c      1520            315         205        20                -           0.0000          -
30135.64/1524.71	c      1525            315         205        20                -           0.0000          -
30234.68/1529.76	c      1530            223         158        20                -           0.0000          -
30335.72/1534.82	c      1535            622         229        20                -           0.0000          -
30434.91/1539.87	c      1540            224         159        20                -           0.0000          -
30535.99/1544.92	c      1545            318         208        20                -           0.0000          -
30635.16/1549.97	c      1550            318         208        20                -           0.0000          -
30734.35/1555.00	c      1555            227         162        20                -           0.0000          -
30836.54/1560.07	c      1560            227         162        20                -           0.0000          -
30935.43/1565.10	c      1565            323         211        20                -           0.0000          -
31036.72/1570.19	c      1570            645         238        20                -           0.0000          -
31136.72/1575.24	c      1575            645         238        20                -           0.0000          -
31237.77/1580.32	c      1580            327         215        20                -           0.0000          -
31336.82/1585.38	c      1585            321         222        20                -           0.0000          -
31437.87/1590.43	c      1590            321         222        20                -           0.0000          -
31536.92/1595.46	c      1595            344         216        20                -           0.0000          -
31638.01/1600.54	c      1601            348         218        20                -           0.0000          -
31737.11/1605.59	c      1606            241         176        20                -           0.0000          -
31838.16/1610.60	c      1611            332         227        20                -           0.0000          -
31939.23/1615.71	c      1616            334         229        20                -           0.0000          -
32038.26/1620.76	c      1621            334         229        20                -           0.0000          -
32139.36/1625.81	c      1626            250         181        20                -           0.0000          -
32238.49/1630.86	c      1631            372         224        20                -           0.0000          -
32339.58/1635.91	c      1636            251         182        20                -           0.0000          -
32438.66/1641.00	c      1641            338         233        20                -           0.0000          -
32537.63/1646.05	c      1646            254         185        20                -           0.0000          -
32639.89/1651.10	c      1651            254         185        20                -           0.0000          -
32738.79/1656.15	c      1656            389         223        20                -           0.0000          -
32840.87/1661.20	c      1661            255         186        20                -           0.0000          -
32939.95/1666.25	c      1666            783         234        20                -           0.0000          -
33041.03/1671.31	c      1671            783         234        20                -           0.0000          -
33140.17/1676.36	c      1676            403         231        20                -           0.0000          -
33241.26/1681.41	c      1681            403         231        20                -           0.0000          -
33340.27/1686.49	c      1686            403         231        20                -           0.0000          -
33441.29/1691.53	c      1692            262         193        20                -           0.0000          -
33540.28/1696.59	c      1697            262         193        20                -           0.0000          -
33641.39/1701.64	c      1702            262         193        20                -           0.0000          -
33740.48/1706.69	c      1707            262         193        20                -           0.0000          -
33841.45/1711.72	c      1712            262         193        20                -           0.0000          -
33942.53/1716.80	c      1717            262         193        20                -           0.0000          -
34041.59/1721.81	c      1722            262         193        20                -           0.0000          -
34140.65/1726.86	c      1727            412         236        20                -           0.0000          -
34241.80/1731.98	c      1732            412         236        20                -           0.0000          -
34340.91/1737.03	c      1737            412         236        20                -           0.0000          -
34443.03/1742.08	c      1742            264         193        20                -           0.0000          -
34542.09/1747.09	c      1747            406         241        20                -           0.0000          -
34643.05/1752.18	c      1752            421         243        20                -           0.0000          -
34742.99/1757.24	c      1757            407         242        20                -           0.0000          -
34842.11/1762.29	c      1762            407         242        20                -           0.0000          -
34943.21/1767.34	c      1767            407         242        20                -           0.0000          -
35042.25/1772.39	c      1772            274         197        20                -           0.0000          -
35143.27/1777.45	c      1777            274         197        20                -           0.0000          -
35244.36/1782.51	c      1783            424         246        20                -           0.0000          -
35343.29/1787.56	c      1788            424         246        20                -           0.0000          -
35444.38/1792.61	c      1793            913         252        20                -           0.0000          -
35543.49/1797.65	c      1798            286         201        20                -           0.0000          -
35644.59/1802.71	c      1803            286         201        20                -           0.0000          -
35743.64/1807.74	c      1808            286         201        20                -           0.0000          -
35844.75/1812.81	c      1813            286         201        20                -           0.0000          -
35943.87/1817.88	c      1818            437         248        20                -           0.0000          -
36045.03/1822.93	c      1823            437         248        20                -           0.0000          -
36144.13/1827.99	c      1828            437         248        20                -           0.0000          -
36243.29/1833.04	c      1833            439         257        20                -           0.0000          -
36345.20/1838.10	c      1838            439         257        20                -           0.0000          -
36446.38/1843.15	c      1843            442         249        20                -           0.0000          -
36546.30/1848.22	c      1848            442         249        20                -           0.0000          -
36645.42/1853.27	c      1853            299         212        20                -           0.0000          -
36746.47/1858.32	c      1858            299         212        20                -           0.0000          -
36845.61/1863.37	c      1863            299         212        20                -           0.0000          -
36946.71/1868.42	c      1868            299         212        20                -           0.0000          -
37045.86/1873.48	c      1873            299         212        20                -           0.0000          -
37147.02/1878.53	c      1879            299         212        20                -           0.0000          -
37245.96/1883.58	c      1884            299         212        20                -           0.0000          -
37345.01/1888.59	c      1889            299         212        20                -           0.0000          -
37445.95/1893.61	c      1894            299         212        20                -           0.0000          -
37545.01/1898.66	c      1899            299         212        20                -           0.0000          -
37646.12/1903.72	c      1904            299         212        20                -           0.0000          -
37745.19/1908.77	c      1909            299         212        20                -           0.0000          -
37846.30/1913.82	c      1914            299         212        20                -           0.0000          -
37945.38/1918.87	c      1919            299         212        20                -           0.0000          -
38046.46/1923.92	c      1924            299         212        20                -           0.0000          -
38145.56/1928.98	c      1929            299         212        20                -           0.0000          -
38244.63/1934.03	c      1934            299         212        20                -           0.0000          -
38346.55/1939.10	c      1939            300         213        20                -           0.0000          -
38445.51/1944.12	c      1944           1087         272        20                -           0.0000          -
38547.84/1949.22	c      1949            302         215        20                -           0.0000          -
38646.92/1954.25	c      1954            302         215        20                -           0.0000          -
38748.01/1959.33	c      1959            302         215        20                -           0.0000          -
38847.07/1964.38	c      1964            302         215        20                -           0.0000          -
38948.18/1969.44	c      1969            533         273        20                -           0.0000          -
39049.29/1974.51	c      1975            533         273        20                -           0.0000          -
39148.43/1979.57	c      1980            533         273        20                -           0.0000          -
39249.56/1984.62	c      1985            533         273        20                -           0.0000          -
39348.62/1989.67	c      1990            499         264        20                -           0.0000          -
39449.73/1994.72	c      1995            499         264        20                -           0.0000          -
39548.88/1999.78	c      2000            500         265        20                -           0.0000          -
39649.86/2004.84	c      2005            310         221        20                -           0.0000          -
39748.64/2009.89	c      2010            310         221        20                -           0.0000          -
39849.73/2014.94	c      2015            310         221        20                -           0.0000          -
39948.87/2020.00	c      2020           1135         278        20                -           0.0000          -
40047.80/2025.05	c      2025            314         225        20                -           0.0000          -
40149.98/2030.06	c      2030            582         278        20                -           0.0000          -
40249.04/2035.15	c      2035            582         278        20                -           0.0000          -
40351.13/2040.20	c      2040            582         278        20                -           0.0000          -
40450.25/2045.25	c      2045            322         227        20                -           0.0000          -
40549.34/2050.30	c      2050            593         281        20                -           0.0000          -
40650.35/2055.35	c      2055            593         281        20                -           0.0000          -
40751.34/2060.40	c      2060            593         281        20                -           0.0000          -
40850.43/2065.42	c      2065           1157         284        20                -           0.0000          -
40951.55/2070.52	c      2071           1157         284        20                -           0.0000          -
41050.62/2075.57	c      2076            602         284        20                -           0.0000          -
41151.64/2080.62	c      2081            602         284        20                -           0.0000          -
41250.43/2085.67	c      2086           1166         287        20                -           0.0000          -
41349.50/2090.68	c      2091            537         274        20                -           0.0000          -
41448.60/2095.69	c      2096            612         290        20                -           0.0000          -
41549.60/2100.73	c      2101            612         290        20                -           0.0000          -
41650.70/2105.89	c      2106           1176         287        20                -           0.0000          -
41751.81/2110.93	c      2111            403         233        20                -           0.0000          -
41850.91/2116.00	c      2116            410         230        20                -           0.0000          -
41949.96/2121.05	c      2121            411         229        20                -           0.0000          -
42052.05/2126.10	c      2126            411         229        20                -           0.0000          -
42151.08/2131.15	c      2131            411         229        20                -           0.0000          -
42252.04/2136.17	c      2136            411         229        20                -           0.0000          -
42352.02/2141.22	c      2141           1208         287        20                -           0.0000          -
42451.03/2146.27	c      2146            414         232        20                -           0.0000          -
42552.13/2151.37	c      2151            414         232        20                -           0.0000          -
42653.20/2156.42	c      2156            414         232        20                -           0.0000          -
42752.40/2161.47	c      2161           1232         285        20                -           0.0000          -
42853.57/2166.52	c      2167            418         234        20                -           0.0000          -
42952.75/2171.57	c      2172            418         234        20                -           0.0000          -
43051.90/2176.58	c      2177            422         236        20                -           0.0000          -
43153.02/2181.64	c      2182            636         277        20                -           0.0000          -
43253.84/2186.72	c      2187            438         242        20                -           0.0000          -
43352.95/2191.77	c      2192            801         301        20                -           0.0000          -
43451.99/2196.80	c      2197           1281         284        20                -           0.0000          -
43553.04/2201.88	c      2202            461         239        20                -           0.0000          -
43653.92/2206.93	c      2207            463         241        20                -           0.0000          -
43753.02/2211.99	c      2212            465         241        20                -           0.0000          -
43851.96/2217.04	c      2217            466         242        20                -           0.0000          -
43953.92/2222.10	c      2222            467         241        20                -           0.0000          -
44052.91/2227.15	c      2227            467         241        20                -           0.0000          -
44154.07/2232.20	c      2232            709         288        20                -           0.0000          -
44254.14/2237.25	c      2237            873         305        20                -           0.0000          -
44355.23/2242.31	c      2242            874         304        20                -           0.0000          -
44454.36/2247.36	c      2247            734         287        20                -           0.0000          -
44555.36/2252.43	c      2252           1347         282        20                -           0.0000          -
44654.52/2257.48	c      2257            896         308        20                -           0.0000          -
44755.63/2262.53	c      2263            897         309        20                -           0.0000          -
44854.60/2267.58	c      2268            521         243        20                -           0.0000          -
44955.55/2272.63	c      2273            526         246        20                -           0.0000          -
45054.45/2277.68	c      2278            904         310        20                -           0.0000          -
45155.35/2282.70	c      2283            904         310        20                -           0.0000          -
45254.32/2287.73	c      2288            904         310        20                -           0.0000          -
45353.19/2292.78	c      2293           1383         290        20                -           0.0000          -
45452.20/2297.80	c      2298           1391         288        20                -           0.0000          -
45553.20/2302.88	c      2303            946         312        20                -           0.0000          -
45654.24/2307.94	c      2308           1395         292        20                -           0.0000          -
45753.27/2312.95	c      2313           1395         292        20                -           0.0000          -
45855.33/2318.06	c      2318            984         312        20                -           0.0000          -
45954.30/2323.10	c      2323            993         315        20                -           0.0000          -
46053.34/2328.12	c      2328           1413         290        20                -           0.0000          -
46152.59/2333.14	c      2333           1012         312        20                -           0.0000          -
46254.67/2338.27	c      2338           1424         291        20                -           0.0000          -
46355.56/2343.33	c      2343            653         243        20                -           0.0000          -
46454.68/2348.35	c      2348           1056         312        20                -           0.0000          -
46555.59/2353.43	c      2353           1056         312        20                -           0.0000          -
46654.63/2358.44	c      2358           1441         294        20                -           0.0000          -
46755.76/2363.52	c      2364            683         242        20                -           0.0000          -
46856.91/2368.60	c      2369           1066         314        20                -           0.0000          -
46955.99/2373.65	c      2374        1219117         427        20                -           0.0000          -
47057.11/2378.71	c      2379           1072         316        20                -           0.0000          -
47156.07/2383.77	c      2384           1470         295        20                -           0.0000          -
47256.99/2388.82	c      2389           1077         319        20                -           0.0000          -
47356.16/2393.88	c      2394           1077         319        20                -           0.0000          -
47457.28/2398.93	c      2399           1475         298        20                -           0.0000          -
47556.42/2403.99	c      2404            741         244        20                -           0.0000          -
47655.56/2409.03	c      2409           1480         301        20                -           0.0000          -
47757.50/2414.08	c      2414           1480         301        20                -           0.0000          -
47856.89/2419.09	c      2419            768         244        20                -           0.0000          -
47958.03/2424.18	c      2424           1121         321        20                -           0.0000          -
48057.98/2429.22	c      2429           1499         304        20                -           0.0000          -
48157.08/2434.30	c      2434           1127         323        20                -           0.0000          -
48258.21/2439.35	c      2439           1127         323        20                -           0.0000          -
48359.27/2444.40	c      2444           1127         323        20                -           0.0000          -
48458.36/2449.42	c      2449           1127         323        20                -           0.0000          -
48557.46/2454.43	c      2454           1509         304        20                -           0.0000          -
48658.36/2459.56	c      2460           1134         326        20                -           0.0000          -
48759.36/2464.61	c      2465           1135         327        20                -           0.0000          -
48858.51/2469.69	c      2470           1530         303        20                -           0.0000          -
48959.55/2474.76	c      2475           1532         301        20                -           0.0000          -
49060.55/2479.81	c      2480           1537         300        20                -           0.0000          -
49159.68/2484.86	c      2485            844         247        20                -           0.0000          -
49260.76/2489.91	c      2490            846         249        20                -           0.0000          -
49359.89/2494.96	c      2495            846         249        20                -           0.0000          -
49459.03/2499.98	c      2500            846         249        20                -           0.0000          -
49558.15/2505.00	c      2505           1578         297        20                -           0.0000          -
49660.07/2510.06	c      2510           1195         335        20                -           0.0000          -
49759.22/2515.13	c      2515           1589         294        20                -           0.0000          -
49860.13/2520.18	c      2520           1592         297        20                -           0.0000          -
49962.29/2525.32	c      2525           1232         332        20                -           0.0000          -
50061.43/2530.35	c      2530           1232         332        20                -           0.0000          -
50162.51/2535.43	c      2535           1232         332        20                -           0.0000          -
50261.62/2540.48	c      2540           1232         332        20                -           0.0000          -
50362.78/2545.54	c      2546           1232         332        20                -           0.0000          -
50461.84/2550.59	c      2551            895         254        20                -           0.0000          -
50562.77/2555.64	c      2556           1251         335        20                -           0.0000          -
50661.92/2560.69	c      2561           1628         295        20                -           0.0000          -
50762.90/2565.74	c      2566           1630         295        20                -           0.0000          -
50862.06/2570.79	c      2571        1317789         459        20                -           0.0000          -
50963.16/2575.80	c      2576           1638         297        20                -           0.0000          -
51062.29/2580.85	c      2581           1279           0        20                -           0.0000          -
51161.38/2585.89	c      2586           1279           0        20                -           0.0000          -
51262.48/2590.94	c      2591           1279           0        20                -           0.0000          -
51361.55/2596.05	c      2596           1279           0        20                -           0.0000          -
51463.44/2601.10	c      2601           1279           0        20                -           0.0000          -
51562.19/2606.15	c      2606           1279           0        20                -           0.0000          -
51664.02/2611.21	c      2611           1279           0        20                -           0.0000          -
51762.97/2616.26	c      2616           1279           0        20                -           0.0000          -
51863.96/2621.31	c      2621           1279           0        20                -           0.0000          -
51962.94/2626.36	c      2626           1279           0        20                -           0.0000          -
52063.92/2631.41	c      2631           1279           0        20                -           0.0000          -
52162.96/2636.46	c      2636           1279           0        20                -           0.0000          -
52263.93/2641.51	c      2642           1280           1        20                -           0.0000          -
52362.53/2646.54	c      2647           1727         299        20                -           0.0000          -
52463.28/2651.61	c      2652           1290          11        20                -           0.0000          -
52562.26/2656.66	c      2657           1290          11        20                -           0.0000          -
52663.24/2661.71	c      2662           1290          11        20                -           0.0000          -
52762.26/2666.76	c      2667           1290          11        20                -           0.0000          -
52861.24/2671.79	c      2672           1290          11        20                -           0.0000          -
52962.32/2676.80	c      2677           1290          11        20                -           0.0000          -
53063.42/2681.93	c      2682           1290          11        20                -           0.0000          -
53162.51/2686.98	c      2687           1290          11        20                -           0.0000          -
53261.55/2691.99	c      2692           1290          11        20                -           0.0000          -
53363.57/2697.08	c      2697           1291          12        20                -           0.0000          -
53462.37/2702.11	c      2702           1291          12        20                -           0.0000          -
53564.43/2707.20	c      2707           1292          15        20                -           0.0000          -
53663.44/2712.28	c      2712           1292          15        20                -           0.0000          -
53764.57/2717.32	c      2717           1623         286        20                -           0.0000          -
53863.65/2722.40	c      2722           1785         307        20                -           0.0000          -
53964.72/2727.45	c      2727           1303          18        20                -           0.0000          -
54065.75/2732.50	c      2732           1309          20        20                -           0.0000          -
54164.66/2737.56	c      2738           1311          22        20                -           0.0000          -
54265.59/2742.61	c      2743           1316          23        20                -           0.0000          -
54364.70/2747.66	c      2748           1324          25        20                -           0.0000          -
54465.60/2752.70	c      2753           1802         308        20                -           0.0000          -
54564.63/2757.76	c      2758           1802         308        20                -           0.0000          -
54665.63/2762.81	c      2763           1358         257        20                -           0.0000          -
54764.69/2767.84	c      2768           1354          31        20                -           0.0000          -
54865.79/2772.91	c      2773           1354          31        20                -           0.0000          -
54964.86/2777.95	c      2778           1703         284        20                -           0.0000          -
55063.81/2783.02	c      2783           1816           0        20                -           0.0000          -
55162.78/2788.05	c      2788           1816           0        20                -           0.0000          -
55264.85/2793.12	c      2793           1816           0        20                -           0.0000          -
55365.85/2798.17	c      2798           1816           0        20                -           0.0000          -
55464.78/2803.18	c      2803           1816           0        20                -           0.0000          -
55564.85/2808.24	c      2808           1816           0        20                -           0.0000          -
55665.95/2813.35	c      2813           1816           0        20                -           0.0000          -
55765.07/2818.36	c      2818           1816           0        20                -           0.0000          -
55866.05/2823.46	c      2823           1816           0        20                -           0.0000          -
55965.14/2828.48	c      2828           1816           0        20                -           0.0000          -
56066.18/2833.55	c      2834           1816           0        20                -           0.0000          -
56167.31/2838.60	c      2839           1794         283        20                -           0.0000          -
56266.25/2843.64	c      2844           1816           0        20                -           0.0000          -
56367.29/2848.72	c      2849           1816           0        20                -           0.0000          -
56466.30/2853.77	c      2854           1816           0        20                -           0.0000          -
56567.36/2858.81	c      2859           1816           0        20                -           0.0000          -
56666.45/2863.89	c      2864           1816           0        20                -           0.0000          -
56767.36/2868.94	c      2869           1816           0        20                -           0.0000          -
56866.47/2873.99	c      2874           1816           0        20                -           0.0000          -
56965.55/2879.01	c      2879           1816           0        20                -           0.0000          -
57067.63/2884.09	c      2884           1816           0        20                -           0.0000          -
57166.67/2889.11	c      2889           1816           0        20                -           0.0000          -
57267.78/2894.19	c      2894           1601          38        20                -           0.0000          -
57367.73/2899.22	c      2899           1601          38        20                -           0.0000          -
57468.73/2904.31	c      2904           1601          38        20                -           0.0000          -
57567.87/2909.32	c      2909           1601          38        20                -           0.0000          -
57668.94/2914.43	c      2914           1601          38        20                -           0.0000          -
57768.05/2919.48	c      2919           1601          38        20                -           0.0000          -
57869.14/2924.53	c      2925           1601          38        20                -           0.0000          -
57968.28/2929.58	c      2930           1601          38        20                -           0.0000          -
58069.27/2934.61	c      2935           1601          38        20                -           0.0000          -
58168.35/2939.69	c      2940           1599         256        20                -           0.0000          -
58269.47/2944.74	c      2945           1599         256        20                -           0.0000          -
58368.59/2949.79	c      2950           1599         256        20                -           0.0000          -
58469.62/2954.86	c      2955           1599         256        20                -           0.0000          -
58568.69/2959.90	c      2960           1599         256        20                -           0.0000          -
58669.79/2964.95	c      2965           1599         256        20                -           0.0000          -
58768.77/2970.03	c      2970           1599         256        20                -           0.0000          -
58870.52/2975.08	c      2975           1599         256        20                -           0.0000          -
58969.86/2980.13	c      2980           1599         256        20                -           0.0000          -
59070.62/2985.18	c      2985           1878          12        20                -           0.0000          -
59170.76/2990.23	c      2990           1886          12        20                -           0.0000          -
59269.87/2995.24	c      2995           1887          13        20                -           0.0000          -
59370.92/3000.31	c      3000        1578232         424        20                -           0.0000          -
59470.14/3005.38	c      3005           1889          15        20                -           0.0000          -
59571.10/3010.43	c      3010           1889          15        20                -           0.0000          -
59670.22/3015.48	c      3015           1889          15        20                -           0.0000          -
59771.31/3020.54	c      3021           1889          15        20                -           0.0000          -
59870.39/3025.58	c      3026           1889          15        20                -           0.0000          -
59971.49/3030.64	c      3031        1596041         413        20                -           0.0000          -
60070.72/3035.66	c      3036        1598978         409        20                -           0.0000          -
60171.73/3040.70	c      3041           2119         288        20                -           0.0000          -
60270.65/3045.71	c      3046           2121         288        20                -           0.0000          -
60369.78/3050.79	c      3051           2121         288        20                -           0.0000          -
60470.89/3055.80	c      3056           1925          15        20                -           0.0000          -
60570.02/3060.84	c      3061           1711         258        20                -           0.0000          -
60669.12/3065.88	c      3066           1918          42        20                -           0.0000          -
60768.12/3070.89	c      3071        1619235         415        20                -           0.0000          -
60869.00/3075.97	c      3076           2154         293        20                -           0.0000          -
60967.96/3080.99	c      3081           1959          15        20                -           0.0000          -
61066.96/3086.01	c      3086           2169         294        20                -           0.0000          -
61165.97/3091.03	c      3091           1970          42        20                -           0.0000          -
61271.03/3096.20	c      3096           2193         296        20                -           0.0000          -
61370.16/3101.24	c      3101           2196         295        20                -           0.0000          -
61471.13/3106.31	c      3106           2006          40        20                -           0.0000          -
61572.29/3111.46	c      3111           2206         301        20                -           0.0000          -
61673.42/3116.51	c      3117           2000          18        20                -           0.0000          -
61772.52/3121.56	c      3122           2004          18        20                -           0.0000          -
61873.65/3126.63	c      3127           2010          20        20                -           0.0000          -
61972.78/3131.68	c      3132           2013          21        20                -           0.0000          -
62073.86/3136.71	c      3137           2021          19        20                -           0.0000          -
62172.96/3141.78	c      3142           1868         256        20                -           0.0000          -
62274.04/3146.83	c      3147           1878         260        20                -           0.0000          -
62373.15/3151.88	c      3152           2303         304        20                -           0.0000          -
62474.26/3156.93	c      3157           2123          43        20                -           0.0000          -
62573.41/3161.98	c      3162           1900         262        20                -           0.0000          -
62672.33/3167.03	c      3167           2333         299        20                -           0.0000          -
62774.42/3172.08	c      3172           1912         264        20                -           0.0000          -
62873.53/3177.13	c      3177           1915           0        20                -           0.0000          -
62972.35/3182.15	c      3182           1915           0        20                -           0.0000          -
63074.52/3187.25	c      3187           1915           0        20                -           0.0000          -
63173.44/3192.28	c      3192           1915           0        20                -           0.0000          -
63274.47/3197.36	c      3197           1915           0        20                -           0.0000          -
63375.45/3202.41	c      3202           1915           0        20                -           0.0000          -
63474.47/3207.47	c      3207           1915           0        20                -           0.0000          -
63575.51/3212.51	c      3213           1915           0        20                -           0.0000          -
63674.54/3217.58	c      3218           1915           0        20                -           0.0000          -
63775.61/3222.65	c      3223           1915           0        20                -           0.0000          -
63876.46/3227.70	c      3228           1915           0        20                -           0.0000          -
63975.53/3232.75	c      3233           1916           1        20                -           0.0000          -
64074.62/3237.79	c      3238           1918           3        20                -           0.0000          -
64175.58/3242.84	c      3243           2169          19        20                -           0.0000          -
64274.70/3247.86	c      3248           1924           9        20                -           0.0000          -
64375.72/3252.96	c      3253           1926          11        20                -           0.0000          -
64474.80/3257.98	c      3258           1926          11        20                -           0.0000          -
64576.76/3263.05	c      3263           1926          11        20                -           0.0000          -
64675.92/3268.06	c      3268           1926          11        20                -           0.0000          -
64776.97/3273.16	c      3273           1926          11        20                -           0.0000          -
64876.76/3278.20	c      3278           1929          14        20                -           0.0000          -
64975.87/3283.23	c      3283           2534         298        20                -           0.0000          -
65076.68/3288.32	c      3288           2233          19        20                -           0.0000          -
65175.71/3293.37	c      3293           1944          19        20                -           0.0000          -
65276.78/3298.42	c      3298           1944          19        20                -           0.0000          -
65375.90/3303.46	c      3303           2569         295        20                -           0.0000          -
65474.99/3308.48	c      3308           2503          44        20                -           0.0000          -
65576.10/3313.58	c      3314           2270          22        20                -           0.0000          -
65677.23/3318.60	c      3319           2270          22        20                -           0.0000          -
65776.44/3323.65	c      3324           2270          22        20                -           0.0000          -
65875.53/3328.66	c      3329           2270          22        20                -           0.0000          -
65974.70/3333.68	c      3334           2270          22        20                -           0.0000          -
66075.83/3338.73	c      3339           2270          22        20                -           0.0000          -
66174.98/3343.78	c      3344           2270          22        20                -           0.0000          -
66275.95/3348.83	c      3349           2270          22        20                -           0.0000          -
66375.01/3353.89	c      3354           2271          23        20                -           0.0000          -
66476.09/3358.94	c      3359           1984          17        20                -           0.0000          -
66575.20/3364.00	c      3364           1984          17        20                -           0.0000          -
66677.36/3369.06	c      3369           1984          17        20                -           0.0000          -
66776.41/3374.07	c      3374           1984          17        20                -           0.0000          -
66877.28/3379.17	c      3379           1984          17        20                -           0.0000          -
66977.23/3384.23	c      3384           1984          17        20                -           0.0000          -
67076.31/3389.29	c      3389           1984          17        20                -           0.0000          -
67177.33/3394.34	c      3394           1984          17        20                -           0.0000          -
67276.43/3399.39	c      3399           1984          17        20                -           0.0000          -
67377.38/3404.44	c      3404           2747          40        20                -           0.0000          -
67476.27/3409.49	c      3409           2355          27        20                -           0.0000          -
67577.30/3414.54	c      3415           2769          44        20                -           0.0000          -
67676.44/3419.55	c      3420           2769         296        20                -           0.0000          -
67775.42/3424.58	c      3425           2012          17        20                -           0.0000          -
67876.48/3429.60	c      3430           2788         293        20                -           0.0000          -
67975.48/3434.63	c      3435           2022          19        20                -           0.0000          -
68074.63/3439.70	c      3440           2022          19        20                -           0.0000          -
68175.67/3444.76	c      3445           2848          41        20                -           0.0000          -
68276.77/3449.83	c      3450           2817         292        20                -           0.0000          -
68375.80/3454.88	c      3455           2053          20        20                -           0.0000          -
68476.89/3459.91	c      3460           2058          19        20                -           0.0000          -
68575.88/3464.98	c      3465           2902          41        20                -           0.0000          -
68674.98/3470.02	c      3470           2914          39        20                -           0.0000          -
68773.97/3475.05	c      3475           2084          19        20                -           0.0000          -
68878.91/3480.20	c      3480           2850         287        20                -           0.0000          -
68977.91/3485.25	c      3485           2100          19        20                -           0.0000          -
69078.99/3490.32	c      3490           2467          25        20                -           0.0000          -
69178.00/3495.37	c      3495           2866         293        20                -           0.0000          -
69276.92/3500.38	c      3500           2125          18        20                -           0.0000          -
69377.79/3505.44	c      3505           2133          18        20                -           0.0000          -
69476.80/3510.46	c      3510           3004          38        20                -           0.0000          -
69575.77/3515.48	c      3515           2149          18        20                -           0.0000          -
69674.81/3520.50	c      3520           2913         292        20                -           0.0000          -
69775.78/3525.57	c      3526           2913         292        20                -           0.0000          -
69874.95/3530.58	c      3531           2913         292        20                -           0.0000          -
69973.82/3535.59	c      3536           2913         292        20                -           0.0000          -
70078.83/3540.86	c      3541           2913         292        20                -           0.0000          -
70179.84/3545.93	c      3546           2913         292        20                -           0.0000          -
70278.88/3551.02	c      3551           2913         292        20                -           0.0000          -
70380.80/3556.07	c      3556           2913         292        20                -           0.0000          -
70479.86/3561.12	c      3561           2913         292        20                -           0.0000          -
70581.11/3566.18	c      3566           2913         292        20                -           0.0000          -
70681.19/3571.25	c      3571           2913         292        20                -           0.0000          -
70782.28/3576.30	c      3576           2913         292        20                -           0.0000          -
70881.38/3581.31	c      3581           2913         292        20                -           0.0000          -
70980.44/3586.36	c      3586           2913         292        20                -           0.0000          -
71081.56/3591.48	c      3591           2913         292        20                -           0.0000          -
71182.64/3596.53	c      3597           2913         292        20                -           0.0000          -
71281.75/3601.58	c      3602           2913         292        20                -           0.0000          -
71382.74/3606.64	c      3607           2634          22        20                -           0.0000          -
71483.87/3611.70	c      3612           2916           0        20                -           0.0000          -
71582.96/3616.76	c      3617           2916           0        20                -           0.0000          -
71683.91/3621.84	c      3622           2916           0        20                -           0.0000          -
71782.98/3626.89	c      3627           2916           0        20                -           0.0000          -
71884.11/3631.94	c      3632           2916           0        20                -           0.0000          -
71983.25/3636.99	c      3637           2916           0        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (189540 MiB free)
  memory of node 1: 193531 MiB (191598 MiB free)
  memory of node 2: 193531 MiB (193010 MiB free)
  memory of node 3: 193493 MiB (192890 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-4465696-1722541827/watcher-4465696-1722541827 -o /tmp/evaluation-result-4465696-1722541827/solver-4465696-1722541827 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722541827-123865 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465696-1722541827.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): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=123926, runsolver pid=123909
Current StackSize limit: 8192 KiB


[startup+0.100104 s]*
/proc/loadavg: 59.70 77.60 81.77 8/866 123927
/proc/meminfo: memFree=785306980/790760804 swapFree=131071996/131071996
[pid=123926] ppid=123909 vsize=59472 memory=48616 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/123926/stat : 123926 (fscip) R 123909 123926 123854 0 -1 4194304 11033 0 0 0 11 1 0 0 20 0 1 0 20765476 60899328 12154 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 17 25 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
/proc/123926/statm: 14868 12154 2742 3035 0 11264 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 59472 KiB
Current children cumulated memory: 48616 KiB

[startup+0.23168 s]*
/proc/loadavg: 59.70 77.60 81.77 8/866 123927
/proc/meminfo: memFree=785236284/790760804 swapFree=131071996/131071996
[pid=123926] ppid=123909 vsize=79776 memory=66152 CPUtime=0.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/stat : 123926 (fscip) R 123909 123926 123854 0 -1 4194304 15517 0 0 0 23 2 0 0 20 0 1 0 20765476 81690624 16538 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 17 25 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
/proc/123926/statm: 19944 16538 2774 3035 0 16340 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 79776 KiB
Current children cumulated memory: 66152 KiB

[startup+0.331318 s]*
/proc/loadavg: 59.70 77.60 81.77 8/866 123927
/proc/meminfo: memFree=785217444/790760804 swapFree=131071996/131071996
[pid=123926] ppid=123909 vsize=80984 memory=67472 CPUtime=0.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/stat : 123926 (fscip) R 123909 123926 123854 0 -1 4194304 15820 0 0 0 33 2 0 0 20 0 1 0 20765476 82927616 16868 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 17 25 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
/proc/123926/statm: 20246 16868 2774 3035 0 16642 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 80984 KiB
Current children cumulated memory: 67472 KiB

[startup+0.700193 s]
/proc/loadavg: 59.70 77.60 81.77 6/866 123927
/proc/meminfo: memFree=785215928/790760804 swapFree=131071996/131071996
[pid=123926] ppid=123909 vsize=80984 memory=67472 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/123926/stat : 123926 (fscip) R 123909 123926 123854 0 -1 4194304 15820 0 0 0 67 2 0 0 20 0 1 0 20765476 82927616 16868 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 17 25 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
/proc/123926/statm: 20246 16868 2774 3035 0 16642 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 80984 KiB
Current children cumulated memory: 67472 KiB

[startup+1.50019 s]
/proc/loadavg: 59.70 77.60 81.77 8/866 123927
/proc/meminfo: memFree=785213636/790760804 swapFree=131071996/131071996
[pid=123926] ppid=123909 vsize=80984 memory=68264 CPUtime=1.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/stat : 123926 (fscip) R 123909 123926 123854 0 -1 4194304 16013 0 0 0 147 2 0 0 20 0 1 0 20765476 82927616 17066 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 17 25 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
/proc/123926/statm: 20246 17066 2774 3035 0 16642 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 80984 KiB
Current children cumulated memory: 68264 KiB

[startup+3.13147 s]
/proc/loadavg: 55.24 76.38 81.35 8/866 123927
/proc/meminfo: memFree=785208664/790760804 swapFree=131071996/131071996
[pid=123926] ppid=123909 vsize=82036 memory=69320 CPUtime=3.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/stat : 123926 (fscip) R 123909 123926 123854 0 -1 4194304 16276 0 0 0 309 2 0 0 20 0 1 0 20765476 84004864 17330 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 17 25 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
/proc/123926/statm: 20509 17330 2774 3035 0 16905 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 82036 KiB
Current children cumulated memory: 69320 KiB

[startup+6.3017 s]
/proc/loadavg: 55.24 76.38 81.35 84/1026 124089
/proc/meminfo: memFree=781659612/790760804 swapFree=131071996/131071996
[pid=123926] ppid=123909 vsize=1773828 memory=922956 CPUtime=41.83 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/stat : 123926 (fscip) S 123909 123926 123854 0 -1 1077936128 234948 0 0 0 4129 54 0 0 20 0 41 0 20765476 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 17 49 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
/proc/123926/statm: 443457 230739 2806 3035 0 325157 0
[pid=123926/tid=124010] ppid=123909 vsize=1773828 memory=0 CPUtime=1.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124010/stat : 124010 (fscip) R 123909 123926 123854 0 -1 4194368 10115 0 0 0 186 2 0 0 20 0 41 0 20765893 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124011] ppid=123909 vsize=1773828 memory=0 CPUtime=1.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124011/stat : 124011 (fscip) R 123909 123926 123854 0 -1 4194368 10161 0 0 0 186 2 0 0 20 0 41 0 20765893 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124012] ppid=123909 vsize=1773828 memory=922512 CPUtime=1.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124012/stat : 124012 (fscip) R 123909 123926 123854 0 -1 4194368 10110 0 0 0 186 2 0 0 20 0 41 0 20765893 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124013] ppid=123909 vsize=1773828 memory=334384 CPUtime=1.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124013/stat : 124013 (fscip) R 123909 123926 123854 0 -1 4194368 10155 0 0 0 186 2 0 0 20 0 41 0 20765893 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124014] ppid=123909 vsize=1773828 memory=68264 CPUtime=1.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124014/stat : 124014 (fscip) R 123909 123926 123854 0 -1 4194368 10156 0 0 0 185 2 0 0 20 0 41 0 20765893 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124015] ppid=123909 vsize=1773828 memory=25333125866717268 CPUtime=1.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124015/stat : 124015 (fscip) R 123909 123926 123854 0 -1 4194368 10117 0 0 0 186 2 0 0 20 0 41 0 20765893 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124016] ppid=123909 vsize=1773828 memory=279665184924032 CPUtime=1.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124016/stat : 124016 (fscip) R 123909 123926 123854 0 -1 4194368 10125 0 0 0 185 3 0 0 20 0 41 0 20765893 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124017] ppid=123909 vsize=1773828 memory=1852 CPUtime=1.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124017/stat : 124017 (fscip) R 123909 123926 123854 0 -1 4194368 10142 0 0 0 186 2 0 0 20 0 41 0 20765893 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124018] ppid=123909 vsize=1773828 memory=33108 CPUtime=1.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124018/stat : 124018 (fscip) R 123909 123926 123854 0 -1 4194368 10107 0 0 0 186 2 0 0 20 0 41 0 20765893 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124019] ppid=123909 vsize=1773828 memory=25333125866717268 CPUtime=1.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124019/stat : 124019 (fscip) R 123909 123926 123854 0 -1 4194368 10159 0 0 0 186 2 0 0 20 0 41 0 20765893 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124020] ppid=123909 vsize=1773828 memory=279665185003680 CPUtime=1.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124020/stat : 124020 (fscip) R 123909 123926 123854 0 -1 4194368 10132 0 0 0 185 2 0 0 20 0 41 0 20765893 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124021] ppid=123909 vsize=1773828 memory=6656426216303648864 CPUtime=1.81 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124021/stat : 124021 (fscip) R 123909 123926 123854 0 -1 4194368 10141 0 0 0 179 2 0 0 20 0 41 0 20765893 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124022] ppid=123909 vsize=1773828 memory=6944652177228980320 CPUtime=1.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124022/stat : 124022 (fscip) R 123909 123926 123854 0 -1 4194368 10152 0 0 0 186 2 0 0 20 0 41 0 20765893 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124023] ppid=123909 vsize=1773828 memory=279665185131620 CPUtime=1.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124023/stat : 124023 (fscip) R 123909 123926 123854 0 -1 4194368 10123 0 0 0 186 2 0 0 20 0 41 0 20765893 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124024] ppid=123909 vsize=1773828 memory=31 CPUtime=1.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124024/stat : 124024 (fscip) R 123909 123926 123854 0 -1 4194368 10130 0 0 0 185 2 0 0 20 0 41 0 20765893 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124025] ppid=123909 vsize=1773828 memory=7814773728914682150 CPUtime=1.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124025/stat : 124025 (fscip) R 123909 123926 123854 0 -1 4194368 10134 0 0 0 186 2 0 0 20 0 41 0 20765893 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124026] ppid=123909 vsize=1773828 memory=279665185111364 CPUtime=1.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124026/stat : 124026 (fscip) R 123909 123926 123854 0 -1 4194368 10157 0 0 0 186 1 0 0 20 0 41 0 20765893 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124027] ppid=123909 vsize=1773828 memory=139832592585968 CPUtime=1.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124027/stat : 124027 (fscip) R 123909 123926 123854 0 -1 4194368 11886 0 0 0 185 2 0 0 20 0 41 0 20765893 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124028] ppid=123909 vsize=1773828 memory=279665184946560 CPUtime=1.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124028/stat : 124028 (fscip) R 123909 123926 123854 0 -1 4194368 10145 0 0 0 185 2 0 0 20 0 41 0 20765893 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124029] ppid=123909 vsize=1773828 memory=279665185235328 CPUtime=1.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124029/stat : 124029 (fscip) R 123909 123926 123854 0 -1 4194368 14979 0 0 0 185 2 0 0 20 0 41 0 20765893 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124030] ppid=123909 vsize=1773828 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124030/stat : 124030 (fscip) S 123909 123926 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20765916 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124031] ppid=123909 vsize=1773828 memory=31988 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124031/stat : 124031 (fscip) S 123909 123926 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20765916 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124032] ppid=123909 vsize=1773828 memory=28720 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124032/stat : 124032 (fscip) S 123909 123926 123854 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 41 0 20765916 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124033] ppid=123909 vsize=1773828 memory=7384 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124033/stat : 124033 (fscip) S 123909 123926 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20765916 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124034] ppid=123909 vsize=1773828 memory=27608 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124034/stat : 124034 (fscip) S 123909 123926 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20765916 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124035] ppid=123909 vsize=1773828 memory=3736 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124035/stat : 124035 (fscip) S 123909 123926 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20765916 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124036] ppid=123909 vsize=1773828 memory=279665185554512 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124036/stat : 124036 (fscip) S 123909 123926 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20765916 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124037] ppid=123909 vsize=1773828 memory=8183254877953 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124037/stat : 124037 (fscip) S 123909 123926 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20765916 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124038] ppid=123909 vsize=1773828 memory=8204729714177 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124038/stat : 124038 (fscip) S 123909 123926 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20765916 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124039] ppid=123909 vsize=1773828 memory=8209024681473 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124039/stat : 124039 (fscip) S 123909 123926 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20765916 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124040] ppid=123909 vsize=1773828 memory=8234794484993 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124040/stat : 124040 (fscip) S 123909 123926 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20765916 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124041] ppid=123909 vsize=1773828 memory=279665185233776 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124041/stat : 124041 (fscip) S 123909 123926 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20765916 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124042] ppid=123909 vsize=1773828 memory=29836794214613092 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124042/stat : 124042 (fscip) S 123909 123926 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20765916 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124043] ppid=123909 vsize=1773828 memory=6655300316396806240 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124043/stat : 124043 (fscip) S 123909 123926 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20765916 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124044] ppid=123909 vsize=1773828 memory=6944656575208382560 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124044/stat : 124044 (fscip) S 123909 123926 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20765916 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124045] ppid=123909 vsize=1773828 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124045/stat : 124045 (fscip) S 123909 123926 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20765916 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124046] ppid=123909 vsize=1773828 memory=11632 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124046/stat : 124046 (fscip) S 123909 123926 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20765916 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124047] ppid=123909 vsize=1773828 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124047/stat : 124047 (fscip) S 123909 123926 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765916 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124048] ppid=123909 vsize=1773828 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124048/stat : 124048 (fscip) S 123909 123926 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765916 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124049] ppid=123909 vsize=1773828 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124049/stat : 124049 (fscip) S 123909 123926 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765916 1816399872 230739 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
Current children cumulated CPU time: 41.83 s
Current children cumulated vsize: 1773828 KiB
Current children cumulated memory: 922956 KiB

[startup+12.7017 s]
/proc/loadavg: 59.04 76.50 81.33 84/1026 124089
/proc/meminfo: memFree=780170648/790760804 swapFree=131071996/131071996
[pid=123926] ppid=123909 vsize=1780896 memory=1302080 CPUtime=168.74 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/stat : 123926 (fscip) S 123909 123926 123854 0 -1 1077936128 464406 0 0 0 16778 96 0 0 20 0 41 0 20765476 1823637504 325520 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 17 49 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
/proc/123926/statm: 445224 325520 3030 3035 0 426942 0
[pid=123926/tid=124010] ppid=123909 vsize=1780896 memory=279665184924032 CPUtime=8.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124010/stat : 124010 (fscip) R 123909 123926 123854 0 -1 4194368 21351 0 0 0 821 3 0 0 20 0 41 0 20765893 1823637504 325520 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124011] ppid=123909 vsize=1780896 memory=211359686918 CPUtime=8.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124011/stat : 124011 (fscip) R 123909 123926 123854 0 -1 4194368 21877 0 0 0 820 3 0 0 20 0 41 0 20765893 1823637504 325520 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124012] ppid=123909 vsize=1780896 memory=68264 CPUtime=8.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124012/stat : 124012 (fscip) R 123909 123926 123854 0 -1 4194368 23517 0 0 0 816 7 0 0 20 0 41 0 20765893 1823637504 325520 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0

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

/proc/123926/task/124029/stat : 124029 (fscip) R 123909 123926 123854 0 -1 4194368 1407885 0 0 0 354670 163 0 0 20 0 41 0 20765893 7010177024 1383609 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124030] ppid=123909 vsize=6845876 memory=279665188768272 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/123926/task/124030/stat : 124030 (fscip) S 123909 123926 123854 0 -1 1077936192 154 0 0 0 3 0 0 0 20 0 41 0 20765916 7010177024 1383609 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124031] ppid=123909 vsize=6845876 memory=5484900 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/123926/task/124031/stat : 124031 (fscip) S 123909 123926 123854 0 -1 1077936192 157 0 0 0 3 0 0 0 20 0 41 0 20765916 7010177024 1383609 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124032] ppid=123909 vsize=6845876 memory=279665186541152 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/123926/task/124032/stat : 124032 (fscip) S 123909 123926 123854 0 -1 1077936192 64 0 0 0 3 0 0 0 20 0 41 0 20765916 7010177024 1383609 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124033] ppid=123909 vsize=6845876 memory=25333125866717268 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/123926/task/124033/stat : 124033 (fscip) S 123909 123926 123854 0 -1 1077936192 59 0 0 0 3 0 0 0 20 0 41 0 20765916 7010177024 1383609 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124034] ppid=123909 vsize=6845876 memory=33108 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/123926/task/124034/stat : 124034 (fscip) S 123909 123926 123854 0 -1 1077936192 154 0 0 0 3 0 0 0 20 0 41 0 20765916 7010177024 1383609 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124035] ppid=123909 vsize=6845876 memory=5525220 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/123926/task/124035/stat : 124035 (fscip) S 123909 123926 123854 0 -1 1077936192 155 0 0 0 3 0 0 0 20 0 41 0 20765916 7010177024 1383609 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124036] ppid=123909 vsize=6845876 memory=5497736 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/123926/task/124036/stat : 124036 (fscip) S 123909 123926 123854 0 -1 1077936192 160 0 0 0 3 0 0 0 20 0 41 0 20765916 7010177024 1383609 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124037] ppid=123909 vsize=6845876 memory=5509184 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/123926/task/124037/stat : 124037 (fscip) S 123909 123926 123854 0 -1 1077936192 152 0 0 0 3 0 0 0 20 0 41 0 20765916 7010177024 1383609 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124038] ppid=123909 vsize=6845876 memory=10528 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/123926/task/124038/stat : 124038 (fscip) S 123909 123926 123854 0 -1 1077936192 156 0 0 0 3 0 0 0 20 0 41 0 20765916 7010177024 1383609 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124039] ppid=123909 vsize=6845876 memory=279665187208704 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124039/stat : 124039 (fscip) S 123909 123926 123854 0 -1 1077936192 151 0 0 0 4 0 0 0 20 0 41 0 20765916 7010177024 1383609 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124040] ppid=123909 vsize=6845876 memory=5509144 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/123926/task/124040/stat : 124040 (fscip) S 123909 123926 123854 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 20765916 7010177024 1383609 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124041] ppid=123909 vsize=6845876 memory=7926394929075773812 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/123926/task/124041/stat : 124041 (fscip) S 123909 123926 123854 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 20765916 7010177024 1383609 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124042] ppid=123909 vsize=6845876 memory=8358740497615086162 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/123926/task/124042/stat : 124042 (fscip) S 123909 123926 123854 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 20765916 7010177024 1383609 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124043] ppid=123909 vsize=6845876 memory=0 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/123926/task/124043/stat : 124043 (fscip) S 123909 123926 123854 0 -1 1077936192 158 0 0 0 3 0 0 0 20 0 41 0 20765916 7010177024 1383609 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124044] ppid=123909 vsize=6845876 memory=5534436 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/123926/task/124044/stat : 124044 (fscip) S 123909 123926 123854 0 -1 1077936192 156 0 0 0 2 1 0 0 20 0 41 0 20765916 7010177024 1383609 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124045] ppid=123909 vsize=6845876 memory=15008 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/123926/task/124045/stat : 124045 (fscip) S 123909 123926 123854 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 20765916 7010177024 1383609 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124046] ppid=123909 vsize=6845876 memory=10528 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/123926/task/124046/stat : 124046 (fscip) S 123909 123926 123854 0 -1 1077936192 151 0 0 0 3 0 0 0 20 0 41 0 20765916 7010177024 1383609 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124047] ppid=123909 vsize=6845876 memory=5534436 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/123926/task/124047/stat : 124047 (fscip) S 123909 123926 123854 0 -1 1077936192 155 0 0 0 3 0 0 0 20 0 41 0 20765916 7010177024 1383609 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124048] ppid=123909 vsize=6845876 memory=5720 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/123926/task/124048/stat : 124048 (fscip) S 123909 123926 123854 0 -1 1077936192 150 0 0 0 2 0 0 0 20 0 41 0 20765916 7010177024 1383609 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124049] ppid=123909 vsize=6845876 memory=11384 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/123926/task/124049/stat : 124049 (fscip) S 123909 123926 123854 0 -1 1077936192 157 0 0 0 3 0 0 0 20 0 41 0 20765916 7010177024 1383609 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
Current children cumulated CPU time: 70901.2 s
Current children cumulated vsize: 6845876 KiB
Current children cumulated memory: 5534436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3637.8 s]
/proc/loadavg: 80.09 80.24 80.38 84/1024 126031
/proc/meminfo: memFree=763494016/790760804 swapFree=131071996/131071996
[pid=123926] ppid=123909 vsize=6911412 memory=5558820 CPUtime=72001.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/stat : 123926 (fscip) S 123909 123926 123854 0 -1 1077936128 27474125 0 0 0 7191128 8981 0 0 20 0 41 0 20765476 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 17 65 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
/proc/123926/statm: 1727853 1389705 3334 3035 0 1545239 0
[pid=123926/tid=124010] ppid=123909 vsize=6911412 memory=-1088251628401078322 CPUtime=3603.77 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124010/stat : 124010 (fscip) R 123909 123926 123854 0 -1 4194368 1129606 0 0 0 360247 130 0 0 20 0 41 0 20765893 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124011] ppid=123909 vsize=6911412 memory=6720669826706259047 CPUtime=3599.98 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124011/stat : 124011 (fscip) R 123909 123926 123854 0 -1 4194368 1484971 0 0 0 359835 163 0 0 20 0 41 0 20765893 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124012] ppid=123909 vsize=6911412 memory=20492 CPUtime=3590.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124012/stat : 124012 (fscip) R 123909 123926 123854 0 -1 4194368 1483142 0 0 0 357812 1195 0 0 20 0 41 0 20765893 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124013] ppid=123909 vsize=6911412 memory=6836 CPUtime=3602 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124013/stat : 124013 (fscip) R 123909 123926 123854 0 -1 4194368 1111979 0 0 0 360079 121 0 0 20 0 41 0 20765893 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124014] ppid=123909 vsize=6911412 memory=7256 CPUtime=3602.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124014/stat : 124014 (fscip) R 123909 123926 123854 0 -1 4194368 1387289 0 0 0 360054 156 0 0 20 0 41 0 20765893 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124015] ppid=123909 vsize=6911412 memory=28068 CPUtime=3592.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124015/stat : 124015 (fscip) R 123909 123926 123854 0 -1 4194368 1626288 0 0 0 358098 1166 0 0 20 0 41 0 20765893 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124016] ppid=123909 vsize=6911412 memory=33752 CPUtime=3599.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124016/stat : 124016 (fscip) R 123909 123926 123854 0 -1 4194368 1153746 0 0 0 359785 138 0 0 20 0 41 0 20765893 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124017] ppid=123909 vsize=6911412 memory=64340 CPUtime=3608.61 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124017/stat : 124017 (fscip) R 123909 123926 123854 0 -1 4194368 1055305 0 0 0 360740 121 0 0 20 0 41 0 20765893 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124018] ppid=123909 vsize=6911412 memory=7760 CPUtime=3590.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124018/stat : 124018 (fscip) R 123909 123926 123854 0 -1 4194368 1635499 0 0 0 357908 1120 0 0 20 0 41 0 20765893 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124019] ppid=123909 vsize=6911412 memory=18104 CPUtime=3606.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124019/stat : 124019 (fscip) R 123909 123926 123854 0 -1 4194368 1168694 0 0 0 360493 138 0 0 20 0 41 0 20765893 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124020] ppid=123909 vsize=6911412 memory=8072 CPUtime=3605.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124020/stat : 124020 (fscip) R 123909 123926 123854 0 -1 4194368 1429965 0 0 0 360390 155 0 0 20 0 41 0 20765893 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124021] ppid=123909 vsize=6911412 memory=3516 CPUtime=3585.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124021/stat : 124021 (fscip) R 123909 123926 123854 0 -1 4194368 1665860 0 0 0 357406 1114 0 0 20 0 41 0 20765893 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124022] ppid=123909 vsize=6911412 memory=2300 CPUtime=3605.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124022/stat : 124022 (fscip) R 123909 123926 123854 0 -1 4194368 1235812 0 0 0 360386 154 0 0 20 0 41 0 20765893 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124023] ppid=123909 vsize=6911412 memory=1692 CPUtime=3603 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124023/stat : 124023 (fscip) R 123909 123926 123854 0 -1 4194368 1619841 0 0 0 360120 180 0 0 20 0 41 0 20765893 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124024] ppid=123909 vsize=6911412 memory=8596 CPUtime=3595.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124024/stat : 124024 (fscip) R 123909 123926 123854 0 -1 4194368 1550836 0 0 0 358415 1179 0 0 20 0 41 0 20765893 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124025] ppid=123909 vsize=6911412 memory=28008 CPUtime=3602.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124025/stat : 124025 (fscip) R 123909 123926 123854 0 -1 4194368 1111454 0 0 0 360071 131 0 0 20 0 41 0 20765893 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124026] ppid=123909 vsize=6911412 memory=32820 CPUtime=3598.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124026/stat : 124026 (fscip) R 123909 123926 123854 0 -1 4194368 1357599 0 0 0 359657 149 0 0 20 0 41 0 20765893 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124027] ppid=123909 vsize=6911412 memory=7108 CPUtime=3594.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124027/stat : 124027 (fscip) R 123909 123926 123854 0 -1 4194368 1713150 0 0 0 358330 1105 0 0 20 0 41 0 20765893 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124028] ppid=123909 vsize=6911412 memory=36112 CPUtime=3607.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124028/stat : 124028 (fscip) R 123909 123926 123854 0 -1 4194368 1103791 0 0 0 360588 135 0 0 20 0 41 0 20765893 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124029] ppid=123909 vsize=6911412 memory=6720669826706259047 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/123926/task/124029/stat : 124029 (fscip) R 123909 123926 123854 0 -1 4194368 1419776 0 0 0 360178 164 0 0 20 0 41 0 20765893 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124030] ppid=123909 vsize=6911412 memory=5554152 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/123926/task/124030/stat : 124030 (fscip) S 123909 123926 123854 0 -1 1077936192 156 0 0 0 3 0 0 0 20 0 41 0 20765916 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124031] ppid=123909 vsize=6911412 memory=2764 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/123926/task/124031/stat : 124031 (fscip) S 123909 123926 123854 0 -1 1077936192 159 0 0 0 3 0 0 0 20 0 41 0 20765916 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124032] ppid=123909 vsize=6911412 memory=6520 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/123926/task/124032/stat : 124032 (fscip) S 123909 123926 123854 0 -1 1077936192 65 0 0 0 3 0 0 0 20 0 41 0 20765916 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124033] ppid=123909 vsize=6911412 memory=5327376 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/123926/task/124033/stat : 124033 (fscip) S 123909 123926 123854 0 -1 1077936192 60 0 0 0 3 0 0 0 20 0 41 0 20765916 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124034] ppid=123909 vsize=6911412 memory=1065426767563006 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/123926/task/124034/stat : 124034 (fscip) S 123909 123926 123854 0 -1 1077936192 156 0 0 0 3 0 0 0 20 0 41 0 20765916 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124035] ppid=123909 vsize=6911412 memory=0 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/123926/task/124035/stat : 124035 (fscip) S 123909 123926 123854 0 -1 1077936192 158 0 0 0 3 0 0 0 20 0 41 0 20765916 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124036] ppid=123909 vsize=6911412 memory=25333125866717268 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/123926/task/124036/stat : 124036 (fscip) S 123909 123926 123854 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 20765916 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124037] ppid=123909 vsize=6911412 memory=6152877408769294689 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/123926/task/124037/stat : 124037 (fscip) S 123909 123926 123854 0 -1 1077936192 155 0 0 0 3 0 0 0 20 0 41 0 20765916 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124038] ppid=123909 vsize=6911412 memory=11632 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/123926/task/124038/stat : 124038 (fscip) S 123909 123926 123854 0 -1 1077936192 159 0 0 0 3 0 0 0 20 0 41 0 20765916 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124039] ppid=123909 vsize=6911412 memory=15008 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/123926/task/124039/stat : 124039 (fscip) S 123909 123926 123854 0 -1 1077936192 154 0 0 0 4 0 0 0 20 0 41 0 20765916 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124040] ppid=123909 vsize=6911412 memory=10528 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/123926/task/124040/stat : 124040 (fscip) S 123909 123926 123854 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 20765916 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124041] ppid=123909 vsize=6911412 memory=5440 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/123926/task/124041/stat : 124041 (fscip) S 123909 123926 123854 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 20765916 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124042] ppid=123909 vsize=6911412 memory=16108 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/123926/task/124042/stat : 124042 (fscip) S 123909 123926 123854 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 20765916 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124043] ppid=123909 vsize=6911412 memory=2212 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/123926/task/124043/stat : 124043 (fscip) S 123909 123926 123854 0 -1 1077936192 161 0 0 0 3 0 0 0 20 0 41 0 20765916 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124044] ppid=123909 vsize=6911412 memory=6720669826706259047 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/123926/task/124044/stat : 124044 (fscip) S 123909 123926 123854 0 -1 1077936192 158 0 0 0 2 1 0 0 20 0 41 0 20765916 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124045] ppid=123909 vsize=6911412 memory=6780 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/123926/task/124045/stat : 124045 (fscip) S 123909 123926 123854 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 20765916 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124046] ppid=123909 vsize=6911412 memory=2800 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/123926/task/124046/stat : 124046 (fscip) S 123909 123926 123854 0 -1 1077936192 153 0 0 0 3 0 0 0 20 0 41 0 20765916 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124047] ppid=123909 vsize=6911412 memory=2812 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/123926/task/124047/stat : 124047 (fscip) S 123909 123926 123854 0 -1 1077936192 157 0 0 0 3 0 0 0 20 0 41 0 20765916 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124048] ppid=123909 vsize=6911412 memory=20140 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/123926/task/124048/stat : 124048 (fscip) S 123909 123926 123854 0 -1 1077936192 153 0 0 0 2 1 0 0 20 0 41 0 20765916 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
[pid=123926/tid=124049] ppid=123909 vsize=6911412 memory=5720 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/123926/task/124049/stat : 124049 (fscip) S 123909 123926 123854 0 -1 1077936192 160 0 0 0 3 0 0 0 20 0 41 0 20765916 7077285888 1389705 809668444160 4194304 16623229 140720471769024 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 55177216 140720471774217 140720471774335 140720471774335 140720471781360 0
Current children cumulated CPU time: 72001.1 s
Current children cumulated vsize: 6911412 KiB
Current children cumulated memory: 5558820 KiB

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

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

# cumulated CPU time of all completed processes:  user=71911.5 s, system=89.9987 s

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

[startup+3637.91 s]*
/proc/loadavg: 77.04 79.61 80.17 23/896 126056
/proc/meminfo: memFree=777934352/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): 3638
CPU time (s): 72001.5
CPU user time (s): 71911.5
CPU system time (s): 89.9987
CPU usage (%): 1979.15
Max. virtual memory (cumulated for all children) (KiB): 6911412
Max. memory (cumulated for all children) (KiB): 5558820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71911.5
system time used= 89.9987
maximum resident set size= 5558916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27474151
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= 171402
involuntary context switches= 266148


# summary of solver processes directly reported to runsolver:
#   pid: 123926
#   total CPU time (s): 72001.5
#   total CPU user time (s): 71911.5
#   total CPU system time (s): 89.9987

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.4987 second user time and 112.956 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 29274947006e0854b43dfb210bf5d295
RANDOM SEED=200370329

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        785450916 kB
MemAvailable:   784539608 kB
Buffers:          282476 kB
Cached:          2161936 kB
SwapCached:            0 kB
Active:           447324 kB
Inactive:        2405444 kB
Active(anon):       2040 kB
Inactive(anon):   428868 kB
Active(file):     445284 kB
Inactive(file):  1976576 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            113496 kB
Writeback:           256 kB
AnonPages:        406608 kB
Mapped:            90140 kB
Shmem:             22536 kB
KReclaimable:     173092 kB
Slab:             521124 kB
SReclaimable:     173092 kB
SUnreclaim:       348032 kB
KernelStack:       14624 kB
PageTables:         9680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     306788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           262272 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      509952 kB
DirectMap2M:    58707968 kB
DirectMap1G:    746586112 kB

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