Trace number 4465889

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-6_6_32.opb
MD5SUM821356efb808a668e35dedcee024edbb
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark62.0281
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1482
Total number of constraints7073
Number of constraints which are clauses7068
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint38
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 70
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.02	c Default LC presolving (default).
0.00/0.02	c ** Before presolving: virtualMemUsedAtLc = 38379520, getVmSize() = 38379520, SCIPgetMemUsed() = 11622525, SCIPgetMemTotal() = 16292293, SCIPgetMemExternEstim() = 8316418
0.00/0.02	c ** set memory limit for presolving in LC to 8.79597e+12 for SCIP **
0.22/0.28	c ** Estimated virtualMemUsedAtSolver = 37727294, getVmSize() = 72196096, SCIPgetMemUsed() = 27046931, SCIPgetMemTotal() = 48274523, SCIPgetMemExternEstim() = 8316418
0.22/0.28	c ** set memory limit for solvers to 4.1885e+11 for each SCIP **
0.22/0.28	c Original Problem   :
0.22/0.28	c   Problem name     : instance-4465889-1722590983
0.22/0.28	c   Variables        : 1482 (1482 binary, 0 integer, 0 implicit integer, 0 continuous)
0.22/0.28	c   Constraints      : 7073
0.22/0.28	c   Objective sense  : minimize
0.22/0.28	c Presolved Problem  :
0.22/0.28	c   Variables        : 1476 (1476 binary, 0 integer, 0 implicit integer, 0 continuous)
0.22/0.28	c   Constraints      : 6760
0.22/0.28	c Constraints        : Number
0.22/0.28	c   knapsack         : 1 
0.22/0.28	c   setppc           : 2844 
0.22/0.28	c   linear           : 1 
0.22/0.28	c   logicor          : 3914 
0.22/0.28	c ** Instance transfer method used: 0
0.22/0.29	c ** ParaScipInstance copy does not increase the number of variables. **
0.43/0.46	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.43/0.47	c                                Nodes    Active                                            
0.43/0.47	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
87.65/5.00	c         5           5193          16        20                -           0.0000          -
186.39/10.01	c        10              2           1        20                -           0.0000          -
287.71/15.03	c        15             18          17        20                -           0.0000          -
386.77/20.04	c        20             18          17        20                -           0.0000          -
485.94/25.09	c        25             24          23        20                -           0.0000          -
587.10/30.14	c        30          32940          18        20                -           0.0000          -
686.41/35.19	c        35          38721          16        20                -           0.0000          -
786.61/40.24	c        40             76          67        20                -           0.0000          -
885.74/45.26	c        45             99          71        20                -           0.0000          -
986.77/50.30	c        50             99          71        20                -           0.0000          -
1085.88/55.37	c        55          59458          15        20                -           0.0000          -
1187.04/60.44	c        60            197         146        20                -           0.0000          -
1286.14/65.48	c        65            241         158        20                -           0.0000          -
1385.32/70.50	c        70            289         173        20                -           0.0000          -
1486.33/75.58	c        76            302         154        20                -           0.0000          -
1587.32/80.63	c        81            431         202        20                -           0.0000          -
1686.50/85.68	c        86            470         215        20                -           0.0000          -
1787.66/90.73	c        91            422         214        20                -           0.0000          -
1886.87/95.78	c        96          96897          12        20                -           0.0000          -
1988.05/100.83	c       101            620         245        20                -           0.0000          -
2087.19/105.88	c       106           1295           1        20                -           0.0000          -
2188.44/110.93	c       111            708         277        20                -           0.0000          -
2287.45/115.95	c       116            616         262        20                -           0.0000          -
2389.05/121.03	c       121         119675          16        20                -           0.0000          -
2488.24/126.08	c       126         123982          16        20                -           0.0000          -
2587.34/131.12	c       131            906         307        20                -           0.0000          -
2688.53/136.14	c       136           1859         161        20                -           0.0000          -
2788.90/141.26	c       141         135597          17        20                -           0.0000          -
2890.05/146.31	c       146         139037          13        20                -           0.0000          -
2989.20/151.35	c       151         145207          14        20                -           0.0000          -
3090.36/156.41	c       156         148070          17        20                -           0.0000          -
3189.49/161.46	c       161           1111          25        20                -           0.0000          -
3288.68/166.48	c       166         159512          16        20                -           0.0000          -
3389.83/171.56	c       172         160264          14        20                -           0.0000          -
3491.05/176.61	c       177         164120          15        20                -           0.0000          -
3590.20/181.66	c       182           1370          49        20                -           0.0000          -
3691.42/186.70	c       187           1167          45        20                -           0.0000          -
3788.45/191.70	c       192           1189          53        20                -           0.0000          -
3889.63/196.74	c       197           1234          63        20                -           0.0000          -
3990.43/201.86	c       202         183449          17        20                -           0.0000          -
4091.54/206.91	c       207         193437          12        20                -           0.0000          -
4190.73/211.96	c       212           2029          76        20                -           0.0000          -
4289.97/216.98	c       217           2114          73        20                -           0.0000          -
4391.86/222.06	c       222         199538          15        20                -           0.0000          -
4490.99/227.12	c       227           2089         102        20                -           0.0000          -
4592.27/232.17	c       232         207423          12        20                -           0.0000          -
4692.80/237.21	c       237         211233          14        20                -           0.0000          -
4792.00/242.24	c       242         221985          12        20                -           0.0000          -
4893.22/247.31	c       247         219085          16        20                -           0.0000          -
4992.43/252.36	c       252         223133          10        20                -           0.0000          -
5093.62/257.41	c       257         226708          12        20                -           0.0000          -
5192.61/262.45	c       262           4267         847        20                -           0.0000          -
5293.79/267.51	c       268           4267         847        20                -           0.0000          -
5393.00/272.55	c       273         238070          14        20                -           0.0000          -
5494.20/277.60	c       278           4450         899        20                -           0.0000          -
5593.42/282.65	c       283         245307           9        20                -           0.0000          -
5694.61/287.70	c       288         249093          16        20                -           0.0000          -
5793.65/292.72	c       293           3835         173        20                -           0.0000          -
5892.82/297.75	c       298         268381          15        20                -           0.0000          -
5992.01/302.77	c       303           5117        1079        20                -           0.0000          -
6093.28/307.83	c       308           4094         172        20                -           0.0000          -
6194.54/312.90	c       313         280929          17        20                -           0.0000          -
6293.82/317.94	c       318         285131          14        20                -           0.0000          -
6393.10/322.99	c       323         288959          15        20                -           0.0000          -
6492.39/328.01	c       328         292993          14        20                -           0.0000          -
6591.67/333.01	c       333         296975          13        20                -           0.0000          -
6693.57/338.14	c       338         300732          13        20                -           0.0000          -
6795.91/343.23	c       343           5123         123        20                -           0.0000          -
6894.94/348.25	c       348           5202         227        20                -           0.0000          -
6996.12/353.32	c       353         311741          13        20                -           0.0000          -
7095.37/358.34	c       358         315754          19        20                -           0.0000          -
7194.60/363.40	c       363         319682          17        20                -           0.0000          -
7295.84/368.41	c       368           6508        1459        20                -           0.0000          -
7397.04/373.55	c       374           5792         284        20                -           0.0000          -
7498.25/378.60	c       379         316290          12        20                -           0.0000          -
7597.46/383.65	c       384           6291         152        20                -           0.0000          -
7698.69/388.70	c       389           6355         155        20                -           0.0000          -
7797.80/393.76	c       394         327456          16        20                -           0.0000          -
7899.01/398.80	c       399         331177          12        20                -           0.0000          -
7998.18/403.83	c       404         351289          10        20                -           0.0000          -
8099.38/408.91	c       409           6513         488        20                -           0.0000          -
8198.57/413.95	c       414         342648          17        20                -           0.0000          -
8297.80/418.97	c       419         362681          13        20                -           0.0000          -
8396.86/424.01	c       424         366407          16        20                -           0.0000          -
8498.54/429.06	c       429         370367          18        20                -           0.0000          -
8597.79/434.10	c       434         374242          16        20                -           0.0000          -
8698.81/439.14	c       439           7824        2054        20                -           0.0000          -
8797.93/444.18	c       444           8031         165        20                -           0.0000          -
8898.43/449.23	c       449           7362         676        20                -           0.0000          -
8999.64/454.32	c       454         389385          15        20                -           0.0000          -
9100.81/459.40	c       459         376377          13        20                -           0.0000          -
9200.05/464.45	c       464           7565         739        20                -           0.0000          -
9299.19/469.47	c       469           7624         757        20                -           0.0000          -
9398.42/474.50	c       474         404759          13        20                -           0.0000          -
9501.65/479.60	c       480           9038         175        20                -           0.0000          -
9600.90/484.65	c       485         395038          15        20                -           0.0000          -
9702.08/489.71	c       490         398787          13        20                -           0.0000          -
9801.15/494.75	c       495           9486         166        20                -           0.0000          -
9902.33/499.80	c       500         406498          17        20                -           0.0000          -
10001.58/504.85	c       505         427132          14        20                -           0.0000          -
10102.80/509.90	c       510         413800          17        20                -           0.0000          -
10202.04/514.91	c       515         434292          19        20                -           0.0000          -
10301.26/519.99	c       520         421561          15        20                -           0.0000          -
10400.40/525.01	c       525         441417          12        20                -           0.0000          -
10502.43/530.10	c       530           9612        2734        20                -           0.0000          -
10603.14/535.16	c       535         432494          13        20                -           0.0000          -
10702.56/540.19	c       540           9718        2760        20                -           0.0000          -
10802.82/545.25	c       545         439808          11        20                -           0.0000          -
10902.01/550.28	c       550         443407          15        20                -           0.0000          -
11003.12/555.32	c       555         463131          14        20                -           0.0000          -
11102.34/560.34	c       560           9337        1356        20                -           0.0000          -
11201.55/565.37	c       565         470303          13        20                -           0.0000          -
11304.68/570.50	c       571         457971          13        20                -           0.0000          -
11403.84/575.55	c       576          12021         178        20                -           0.0000          -
11505.04/580.60	c       581         481689          15        20                -           0.0000          -
11604.26/585.63	c       586          12124         183        20                -           0.0000          -
11705.46/590.70	c       591         489209          13        20                -           0.0000          -
11804.64/595.76	c       596         476393          12        20                -           0.0000          -
11905.77/600.80	c       601         479842          14        20                -           0.0000          -
12004.80/605.83	c       606         499884          18        20                -           0.0000          -
12103.75/610.86	c       611         487035          14        20                -           0.0000          -
12204.95/615.95	c       616         507784          15        20                -           0.0000          -
12304.04/621.01	c       621         494383          15        20                -           0.0000          -
12405.90/626.05	c       626         515855          14        20                -           0.0000          -
12505.32/631.10	c       631         519950          16        20                -           0.0000          -
12604.34/636.13	c       636          10662        1757        20                -           0.0000          -
12706.93/641.20	c       641         527948          17        20                -           0.0000          -
12805.97/646.25	c       646         511915          10        20                -           0.0000          -
12907.11/651.30	c       651         535488          14        20                -           0.0000          -
13006.44/656.35	c       656          11018        1897        20                -           0.0000          -
13105.50/661.38	c       661          11880        3690        20                -           0.0000          -
13206.75/666.45	c       666          14586         209        20                -           0.0000          -
13307.97/671.50	c       672          11315        1962        20                -           0.0000          -
13407.06/676.52	c       677         555011          20        20                -           0.0000          -
13506.30/681.56	c       682          12201        3863        20                -           0.0000          -
13607.51/686.65	c       687         543411          14        20                -           0.0000          -
13708.67/691.70	c       692         547073          13        20                -           0.0000          -
13807.69/696.75	c       697         550874          17        20                -           0.0000          -
13908.85/701.80	c       702         573963          15        20                -           0.0000          -
14008.06/706.85	c       707          11911        2208        20                -           0.0000          -
14107.07/711.88	c       712         562179          15        20                -           0.0000          -
14208.12/716.95	c       717         585594          13        20                -           0.0000          -
14307.39/722.00	c       722          12146        2310        20                -           0.0000          -
14408.98/727.05	c       727          12232        2354        20                -           0.0000          -
14508.46/732.09	c       732         577822          16        20                -           0.0000          -
14607.45/737.13	c       737         582066          15        20                -           0.0000          -
14708.71/742.18	c       742         604908          15        20                -           0.0000          -
14809.25/747.25	c       747          17107         226        20                -           0.0000          -
14910.48/752.30	c       752          13556        4409        20                -           0.0000          -
15009.57/757.35	c       757         616336          12        20                -           0.0000          -
15110.77/762.41	c       762         600598          15        20                -           0.0000          -
15209.99/767.45	c       767          13027        2542        20                -           0.0000          -
15311.15/772.50	c       773         627341          13        20                -           0.0000          -
15410.25/777.55	c       778         631006          11        20                -           0.0000          -
15511.37/782.60	c       783         615060          13        20                -           0.0000          -
15610.56/787.65	c       788         618720          16        20                -           0.0000          -
15709.75/792.70	c       793         622182          16        20                -           0.0000          -
15810.96/797.75	c       798         646145          15        20                -           0.0000          -
15912.17/802.80	c       803          18731         241        20                -           0.0000          -
16011.37/807.85	c       808         653175          12        20                -           0.0000          -
16110.60/812.89	c       813         656819          14        20                -           0.0000          -
16211.66/817.94	c       818          13902        2838        20                -           0.0000          -
16310.86/823.00	c       823         664278          17        20                -           0.0000          -
16410.04/828.02	c       828         668018          14        20                -           0.0000          -
16511.88/833.10	c       833         652817          10        20                -           0.0000          -
16611.05/838.11	c       838          15159        5038        20                -           0.0000          -
16712.28/843.18	c       843         679110          17        20                -           0.0000          -
16812.78/848.20	c       848          14541        2974        20                -           0.0000          -
16911.88/853.25	c       853         686123          15        20                -           0.0000          -
17013.02/858.32	c       858         671097          16        20                -           0.0000          -
17112.25/863.39	c       863          14766        3036        20                -           0.0000          -
17213.45/868.44	c       868          20675         320        20                -           0.0000          -
17312.61/873.45	c       873          14942        3073        20                -           0.0000          -
17411.85/878.47	c       878         685982          14        20                -           0.0000          -
17511.06/883.48	c       883         689450          11        20                -           0.0000          -
17614.28/888.65	c       889          15281        3189        20                -           0.0000          -
17715.51/893.70	c       894         715631          12        20                -           0.0000          -
17814.65/898.75	c       899         701215          15        20                -           0.0000          -
17913.72/903.79	c       904         723140          13        20                -           0.0000          -
18014.91/908.85	c       909         708077          14        20                -           0.0000          -
18115.88/913.90	c       914          16347        5582        20                -           0.0000          -
18215.09/918.95	c       919         715573          15        20                -           0.0000          -
18314.33/924.00	c       924          22471         352        20                -           0.0000          -
18413.56/929.03	c       929         722790          17        20                -           0.0000          -
18515.60/934.10	c       934          16134        3443        20                -           0.0000          -
18616.49/939.15	c       939         729939          14        20                -           0.0000          -
18715.78/944.17	c       944          23168         352        20                -           0.0000          -
18816.32/949.22	c       949         737103          12        20                -           0.0000          -
18915.35/954.30	c       954         760225          17        20                -           0.0000          -
19016.33/959.35	c       959         744207          11        20                -           0.0000          -
19117.56/964.40	c       964         747830          16        20                -           0.0000          -
19216.73/969.41	c       969          16720        3608        20                -           0.0000          -
19315.97/974.47	c       974         754766          15        20                -           0.0000          -
19416.87/979.52	c       980         778995          16        20                -           0.0000          -
19516.08/984.57	c       985          17002        3689        20                -           0.0000          -
19617.30/989.65	c       990         765633          13        20                -           0.0000          -
19716.49/994.69	c       995          24656         375        20                -           0.0000          -
19817.56/999.75	c      1000         793671          15        20                -           0.0000          -
19916.80/1004.76	c      1005          17989        6260        20                -           0.0000          -
20017.99/1009.82	c      1010         801139          15        20                -           0.0000          -
20119.19/1014.91	c      1015         804685          15        20                -           0.0000          -
20218.39/1019.95	c      1020          18313        6333        20                -           0.0000          -
20317.60/1024.97	c      1025         790846          15        20                -           0.0000          -
20419.41/1030.05	c      1030         815657          18        20                -           0.0000          -
20518.55/1035.07	c      1035         798140          15        20                -           0.0000          -
20617.69/1040.13	c      1040         822748          12        20                -           0.0000          -
20720.19/1045.20	c      1045          25979         419        20                -           0.0000          -
20819.43/1050.25	c      1050         829651          12        20                -           0.0000          -
20918.67/1055.28	c      1055         833079          17        20                -           0.0000          -
21019.88/1060.35	c      1060          18787        4086        20                -           0.0000          -
21119.12/1065.36	c      1065          18858        4100        20                -           0.0000          -
21220.31/1070.45	c      1070          26814         427        20                -           0.0000          -
21319.45/1075.48	c      1075          19053        4162        20                -           0.0000          -
21420.67/1080.55	c      1081          27055         433        20                -           0.0000          -
21519.78/1085.57	c      1086         853828          17        20                -           0.0000          -
21620.86/1090.65	c      1091         857194          13        20                -           0.0000          -
21722.08/1095.70	c      1096         841267          13        20                -           0.0000          -
21821.31/1100.75	c      1101          19554        4293        20                -           0.0000          -
21920.50/1105.78	c      1106         868174          11        20                -           0.0000          -
22021.67/1110.85	c      1111         871882          14        20                -           0.0000          -
22122.90/1115.90	c      1116          20354        6991        20                -           0.0000          -
22222.14/1120.95	c      1121         878987          13        20                -           0.0000          -
22321.37/1126.00	c      1126          20058        4416        20                -           0.0000          -
22420.60/1131.01	c      1131         886080          14        20                -           0.0000          -
22522.48/1136.10	c      1136         870083          10        20                -           0.0000          -
22623.72/1141.15	c      1141         893026          11        20                -           0.0000          -
22724.26/1146.20	c      1146         896607          14        20                -           0.0000          -
22823.47/1151.22	c      1151          21077        7227        20                -           0.0000          -
22924.68/1156.30	c      1156         903621          14        20                -           0.0000          -
23023.91/1161.35	c      1161         907122          12        20                -           0.0000          -
23125.14/1166.40	c      1166         910750          14        20                -           0.0000          -
23224.23/1171.45	c      1171         914240          11        20                -           0.0000          -
23323.49/1176.48	c      1176         897675          14        20                -           0.0000          -
23424.69/1181.55	c      1182         901012          13        20                -           0.0000          -
23525.92/1186.60	c      1187         904643          13        20                -           0.0000          -
23625.13/1191.65	c      1192         907884          10        20                -           0.0000          -
23724.37/1196.68	c      1197         911265          10        20                -           0.0000          -
23825.58/1201.75	c      1202         935322          14        20                -           0.0000          -
23926.76/1206.80	c      1207         918883          17        20                -           0.0000          -
24025.97/1211.82	c      1212          21877        4893        20                -           0.0000          -
24125.18/1216.86	c      1217          22397        7673        20                -           0.0000          -
24226.41/1221.92	c      1222         931072          15        20                -           0.0000          -
24325.47/1227.00	c      1227         952940          16        20                -           0.0000          -
24427.22/1232.05	c      1232          32542         561        20                -           0.0000          -
24526.36/1237.10	c      1237         959790          11        20                -           0.0000          -
24627.49/1242.15	c      1242          32648         573        20                -           0.0000          -
24727.74/1247.20	c      1247         949870          15        20                -           0.0000          -
24826.93/1252.25	c      1252          23152        7889        20                -           0.0000          -
24928.02/1257.30	c      1257          33062         589        20                -           0.0000          -
25027.22/1262.35	c      1262         976895           9        20                -           0.0000          -
25128.42/1267.40	c      1267          23122        5137        20                -           0.0000          -
25227.62/1272.45	c      1272         967786          12        20                -           0.0000          -
25328.85/1277.50	c      1278         987257          14        20                -           0.0000          -
25428.04/1282.55	c      1283          23432        5205        20                -           0.0000          -
25529.26/1287.60	c      1288         979392          13        20                -           0.0000          -
25628.50/1292.65	c      1293         997941          15        20                -           0.0000          -
25729.70/1297.71	c      1298        1001453          11        20                -           0.0000          -
25828.88/1302.71	c      1303        1004900          12        20                -           0.0000          -
25928.01/1307.73	c      1308        1008434          14        20                -           0.0000          -
26026.98/1312.75	c      1313         997576          14        20                -           0.0000          -
26125.91/1317.77	c      1318        1015276          13        20                -           0.0000          -
26227.10/1322.82	c      1323        1004660          16        20                -           0.0000          -
26328.22/1328.00	c      1328        1022015          12        20                -           0.0000          -
26430.09/1333.05	c      1333        1025521          14        20                -           0.0000          -
26529.31/1338.10	c      1338        1015283          13        20                -           0.0000          -
26630.57/1343.15	c      1343        1032257          16        20                -           0.0000          -
26731.00/1348.20	c      1348        1035633          12        20                -           0.0000          -
26830.24/1353.25	c      1353        1039055          13        20                -           0.0000          -
26931.48/1358.30	c      1358          36099         776        20                -           0.0000          -
27030.71/1363.33	c      1363        1045817          10        20                -           0.0000          -
27129.96/1368.37	c      1368        1036353          15        20                -           0.0000          -
27231.20/1373.42	c      1373          25616        5589        20                -           0.0000          -
27332.42/1378.50	c      1379        1057378          15        20                -           0.0000          -
27431.44/1383.55	c      1384          25808        5621        20                -           0.0000          -
27532.66/1388.60	c      1389          25958        5620        20                -           0.0000          -
27631.91/1393.63	c      1394        1068387          15        20                -           0.0000          -
27733.15/1398.70	c      1399        1057892          14        20                -           0.0000          -
27832.27/1403.72	c      1404        1075905          16        20                -           0.0000          -
27933.35/1408.80	c      1409          26358        5718        20                -           0.0000          -
28032.53/1413.84	c      1414        1068437          17        20                -           0.0000          -
28133.77/1418.90	c      1419        1087037          11        20                -           0.0000          -
28233.01/1423.93	c      1424        1090916          15        20                -           0.0000          -
28332.19/1428.93	c      1429        1094991          13        20                -           0.0000          -
28431.41/1433.95	c      1434          37932        1141        20                -           0.0000          -
28530.67/1439.02	c      1439          27135        5852        20                -           0.0000          -
28632.57/1444.05	c      1444        1106762          14        20                -           0.0000          -
28731.85/1449.09	c      1449        1092743          14        20                -           0.0000          -
28833.07/1454.16	c      1454        1114424          15        20                -           0.0000          -
28933.55/1459.23	c      1459        1099820          16        20                -           0.0000          -
29034.80/1464.32	c      1464        1122218          16        20                -           0.0000          -
29134.04/1469.34	c      1469        1106824          15        20                -           0.0000          -
29233.20/1474.38	c      1474        1110400          12        20                -           0.0000          -
29334.43/1479.47	c      1479        1113763          14        20                -           0.0000          -
29435.59/1484.55	c      1485        1138075          15        20                -           0.0000          -
29536.83/1489.60	c      1490          38864        1445        20                -           0.0000          -
29636.08/1494.60	c      1495        1145460          13        20                -           0.0000          -
29735.33/1499.64	c      1500        1148935          16        20                -           0.0000          -
29836.54/1504.73	c      1505        1152718          12        20                -           0.0000          -
29935.74/1509.75	c      1510        1156583          10        20                -           0.0000          -
30036.86/1514.86	c      1515          39319        1573        20                -           0.0000          -
30137.17/1519.90	c      1520        1142284          14        20                -           0.0000          -
30234.43/1524.93	c      1525        1167714          11        20                -           0.0000          -
30333.63/1529.96	c      1530          29483        9442        20                -           0.0000          -
30435.52/1535.05	c      1535          39809        1658        20                -           0.0000          -
30534.42/1540.07	c      1540        1179177          18        20                -           0.0000          -
30635.60/1545.15	c      1545        1159939          14        20                -           0.0000          -
30734.84/1550.18	c      1550          29640        6255        20                -           0.0000          -
30833.97/1555.20	c      1555        1190723          17        20                -           0.0000          -
30934.49/1560.29	c      1560          40447        1773        20                -           0.0000          -
31035.62/1565.35	c      1565        1174526          13        20                -           0.0000          -
31134.73/1570.39	c      1570        1202286          16        20                -           0.0000          -
31235.91/1575.45	c      1575        1181956          18        20                -           0.0000          -
31337.14/1580.50	c      1581          40933        1836        20                -           0.0000          -
31436.60/1585.54	c      1586          40933        1836        20                -           0.0000          -
31537.64/1590.60	c      1591        1192842          15        20                -           0.0000          -
31636.90/1595.66	c      1596        1196336          16        20                -           0.0000          -
31738.14/1600.70	c      1601        1199753          17        20                -           0.0000          -
31837.40/1605.74	c      1606        1228802          15        20                -           0.0000          -
31936.64/1610.78	c      1611        1232486          13        20                -           0.0000          -
32037.76/1615.84	c      1616        1236118          17        20                -           0.0000          -
32137.00/1620.85	c      1621          31435        6485        20                -           0.0000          -
32236.19/1625.86	c      1626          31514        6501        20                -           0.0000          -
32337.45/1630.92	c      1631        1247358          14        20                -           0.0000          -
32439.24/1636.05	c      1636          31756        6543        20                -           0.0000          -
32538.19/1641.09	c      1641          31887       10117        20                -           0.0000          -
32639.86/1646.15	c      1646        1231893          14        20                -           0.0000          -
32740.16/1651.20	c      1651        1235442          14        20                -           0.0000          -
32839.35/1656.22	c      1656          42525        2027        20                -           0.0000          -
32940.39/1661.30	c      1661          32318        6649        20                -           0.0000          -
33039.65/1666.36	c      1666        1246135           9        20                -           0.0000          -
33140.88/1671.40	c      1671        1249927          15        20                -           0.0000          -
33239.98/1676.46	c      1676          32667        6712        20                -           0.0000          -
33341.27/1681.51	c      1682          32667        6712        20                -           0.0000          -
33440.57/1686.55	c      1687          32667        6712        20                -           0.0000          -
33539.70/1691.59	c      1692        1291562          13        20                -           0.0000          -
33640.93/1696.65	c      1697        1268252          16        20                -           0.0000          -
33741.93/1701.71	c      1702          33164       10499        20                -           0.0000          -
33841.19/1706.75	c      1707        1275232          16        20                -           0.0000          -
33940.46/1711.76	c      1712          44039        2219        20                -           0.0000          -
34041.70/1716.81	c      1717          44155        2245        20                -           0.0000          -
34142.94/1721.90	c      1722        1285485          10        20                -           0.0000          -
34242.14/1726.94	c      1727          44333        2273        20                -           0.0000          -
34341.27/1731.96	c      1732        1319437          12        20                -           0.0000          -
34443.10/1737.05	c      1737        1296277          16        20                -           0.0000          -
34542.35/1742.10	c      1742        1299812          11        20                -           0.0000          -
34643.65/1747.15	c      1747          34247       10766        20                -           0.0000          -
34742.89/1752.17	c      1752        1334999          12        20                -           0.0000          -
34843.41/1757.21	c      1757          34511       10833        20                -           0.0000          -
34944.64/1762.30	c      1762          45368        2328        20                -           0.0000          -
35043.87/1767.36	c      1767          34729       10879        20                -           0.0000          -
35143.12/1772.39	c      1772        1349614          14        20                -           0.0000          -
35244.36/1777.45	c      1777          34954       10945        20                -           0.0000          -
35345.59/1782.50	c      1783        1327295          15        20                -           0.0000          -
35444.65/1787.56	c      1788        1330881          11        20                -           0.0000          -
35543.90/1792.56	c      1793          35161        7210        20                -           0.0000          -
35645.07/1797.64	c      1798        1367113          13        20                -           0.0000          -
35744.33/1802.67	c      1803        1370725          11        20                -           0.0000          -
35843.58/1807.69	c      1808        1374292          13        20                -           0.0000          -
35944.82/1812.70	c      1813          46700        2472        20                -           0.0000          -
36043.87/1817.76	c      1818          35922       11143        20                -           0.0000          -
36143.06/1822.79	c      1823          46988        2491        20                -           0.0000          -
36246.45/1827.95	c      1828          47122        2509        20                -           0.0000          -
36345.37/1833.01	c      1833        1364451          16        20                -           0.0000          -
36447.48/1838.06	c      1838          36138        7403        20                -           0.0000          -
36546.53/1843.10	c      1843        1371867          16        20                -           0.0000          -
36647.77/1848.15	c      1848        1375712          13        20                -           0.0000          -
36748.20/1853.20	c      1853        1379180          13        20                -           0.0000          -
36847.46/1858.26	c      1858        1382991           9        20                -           0.0000          -
36948.69/1863.30	c      1863          48147        2567        20                -           0.0000          -
37047.93/1868.35	c      1868        1389852          10        20                -           0.0000          -
37149.17/1873.40	c      1873        1393505          13        20                -           0.0000          -
37248.32/1878.42	c      1878          37465       11446        20                -           0.0000          -
37347.54/1883.46	c      1883        1428282          11        20                -           0.0000          -
37448.68/1888.56	c      1889        1405049          17        20                -           0.0000          -
37549.90/1893.61	c      1894        1408739          15        20                -           0.0000          -
37649.14/1898.62	c      1899        1438959          14        20                -           0.0000          -
37750.37/1903.70	c      1904          37680        7641        20                -           0.0000          -
37849.62/1908.75	c      1909          49223        2680        20                -           0.0000          -
37948.85/1913.79	c      1914          49304        2684        20                -           0.0000          -
38050.06/1918.83	c      1919          38020        7674        20                -           0.0000          -
38151.07/1923.90	c      1924          38455       11700        20                -           0.0000          -
38250.32/1928.96	c      1929        1434462          10        20                -           0.0000          -
38349.54/1934.01	c      1934        1464406          15        20                -           0.0000          -
38451.36/1939.05	c      1939        1441823          13        20                -           0.0000          -
38550.75/1944.08	c      1944          38622        7782        20                -           0.0000          -
38651.97/1949.15	c      1949        1448839          17        20                -           0.0000          -
38752.24/1954.20	c      1954        1452257          11        20                -           0.0000          -
38851.41/1959.25	c      1959          50653        2808        20                -           0.0000          -
38952.64/1964.30	c      1964        1459306          14        20                -           0.0000          -
39051.88/1969.32	c      1969        1490327          12        20                -           0.0000          -
39153.12/1974.40	c      1974        1465970          13        20                -           0.0000          -
39252.34/1979.46	c      1979        1469442          13        20                -           0.0000          -
39351.58/1984.49	c      1984          51329        2857        20                -           0.0000          -
39452.80/1989.52	c      1990        1504334          12        20                -           0.0000          -
39552.04/1994.58	c      1995          51616        2867        20                -           0.0000          -
39653.12/1999.63	c      2000        1511643          14        20                -           0.0000          -
39752.35/2004.69	c      2005        1515293          12        20                -           0.0000          -
39853.56/2009.70	c      2010        1518979          13        20                -           0.0000          -
39952.67/2014.75	c      2015          40578       12232        20                -           0.0000          -
40053.88/2019.85	c      2020        1498010          10        20                -           0.0000          -
40153.14/2024.89	c      2025        1530134          13        20                -           0.0000          -
40254.36/2029.91	c      2030        1533817          16        20                -           0.0000          -
40353.56/2034.92	c      2035        1537364          15        20                -           0.0000          -
40452.66/2039.96	c      2040        1540818          11        20                -           0.0000          -
40551.91/2044.99	c      2045        1544345          14        20                -           0.0000          -
40653.76/2050.03	c      2050        1548023          16        20                -           0.0000          -
40753.07/2055.13	c      2055          41207        8201        20                -           0.0000          -
40855.34/2060.24	c      2060        1554842          11        20                -           0.0000          -
40954.52/2065.24	c      2065        1558309          14        20                -           0.0000          -
41055.62/2070.35	c      2070        1533765          13        20                -           0.0000          -
41156.85/2075.40	c      2075          41755        8260        20                -           0.0000          -
41256.00/2080.42	c      2080        1569118          16        20                -           0.0000          -
41355.25/2085.46	c      2085        1572695          12        20                -           0.0000          -
41456.35/2090.55	c      2091        1548390          13        20                -           0.0000          -
41555.33/2095.59	c      2096        1580894          14        20                -           0.0000          -
41656.30/2100.63	c      2101        1585255          15        20                -           0.0000          -
41755.53/2105.64	c      2106          42845       12668        20                -           0.0000          -
41854.79/2110.66	c      2111          54596        3078        20                -           0.0000          -
41956.03/2115.75	c      2116        1597189          15        20                -           0.0000          -
42055.18/2120.76	c      2121        1600938          14        20                -           0.0000          -
42154.43/2125.76	c      2126        1604848          10        20                -           0.0000          -
42253.61/2130.78	c      2131          43123        8500        20                -           0.0000          -
42356.80/2135.93	c      2136          55369        3095        20                -           0.0000          -
42455.98/2140.95	c      2141        1616136          13        20                -           0.0000          -
42558.00/2146.11	c      2146        1586583          14        20                -           0.0000          -
42659.09/2151.15	c      2151          43885       12931        20                -           0.0000          -
42759.60/2156.20	c      2156        1593191          14        20                -           0.0000          -
42858.85/2161.24	c      2161        1631126          15        20                -           0.0000          -
42960.09/2166.30	c      2166        1600054          16        20                -           0.0000          -
43059.35/2171.35	c      2171        1603572          14        20                -           0.0000          -
43158.48/2176.37	c      2176        1642513          12        20                -           0.0000          -
43259.66/2181.42	c      2181          56677        3151        20                -           0.0000          -
43358.93/2186.46	c      2186          44752       13158        20                -           0.0000          -
43460.17/2191.52	c      2192        1653756          14        20                -           0.0000          -
43561.43/2196.60	c      2197        1620100          10        20                -           0.0000          -
43660.67/2201.66	c      2202        1623610          12        20                -           0.0000          -
43761.92/2206.70	c      2207        1627268          14        20                -           0.0000          -
43861.12/2211.75	c      2212        1668777          11        20                -           0.0000          -
43960.38/2216.75	c      2217          45592       13289        20                -           0.0000          -
44061.61/2221.85	c      2222        1638180          15        20                -           0.0000          -
44162.86/2226.90	c      2227        1641805          15        20                -           0.0000          -
44262.10/2231.95	c      2232          45931        8755        20                -           0.0000          -
44361.30/2237.01	c      2237        1648996          12        20                -           0.0000          -
44460.43/2242.02	c      2242          58362        3199        20                -           0.0000          -
44562.13/2247.05	c      2247          58493        3213        20                -           0.0000          -
44663.66/2252.15	c      2252          58654        3201        20                -           0.0000          -
44764.23/2257.20	c      2257          46592       13515        20                -           0.0000          -
44863.51/2262.25	c      2262          46592       13515        20                -           0.0000          -
44962.79/2267.28	c      2267          58938        3204        20                -           0.0000          -
45064.23/2272.35	c      2272        1674133          10        20                -           0.0000          -
45165.32/2277.41	c      2277        1677699          13        20                -           0.0000          -
45264.58/2282.42	c      2282          47144        8868        20                -           0.0000          -
45363.63/2287.44	c      2287          47169        8872        20                -           0.0000          -
45462.86/2292.50	c      2292        1727973          13        20                -           0.0000          -
45564.10/2297.59	c      2298        1731493          15        20                -           0.0000          -
45665.17/2302.65	c      2303        1695525          16        20                -           0.0000          -
45764.37/2307.67	c      2308        1738447          13        20                -           0.0000          -
45865.59/2312.76	c      2313        1703162          16        20                -           0.0000          -
45964.86/2317.77	c      2318        1745660          16        20                -           0.0000          -
46066.08/2322.85	c      2323        1710440          10        20                -           0.0000          -
46167.32/2327.90	c      2328          60660        3253        20                -           0.0000          -
46266.45/2332.94	c      2333        1756825          17        20                -           0.0000          -
46365.52/2338.01	c      2338          48486       13876        20                -           0.0000          -
46467.19/2343.06	c      2343        1724824          13        20                -           0.0000          -
46566.40/2348.07	c      2348        1767978          13        20                -           0.0000          -
46665.58/2353.11	c      2353        1771535          14        20                -           0.0000          -
46766.80/2358.15	c      2358        1775121          11        20                -           0.0000          -
46867.33/2363.25	c      2363        1738598          13        20                -           0.0000          -
46968.56/2368.30	c      2368        1782000          14        20                -           0.0000          -
47067.69/2373.32	c      2373        1785585          15        20                -           0.0000          -
47168.93/2378.40	c      2378        1748852           9        20                -           0.0000          -
47268.01/2383.45	c      2383        1752219          12        20                -           0.0000          -
47367.24/2388.47	c      2388        1796138          14        20                -           0.0000          -
47468.47/2393.50	c      2394        1799592          10        20                -           0.0000          -
47569.65/2398.60	c      2399        1762480          15        20                -           0.0000          -
47668.88/2403.65	c      2404        1765901          14        20                -           0.0000          -
47768.12/2408.68	c      2409        1809726          10        20                -           0.0000          -
47867.36/2413.69	c      2414        1813061          13        20                -           0.0000          -
47968.60/2418.71	c      2419          50482       14229        20                -           0.0000          -
48067.71/2423.74	c      2424          50592       14252        20                -           0.0000          -
48168.94/2428.82	c      2429          63453        3475        20                -           0.0000          -
48268.16/2433.85	c      2434        1827546          14        20                -           0.0000          -
48369.40/2438.91	c      2439        1831225          11        20                -           0.0000          -
48468.62/2444.00	c      2444          51448        9292        20                -           0.0000          -
48570.47/2449.04	c      2449          51183       14372        20                -           0.0000          -
48669.88/2454.06	c      2454        1842446          15        20                -           0.0000          -
48768.72/2459.10	c      2459        1846096          17        20                -           0.0000          -
48869.99/2464.13	c      2464        1849742          13        20                -           0.0000          -
48970.49/2469.28	c      2469        1853534          14        20                -           0.0000          -
49071.71/2474.36	c      2474        1814213          15        20                -           0.0000          -
49170.89/2479.40	c      2479        1861037          13        20                -           0.0000          -
49272.11/2484.43	c      2484        1864603          13        20                -           0.0000          -
49371.36/2489.45	c      2489          52492        9434        20                -           0.0000          -
49470.59/2494.47	c      2494        1871861          15        20                -           0.0000          -
49571.82/2499.52	c      2500        1875590          13        20                -           0.0000          -
49671.06/2504.56	c      2505          52842        9490        20                -           0.0000          -
49772.27/2509.65	c      2510        1882881          15        20                -           0.0000          -
49873.41/2514.76	c      2515        1842126          16        20                -           0.0000          -
49974.61/2519.80	c      2520        1845833          12        20                -           0.0000          -
50073.87/2524.82	c      2525        1893964          12        20                -           0.0000          -
50175.02/2529.90	c      2530          66087        3667        20                -           0.0000          -
50274.28/2534.96	c      2535        1857154          17        20                -           0.0000          -
50373.41/2540.00	c      2540          53905        9553        20                -           0.0000          -
50475.33/2545.05	c      2545        1864700          13        20                -           0.0000          -
50574.60/2550.09	c      2550        1911869          10        20                -           0.0000          -
50673.88/2555.12	c      2555        1915840          16        20                -           0.0000          -
50773.04/2560.13	c      2560        1919537          12        20                -           0.0000          -
50874.25/2565.14	c      2565        1923082          11        20                -           0.0000          -
50974.75/2570.21	c      2570          67175        3761        20                -           0.0000          -
51074.02/2575.23	c      2575          54865        9606        20                -           0.0000          -
51177.23/2580.41	c      2580        1890557          13        20                -           0.0000          -
51276.47/2585.45	c      2585        1894339          14        20                -           0.0000          -
51377.51/2590.50	c      2591        1897935          16        20                -           0.0000          -
51476.68/2595.55	c      2596        1901650          16        20                -           0.0000          -
51575.84/2600.60	c      2601        1905484          13        20                -           0.0000          -
51677.09/2605.65	c      2606        1950673          14        20                -           0.0000          -
51776.35/2610.67	c      2611        1954191          14        20                -           0.0000          -
51877.62/2615.72	c      2616          55146       15134        20                -           0.0000          -
51978.85/2620.80	c      2621        1919956          15        20                -           0.0000          -
52078.13/2625.84	c      2626        1965257          15        20                -           0.0000          -
52179.38/2630.90	c      2631          68816        3850        20                -           0.0000          -
52278.65/2635.95	c      2636        1930773          17        20                -           0.0000          -
52377.90/2640.96	c      2641          69104        3889        20                -           0.0000          -
52477.16/2646.00	c      2646          69162        3890        20                -           0.0000          -
52576.29/2651.01	c      2651        1983473          13        20                -           0.0000          -
52678.22/2656.09	c      2656        1987274          14        20                -           0.0000          -
52779.35/2661.19	c      2661        1991111          11        20                -           0.0000          -
52879.83/2666.25	c      2666        1952772          14        20                -           0.0000          -
52981.05/2671.31	c      2671        1956625          14        20                -           0.0000          -
53080.26/2676.31	c      2676        2001589          15        20                -           0.0000          -
53179.39/2681.33	c      2681        2004933          14        20                -           0.0000          -
53280.64/2686.40	c      2686        2008348          12        20                -           0.0000          -
53381.88/2691.51	c      2692        1971484          10        20                -           0.0000          -
53481.14/2696.55	c      2697        1975162          14        20                -           0.0000          -
53582.37/2701.60	c      2702          70521        4042        20                -           0.0000          -
53681.64/2706.66	c      2707        1982402           8        20                -           0.0000          -
53780.89/2711.70	c      2712          70821        4056        20                -           0.0000          -
53882.14/2716.74	c      2717        2029384          12        20                -           0.0000          -
53981.26/2721.75	c      2722        2032617          11        20                -           0.0000          -
54082.41/2726.81	c      2727          58884        9964        20                -           0.0000          -
54181.65/2731.86	c      2732        2039180          13        20                -           0.0000          -
54282.90/2736.90	c      2737        2042565          10        20                -           0.0000          -
54382.15/2741.91	c      2742          71629        4094        20                -           0.0000          -
54481.29/2746.92	c      2747          59295       10002        20                -           0.0000          -
54583.20/2752.04	c      2752          58454       15791        20                -           0.0000          -
54682.40/2757.05	c      2757        2055935           8        20                -           0.0000          -
54781.64/2762.10	c      2762        2059239          14        20                -           0.0000          -
54882.97/2767.16	c      2767          72140        4131        20                -           0.0000          -
54983.44/2772.20	c      2772        2066254          15        20                -           0.0000          -
55084.70/2777.35	c      2777          59035       15898        20                -           0.0000          -
55185.84/2782.40	c      2782          60192       10046        20                -           0.0000          -
55285.04/2787.46	c      2787        2042685          15        20                -           0.0000          -
55384.30/2792.48	c      2792        2082300          16        20                -           0.0000          -
55485.52/2797.55	c      2798          72925        4188        20                -           0.0000          -
55586.76/2802.60	c      2803        2053603          13        20                -           0.0000          -
55686.04/2807.65	c      2808          73049        4197        20                -           0.0000          -
55785.29/2812.70	c      2813        2097436          15        20                -           0.0000          -
55886.54/2817.73	c      2818        2100904          13        20                -           0.0000          -
55985.78/2822.74	c      2823        2104144          14        20                -           0.0000          -
56085.06/2827.76	c      2828        2107624          15        20                -           0.0000          -
56186.29/2832.89	c      2833        2111286          16        20                -           0.0000          -
56287.54/2837.93	c      2838          73779        4202        20                -           0.0000          -
56386.63/2843.00	c      2843        2083111          13        20                -           0.0000          -
56488.52/2848.05	c      2848        2086487          15        20                -           0.0000          -
56587.68/2853.11	c      2853        2090029          13        20                -           0.0000          -
56686.92/2858.13	c      2858        2130145          15        20                -           0.0000          -
56789.34/2863.20	c      2863        2097299          16        20                -           0.0000          -
56888.58/2868.25	c      2868          74368        4216        20                -           0.0000          -
56987.80/2873.29	c      2873        2141735          16        20                -           0.0000          -
57089.05/2878.31	c      2878          61331       16383        20                -           0.0000          -
57190.21/2883.40	c      2883          74850        4226        20                -           0.0000          -
57289.38/2888.45	c      2888        2115860          15        20                -           0.0000          -
57388.62/2893.47	c      2893        2156963          14        20                -           0.0000          -
57489.86/2898.51	c      2899        2160856          14        20                -           0.0000          -
57589.12/2903.53	c      2904          75468        4240        20                -           0.0000          -
57690.28/2908.65	c      2909        2130102          11        20                -           0.0000          -
57791.52/2913.71	c      2914        2133804          15        20                -           0.0000          -
57890.77/2918.75	c      2919        2137304          13        20                -           0.0000          -
57990.01/2923.77	c      2924        2179636          11        20                -           0.0000          -
58091.24/2928.82	c      2929        2183465          14        20                -           0.0000          -
58190.46/2933.85	c      2934          62505       16678        20                -           0.0000          -
58291.67/2938.92	c      2939        2191255          16        20                -           0.0000          -
58390.76/2943.95	c      2944        2195049          17        20                -           0.0000          -
58492.50/2949.05	c      2949        2159024          13        20                -           0.0000          -
58591.53/2954.07	c      2954        2202781          13        20                -           0.0000          -
58692.89/2959.14	c      2959        2206620          14        20                -           0.0000          -
58793.35/2964.20	c      2964          65470       10374        20                -           0.0000          -
58892.57/2969.23	c      2969        2214107           9        20                -           0.0000          -
58993.81/2974.31	c      2974        2177003          12        20                -           0.0000          -
59093.05/2979.32	c      2979          77500        4360        20                -           0.0000          -
59192.31/2984.40	c      2984        2224727          11        20                -           0.0000          -
59293.53/2989.45	c      2989        2228355          14        20                -           0.0000          -
59392.80/2994.49	c      2994        2232031          17        20                -           0.0000          -
59493.99/2999.55	c      3000          63996       16979        20                -           0.0000          -
59595.14/3004.60	c      3005        2198665          15        20                -           0.0000          -
59694.14/3009.64	c      3010        2242423          14        20                -           0.0000          -
59794.93/3014.70	c      3015          78542        4374        20                -           0.0000          -
59894.01/3019.75	c      3020        2209510           9        20                -           0.0000          -
59995.25/3024.80	c      3025        2213188          12        20                -           0.0000          -
60094.48/3029.86	c      3030        2216884          14        20                -           0.0000          -
60195.74/3034.91	c      3035        2220479          14        20                -           0.0000          -
60295.00/3039.95	c      3040        2224208          17        20                -           0.0000          -
60394.28/3045.00	c      3045          64903       17205        20                -           0.0000          -
60495.97/3050.05	c      3050          79707        4388        20                -           0.0000          -
60595.13/3055.10	c      3055        2235059          14        20                -           0.0000          -
60696.48/3060.15	c      3060          67922       10602        20                -           0.0000          -
60796.96/3065.21	c      3065          67938       10602        20                -           0.0000          -
60896.03/3070.25	c      3070        2246219          13        20                -           0.0000          -
60997.28/3075.30	c      3075        2249822          16        20                -           0.0000          -
61096.47/3080.35	c      3080          68272       10649        20                -           0.0000          -
61197.74/3085.41	c      3085          68403       10645        20                -           0.0000          -
61296.94/3090.45	c      3090        2260374          14        20                -           0.0000          -
61398.21/3095.51	c      3096          68661       10672        20                -           0.0000          -
61497.48/3100.53	c      3101          81114        4489        20                -           0.0000          -
61596.76/3105.54	c      3106        2312749          16        20                -           0.0000          -
61697.91/3110.66	c      3111        2274703          13        20                -           0.0000          -
61797.13/3115.67	c      3116        2319959          10        20                -           0.0000          -
61898.31/3120.75	c      3121        2323614          18        20                -           0.0000          -
61997.52/3125.79	c      3126        2327326          12        20                -           0.0000          -
62098.77/3130.82	c      3131          82129        4514        20                -           0.0000          -
62198.05/3135.85	c      3136        2334407          14        20                -           0.0000          -
62299.11/3140.96	c      3141        2295738          13        20                -           0.0000          -
62398.32/3146.00	c      3146          69983       10794        20                -           0.0000          -
62500.20/3151.05	c      3151        2302852          16        20                -           0.0000          -
62599.40/3156.10	c      3156          67524       17616        20                -           0.0000          -
62700.60/3161.15	c      3161        2352207          14        20                -           0.0000          -
62801.21/3166.20	c      3166        2313266          16        20                -           0.0000          -
62900.42/3171.25	c      3171        2316834          14        20                -           0.0000          -
63001.52/3176.30	c      3176          70800       10855        20                -           0.0000          -
63100.64/3181.34	c      3181          83553        4564        20                -           0.0000          -
63201.78/3186.40	c      3186        2327305           9        20                -           0.0000          -
63301.00/3191.45	c      3191        2330869          13        20                -           0.0000          -
63400.25/3196.49	c      3196          68401       17764        20                -           0.0000          -
63501.36/3201.52	c      3202        2381019          15        20                -           0.0000          -
63600.58/3206.54	c      3207          84333        4576        20                -           0.0000          -
63699.60/3211.58	c      3212          84501        4569        20                -           0.0000          -
63802.69/3216.70	c      3217        2348631          14        20                -           0.0000          -
63901.88/3221.75	c      3222        2352070          17        20                -           0.0000          -
64001.12/3226.77	c      3227        2398805          16        20                -           0.0000          -
64102.24/3231.85	c      3232        2402263          13        20                -           0.0000          -
64203.46/3236.91	c      3237          85217        4598        20                -           0.0000          -
64302.69/3241.95	c      3242        2366205          16        20                -           0.0000          -
64401.83/3246.96	c      3247        2413219          15        20                -           0.0000          -
64503.75/3252.05	c      3252        2373576          13        20                -           0.0000          -
64602.99/3257.11	c      3257        2377136          14        20                -           0.0000          -
64704.11/3262.15	c      3262          73112       11006        20                -           0.0000          -
64803.25/3267.19	c      3267        2427652          15        20                -           0.0000          -
64903.83/3272.20	c      3272        2431167          13        20                -           0.0000          -
65003.19/3277.23	c      3277        2434791          14        20                -           0.0000          -
65102.29/3282.28	c      3282        2438248          18        20                -           0.0000          -
65201.59/3287.29	c      3287          73812       11083        20                -           0.0000          -
65302.84/3292.31	c      3292          86932        4625        20                -           0.0000          -
65402.14/3297.39	c      3297          87030        4633        20                -           0.0000          -
65505.38/3302.55	c      3303        2452389          15        20                -           0.0000          -
65606.66/3307.60	c      3308        2413703          14        20                -           0.0000          -
65705.86/3312.65	c      3313        2459609          12        20                -           0.0000          -
65807.05/3317.70	c      3318        2420942          11        20                -           0.0000          -
65905.88/3322.73	c      3323        2466538          13        20                -           0.0000          -
66005.12/3327.78	c      3328        2470115          13        20                -           0.0000          -
66106.27/3332.85	c      3333        2432009          11        20                -           0.0000          -
66207.52/3337.90	c      3338        2435702          12        20                -           0.0000          -
66306.75/3342.96	c      3343          71800       18399        20                -           0.0000          -
66405.95/3348.00	c      3348        2443079          16        20                -           0.0000          -
66507.77/3353.05	c      3353          71990       18444        20                -           0.0000          -
66606.79/3358.10	c      3358        2450214          14        20                -           0.0000          -
66706.07/3363.13	c      3363        2494642          11        20                -           0.0000          -
66808.62/3368.20	c      3368        2457269          12        20                -           0.0000          -
66907.82/3373.24	c      3373        2501635          14        20                -           0.0000          -
67009.07/3378.30	c      3378        2464167          10        20                -           0.0000          -
67108.21/3383.35	c      3383        2508631          13        20                -           0.0000          -
67207.45/3388.37	c      3388        2512120          11        20                -           0.0000          -
67308.66/3393.40	c      3393          89824        4692        20                -           0.0000          -
67409.87/3398.50	c      3399        2478886          15        20                -           0.0000          -
67509.11/3403.55	c      3404          73101       18671        20                -           0.0000          -
67610.36/3408.60	c      3409        2486422          17        20                -           0.0000          -
67709.61/3413.62	c      3414        2529790          13        20                -           0.0000          -
67808.84/3418.65	c      3419          90435        4735        20                -           0.0000          -
67910.06/3423.75	c      3424          78137       11365        20                -           0.0000          -
68011.31/3428.81	c      3429        2500617          14        20                -           0.0000          -
68110.55/3433.84	c      3434        2545029          16        20                -           0.0000          -
68209.83/3438.87	c      3439        2548954          13        20                -           0.0000          -
68310.95/3443.92	c      3444          74009       18839        20                -           0.0000          -
68410.20/3448.94	c      3449        2556174          13        20                -           0.0000          -
68511.96/3454.05	c      3454        2518742          19        20                -           0.0000          -
68611.21/3459.10	c      3459        2522452          13        20                -           0.0000          -
68712.46/3464.13	c      3464        2567603          16        20                -           0.0000          -
68813.02/3469.20	c      3469        2529558          14        20                -           0.0000          -
68912.29/3474.25	c      3474        2533254          13        20                -           0.0000          -
69013.55/3479.30	c      3479          92020        4834        20                -           0.0000          -
69112.75/3484.35	c      3484        2540281          17        20                -           0.0000          -
69213.93/3489.41	c      3489          80105       11540        20                -           0.0000          -
69313.20/3494.45	c      3494        2589639          16        20                -           0.0000          -
69412.28/3499.49	c      3500          80250       11553        20                -           0.0000          -
69513.50/3504.55	c      3505        2554435          15        20                -           0.0000          -
69614.72/3509.60	c      3510          92960        4832        20                -           0.0000          -
69713.96/3514.65	c      3515          80573       11593        20                -           0.0000          -
69815.18/3519.70	c      3520        2565186          14        20                -           0.0000          -
69914.41/3524.76	c      3525        2568752          16        20                -           0.0000          -
70013.65/3529.77	c      3530        2616343          15        20                -           0.0000          -
70114.86/3534.81	c      3535          76083       19221        20                -           0.0000          -
70216.13/3539.90	c      3540          93890        4871        20                -           0.0000          -
70315.39/3544.95	c      3545        2582589          11        20                -           0.0000          -
70414.66/3549.97	c      3550          81472       11708        20                -           0.0000          -
70516.54/3555.04	c      3555          94356        4876        20                -           0.0000          -
70615.87/3560.08	c      3560        2638568          16        20                -           0.0000          -
70717.09/3565.15	c      3565        2642259          17        20                -           0.0000          -
70817.59/3570.20	c      3570        2599670          11        20                -           0.0000          -
70916.87/3575.26	c      3575        2603099          17        20                -           0.0000          -
71016.13/3580.28	c      3580          77272       19405        20                -           0.0000          -
71117.38/3585.30	c      3585        2657030          15        20                -           0.0000          -
71216.59/3590.31	c      3590          82498       11816        20                -           0.0000          -
71317.84/3595.46	c      3595        2616588          12        20                -           0.0000          -
71417.10/3600.48	c      3600        2668536          12        20                -           0.0000          -
71518.35/3605.52	c      3606        2672542          15        20                -           0.0000          -
71617.62/3610.59	c      3611        2676721          14        20                -           0.0000          -
71718.88/3615.64	c      3616          83273       11877        20                -           0.0000          -
71817.81/3620.66	c      3621        2684368          12        20                -           0.0000          -
71918.91/3625.71	c      3626        2688035          14        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (189944 MiB free)
  memory of node 1: 193531 MiB (191222 MiB free)
  memory of node 2: 193531 MiB (190732 MiB free)
  memory of node 3: 193531 MiB (191795 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-4465889-1722590983/watcher-4465889-1722590983 -o /tmp/evaluation-result-4465889-1722590983/solver-4465889-1722590983 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722587343-157283 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465889-1722590983.opb -qsol -t 72000 -sth 20 

running on 20 cores: 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76

CPU governors:
  performance: 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=159848, runsolver pid=159845
Current StackSize limit: 8192 KiB


[startup+0.100103 s]*
/proc/loadavg: 80.46 80.31 80.36 62/985 159849
/proc/meminfo: memFree=781956816/790760800 swapFree=131071996/131071996
[pid=159848] ppid=159845 vsize=48128 memory=37556 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/stat : 159848 (fscip) R 159845 159848 157273 0 -1 4194304 7706 0 0 0 10 0 0 0 20 0 1 0 25685037 49283072 9389 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
/proc/159848/statm: 12032 9389 2758 3035 0 8428 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 48128 KiB
Current children cumulated memory: 37556 KiB

[startup+0.218569 s]*
/proc/loadavg: 80.46 80.31 80.36 62/985 159849
/proc/meminfo: memFree=781831052/790760800 swapFree=131071996/131071996
[pid=159848] ppid=159845 vsize=48384 memory=37820 CPUtime=0.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/stat : 159848 (fscip) R 159845 159848 157273 0 -1 4194304 7776 0 0 0 22 0 0 0 20 0 1 0 25685037 49545216 9455 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
/proc/159848/statm: 12096 9455 2758 3035 0 8492 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 48384 KiB
Current children cumulated memory: 37820 KiB

[startup+0.316184 s]*
/proc/loadavg: 80.46 80.31 80.36 62/1005 159869
/proc/meminfo: memFree=781702628/790760800 swapFree=131071996/131071996
[pid=159848] ppid=159845 vsize=1548520 memory=96896 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/stat : 159848 (fscip) S 159845 159848 157273 0 -1 1077936128 23267 0 0 0 30 3 0 0 20 0 21 0 25685037 1585684480 24224 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
/proc/159848/statm: 387130 24224 2774 3035 0 65614 0
[pid=159848/tid=159850] ppid=159845 vsize=1548520 memory=-6440819721270115175 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159850/stat : 159850 (fscip) S 159845 159848 157273 0 -1 1077936192 1976 0 0 0 0 0 0 0 20 0 21 0 25685065 1585684480 24224 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159851] ppid=159845 vsize=1548520 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159851/stat : 159851 (fscip) S 159845 159848 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25685065 1585684480 24224 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159852] ppid=159845 vsize=1548520 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159852/stat : 159852 (fscip) S 159845 159848 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25685065 1585684480 24224 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159853] ppid=159845 vsize=1548520 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159853/stat : 159853 (fscip) S 159845 159848 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25685066 1585684480 24224 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159854] ppid=159845 vsize=1548520 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159854/stat : 159854 (fscip) S 159845 159848 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25685066 1585684480 24224 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159855] ppid=159845 vsize=1548520 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159855/stat : 159855 (fscip) R 159845 159848 157273 0 -1 4194368 1236 0 0 0 0 0 0 0 20 0 21 0 25685066 1585684480 24224 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159856] ppid=159845 vsize=1548520 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159856/stat : 159856 (fscip) S 159845 159848 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25685066 1585684480 24224 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159857] ppid=159845 vsize=1548520 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159857/stat : 159857 (fscip) S 159845 159848 157273 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 25685066 1585684480 24224 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159858] ppid=159845 vsize=1548520 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159858/stat : 159858 (fscip) S 159845 159848 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25685066 1585684480 24224 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159859] ppid=159845 vsize=1548520 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159859/stat : 159859 (fscip) S 159845 159848 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25685066 1585684480 24224 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159860] ppid=159845 vsize=1548520 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159860/stat : 159860 (fscip) S 159845 159848 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25685066 1585684480 24224 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159861] ppid=159845 vsize=1548520 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159861/stat : 159861 (fscip) S 159845 159848 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25685066 1585684480 24224 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159862] ppid=159845 vsize=1548520 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159862/stat : 159862 (fscip) S 159845 159848 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25685066 1585684480 24224 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159863] ppid=159845 vsize=1548520 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159863/stat : 159863 (fscip) S 159845 159848 157273 0 -1 1077936192 1976 0 0 0 0 0 0 0 20 0 21 0 25685066 1585684480 24224 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159864] ppid=159845 vsize=1548520 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159864/stat : 159864 (fscip) S 159845 159848 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25685066 1585684480 24224 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159865] ppid=159845 vsize=1548520 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159865/stat : 159865 (fscip) S 159845 159848 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25685066 1585684480 24224 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159866] ppid=159845 vsize=1548520 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159866/stat : 159866 (fscip) S 159845 159848 157273 0 -1 1077936192 1977 0 0 0 0 0 0 0 20 0 21 0 25685066 1585684480 24224 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159867] ppid=159845 vsize=1548520 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159867/stat : 159867 (fscip) S 159845 159848 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25685066 1585684480 24224 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159868] ppid=159845 vsize=1548520 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159868/stat : 159868 (fscip) S 159845 159848 157273 0 -1 1077936192 1976 0 0 0 0 0 0 0 20 0 21 0 25685066 1585684480 24224 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159869] ppid=159845 vsize=1548520 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159869/stat : 159869 (fscip) S 159845 159848 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25685066 1585684480 24224 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1548520 KiB
Current children cumulated memory: 96896 KiB

[startup+0.701443 s]
/proc/loadavg: 80.46 80.31 80.36 60/1012 159889
/proc/meminfo: memFree=781588820/790760800 swapFree=131071996/131071996
[pid=159848] ppid=159845 vsize=1747660 memory=612388 CPUtime=4.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/stat : 159848 (fscip) S 159845 159848 157273 0 -1 1077936128 151754 0 0 0 396 44 0 0 20 0 41 0 25685037 1789603840 153097 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
/proc/159848/statm: 436915 153097 2854 3035 0 242829 0
[pid=159848/tid=159850] ppid=159845 vsize=1749716 memory=3 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159850/stat : 159850 (fscip) R 159845 159848 157273 0 -1 4194368 7794 0 0 0 18 2 0 0 20 0 41 0 25685065 1791709184 153097 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159851] ppid=159845 vsize=1749716 memory=11424 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159851/stat : 159851 (fscip) R 159845 159848 157273 0 -1 4194368 6660 0 0 0 18 2 0 0 20 0 41 0 25685065 1791709184 153097 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159852] ppid=159845 vsize=1749716 memory=5432 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159852/stat : 159852 (fscip) R 159845 159848 157273 0 -1 4194368 6664 0 0 0 18 1 0 0 20 0 41 0 25685065 1791709184 153097 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159853] ppid=159845 vsize=1749716 memory=0 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159853/stat : 159853 (fscip) R 159845 159848 157273 0 -1 4194368 6402 0 0 0 19 2 0 0 20 0 41 0 25685066 1791709184 153097 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159854] ppid=159845 vsize=1749716 memory=15400 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159854/stat : 159854 (fscip) R 159845 159848 157273 0 -1 4194368 6670 0 0 0 18 2 0 0 20 0 41 0 25685066 1791709184 153097 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159855] ppid=159845 vsize=1749716 memory=0 CPUtime=0.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159855/stat : 159855 (fscip) R 159845 159848 157273 0 -1 4194368 6667 0 0 0 17 1 0 0 20 0 41 0 25685066 1791709184 153163 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159856] ppid=159845 vsize=1749716 memory=0 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159856/stat : 159856 (fscip) R 159845 159848 157273 0 -1 4194368 10159 0 0 0 18 2 0 0 20 0 41 0 25685066 1791709184 153163 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159857] ppid=159845 vsize=1749716 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159857/stat : 159857 (fscip) R 159845 159848 157273 0 -1 4194368 6666 0 0 0 17 2 0 0 20 0 41 0 25685066 1791709184 153163 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159858] ppid=159845 vsize=1749716 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159858/stat : 159858 (fscip) R 159845 159848 157273 0 -1 4194368 6664 0 0 0 17 2 0 0 20 0 41 0 25685066 1791709184 153163 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159859] ppid=159845 vsize=1749716 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159859/stat : 159859 (fscip) R 159845 159848 157273 0 -1 4194368 7464 0 0 0 17 2 0 0 20 0 41 0 25685066 1791709184 153163 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159860] ppid=159845 vsize=1749716 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159860/stat : 159860 (fscip) R 159845 159848 157273 0 -1 4194368 6668 0 0 0 18 1 0 0 20 0 41 0 25685066 1791709184 153163 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159861] ppid=159845 vsize=1749716 memory=16108 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159861/stat : 159861 (fscip) R 159845 159848 157273 0 -1 4194368 6666 0 0 0 18 1 0 0 20 0 41 0 25685066 1791709184 153163 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159862] ppid=159845 vsize=1749716 memory=2268 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159862/stat : 159862 (fscip) R 159845 159848 157273 0 -1 4194368 6407 0 0 0 19 1 0 0 20 0 41 0 25685066 1791709184 153163 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159863] ppid=159845 vsize=1749716 memory=1996 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159863/stat : 159863 (fscip) R 159845 159848 157273 0 -1 4194368 6667 0 0 0 18 1 0 0 20 0 41 0 25685066 1791709184 153163 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159864] ppid=159845 vsize=1749716 memory=1836 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159864/stat : 159864 (fscip) R 159845 159848 157273 0 -1 4194368 6666 0 0 0 18 2 0 0 20 0 41 0 25685066 1791709184 153163 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159865] ppid=159845 vsize=1749716 memory=38468 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159865/stat : 159865 (fscip) R 159845 159848 157273 0 -1 4194368 6408 0 0 0 18 2 0 0 20 0 41 0 25685066 1791709184 153163 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159866] ppid=159845 vsize=1749716 memory=2152 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159866/stat : 159866 (fscip) R 159845 159848 157273 0 -1 4194368 6663 0 0 0 18 2 0 0 20 0 41 0 25685066 1791709184 153163 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159867] ppid=159845 vsize=1749716 memory=6056 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159867/stat : 159867 (fscip) R 159845 159848 157273 0 -1 4194368 6669 0 0 0 18 1 0 0 20 0 41 0 25685066 1791709184 153229 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159868] ppid=159845 vsize=1749716 memory=280534647836160 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159868/stat : 159868 (fscip) R 159845 159848 157273 0 -1 4194368 6404 0 0 0 20 1 0 0 20 0 41 0 25685066 1791709184 153229 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159869] ppid=159845 vsize=1749716 memory=-5628408999910123566 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159869/stat : 159869 (fscip) R 159845 159848 157273 0 -1 4194368 6668 0 0 0 19 2 0 0 20 0 41 0 25685066 1791709184 153229 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159870] ppid=159845 vsize=1749716 memory=-1598831813028945288 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159870/stat : 159870 (fscip) S 159845 159848 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25685084 1791709184 153229 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159871] ppid=159845 vsize=1749716 memory=3762817000594224178 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159871/stat : 159871 (fscip) S 159845 159848 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25685084 1791709184 153229 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159872] ppid=159845 vsize=1749716 memory=104 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159872/stat : 159872 (fscip) S 159845 159848 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25685084 1791709184 153229 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159873] ppid=159845 vsize=1749716 memory=33100 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159873/stat : 159873 (fscip) S 159845 159848 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25685084 1791709184 153229 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159874] ppid=159845 vsize=1749716 memory=19588 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159874/stat : 159874 (fscip) S 159845 159848 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25685084 1791709184 153229 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159875] ppid=159845 vsize=1749716 memory=54528 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159875/stat : 159875 (fscip) S 159845 159848 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25685084 1791709184 153229 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159876] ppid=159845 vsize=1749716 memory=2628 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159876/stat : 159876 (fscip) S 159845 159848 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25685084 1791709184 153229 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159877] ppid=159845 vsize=1749716 memory=4736 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159877/stat : 159877 (fscip) S 159845 159848 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25685084 1791709184 153229 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159878] ppid=159845 vsize=1749716 memory=558028 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159878/stat : 159878 (fscip) S 159845 159848 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25685084 1791709184 153229 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159879] ppid=159845 vsize=1749716 memory=2736 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159879/stat : 159879 (fscip) S 159845 159848 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25685084 1791709184 153229 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159880] ppid=159845 vsize=1749716 memory=4452 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159880/stat : 159880 (fscip) S 159845 159848 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25685084 1791709184 153229 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159881] ppid=159845 vsize=1749716 memory=487284 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159881/stat : 159881 (fscip) S 159845 159848 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25685084 1791709184 153229 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159882] ppid=159845 vsize=1749716 memory=25333125866717268 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159882/stat : 159882 (fscip) S 159845 159848 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25685084 1791709184 153229 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159883] ppid=159845 vsize=1749716 memory=7866208049374969920 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159883/stat : 159883 (fscip) S 159845 159848 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25685084 1791709184 153229 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159884] ppid=159845 vsize=1749716 memory=-7825974714190476140 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159884/stat : 159884 (fscip) S 159845 159848 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25685084 1791709184 153295 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159885] ppid=159845 vsize=1749716 memory=-8325000837725967957 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159885/stat : 159885 (fscip) S 159845 159848 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25685084 1791709184 153295 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159887] ppid=159845 vsize=1749716 memory=-7819220407477041017 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159887/stat : 159887 (fscip) S 159845 159848 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25685084 1791709184 153295 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159886] ppid=159845 vsize=1749716 memory=-8325000837725445206 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159886/stat : 159886 (fscip) S 159845 159848 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25685084 1791709184 153295 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159888] ppid=159845 vsize=1749716 memory=4132771212810548115 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159888/stat : 159888 (fscip) S 159845 159848 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25685084 1791709184 153295 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159889] ppid=159845 vsize=1749716 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159889/stat : 159889 (fscip) S 159845 159848 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25685084 1791709184 153295 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
Current children cumulated CPU time: 4.4 s
Current children cumulated vsize: 1747660 KiB
Current children cumulated memory: 612388 KiB

[startup+1.50145 s]
/proc/loadavg: 78.90 79.99 80.26 62/980 159925

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

/proc/159848/task/159869/stat : 159869 (fscip) R 159845 159848 157273 0 -1 4194368 1531220 0 0 0 355356 230 0 0 20 0 41 0 25685066 6537867264 1270188 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159870] ppid=159845 vsize=6384636 memory=28196 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159870/stat : 159870 (fscip) S 159845 159848 157273 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1270188 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159871] ppid=159845 vsize=6384636 memory=11424 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159871/stat : 159871 (fscip) S 159845 159848 157273 0 -1 1077936192 70 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1270188 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159872] ppid=159845 vsize=6384636 memory=5084372 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159872/stat : 159872 (fscip) S 159845 159848 157273 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1270188 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159873] ppid=159845 vsize=6384636 memory=5084352 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159873/stat : 159873 (fscip) S 159845 159848 157273 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1270188 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159874] ppid=159845 vsize=6384636 memory=5081116 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159874/stat : 159874 (fscip) S 159845 159848 157273 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1270188 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159875] ppid=159845 vsize=6384636 memory=11424 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159875/stat : 159875 (fscip) S 159845 159848 157273 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1270188 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159876] ppid=159845 vsize=6384636 memory=5081496 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159876/stat : 159876 (fscip) S 159845 159848 157273 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1270188 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159877] ppid=159845 vsize=6384636 memory=5432 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159877/stat : 159877 (fscip) S 159845 159848 157273 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1270188 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159878] ppid=159845 vsize=6384636 memory=11424 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159878/stat : 159878 (fscip) S 159845 159848 157273 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1270188 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159879] ppid=159845 vsize=6384636 memory=7644 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159879/stat : 159879 (fscip) S 159845 159848 157273 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1270188 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159880] ppid=159845 vsize=6384636 memory=11424 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159880/stat : 159880 (fscip) S 159845 159848 157273 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1270188 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159881] ppid=159845 vsize=6384636 memory=64 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159881/stat : 159881 (fscip) S 159845 159848 157273 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1270188 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159882] ppid=159845 vsize=6384636 memory=5080372 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159882/stat : 159882 (fscip) S 159845 159848 157273 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1270188 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159883] ppid=159845 vsize=6384636 memory=5085604 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159883/stat : 159883 (fscip) S 159845 159848 157273 0 -1 1077936192 113 0 0 0 0 2 0 0 20 0 41 0 25685084 6537867264 1270188 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159884] ppid=159845 vsize=6384636 memory=104 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159884/stat : 159884 (fscip) S 159845 159848 157273 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1270188 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159885] ppid=159845 vsize=6384636 memory=6748 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159885/stat : 159885 (fscip) S 159845 159848 157273 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1270188 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159887] ppid=159845 vsize=6384636 memory=21809052 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159887/stat : 159887 (fscip) S 159845 159848 157273 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1270188 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159886] ppid=159845 vsize=6384636 memory=2768 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159886/stat : 159886 (fscip) S 159845 159848 157273 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1270188 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159888] ppid=159845 vsize=6384636 memory=6748 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159888/stat : 159888 (fscip) S 159845 159848 157273 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 25685084 6537867264 1270188 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159889] ppid=159845 vsize=6384636 memory=21808420 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159889/stat : 159889 (fscip) S 159845 159848 157273 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1270188 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
Current children cumulated CPU time: 71057.8 s
Current children cumulated vsize: 6384636 KiB
Current children cumulated memory: 5080752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3629.8 s]
/proc/loadavg: 80.29 80.48 80.47 81/1026 162241
/proc/meminfo: memFree=729811204/790760800 swapFree=131071996/131071996
[pid=159848] ppid=159845 vsize=6384636 memory=5093892 CPUtime=72000.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/stat : 159848 (fscip) S 159845 159848 157273 0 -1 1077936128 23678606 0 0 0 7191094 8931 0 0 20 0 41 0 25685037 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
/proc/159848/statm: 1596159 1273473 3030 3035 0 1452005 0
[pid=159848/tid=159850] ppid=159845 vsize=6384636 memory=2112 CPUtime=3601.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159850/stat : 159850 (fscip) R 159845 159848 157273 0 -1 4194368 1225537 0 0 0 359899 220 0 0 20 0 41 0 25685065 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159851] ppid=159845 vsize=6384636 memory=3308 CPUtime=3601.59 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159851/stat : 159851 (fscip) R 159845 159848 157273 0 -1 4194368 1346116 0 0 0 359961 198 0 0 20 0 41 0 25685065 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159852] ppid=159845 vsize=6384636 memory=6720665445823233897 CPUtime=3597.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159852/stat : 159852 (fscip) R 159845 159848 157273 0 -1 4194368 510672 0 0 0 358816 935 0 0 20 0 41 0 25685065 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159853] ppid=159845 vsize=6384636 memory=11688 CPUtime=3596.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159853/stat : 159853 (fscip) R 159845 159848 157273 0 -1 4194368 1241435 0 0 0 359455 212 0 0 20 0 41 0 25685066 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159854] ppid=159845 vsize=6384636 memory=12248 CPUtime=3597.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159854/stat : 159854 (fscip) R 159845 159848 157273 0 -1 4194368 1891976 0 0 0 359496 259 0 0 20 0 41 0 25685066 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159855] ppid=159845 vsize=6384636 memory=11936 CPUtime=3600.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159855/stat : 159855 (fscip) R 159845 159848 157273 0 -1 4194368 525689 0 0 0 359096 947 0 0 20 0 41 0 25685066 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159856] ppid=159845 vsize=6384636 memory=12312 CPUtime=3604.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159856/stat : 159856 (fscip) R 159845 159848 157273 0 -1 4194368 1524196 0 0 0 360256 241 0 0 20 0 41 0 25685066 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159857] ppid=159845 vsize=6384636 memory=2736 CPUtime=3599 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159857/stat : 159857 (fscip) R 159845 159848 157273 0 -1 4194368 1684045 0 0 0 359664 236 0 0 20 0 41 0 25685066 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159858] ppid=159845 vsize=6384636 memory=6692 CPUtime=3603.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159858/stat : 159858 (fscip) R 159845 159848 157273 0 -1 4194368 500027 0 0 0 359459 938 0 0 20 0 41 0 25685066 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159859] ppid=159845 vsize=6384636 memory=5093892 CPUtime=3599.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159859/stat : 159859 (fscip) R 159845 159848 157273 0 -1 4194368 1547291 0 0 0 359717 239 0 0 20 0 41 0 25685066 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159860] ppid=159845 vsize=6384636 memory=2748 CPUtime=3595.89 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159860/stat : 159860 (fscip) R 159845 159848 157273 0 -1 4194368 1861431 0 0 0 359336 253 0 0 20 0 41 0 25685066 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159861] ppid=159845 vsize=6384636 memory=6724 CPUtime=3600.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159861/stat : 159861 (fscip) R 159845 159848 157273 0 -1 4194368 509016 0 0 0 359086 959 0 0 20 0 41 0 25685066 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159862] ppid=159845 vsize=6384636 memory=4472660 CPUtime=3603.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159862/stat : 159862 (fscip) R 159845 159848 157273 0 -1 4194368 1060703 0 0 0 360168 194 0 0 20 0 41 0 25685066 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159863] ppid=159845 vsize=6384636 memory=2708 CPUtime=3602.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159863/stat : 159863 (fscip) R 159845 159848 157273 0 -1 4194368 1499332 0 0 0 360027 206 0 0 20 0 41 0 25685066 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159864] ppid=159845 vsize=6384636 memory=6748 CPUtime=3598.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159864/stat : 159864 (fscip) R 159845 159848 157273 0 -1 4194368 509518 0 0 0 358863 949 0 0 20 0 41 0 25685066 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159865] ppid=159845 vsize=6384636 memory=21848764 CPUtime=3601.74 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159865/stat : 159865 (fscip) R 159845 159848 157273 0 -1 4194368 1324301 0 0 0 359964 210 0 0 20 0 41 0 25685066 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159866] ppid=159845 vsize=6384636 memory=2768 CPUtime=3594.59 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159866/stat : 159866 (fscip) R 159845 159848 157273 0 -1 4194368 1593365 0 0 0 359231 228 0 0 20 0 41 0 25685066 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159867] ppid=159845 vsize=6384636 memory=6732 CPUtime=3595.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159867/stat : 159867 (fscip) R 159845 159848 157273 0 -1 4194368 508681 0 0 0 358626 971 0 0 20 0 41 0 25685066 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159868] ppid=159845 vsize=6384636 memory=22933800 CPUtime=3599.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159868/stat : 159868 (fscip) R 159845 159848 157273 0 -1 4194368 1251461 0 0 0 359732 226 0 0 20 0 41 0 25685066 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159869] ppid=159845 vsize=6384636 memory=4472660 CPUtime=3603.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159869/stat : 159869 (fscip) R 159845 159848 157273 0 -1 4194368 1546454 0 0 0 360078 232 0 0 20 0 41 0 25685066 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159870] ppid=159845 vsize=6384636 memory=2708 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159870/stat : 159870 (fscip) S 159845 159848 157273 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159871] ppid=159845 vsize=6384636 memory=-5155633680935826750 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159871/stat : 159871 (fscip) S 159845 159848 157273 0 -1 1077936192 71 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159872] ppid=159845 vsize=6384636 memory=-5155633680935826750 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159872/stat : 159872 (fscip) S 159845 159848 157273 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159873] ppid=159845 vsize=6384636 memory=5093864 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159873/stat : 159873 (fscip) S 159845 159848 157273 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159874] ppid=159845 vsize=6384636 memory=2748 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159874/stat : 159874 (fscip) S 159845 159848 157273 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159875] ppid=159845 vsize=6384636 memory=6724 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159875/stat : 159875 (fscip) S 159845 159848 157273 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159876] ppid=159845 vsize=6384636 memory=4477288 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159876/stat : 159876 (fscip) S 159845 159848 157273 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159877] ppid=159845 vsize=6384636 memory=6720665445823233897 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159877/stat : 159877 (fscip) S 159845 159848 157273 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159878] ppid=159845 vsize=6384636 memory=6748 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159878/stat : 159878 (fscip) S 159845 159848 157273 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159879] ppid=159845 vsize=6384636 memory=21848764 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159879/stat : 159879 (fscip) S 159845 159848 157273 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159880] ppid=159845 vsize=6384636 memory=2768 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159880/stat : 159880 (fscip) S 159845 159848 157273 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159881] ppid=159845 vsize=6384636 memory=6732 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159881/stat : 159881 (fscip) S 159845 159848 157273 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159882] ppid=159845 vsize=6384636 memory=22929648 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159882/stat : 159882 (fscip) S 159845 159848 157273 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159883] ppid=159845 vsize=6384636 memory=6732 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159883/stat : 159883 (fscip) S 159845 159848 157273 0 -1 1077936192 115 0 0 0 0 2 0 0 20 0 41 0 25685084 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159884] ppid=159845 vsize=6384636 memory=22926888 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159884/stat : 159884 (fscip) S 159845 159848 157273 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159885] ppid=159845 vsize=6384636 memory=5093864 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159885/stat : 159885 (fscip) S 159845 159848 157273 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159887] ppid=159845 vsize=6384636 memory=13892 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159887/stat : 159887 (fscip) S 159845 159848 157273 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159886] ppid=159845 vsize=6384636 memory=11688 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159886/stat : 159886 (fscip) S 159845 159848 157273 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159888] ppid=159845 vsize=6384636 memory=12248 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159888/stat : 159888 (fscip) S 159845 159848 157273 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 25685084 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
[pid=159848/tid=159889] ppid=159845 vsize=6384636 memory=11936 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/159848/task/159889/stat : 159889 (fscip) S 159845 159848 157273 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 25685084 6537867264 1273473 809668444160 4194304 16623229 140724674736320 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 30908416 140724674741257 140724674741375 140724674741375 140724674748400 0
Current children cumulated CPU time: 72000.2 s
Current children cumulated vsize: 6384636 KiB
Current children cumulated memory: 5093892 KiB

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

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

# cumulated CPU time of all completed processes:  user=71911.2 s, system=89.487 s

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

[startup+3629.91 s]*
/proc/loadavg: 80.29 80.48 80.47 62/987 162241
/proc/meminfo: memFree=733094820/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3629.98
CPU time (s): 72000.7
CPU user time (s): 71911.2
CPU system time (s): 89.487
CPU usage (%): 1983.5
Max. virtual memory (cumulated for all children) (KiB): 6450172
Max. memory (cumulated for all children) (KiB): 5101136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71911.2
system time used= 89.487
maximum resident set size= 5101136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23678611
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= 233143
involuntary context switches= 357544


# summary of solver processes directly reported to runsolver:
#   pid: 159848
#   total CPU time (s): 72000.7
#   total CPU user time (s): 71911.2
#   total CPU system time (s): 89.487

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.3021 second user time and 81.2217 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-02 11:29:43
IDJOB=4465889
IDBENCH=162853
IDSOLVER=3094
FILE ID=nodeD101/4465889-1722590983
RUNJOBID= nodeD101-1722587343-157283
SLURM_JOB_ID= 8254296
Free space on /tmp= 8622840 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-6_6_32.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-4465889-1722590983/watcher-4465889-1722590983 -o /tmp/evaluation-result-4465889-1722590983/solver-4465889-1722590983 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722587343-157283 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465889-1722590983.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 821356efb808a668e35dedcee024edbb
RANDOM SEED=1760836481

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        782040600 kB
MemAvailable:   782273436 kB
Buffers:          358524 kB
Cached:          3214264 kB
SwapCached:            0 kB
Active:           535596 kB
Inactive:        5638732 kB
Active(anon):       2128 kB
Inactive(anon):  2621952 kB
Active(file):     533468 kB
Inactive(file):  3016780 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             85512 kB
Writeback:             4 kB
AnonPages:       2602748 kB
Mapped:           126972 kB
Shmem:             22536 kB
KReclaimable:     204228 kB
Slab:             560592 kB
SReclaimable:     204228 kB
SUnreclaim:       356364 kB
KernelStack:       16848 kB
PageTables:        14680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1361420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           318720 kB
HardwareCorrupted:     0 kB
AnonHugePages:    299008 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      532480 kB
DirectMap2M:    39811072 kB
DirectMap1G:    765460480 kB

Free space on /tmp at the end= 8622796 MiB
End job on nodeD101 at 2024-08-02 12:30:13