Trace number 4465803

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x150split.opb
MD5SUMa95ffdb987ab7b28268efdc4e16ef22d
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 benchmark57.6902
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1501
Total number of constraints751
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)751
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 27693056, getVmSize() = 27693056, SCIPgetMemUsed() = 4599205, SCIPgetMemTotal() = 6114509, SCIPgetMemExternEstim() = 1975705
0.00/0.00	c ** set memory limit for presolving in LC to 8.79601e+12 for SCIP **
0.00/0.02	c ** Estimated virtualMemUsedAtSolver = 18949786, getVmSize() = 43057152, SCIPgetMemUsed() = 14333841, SCIPgetMemTotal() = 20257185, SCIPgetMemExternEstim() = 1975705
0.00/0.02	c ** set memory limit for solvers to 4.18856e+11 for each SCIP **
0.00/0.02	c Original Problem   :
0.00/0.02	c   Problem name     : instance-4465803-1722587343
0.00/0.02	c   Variables        : 1501 (1501 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.02	c   Constraints      : 751
0.00/0.02	c   Objective sense  : minimize
0.00/0.02	c Presolved Problem  :
0.00/0.02	c   Variables        : 1500 (1500 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.02	c   Constraints      : 750
0.00/0.02	c Constraints        : Number
0.00/0.02	c   linear           : 750 
0.00/0.02	c ** Instance transfer method used: 0
0.00/0.02	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.09	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.09	c                                Nodes    Active                                            
0.00/0.09	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
99.26/5.17	c         5          92686         370        20                -           0.0000          -
197.56/10.18	c        10         203832         280        20                -           0.0000          -
297.76/15.22	c        15         268544         319        20                -           0.0000          -
398.68/20.30	c        20         354673         313        20                -           0.0000          -
497.40/25.36	c        25         427953         395        20                -           0.0000          -
598.10/30.41	c        30         491573         337        20                -           0.0000          -
696.97/35.46	c        35         635658         336        20                -           0.0000          -
797.74/40.51	c        41         781875         334        20                -           0.0000          -
896.52/45.53	c        46         927692         333        20                -           0.0000          -
995.36/50.56	c        51        1074188         332        20                -           0.0000          -
1095.99/55.60	c        56        1215314         336        20                -           0.0000          -
1194.75/60.66	c        61          15088       14461        20                -           0.0000          -
1295.35/65.71	c        66          40904       39655        20                -           0.0000          -
1394.09/70.77	c        71        1652077         331        20                -           0.0000          -
1494.80/75.82	c        76        1613223         315        20                -           0.0000          -
1593.63/80.83	c        81          52768       50962        20                -           0.0000          -
1694.54/85.90	c        86          56652       54569        20                -           0.0000          -
1793.42/90.92	c        91        2235286         331        20                -           0.0000          -
1892.04/95.98	c        96        2077281         315        20                -           0.0000          -
1990.95/101.03	c       101        2523817         332        20                -           0.0000          -
2092.32/106.05	c       106          60408       57628        20                -           0.0000          -
2190.90/111.06	c       111          62942       60118        20                -           0.0000          -
2289.84/116.09	c       116          66882       63787        20                -           0.0000          -
2390.62/121.15	c       121          70634       67335        20                -           0.0000          -
2489.03/126.17	c       126          74544       71153        20                -           0.0000          -
2587.82/131.18	c       131          78061       74608        20                -           0.0000          -
2688.02/136.28	c       136          81984       78274        20                -           0.0000          -
2788.85/141.36	c       141          85957       82024        20                -           0.0000          -
2889.69/146.43	c       146          42382       40347        20                -           0.0000          -
2988.47/151.49	c       151          44010       41908        20                -           0.0000          -
3089.15/156.58	c       157          45604       43407        20                -           0.0000          -
3189.92/161.63	c       162          47305       44969        20                -           0.0000          -
3290.55/166.71	c       167        3731174         314        20                -           0.0000          -
3389.31/171.77	c       172        3845081         313        20                -           0.0000          -
3489.99/176.82	c       177        4683666         327        20                -           0.0000          -
3588.77/181.87	c       182        4828526         331        20                -           0.0000          -
3689.72/186.92	c       187        4215349         308        20                -           0.0000          -
3788.53/191.97	c       192        5120521         336        20                -           0.0000          -
3889.99/197.05	c       197        5268102         335        20                -           0.0000          -
3988.89/202.10	c       202        4555786         323        20                -           0.0000          -
4089.71/207.15	c       207        5522621         334        20                -           0.0000          -
4188.53/212.20	c       212        4739175         319        20                -           0.0000          -
4288.65/217.25	c       217        5815587         336        20                -           0.0000          -
4387.52/222.28	c       222        5961187         334        20                -           0.0000          -
4488.34/227.32	c       227        6103492         333        20                -           0.0000          -
4587.21/232.37	c       232        6248099         336        20                -           0.0000          -
4688.09/237.42	c       237        6375368         329        20                -           0.0000          -
4786.99/242.47	c       242        6518366         333        20                -           0.0000          -
4887.94/247.53	c       248        6658780         331        20                -           0.0000          -
4986.89/252.60	c       253        6802298         331        20                -           0.0000          -
5087.71/257.65	c       258        6945916         328        20                -           0.0000          -
5186.53/262.67	c       263        5479139         319        20                -           0.0000          -
5287.38/267.71	c       268          80319       75332        20                -           0.0000          -
5388.24/272.80	c       273          81883       76760        20                -           0.0000          -
5487.16/277.85	c       278        5736140         318        20                -           0.0000          -
5585.90/282.89	c       283        7653934         325        20                -           0.0000          -
5686.56/287.94	c       288        7795085         326        20                -           0.0000          -
5785.49/293.00	c       293        5981230         318        20                -           0.0000          -
5887.13/298.05	c       298        6067712         316        20                -           0.0000          -
5985.79/303.06	c       303        6146381         315        20                -           0.0000          -
6084.94/308.10	c       308        6225830         318        20                -           0.0000          -
6185.61/313.16	c       313        6308781         319        20                -           0.0000          -
6285.79/318.25	c       318        6394567         319        20                -           0.0000          -
6384.73/323.30	c       323        6476828         316        20                -           0.0000          -
6485.57/328.35	c       328        6562470         318        20                -           0.0000          -
6584.50/333.40	c       333        6652205         319        20                -           0.0000          -
6685.26/338.45	c       338        6746909         317        20                -           0.0000          -
6784.16/343.50	c       344        6853038         322        20                -           0.0000          -
6885.08/348.55	c       349        6973878         325        20                -           0.0000          -
6985.98/353.60	c       354        7092605         324        20                -           0.0000          -
7084.76/358.65	c       359        7202436         319        20                -           0.0000          -
7183.78/363.70	c       364        7309038         320        20                -           0.0000          -
7284.52/368.71	c       369        7408194         318        20                -           0.0000          -
7383.44/373.77	c       374        7506102         322        20                -           0.0000          -
7484.20/378.85	c       379        7617244         322        20                -           0.0000          -
7582.96/383.90	c       384        7732554         320        20                -           0.0000          -
7683.87/388.94	c       389        7833631         321        20                -           0.0000          -
7782.56/394.00	c       394        7926767         319        20                -           0.0000          -
7884.27/399.05	c       399        8018730         316        20                -           0.0000          -
7983.09/404.10	c       404        8102317         318        20                -           0.0000          -
8083.75/409.14	c       409        8188297         318        20                -           0.0000          -
8182.54/414.19	c       414        8269227         318        20                -           0.0000          -
8282.70/419.24	c       419        8349964         315        20                -           0.0000          -
8381.54/424.27	c       424        8434055         320        20                -           0.0000          -
8482.39/429.35	c       429        8528247         319        20                -           0.0000          -
8581.24/434.39	c       434         134223      124493        20                -           0.0000          -
8682.10/439.45	c       439        8711226         320        20                -           0.0000          -
8781.11/444.50	c       444        8797179         317        20                -           0.0000          -
8882.10/449.51	c       450        8889126         316        20                -           0.0000          -
8981.13/454.53	c       455        8981930         318        20                -           0.0000          -
9080.02/459.55	c       460        9074678         314        20                -           0.0000          -
9180.98/464.65	c       465        9156613         319        20                -           0.0000          -
9281.94/469.74	c       470        9239778         316        20                -           0.0000          -
9380.84/474.80	c       475        9322985         319        20                -           0.0000          -
9481.79/479.85	c       480        9421277         315        20                -           0.0000          -
9582.65/484.90	c       485        9512238         316        20                -           0.0000          -
9681.48/489.92	c       490        9596344         318        20                -           0.0000          -
9780.50/494.96	c       495        9682639         319        20                -           0.0000          -
9879.31/500.01	c       500        9772489         317        20                -           0.0000          -
9980.95/505.08	c       505        9859802         320        20                -           0.0000          -
10079.63/510.11	c       510         329572      314865        20                -           0.0000          -
10178.47/515.12	c       515         332854      317955        20                -           0.0000          -
10279.35/520.15	c       520         160172      148292        20                -           0.0000          -
10379.64/525.25	c       525         161629      149645        20                -           0.0000          -
10480.40/530.31	c       530       10343162         320        20                -           0.0000          -
10579.27/535.36	c       535       10435901         311        20                -           0.0000          -
10680.26/540.41	c       540       10530791         317        20                -           0.0000          -
10779.18/545.46	c       545       10636287         317        20                -           0.0000          -
10880.19/550.51	c       551       10728787         317        20                -           0.0000          -
10979.20/555.57	c       556       10824266         322        20                -           0.0000          -
11079.86/560.62	c       561       10919446         318        20                -           0.0000          -
11178.73/565.63	c       566       11007540         314        20                -           0.0000          -
11279.61/570.73	c       571       11096834         316        20                -           0.0000          -
11378.57/575.79	c       576       11185964         316        20                -           0.0000          -
11479.53/580.81	c       581       11270249         320        20                -           0.0000          -
11578.53/585.84	c       586         374505      358390        20                -           0.0000          -
11679.36/590.95	c       591       11433726         320        20                -           0.0000          -
11778.41/595.97	c       596       11512985         319        20                -           0.0000          -
11877.24/601.00	c       601       11586326         318        20                -           0.0000          -
11975.93/606.03	c       606         423985      400226        20                -           0.0000          -
12077.69/611.11	c       611       11740402         320        20                -           0.0000          -
12178.78/616.19	c       616         430618      405958        20                -           0.0000          -
12278.82/621.25	c       621         433940      409058        20                -           0.0000          -
12377.75/626.29	c       626         437430      412285        20                -           0.0000          -
12478.73/631.34	c       631       12043255         311        20                -           0.0000          -
12577.48/636.38	c       636       12123629         317        20                -           0.0000          -
12678.24/641.44	c       641       12204342         318        20                -           0.0000          -
12777.16/646.50	c       646       12279060         320        20                -           0.0000          -
12878.10/651.53	c       652       12349426         316        20                -           0.0000          -
12977.17/656.54	c       657         412988      395417        20                -           0.0000          -
13076.16/661.59	c       662         416152      398394        20                -           0.0000          -
13177.04/666.70	c       667         419256      401440        20                -           0.0000          -
13278.01/671.73	c       672       12649950         318        20                -           0.0000          -
13376.93/676.80	c       677       12722293         313        20                -           0.0000          -
13477.96/681.85	c       682       12794846         320        20                -           0.0000          -
13577.15/686.90	c       687       12872277         311        20                -           0.0000          -
13678.07/691.95	c       692       12941252         320        20                -           0.0000          -
13776.93/696.99	c       697       13012765         313        20                -           0.0000          -
13875.70/702.01	c       702       13088437         317        20                -           0.0000          -
13977.26/707.04	c       707       13159663         317        20                -           0.0000          -
14076.02/712.05	c       712       13239092         316        20                -           0.0000          -
14175.09/717.07	c       717       13318233         319        20                -           0.0000          -
14274.09/722.11	c       722         216932      200622        20                -           0.0000          -
14372.79/727.12	c       727         218154      201781        20                -           0.0000          -
14473.65/732.14	c       732         506275      476952        20                -           0.0000          -
14575.84/737.32	c       737         509604      480111        20                -           0.0000          -
14676.72/742.41	c       742       13691336         316        20                -           0.0000          -
14775.59/747.47	c       747       13764907         319        20                -           0.0000          -
14876.59/752.53	c       753       13835476         316        20                -           0.0000          -
14975.61/757.58	c       758       13905530         320        20                -           0.0000          -
15076.42/762.65	c       763       13978953         315        20                -           0.0000          -
15175.30/767.70	c       768       14050752         312        20                -           0.0000          -
15276.20/772.75	c       773         478682      458976        20                -           0.0000          -
15376.92/777.80	c       778         481613      461814        20                -           0.0000          -
15475.90/782.85	c       783       14314214         320        20                -           0.0000          -
15574.93/787.89	c       788       14410484         322        20                -           0.0000          -
15673.96/792.90	c       793         235952      218512        20                -           0.0000          -
15774.91/798.00	c       798       14577131         319        20                -           0.0000          -
15873.98/803.05	c       803       14670503         315        20                -           0.0000          -
15975.80/808.10	c       808       14750621         319        20                -           0.0000          -
16076.84/813.14	c       813       14839366         316        20                -           0.0000          -
16175.82/818.20	c       818       14912800         320        20                -           0.0000          -
16275.62/823.25	c       823       14993138         320        20                -           0.0000          -
16374.52/828.30	c       828       15092250         318        20                -           0.0000          -
16475.22/833.35	c       833       15187502         316        20                -           0.0000          -
16576.24/838.40	c       838       15278838         318        20                -           0.0000          -
16675.29/843.45	c       843       15353546         316        20                -           0.0000          -
16774.23/848.50	c       848       15442196         318        20                -           0.0000          -
16875.10/853.55	c       854       15522636         314        20                -           0.0000          -
16974.12/858.56	c       859         584787      550251        20                -           0.0000          -
17073.13/863.57	c       864         587861      553155        20                -           0.0000          -
17174.05/868.62	c       869         591009      556024        20                -           0.0000          -
17275.04/873.71	c       874       15862986         321        20                -           0.0000          -
17375.86/878.80	c       879       15948196         321        20                -           0.0000          -
17474.92/883.85	c       884       16052075         318        20                -           0.0000          -
17573.79/888.90	c       889       16156689         318        20                -           0.0000          -
17674.97/893.95	c       894       16233541         317        20                -           0.0000          -
17773.73/899.00	c       899       16308247         319        20                -           0.0000          -
17875.08/904.04	c       904       16382060         314        20                -           0.0000          -
17974.39/909.10	c       909       16471098         322        20                -           0.0000          -
18073.45/914.15	c       914       16575516         318        20                -           0.0000          -
18174.29/919.20	c       919       16664861         317        20                -           0.0000          -
18274.43/924.25	c       924       16746233         319        20                -           0.0000          -
18373.42/929.30	c       929       16829435         319        20                -           0.0000          -
18474.33/934.35	c       934       16907452         316        20                -           0.0000          -
18573.27/939.40	c       939         277397      255526        20                -           0.0000          -
18674.06/944.42	c       944       17109964         318        20                -           0.0000          -
18772.78/949.47	c       949       17213791         317        20                -           0.0000          -
18873.75/954.53	c       955       17321252         322        20                -           0.0000          -
18972.57/959.58	c       960       17414824         322        20                -           0.0000          -
19073.41/964.63	c       965         584978      561179        20                -           0.0000          -
19172.37/969.65	c       970         588209      564330        20                -           0.0000          -
19273.16/974.73	c       975       17670419         317        20                -           0.0000          -
19372.22/979.80	c       980       17746619         321        20                -           0.0000          -
19473.26/984.85	c       985       17855273         323        20                -           0.0000          -
19572.04/989.87	c       990       17965943         317        20                -           0.0000          -
19673.04/994.91	c       995         666275      626336        20                -           0.0000          -
19771.83/1000.00	c      1000       18153430         320        20                -           0.0000          -
19873.49/1005.05	c      1005       18229365         317        20                -           0.0000          -
19972.47/1010.10	c      1010       18318212         318        20                -           0.0000          -
20073.57/1015.14	c      1015       18408140         316        20                -           0.0000          -
20172.35/1020.20	c      1020       18485270         318        20                -           0.0000          -
20272.55/1025.25	c      1025       18553747         317        20                -           0.0000          -
20371.49/1030.30	c      1030       18625717         317        20                -           0.0000          -
20472.46/1035.33	c      1035         621085      596028        20                -           0.0000          -
20571.28/1040.40	c      1040       18770557         319        20                -           0.0000          -
20672.30/1045.43	c      1045       18851343         321        20                -           0.0000          -
20773.09/1050.50	c      1050       18960983         321        20                -           0.0000          -
20872.00/1055.51	c      1056       19061371         319        20                -           0.0000          -
20971.13/1060.55	c      1061       19138231         317        20                -           0.0000          -
21070.15/1065.57	c      1066         639152      613267        20                -           0.0000          -
21171.15/1070.60	c      1071       19316286         320        20                -           0.0000          -
21272.18/1075.71	c      1076       19409045         323        20                -           0.0000          -
21371.25/1080.80	c      1081       19529529         317        20                -           0.0000          -
21472.22/1085.85	c      1086       19630095         325        20                -           0.0000          -
21573.20/1090.90	c      1091       19731605         313        20                -           0.0000          -
21672.20/1095.95	c      1096       19815250         318        20                -           0.0000          -
21771.00/1100.98	c      1101         319312      293464        20                -           0.0000          -
21872.64/1106.05	c      1106       19989244         318        20                -           0.0000          -
21971.57/1111.10	c      1111       20066392         314        20                -           0.0000          -
22072.43/1116.14	c      1116       20150920         324        20                -           0.0000          -
22171.29/1121.20	c      1121       20254801         325        20                -           0.0000          -
22271.69/1126.25	c      1126       20360285         319        20                -           0.0000          -
22372.42/1131.30	c      1131       20456078         320        20                -           0.0000          -
22471.42/1136.32	c      1136       20565062         320        20                -           0.0000          -
22572.39/1141.40	c      1141       20660936         316        20                -           0.0000          -
22671.29/1146.45	c      1146       20757720         316        20                -           0.0000          -
22770.27/1151.47	c      1151       20842697         315        20                -           0.0000          -
22871.23/1156.55	c      1157       20923500         316        20                -           0.0000          -
22970.15/1161.58	c      1162         334417      306996        20                -           0.0000          -
23071.23/1166.65	c      1167         696032      667539        20                -           0.0000          -
23172.27/1171.70	c      1172         699381      670785        20                -           0.0000          -
23271.36/1176.75	c      1177       21250158         324        20                -           0.0000          -
23370.27/1181.80	c      1182       21348865         321        20                -           0.0000          -
23471.02/1186.82	c      1187         782895      735197        20                -           0.0000          -
23570.00/1191.83	c      1192       21526791         321        20                -           0.0000          -
23669.21/1196.86	c      1197       21610417         323        20                -           0.0000          -
23767.92/1201.90	c      1202         715187      686111        20                -           0.0000          -
23871.31/1207.04	c      1207       21796988         318        20                -           0.0000          -
23970.34/1212.09	c      1212       21889289         317        20                -           0.0000          -
24071.34/1217.15	c      1217       21978126         318        20                -           0.0000          -
24170.27/1222.17	c      1222       22051485         315        20                -           0.0000          -
24270.65/1227.25	c      1227       22124049         315        20                -           0.0000          -
24369.76/1232.28	c      1232       22209491         319        20                -           0.0000          -
24470.84/1237.34	c      1237       22284473         317        20                -           0.0000          -
24571.95/1242.40	c      1242       22358129         319        20                -           0.0000          -
24671.13/1247.45	c      1247       22461978         316        20                -           0.0000          -
24771.91/1252.50	c      1252         742089      712056        20                -           0.0000          -
24870.97/1257.55	c      1258         744468      714334        20                -           0.0000          -
24969.78/1262.58	c      1263       22723140         322        20                -           0.0000          -
25070.74/1267.62	c      1268       22845573         319        20                -           0.0000          -
25169.69/1272.66	c      1273       22953630         318        20                -           0.0000          -
25270.68/1277.73	c      1278       23061139         323        20                -           0.0000          -
25369.43/1282.80	c      1283       23143569         317        20                -           0.0000          -
25470.43/1287.81	c      1288         363786      333231        20                -           0.0000          -
25569.48/1292.90	c      1293       23340694         316        20                -           0.0000          -
25670.43/1297.95	c      1298       23446308         314        20                -           0.0000          -
25769.48/1303.00	c      1303       23530678         318        20                -           0.0000          -
25868.47/1308.05	c      1308       23603179         313        20                -           0.0000          -
25970.39/1313.10	c      1313       23707150         318        20                -           0.0000          -
26069.57/1318.15	c      1318       23787473         317        20                -           0.0000          -
26170.64/1323.20	c      1323       23878966         312        20                -           0.0000          -
26270.24/1328.25	c      1328         779375      747974        20                -           0.0000          -
26369.33/1333.30	c      1333         863666      810450        20                -           0.0000          -
26470.38/1338.31	c      1338       24114976         322        20                -           0.0000          -
26569.54/1343.40	c      1343       24205731         319        20                -           0.0000          -
26670.40/1348.45	c      1348       24291401         319        20                -           0.0000          -
26769.49/1353.50	c      1354       24379810         322        20                -           0.0000          -
26870.18/1358.55	c      1359       24489586         322        20                -           0.0000          -
26969.11/1363.60	c      1364       24587936         320        20                -           0.0000          -
27070.06/1368.65	c      1369       24657414         320        20                -           0.0000          -
27169.05/1373.69	c      1374       24730858         324        20                -           0.0000          -
27269.96/1378.74	c      1379         384815      351758        20                -           0.0000          -
27369.03/1383.76	c      1384       24891076         320        20                -           0.0000          -
27470.00/1388.82	c      1389       24969194         320        20                -           0.0000          -
27569.01/1393.90	c      1394       25043325         319        20                -           0.0000          -
27670.08/1398.93	c      1399       25119261         319        20                -           0.0000          -
27769.12/1404.00	c      1404         900733      843718        20                -           0.0000          -
27870.80/1409.05	c      1409       25260771         317        20                -           0.0000          -
27969.80/1414.10	c      1414         825549      792383        20                -           0.0000          -
28071.04/1419.14	c      1419         394325      360553        20                -           0.0000          -
28169.91/1424.18	c      1424       25464823         319        20                -           0.0000          -
28268.65/1429.18	c      1429       25537174         320        20                -           0.0000          -
28369.09/1434.23	c      1434         835483      802012        20                -           0.0000          -
28470.05/1439.35	c      1439         919181      860980        20                -           0.0000          -
28570.96/1444.40	c      1444       25747090         316        20                -           0.0000          -
28669.98/1449.44	c      1449       25826180         320        20                -           0.0000          -
28769.21/1454.48	c      1454       25893920         316        20                -           0.0000          -
28870.10/1459.55	c      1460       25965293         317        20                -           0.0000          -
28969.19/1464.56	c      1465       26051328         318        20                -           0.0000          -
29070.29/1469.64	c      1470       26124112         320        20                -           0.0000          -
29169.08/1474.70	c      1475       26199511         317        20                -           0.0000          -
29270.02/1479.72	c      1480       26267732         320        20                -           0.0000          -
29369.17/1484.76	c      1485       26337702         320        20                -           0.0000          -
29470.05/1489.80	c      1490       26407884         320        20                -           0.0000          -
29569.07/1494.89	c      1495       26483924         318        20                -           0.0000          -
29670.19/1499.93	c      1500         411645      375842        20                -           0.0000          -
29768.97/1504.98	c      1505       26639924         316        20                -           0.0000          -
29867.82/1510.03	c      1510       26724795         321        20                -           0.0000          -
29969.42/1515.10	c      1515       26817828         318        20                -           0.0000          -
30070.23/1520.15	c      1520       26918788         318        20                -           0.0000          -
30169.60/1525.19	c      1525       27000598         320        20                -           0.0000          -
30269.83/1530.24	c      1530       27087589         317        20                -           0.0000          -
30368.98/1535.27	c      1535       27156587         319        20                -           0.0000          -
30469.92/1540.35	c      1540         973508      909189        20                -           0.0000          -
30568.85/1545.37	c      1545         975803      911309        20                -           0.0000          -
30669.93/1550.41	c      1550       27393772         316        20                -           0.0000          -
30768.90/1555.46	c      1555       27461413         323        20                -           0.0000          -
30869.45/1560.54	c      1561       27536689         319        20                -           0.0000          -
30968.49/1565.58	c      1566       27604137         319        20                -           0.0000          -
31069.48/1570.64	c      1571       27673011         315        20                -           0.0000          -
31168.51/1575.66	c      1576       27745795         319        20                -           0.0000          -
31267.52/1580.67	c      1581       27821893         317        20                -           0.0000          -
31368.39/1585.80	c      1586       27910349         319        20                -           0.0000          -
31469.49/1590.85	c      1591       27991243         317        20                -           0.0000          -
31568.60/1595.90	c      1596       28071085         317        20                -           0.0000          -
31669.73/1600.95	c      1601       28159376         318        20                -           0.0000          -
31768.71/1605.98	c      1606       28245002         316        20                -           0.0000          -
31867.76/1610.99	c      1611        1009543      942090        20                -           0.0000          -
31969.55/1616.09	c      1616        1012120      944436        20                -           0.0000          -
32068.51/1621.12	c      1621       28463341         317        20                -           0.0000          -
32167.98/1626.16	c      1626         934165      896713        20                -           0.0000          -
32269.90/1631.24	c      1631       28608913         319        20                -           0.0000          -
32369.00/1636.29	c      1636       28695840         320        20                -           0.0000          -
32469.91/1641.30	c      1641       28772334         320        20                -           0.0000          -
32568.96/1646.39	c      1646       28839854         318        20                -           0.0000          -
32670.03/1651.44	c      1651       28918758         318        20                -           0.0000          -
32769.38/1656.50	c      1656       28984406         318        20                -           0.0000          -
32870.24/1661.51	c      1662       29051587         317        20                -           0.0000          -
32969.19/1666.52	c      1667       29122252         318        20                -           0.0000          -
33068.27/1671.57	c      1672         955152      917179        20                -           0.0000          -
33169.21/1676.62	c      1677         957350      919287        20                -           0.0000          -
33270.10/1681.71	c      1682        1045350      975930        20                -           0.0000          -
33369.07/1686.76	c      1687       29380859         313        20                -           0.0000          -
33468.22/1691.77	c      1692         450417      410398        20                -           0.0000          -
33569.08/1696.90	c      1697       29526390         316        20                -           0.0000          -
33670.19/1701.95	c      1702       29593666         318        20                -           0.0000          -
33769.14/1707.00	c      1707       29673056         318        20                -           0.0000          -
33870.76/1712.05	c      1712       29741945         321        20                -           0.0000          -
33969.76/1717.10	c      1717       29821785         319        20                -           0.0000          -
34068.95/1722.11	c      1722         980314      941438        20                -           0.0000          -
34169.94/1727.20	c      1727         456874      416206        20                -           0.0000          -
34270.22/1732.25	c      1732       30025207         313        20                -           0.0000          -
34369.25/1737.29	c      1737       30088996         316        20                -           0.0000          -
34470.21/1742.35	c      1742       30154226         314        20                -           0.0000          -
34569.03/1747.36	c      1747       30223711         315        20                -           0.0000          -
34668.27/1752.38	c      1752       30297763         313        20                -           0.0000          -
34767.13/1757.39	c      1757       30372641         315        20                -           0.0000          -
34870.18/1762.52	c      1763         463285      422330        20                -           0.0000          -
34969.27/1767.57	c      1768       30521093         313        20                -           0.0000          -
35068.38/1772.58	c      1773        1090907     1018520        20                -           0.0000          -
35167.46/1777.60	c      1778        1093921     1021486        20                -           0.0000          -
35270.55/1782.73	c      1783       30762117         317        20                -           0.0000          -
35369.60/1787.80	c      1788         467328      426130        20                -           0.0000          -
35470.66/1792.82	c      1793       30918012         320        20                -           0.0000          -
35569.60/1797.89	c      1798       31000108         320        20                -           0.0000          -
35670.72/1802.94	c      1803       31090574         320        20                -           0.0000          -
35769.77/1807.99	c      1808       31162540         318        20                -           0.0000          -
35868.81/1813.02	c      1813       31244040         318        20                -           0.0000          -
35968.03/1818.03	c      1818        1115480     1041655        20                -           0.0000          -
36069.83/1823.14	c      1823       31397403         317        20                -           0.0000          -
36170.62/1828.15	c      1828       31474870         320        20                -           0.0000          -
36269.90/1833.16	c      1833        1032404      991913        20                -           0.0000          -
36370.15/1838.22	c      1838       31637793         317        20                -           0.0000          -
36471.21/1843.34	c      1843       31717255         313        20                -           0.0000          -
36570.26/1848.40	c      1848       31793249         317        20                -           0.0000          -
36671.36/1853.45	c      1853       31869160         316        20                -           0.0000          -
36770.34/1858.50	c      1858         480193      437959        20                -           0.0000          -
36871.42/1863.53	c      1864       32035773         317        20                -           0.0000          -
36970.45/1868.54	c      1869       32129640         316        20                -           0.0000          -
37071.48/1873.65	c      1874       32206561         321        20                -           0.0000          -
37170.38/1878.70	c      1879       32293184         316        20                -           0.0000          -
37271.58/1883.72	c      1884       32360687         313        20                -           0.0000          -
37370.59/1888.74	c      1889        1150683     1075011        20                -           0.0000          -
37469.65/1893.78	c      1894         486626      443978        20                -           0.0000          -
37570.83/1898.84	c      1899       32632053         315        20                -           0.0000          -
37671.84/1903.91	c      1904       32700035         317        20                -           0.0000          -
37770.99/1909.00	c      1909       32798939         319        20                -           0.0000          -
37872.63/1914.05	c      1914        1068187     1025958        20                -           0.0000          -
37971.54/1919.10	c      1919       32943068         318        20                -           0.0000          -
38072.63/1924.15	c      1924        1167920     1090939        20                -           0.0000          -
38171.59/1929.20	c      1929       33104621         315        20                -           0.0000          -
38271.75/1934.22	c      1934       33186029         317        20                -           0.0000          -
38370.77/1939.25	c      1939       33268361         319        20                -           0.0000          -
38471.73/1944.34	c      1944        1080271     1037627        20                -           0.0000          -
38570.84/1949.40	c      1949       33415341         317        20                -           0.0000          -
38671.76/1954.44	c      1954       33494279         315        20                -           0.0000          -
38770.89/1959.50	c      1960         498756      455205        20                -           0.0000          -
38871.83/1964.55	c      1965       33634396         320        20                -           0.0000          -
38970.88/1969.60	c      1970        1189715     1111427        20                -           0.0000          -
39071.98/1974.62	c      1975       33779569         315        20                -           0.0000          -
39171.08/1979.66	c      1980        1097116     1053927        20                -           0.0000          -
39270.18/1984.68	c      1985         503106      459296        20                -           0.0000          -
39371.16/1989.80	c      1990       33997650         312        20                -           0.0000          -
39472.13/1994.85	c      1995       34074589         317        20                -           0.0000          -
39571.26/1999.88	c      2000        1105646     1062112        20                -           0.0000          -
39672.29/2004.93	c      2005       34226216         321        20                -           0.0000          -
39771.31/2009.98	c      2010        1209149     1129372        20                -           0.0000          -
39870.50/2015.03	c      2015       34385753         322        20                -           0.0000          -
39972.21/2020.09	c      2020       34463250         317        20                -           0.0000          -
40073.31/2025.16	c      2025        1117123     1073078        20                -           0.0000          -
40172.06/2030.17	c      2030       34612152         321        20                -           0.0000          -
40272.43/2035.21	c      2035       34688615         318        20                -           0.0000          -
40371.53/2040.24	c      2040       34766491         318        20                -           0.0000          -
40472.52/2045.35	c      2045       34832645         316        20                -           0.0000          -
40571.64/2050.40	c      2050       34904232         315        20                -           0.0000          -
40672.62/2055.45	c      2055       34973583         314        20                -           0.0000          -
40771.73/2060.46	c      2060       35040152         322        20                -           0.0000          -
40870.85/2065.48	c      2065       35112250         320        20                -           0.0000          -
40971.77/2070.60	c      2071       35204615         324        20                -           0.0000          -
41072.92/2075.65	c      2076       35262777         321        20                -           0.0000          -
41171.75/2080.70	c      2081       35322109         319        20                -           0.0000          -
41272.79/2085.71	c      2086       35383553         321        20                -           0.0000          -
41371.91/2090.78	c      2091       35452079         317        20                -           0.0000          -
41472.94/2095.81	c      2096       35514515         323        20                -           0.0000          -
41571.99/2100.87	c      2101         526094      480214        20                -           0.0000          -
41671.11/2105.89	c      2106       35640064         321        20                -           0.0000          -
41772.21/2110.95	c      2111       35704821         318        20                -           0.0000          -
41873.89/2116.05	c      2116        1155269     1109986        20                -           0.0000          -
41973.02/2121.09	c      2121       35830507         322        20                -           0.0000          -
42071.79/2126.12	c      2126       35916452         324        20                -           0.0000          -
42172.97/2131.15	c      2131       36025792         328        20                -           0.0000          -
42272.02/2136.17	c      2136       36153920         324        20                -           0.0000          -
42371.06/2141.18	c      2141       36261676         320        20                -           0.0000          -
42473.46/2146.31	c      2146       36365450         322        20                -           0.0000          -
42572.54/2151.36	c      2151       36461571         319        20                -           0.0000          -
42671.60/2156.39	c      2156       36543385         317        20                -           0.0000          -
42772.64/2161.48	c      2161       36623695         323        20                -           0.0000          -
42873.65/2166.50	c      2166       36709183         319        20                -           0.0000          -
42972.77/2171.60	c      2172       36795191         317        20                -           0.0000          -
43073.94/2176.65	c      2177       36863897         322        20                -           0.0000          -
43173.10/2181.68	c      2182        1287457     1203544        20                -           0.0000          -
43274.23/2186.75	c      2187        1289687     1205616        20                -           0.0000          -
43373.38/2191.80	c      2192       37071231         314        20                -           0.0000          -
43474.38/2196.85	c      2197       37154528         316        20                -           0.0000          -
43573.50/2201.90	c      2202        1193125     1146367        20                -           0.0000          -
43674.63/2206.95	c      2207        1299237     1214760        20                -           0.0000          -
43773.78/2211.95	c      2212         546758      498643        20                -           0.0000          -
43872.74/2217.01	c      2217       37542237         323        20                -           0.0000          -
43974.58/2222.05	c      2222       37640532         318        20                -           0.0000          -
44073.69/2227.14	c      2227       37728217         325        20                -           0.0000          -
44174.90/2232.19	c      2232       37839630         324        20                -           0.0000          -
44274.88/2237.24	c      2237       37945840         322        20                -           0.0000          -
44374.20/2242.26	c      2242       38061046         320        20                -           0.0000          -
44475.19/2247.34	c      2247       38155349         319        20                -           0.0000          -
44574.35/2252.39	c      2252       38254504         322        20                -           0.0000          -
44675.32/2257.42	c      2257       38378125         317        20                -           0.0000          -
44774.29/2262.47	c      2262        1220198     1171922        20                -           0.0000          -
44873.42/2267.48	c      2267       38576263         321        20                -           0.0000          -
44972.62/2272.49	c      2272         557201      507847        20                -           0.0000          -
45073.64/2277.53	c      2278       38792154         324        20                -           0.0000          -
45174.48/2282.68	c      2283       38937533         329        20                -           0.0000          -
45275.56/2287.75	c      2288       39082696         320        20                -           0.0000          -
45374.57/2292.79	c      2293       39224888         322        20                -           0.0000          -
45475.64/2297.81	c      2298       39365857         319        20                -           0.0000          -
45574.63/2302.89	c      2303       39510411         321        20                -           0.0000          -
45675.85/2307.93	c      2308       39653772         320        20                -           0.0000          -
45774.83/2312.94	c      2313       39781615         325        20                -           0.0000          -
45876.68/2318.05	c      2318       39924704         326        20                -           0.0000          -
45975.72/2323.10	c      2323       40065211         321        20                -           0.0000          -
46074.99/2328.15	c      2328       40203237         315        20                -           0.0000          -
46177.01/2333.20	c      2333       40339580         328        20                -           0.0000          -
46276.17/2338.21	c      2338       40482588         326        20                -           0.0000          -
46375.40/2343.25	c      2343       40627576         326        20                -           0.0000          -
46474.53/2348.29	c      2348         570378      519819        20                -           0.0000          -
46575.44/2353.33	c      2353       40896706         322        20                -           0.0000          -
46674.55/2358.39	c      2358       41035199         325        20                -           0.0000          -
46775.68/2363.43	c      2363       41168413         315        20                -           0.0000          -
46876.80/2368.55	c      2369       41305352         327        20                -           0.0000          -
46975.93/2373.60	c      2374       41448252         325        20                -           0.0000          -
47076.94/2378.65	c      2379       41581953         320        20                -           0.0000          -
47176.11/2383.70	c      2384       41722386         323        20                -           0.0000          -
47277.19/2388.75	c      2389         577187      525843        20                -           0.0000          -
47376.22/2393.80	c      2394        1380218     1291527        20                -           0.0000          -
47477.14/2398.85	c      2399       42139440         319        20                -           0.0000          -
47576.32/2403.88	c      2404       42284494         323        20                -           0.0000          -
47675.27/2408.89	c      2409        1386817     1297891        20                -           0.0000          -
47776.32/2413.96	c      2414        1388668     1299656        20                -           0.0000          -
47878.06/2419.04	c      2419       42698983         326        20                -           0.0000          -
47976.93/2424.08	c      2424       42843237         324        20                -           0.0000          -
48078.27/2429.15	c      2429       42973270         325        20                -           0.0000          -
48176.91/2434.18	c      2434        1397292     1307953        20                -           0.0000          -
48276.21/2439.19	c      2439       43225599         326        20                -           0.0000          -
48376.50/2444.25	c      2444       43359081         320        20                -           0.0000          -
48475.47/2449.28	c      2449       43500257         324        20                -           0.0000          -
48576.61/2454.35	c      2454        1406108     1316374        20                -           0.0000          -
48675.74/2459.35	c      2459        1306774     1254698        20                -           0.0000          -
48774.78/2464.36	c      2464        1410625     1320514        20                -           0.0000          -
48875.89/2469.43	c      2469        1413241     1322897        20                -           0.0000          -
48974.87/2474.46	c      2474         590640      537830        20                -           0.0000          -
49075.93/2479.60	c      2480       44275006         325        20                -           0.0000          -
49177.02/2484.65	c      2485       44400226         323        20                -           0.0000          -
49278.16/2489.73	c      2490       44540390         323        20                -           0.0000          -
49377.31/2494.75	c      2495        1423688     1332432        20                -           0.0000          -
49476.35/2499.80	c      2500       44794234         321        20                -           0.0000          -
49577.36/2504.82	c      2505       44915267         318        20                -           0.0000          -
49676.39/2509.86	c      2510       45030897         322        20                -           0.0000          -
49775.23/2514.86	c      2515       45153869         322        20                -           0.0000          -
49874.26/2519.87	c      2520        1434232     1342357        20                -           0.0000          -
49975.25/2524.98	c      2525       45419774         327        20                -           0.0000          -
50074.30/2530.03	c      2530       45556800         325        20                -           0.0000          -
50176.21/2535.06	c      2535        1336071     1282651        20                -           0.0000          -
50275.18/2540.09	c      2540        1442592     1349985        20                -           0.0000          -
50374.27/2545.14	c      2545       45984522         321        20                -           0.0000          -
50475.09/2550.18	c      2550        1342043     1288320        20                -           0.0000          -
50575.65/2555.29	c      2555         604005      550091        20                -           0.0000          -
50676.70/2560.35	c      2560       46409450         325        20                -           0.0000          -
50775.83/2565.36	c      2565        1453462     1359989        20                -           0.0000          -
50876.93/2570.45	c      2570        1351086     1296957        20                -           0.0000          -
50976.09/2575.48	c      2575       46838710         323        20                -           0.0000          -
51075.10/2580.48	c      2580        1354829     1300351        20                -           0.0000          -
51176.06/2585.50	c      2586       47126844         319        20                -           0.0000          -
51275.11/2590.57	c      2591         609748      555446        20                -           0.0000          -
51378.25/2595.76	c      2596         610543      556199        20                -           0.0000          -
51479.41/2600.85	c      2601       47553142         321        20                -           0.0000          -
51578.50/2605.88	c      2606       47693721         322        20                -           0.0000          -
51679.52/2610.95	c      2611       47831784         325        20                -           0.0000          -
51778.62/2615.98	c      2616       47975030         319        20                -           0.0000          -
51880.56/2621.06	c      2621        1476733     1381463        20                -           0.0000          -
51979.59/2626.11	c      2626       48251091         320        20                -           0.0000          -
52080.70/2631.16	c      2631         616403      561805        20                -           0.0000          -
52181.04/2636.20	c      2636       48527341         326        20                -           0.0000          -
52280.12/2641.25	c      2641       48667580         325        20                -           0.0000          -
52379.13/2646.27	c      2646        1380058     1320730        20                -           0.0000          -
52478.19/2651.28	c      2651       48947181         326        20                -           0.0000          -
52577.41/2656.30	c      2656        1491115     1395071        20                -           0.0000          -
52678.41/2661.32	c      2661        1493377     1397177        20                -           0.0000          -
52779.46/2666.44	c      2666       49376569         322        20                -           0.0000          -
52880.63/2671.56	c      2672       49515629         324        20                -           0.0000          -
52981.65/2676.60	c      2677       49655467         326        20                -           0.0000          -
53080.76/2681.62	c      2682       49794543         318        20                -           0.0000          -
53181.87/2686.70	c      2687        1395263     1335012        20                -           0.0000          -
53281.00/2691.75	c      2692        1397025     1336719        20                -           0.0000          -
53380.09/2696.78	c      2697       50208282         323        20                -           0.0000          -
53481.28/2701.85	c      2702       50350305         322        20                -           0.0000          -
53582.22/2706.91	c      2707       50490544         323        20                -           0.0000          -
53681.29/2711.96	c      2712       50624070         323        20                -           0.0000          -
53780.35/2717.00	c      2717        1406595     1345925        20                -           0.0000          -
53882.09/2722.06	c      2722        1407927     1347201        20                -           0.0000          -
53981.39/2727.07	c      2727        1409944     1349147        20                -           0.0000          -
54082.62/2732.16	c      2732       51152521         324        20                -           0.0000          -
54182.86/2737.21	c      2737       51289938         321        20                -           0.0000          -
54282.15/2742.26	c      2742         633664      578141        20                -           0.0000          -
54382.91/2747.31	c      2747       51563370         319        20                -           0.0000          -
54482.02/2752.36	c      2752       51692689         324        20                -           0.0000          -
54583.26/2757.41	c      2757       51815388         317        20                -           0.0000          -
54682.26/2762.45	c      2762       51943399         326        20                -           0.0000          -
54781.53/2767.50	c      2767        1425293     1363784        20                -           0.0000          -
54882.48/2772.52	c      2773       52215656         327        20                -           0.0000          -
54983.48/2777.60	c      2778       52356053         324        20                -           0.0000          -
55082.67/2782.65	c      2783       52496115         324        20                -           0.0000          -
55181.84/2787.67	c      2788        1545341     1446635        20                -           0.0000          -
55282.85/2792.73	c      2793        1433855     1371829        20                -           0.0000          -
55381.87/2797.76	c      2798       52898363         322        20                -           0.0000          -
55480.99/2802.79	c      2803       53024602         317        20                -           0.0000          -
55582.08/2807.84	c      2808       53127635         322        20                -           0.0000          -
55681.19/2812.87	c      2813       53216980         315        20                -           0.0000          -
55782.22/2817.91	c      2818        1557573     1458059        20                -           0.0000          -
55881.32/2822.97	c      2823        1559380     1459694        20                -           0.0000          -
55983.24/2828.10	c      2828       53597696         325        20                -           0.0000          -
56084.34/2833.15	c      2833        1448940     1386272        20                -           0.0000          -
56184.44/2838.20	c      2838       53843228         325        20                -           0.0000          -
56283.56/2843.26	c      2843        1452963     1390066        20                -           0.0000          -
56382.59/2848.28	c      2848       54080462         323        20                -           0.0000          -
56483.64/2853.34	c      2853         650518      593549        20                -           0.0000          -
56584.74/2858.40	c      2858        1574895     1474180        20                -           0.0000          -
56683.90/2863.44	c      2863        1576759     1475881        20                -           0.0000          -
56782.95/2868.47	c      2868       54589937         324        20                -           0.0000          -
56884.06/2873.54	c      2874       54726579         324        20                -           0.0000          -
56985.07/2878.60	c      2879       54861786         323        20                -           0.0000          -
57084.13/2883.65	c      2884       54998155         320        20                -           0.0000          -
57185.25/2888.70	c      2889       55133091         326        20                -           0.0000          -
57284.16/2893.75	c      2894       55265483         324        20                -           0.0000          -
57385.29/2898.80	c      2899       55360074         327        20                -           0.0000          -
57484.34/2903.85	c      2904       55503511         326        20                -           0.0000          -
57585.51/2908.90	c      2909        1476890     1413185        20                -           0.0000          -
57684.51/2913.92	c      2914       55784954         325        20                -           0.0000          -
57783.65/2919.00	c      2919       55926488         325        20                -           0.0000          -
57885.49/2924.05	c      2924       56066206         325        20                -           0.0000          -
57984.54/2929.11	c      2929       56207061         322        20                -           0.0000          -
58085.62/2934.14	c      2934       56346397         326        20                -           0.0000          -
58184.85/2939.19	c      2939       56484332         321        20                -           0.0000          -
58284.85/2944.26	c      2944        1488139     1423987        20                -           0.0000          -
58383.83/2949.27	c      2949       56762567         326        20                -           0.0000          -
58484.67/2954.31	c      2954       56900252         321        20                -           0.0000          -
58583.82/2959.34	c      2959       57033457         322        20                -           0.0000          -
58684.76/2964.45	c      2964        1495789     1431365        20                -           0.0000          -
58783.87/2969.48	c      2969       57281556         323        20                -           0.0000          -
58884.71/2974.51	c      2975       57367132         319        20                -           0.0000          -
58983.83/2979.56	c      2980        1623328     1519426        20                -           0.0000          -
59084.90/2984.62	c      2985       57615107         326        20                -           0.0000          -
59183.92/2989.68	c      2990       57734270         325        20                -           0.0000          -
59285.00/2994.76	c      2995       57858768         323        20                -           0.0000          -
59385.91/2999.80	c      3000       57978129         328        20                -           0.0000          -
59484.92/3004.83	c      3005       58101501         322        20                -           0.0000          -
59584.14/3009.87	c      3010       58184869         324        20                -           0.0000          -
59685.05/3014.96	c      3015        1514683     1449109        20                -           0.0000          -
59784.06/3020.01	c      3020        1516784     1451159        20                -           0.0000          -
59885.88/3025.06	c      3025       58541086         321        20                -           0.0000          -
59984.98/3030.11	c      3030        1519656     1453954        20                -           0.0000          -
60083.90/3035.12	c      3035        1644858     1539654        20                -           0.0000          -
60186.49/3040.21	c      3040       58893148         325        20                -           0.0000          -
60285.49/3045.22	c      3045         679216      619759        20                -           0.0000          -
60386.49/3050.31	c      3050       59152444         321        20                -           0.0000          -
60485.50/3055.35	c      3055       59280582         323        20                -           0.0000          -
60584.66/3060.38	c      3060       59381725         328        20                -           0.0000          -
60685.82/3065.40	c      3065       59513155         326        20                -           0.0000          -
60786.97/3070.50	c      3071       59634426         321        20                -           0.0000          -
60886.01/3075.55	c      3076       59754162         321        20                -           0.0000          -
60985.14/3080.55	c      3081       59872109         322        20                -           0.0000          -
61086.07/3085.66	c      3086       59967331         320        20                -           0.0000          -
61187.08/3090.70	c      3091       60074907         328        20                -           0.0000          -
61286.14/3095.76	c      3096       60189110         323        20                -           0.0000          -
61387.13/3100.81	c      3101       60298518         321        20                -           0.0000          -
61486.26/3105.82	c      3106       60397724         321        20                -           0.0000          -
61585.30/3110.87	c      3111        1549327     1482434        20                -           0.0000          -
61686.34/3115.96	c      3116        1674987     1568044        20                -           0.0000          -
61785.45/3120.98	c      3121       60716937         320        20                -           0.0000          -
61887.23/3126.05	c      3126       60815337         320        20                -           0.0000          -
61986.46/3131.08	c      3131       60932373         322        20                -           0.0000          -
62085.47/3136.12	c      3136       61042672         321        20                -           0.0000          -
62187.89/3141.21	c      3141         692544      631652        20                -           0.0000          -
62287.25/3146.25	c      3146       61244357         320        20                -           0.0000          -
62386.12/3151.28	c      3151       61354852         319        20                -           0.0000          -
62487.25/3156.36	c      3156       61455943         320        20                -           0.0000          -
62586.36/3161.38	c      3161        1568685     1500823        20                -           0.0000          -
62685.51/3166.39	c      3166       61666096         323        20                -           0.0000          -
62788.65/3171.51	c      3172       61767501         320        20                -           0.0000          -
62887.80/3176.55	c      3177       61857568         325        20                -           0.0000          -
62988.91/3181.61	c      3182       61955419         320        20                -           0.0000          -
63088.07/3186.63	c      3187       62051099         322        20                -           0.0000          -
63189.19/3191.71	c      3192       62138008         323        20                -           0.0000          -
63288.23/3196.76	c      3197       62227272         323        20                -           0.0000          -
63389.33/3201.81	c      3202       62308224         311        20                -           0.0000          -
63488.46/3206.86	c      3207       62388489         320        20                -           0.0000          -
63589.60/3211.90	c      3212       62459278         321        20                -           0.0000          -
63688.69/3216.96	c      3217       62541211         324        20                -           0.0000          -
63787.77/3222.01	c      3222       62625893         320        20                -           0.0000          -
63889.31/3227.05	c      3227       62699142         319        20                -           0.0000          -
63988.81/3232.11	c      3232       62787071         322        20                -           0.0000          -
64087.81/3237.15	c      3237        1596527     1527304        20                -           0.0000          -
64189.71/3242.20	c      3242       62951876         321        20                -           0.0000          -
64288.92/3247.25	c      3247       63025566         319        20                -           0.0000          -
64389.95/3252.30	c      3252         708527      645938        20                -           0.0000          -
64488.96/3257.31	c      3257       63222253         322        20                -           0.0000          -
64588.06/3262.35	c      3262        1731124     1620879        20                -           0.0000          -
64689.21/3267.45	c      3267       63479737         326        20                -           0.0000          -
64790.31/3272.51	c      3273       63596148         323        20                -           0.0000          -
64889.27/3277.56	c      3278       63707694         323        20                -           0.0000          -
64990.21/3282.60	c      3283       63819855         320        20                -           0.0000          -
65089.22/3287.65	c      3288       63937641         318        20                -           0.0000          -
65190.46/3292.70	c      3293       64052935         318        20                -           0.0000          -
65289.52/3297.75	c      3298       64120634         321        20                -           0.0000          -
65390.74/3302.80	c      3303       64222406         323        20                -           0.0000          -
65489.99/3307.83	c      3308        1747925     1636856        20                -           0.0000          -
65589.08/3312.88	c      3313        1624751     1554560        20                -           0.0000          -
65690.24/3317.91	c      3318       64535139         320        20                -           0.0000          -
65789.06/3322.94	c      3323       64640533         318        20                -           0.0000          -
65888.25/3327.97	c      3328       64711935         320        20                -           0.0000          -
65990.06/3333.08	c      3333       64795863         318        20                -           0.0000          -
66091.38/3338.16	c      3338         720349      656324        20                -           0.0000          -
66191.77/3343.21	c      3343       64941766         319        20                -           0.0000          -
66290.91/3348.26	c      3348       65034394         325        20                -           0.0000          -
66392.02/3353.30	c      3353       65162586         325        20                -           0.0000          -
66491.23/3358.36	c      3358       65296666         321        20                -           0.0000          -
66591.95/3363.41	c      3363       65412823         320        20                -           0.0000          -
66691.04/3368.44	c      3368       65524823         322        20                -           0.0000          -
66792.01/3373.51	c      3374       65632650         321        20                -           0.0000          -
66891.12/3378.56	c      3379        1644242     1573237        20                -           0.0000          -
66992.08/3383.61	c      3384       65865843         316        20                -           0.0000          -
67091.18/3388.66	c      3389        1647719     1576599        20                -           0.0000          -
67190.09/3393.67	c      3394       66029674         325        20                -           0.0000          -
67291.03/3398.76	c      3399        1650505     1579286        20                -           0.0000          -
67392.16/3403.81	c      3404       66277491         324        20                -           0.0000          -
67491.31/3408.86	c      3409         729770      664894        20                -           0.0000          -
67592.38/3413.91	c      3414       66488389         314        20                -           0.0000          -
67691.52/3418.95	c      3419       66594432         321        20                -           0.0000          -
67790.53/3424.00	c      3424       66685888         319        20                -           0.0000          -
67892.26/3429.05	c      3429       66775911         322        20                -           0.0000          -
67991.66/3434.07	c      3434       66893995         320        20                -           0.0000          -
68090.52/3439.08	c      3439       66993868         317        20                -           0.0000          -
68191.70/3444.19	c      3444        1667177     1595337        20                -           0.0000          -
68291.92/3449.24	c      3449       67198282         319        20                -           0.0000          -
68392.95/3454.31	c      3454       67278763         322        20                -           0.0000          -
68492.04/3459.36	c      3459       67387124         317        20                -           0.0000          -
68593.09/3464.41	c      3464       67477202         317        20                -           0.0000          -
68692.09/3469.46	c      3469        1807194     1692584        20                -           0.0000          -
68793.20/3474.51	c      3475       67645939         318        20                -           0.0000          -
68892.33/3479.53	c      3480        1680114     1607564        20                -           0.0000          -
68991.33/3484.58	c      3485       67804134         317        20                -           0.0000          -
69092.38/3489.61	c      3490         740040      674204        20                -           0.0000          -
69191.54/3494.63	c      3495       67952609         318        20                -           0.0000          -
69290.57/3499.67	c      3500       68019392         319        20                -           0.0000          -
69393.72/3504.81	c      3505       68083751         314        20                -           0.0000          -
69492.88/3509.86	c      3510         742631      676675        20                -           0.0000          -
69594.05/3514.91	c      3515       68317017         328        20                -           0.0000          -
69693.14/3519.96	c      3520        1693985     1620825        20                -           0.0000          -
69792.12/3525.01	c      3525       68599030         325        20                -           0.0000          -
69891.31/3530.02	c      3530       68738757         326        20                -           0.0000          -
69993.09/3535.04	c      3535        1699522     1626086        20                -           0.0000          -
70092.12/3540.05	c      3540       69016439         322        20                -           0.0000          -
70194.32/3545.20	c      3545        1702446     1628959        20                -           0.0000          -
70293.21/3550.26	c      3550       69293435         328        20                -           0.0000          -
70394.14/3555.31	c      3555       69427397         326        20                -           0.0000          -
70493.09/3560.32	c      3560       69562283         320        20                -           0.0000          -
70594.05/3565.41	c      3565       69694277         322        20                -           0.0000          -
70693.12/3570.43	c      3570       69817885         320        20                -           0.0000          -
70792.20/3575.44	c      3575        1711771     1637865        20                -           0.0000          -
70893.37/3580.56	c      3581       70063683         324        20                -           0.0000          -
70994.32/3585.61	c      3586       70199191         324        20                -           0.0000          -
71093.53/3590.66	c      3591       70331501         322        20                -           0.0000          -
71194.59/3595.71	c      3596       70460095         324        20                -           0.0000          -
71293.64/3600.76	c      3601       70585414         323        20                -           0.0000          -
71394.72/3605.81	c      3606       70720781         322        20                -           0.0000          -
71493.81/3610.86	c      3611       70826128         317        20                -           0.0000          -
71594.85/3615.90	c      3616       70948057         320        20                -           0.0000          -
71694.06/3620.94	c      3621       71070290         319        20                -           0.0000          -
71792.98/3625.99	c      3626       71185163         320        20                -           0.0000          -
71892.09/3631.02	c      3631        1730466     1655926        20                -           0.0000          -
71994.05/3636.11	c      3636       71393352         329        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 (189992 MiB free)
  memory of node 1: 193531 MiB (191743 MiB free)
  memory of node 2: 193531 MiB (191949 MiB free)
  memory of node 3: 193531 MiB (192242 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-4465803-1722587343/watcher-4465803-1722587343 -o /tmp/evaluation-result-4465803-1722587343/solver-4465803-1722587343 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722587343-157286 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465803-1722587343.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100057 s]*
/proc/loadavg: 64.31 79.14 82.34 32/985 157466
/proc/meminfo: memFree=783901272/790760800 swapFree=131071996/131071996
[pid=157335] ppid=157330 vsize=1720308 memory=193500 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/stat : 157335 (fscip) S 157330 157335 157273 0 -1 1077936128 44877 0 0 0 20 14 0 0 20 0 41 0 25321045 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
/proc/157335/statm: 430077 48375 2774 3035 0 135321 0
[pid=157335/tid=157369] ppid=157330 vsize=1720308 memory=4026531959 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157369/stat : 157369 (fscip) D 157330 157335 157273 0 -1 4194368 1952 0 0 0 0 0 0 0 20 0 41 0 25321047 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157372] ppid=157330 vsize=1720308 memory=74236 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157372/stat : 157372 (fscip) D 157330 157335 157273 0 -1 4194368 1811 0 0 0 0 0 0 0 20 0 41 0 25321047 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157373] ppid=157330 vsize=1720308 memory=55216921903569 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157373/stat : 157373 (fscip) R 157330 157335 157273 0 -1 4194368 2021 0 0 0 1 0 0 0 20 0 41 0 25321047 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157375] ppid=157330 vsize=1720308 memory=52983572464199 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157375/stat : 157375 (fscip) D 157330 157335 157273 0 -1 4194368 2008 0 0 0 0 0 0 0 20 0 41 0 25321047 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157376] ppid=157330 vsize=1720308 memory=59584953975483 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157376/stat : 157376 (fscip) R 157330 157335 157273 0 -1 4194368 2022 0 0 0 1 0 0 0 20 0 41 0 25321047 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157377] ppid=157330 vsize=1720308 memory=56299354326018 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157377/stat : 157377 (fscip) D 157330 157335 157273 0 -1 4194368 2004 0 0 0 0 0 0 0 20 0 41 0 25321047 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157378] ppid=157330 vsize=1720308 memory=14692989452682733 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157378/stat : 157378 (fscip) R 157330 157335 157273 0 -1 4194368 2026 0 0 0 1 0 0 0 20 0 41 0 25321047 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157379] ppid=157330 vsize=1720308 memory=3905524891058980652 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157379/stat : 157379 (fscip) D 157330 157335 157273 0 -1 4194368 1931 0 0 0 0 0 0 0 20 0 41 0 25321047 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157381] ppid=157330 vsize=1720308 memory=315603 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157381/stat : 157381 (fscip) R 157330 157335 157273 0 -1 4194368 2022 0 0 0 1 0 0 0 20 0 41 0 25321047 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157388] ppid=157330 vsize=1720308 memory=371867 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157388/stat : 157388 (fscip) R 157330 157335 157273 0 -1 4194368 2024 0 0 0 0 1 0 0 20 0 41 0 25321047 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157389] ppid=157330 vsize=1720308 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157389/stat : 157389 (fscip) R 157330 157335 157273 0 -1 4194368 2023 0 0 0 1 0 0 0 20 0 41 0 25321047 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157390] ppid=157330 vsize=1720308 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157390/stat : 157390 (fscip) R 157330 157335 157273 0 -1 4194368 2025 0 0 0 1 0 0 0 20 0 41 0 25321047 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157391] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157391/stat : 157391 (fscip) D 157330 157335 157273 0 -1 4194368 1950 0 0 0 0 0 0 0 20 0 41 0 25321047 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157392] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157392/stat : 157392 (fscip) D 157330 157335 157273 0 -1 4194368 1967 0 0 0 0 0 0 0 20 0 41 0 25321047 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157394] ppid=157330 vsize=1720308 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157394/stat : 157394 (fscip) R 157330 157335 157273 0 -1 4194368 2022 0 0 0 1 0 0 0 20 0 41 0 25321047 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157396] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157396/stat : 157396 (fscip) R 157330 157335 157273 0 -1 4194368 1990 0 0 0 0 0 0 0 20 0 41 0 25321047 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157398] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157398/stat : 157398 (fscip) D 157330 157335 157273 0 -1 4194368 1968 0 0 0 0 0 0 0 20 0 41 0 25321047 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157399] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157399/stat : 157399 (fscip) D 157330 157335 157273 0 -1 4194368 2005 0 0 0 0 0 0 0 20 0 41 0 25321047 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157400] ppid=157330 vsize=1720308 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157400/stat : 157400 (fscip) R 157330 157335 157273 0 -1 4194368 2025 0 0 0 1 0 0 0 20 0 41 0 25321047 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157401] ppid=157330 vsize=1720308 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157401/stat : 157401 (fscip) R 157330 157335 157273 0 -1 4194368 2024 0 0 0 1 0 0 0 20 0 41 0 25321047 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157447] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157447/stat : 157447 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157448] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157448/stat : 157448 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157449] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157449/stat : 157449 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157450] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157450/stat : 157450 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157451] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157451/stat : 157451 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157452] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157452/stat : 157452 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157453] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157453/stat : 157453 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157454] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157454/stat : 157454 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157455] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157455/stat : 157455 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157456] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157456/stat : 157456 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157457] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157457/stat : 157457 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157458] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157458/stat : 157458 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157459] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157459/stat : 157459 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157460] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157460/stat : 157460 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157461] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157461/stat : 157461 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157462] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157462/stat : 157462 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157463] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157463/stat : 157463 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157464] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157464/stat : 157464 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157465] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157465/stat : 157465 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157466] ppid=157330 vsize=1720308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157466/stat : 157466 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1761595392 48375 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 1720308 KiB
Current children cumulated memory: 193500 KiB

[startup+0.23142 s]*
/proc/loadavg: 64.04 78.84 82.22 63/1005 157486
/proc/meminfo: memFree=783176096/790760800 swapFree=131071996/131071996
[pid=157335] ppid=157330 vsize=1733468 memory=396212 CPUtime=2.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/stat : 157335 (fscip) S 157330 157335 157273 0 -1 1077936128 98309 0 0 0 251 33 0 0 20 0 41 0 25321045 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 17 71 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
/proc/157335/statm: 433367 99053 2950 3035 0 191811 0
[pid=157335/tid=157369] ppid=157330 vsize=1733468 memory=4026531959 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157369/stat : 157369 (fscip) R 157330 157335 157273 0 -1 4194368 5351 0 0 0 10 2 0 0 20 0 41 0 25321047 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157372] ppid=157330 vsize=1733468 memory=74236 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157372/stat : 157372 (fscip) R 157330 157335 157273 0 -1 4194368 5704 0 0 0 11 2 0 0 20 0 41 0 25321047 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157373] ppid=157330 vsize=1733468 memory=55216921903569 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157373/stat : 157373 (fscip) R 157330 157335 157273 0 -1 4194368 2774 0 0 0 14 1 0 0 20 0 41 0 25321047 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157375] ppid=157330 vsize=1733468 memory=52983572464199 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157375/stat : 157375 (fscip) R 157330 157335 157273 0 -1 4194368 5343 0 0 0 11 2 0 0 20 0 41 0 25321047 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157376] ppid=157330 vsize=1733468 memory=59584953975483 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157376/stat : 157376 (fscip) R 157330 157335 157273 0 -1 4194368 5593 0 0 0 13 1 0 0 20 0 41 0 25321047 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157377] ppid=157330 vsize=1733468 memory=56299354326018 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157377/stat : 157377 (fscip) R 157330 157335 157273 0 -1 4194368 2770 0 0 0 13 1 0 0 20 0 41 0 25321047 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157378] ppid=157330 vsize=1733468 memory=14692989452682733 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157378/stat : 157378 (fscip) R 157330 157335 157273 0 -1 4194368 5347 0 0 0 13 1 0 0 20 0 41 0 25321047 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157379] ppid=157330 vsize=1733468 memory=3905524891058980652 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157379/stat : 157379 (fscip) R 157330 157335 157273 0 -1 4194368 5579 0 0 0 11 2 0 0 20 0 41 0 25321047 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157381] ppid=157330 vsize=1733468 memory=315603 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157381/stat : 157381 (fscip) R 157330 157335 157273 0 -1 4194368 2773 0 0 0 14 0 0 0 20 0 41 0 25321047 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157388] ppid=157330 vsize=1733468 memory=371867 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157388/stat : 157388 (fscip) R 157330 157335 157273 0 -1 1077936192 5317 0 0 0 9 2 0 0 20 0 41 0 25321047 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157389] ppid=157330 vsize=1733468 memory=0 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157389/stat : 157389 (fscip) R 157330 157335 157273 0 -1 4194368 5568 0 0 0 12 1 0 0 20 0 41 0 25321047 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157390] ppid=157330 vsize=1733468 memory=0 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157390/stat : 157390 (fscip) R 157330 157335 157273 0 -1 4194368 2785 0 0 0 14 1 0 0 20 0 41 0 25321047 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157391] ppid=157330 vsize=1733468 memory=0 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157391/stat : 157391 (fscip) R 157330 157335 157273 0 -1 4194368 5342 0 0 0 11 2 0 0 20 0 41 0 25321047 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157392] ppid=157330 vsize=1733468 memory=0 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157392/stat : 157392 (fscip) R 157330 157335 157273 0 -1 4194368 5589 0 0 0 11 1 0 0 20 0 41 0 25321047 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157394] ppid=157330 vsize=1733468 memory=0 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157394/stat : 157394 (fscip) R 157330 157335 157273 0 -1 4194368 2787 0 0 0 14 0 0 0 20 0 41 0 25321047 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157396] ppid=157330 vsize=1733468 memory=0 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157396/stat : 157396 (fscip) R 157330 157335 157273 0 -1 4194368 5345 0 0 0 11 1 0 0 20 0 41 0 25321047 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157398] ppid=157330 vsize=1733468 memory=0 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157398/stat : 157398 (fscip) R 157330 157335 157273 0 -1 4194368 5576 0 0 0 11 2 0 0 20 0 41 0 25321047 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157399] ppid=157330 vsize=1733468 memory=0 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157399/stat : 157399 (fscip) R 157330 157335 157273 0 -1 4194368 2790 0 0 0 14 0 0 0 20 0 41 0 25321047 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157400] ppid=157330 vsize=1733468 memory=0 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157400/stat : 157400 (fscip) R 157330 157335 157273 0 -1 4194368 5343 0 0 0 13 1 0 0 20 0 41 0 25321047 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157401] ppid=157330 vsize=1733468 memory=0 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157401/stat : 157401 (fscip) R 157330 157335 157273 0 -1 4194368 5586 0 0 0 12 1 0 0 20 0 41 0 25321047 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157447] ppid=157330 vsize=1733468 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157447/stat : 157447 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157448] ppid=157330 vsize=1733468 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157448/stat : 157448 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157449] ppid=157330 vsize=1733468 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157449/stat : 157449 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157450] ppid=157330 vsize=1733468 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157450/stat : 157450 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157451] ppid=157330 vsize=1733468 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157451/stat : 157451 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157452] ppid=157330 vsize=1733468 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157452/stat : 157452 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157453] ppid=157330 vsize=1733468 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157453/stat : 157453 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157454] ppid=157330 vsize=1733468 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157454/stat : 157454 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157455] ppid=157330 vsize=1733468 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157455/stat : 157455 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157456] ppid=157330 vsize=1733468 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157456/stat : 157456 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157457] ppid=157330 vsize=1733468 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157457/stat : 157457 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157458] ppid=157330 vsize=1733468 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157458/stat : 157458 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157459] ppid=157330 vsize=1733468 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157459/stat : 157459 (fscip) S 157330 157335 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321055 1775071232 99053 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0

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

[pid=157335/tid=157450] ppid=157330 vsize=20777264 memory=19337724 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157450/stat : 157450 (fscip) S 157330 157335 157273 0 -1 1077936192 65 0 0 0 1 1 0 0 20 0 41 0 25321055 21275918336 4910151 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157451] ppid=157330 vsize=20777264 memory=19348104 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157451/stat : 157451 (fscip) S 157330 157335 157273 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 25321055 21275918336 4910151 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157452] ppid=157330 vsize=20777264 memory=19553988 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157452/stat : 157452 (fscip) S 157330 157335 157273 0 -1 1077936192 126 0 0 0 1 0 0 0 20 0 41 0 25321055 21275918336 4910151 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157453] ppid=157330 vsize=20777264 memory=19568852 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157453/stat : 157453 (fscip) S 157330 157335 157273 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 25321055 21275918336 4910151 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157454] ppid=157330 vsize=20777264 memory=11424 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157454/stat : 157454 (fscip) S 157330 157335 157273 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 25321055 21275918336 4910151 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157455] ppid=157330 vsize=20777264 memory=15400 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157455/stat : 157455 (fscip) S 157330 157335 157273 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 25321055 21275918336 4910151 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157456] ppid=157330 vsize=20777264 memory=1996 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157456/stat : 157456 (fscip) S 157330 157335 157273 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 25321055 21275918336 4910151 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157457] ppid=157330 vsize=20777264 memory=1836 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157457/stat : 157457 (fscip) S 157330 157335 157273 0 -1 1077936192 69 0 0 0 0 2 0 0 20 0 41 0 25321055 21275918336 4910151 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157458] ppid=157330 vsize=20777264 memory=19605988 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157458/stat : 157458 (fscip) S 157330 157335 157273 0 -1 1077936192 129 0 0 0 0 1 0 0 20 0 41 0 25321055 21275918336 4910151 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157459] ppid=157330 vsize=20777264 memory=11424 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157459/stat : 157459 (fscip) S 157330 157335 157273 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 25321055 21275918336 4910151 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157460] ppid=157330 vsize=20777264 memory=19425452 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157460/stat : 157460 (fscip) S 157330 157335 157273 0 -1 1077936192 132 0 0 0 2 0 0 0 20 0 41 0 25321055 21275918336 4910151 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157461] ppid=157330 vsize=20777264 memory=19617792 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157461/stat : 157461 (fscip) S 157330 157335 157273 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 25321055 21275918336 4910151 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157462] ppid=157330 vsize=20777264 memory=10392 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157462/stat : 157462 (fscip) S 157330 157335 157273 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 25321055 21275918336 4910151 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157463] ppid=157330 vsize=20777264 memory=5432 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157463/stat : 157463 (fscip) S 157330 157335 157273 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 25321055 21275918336 4910151 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157464] ppid=157330 vsize=20777264 memory=25333125866717268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157464/stat : 157464 (fscip) S 157330 157335 157273 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 25321055 21275918336 4910151 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157465] ppid=157330 vsize=20777264 memory=6944656592455359580 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157465/stat : 157465 (fscip) S 157330 157335 157273 0 -1 1077936192 128 0 0 0 1 1 0 0 20 0 41 0 25321055 21275918336 4910151 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157466] ppid=157330 vsize=20777264 memory=16108 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157466/stat : 157466 (fscip) S 157330 157335 157273 0 -1 1077936192 131 0 0 0 0 1 0 0 20 0 41 0 25321055 21275918336 4910151 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
Current children cumulated CPU time: 70928.9 s
Current children cumulated vsize: 20777264 KiB
Current children cumulated memory: 19640604 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3636.4 s]
/proc/loadavg: 80.46 80.31 80.36 83/1025 159452
/proc/meminfo: memFree=730231548/790760800 swapFree=131071996/131071996
[pid=157335] ppid=157330 vsize=21174128 memory=19833880 CPUtime=72001.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/stat : 157335 (fscip) S 157330 157335 157273 0 -1 1077936128 42102557 0 0 0 7144602 55508 0 0 20 0 41 0 25321045 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
/proc/157335/statm: 5293532 4958470 3014 3035 0 5088864 0
[pid=157335/tid=157369] ppid=157330 vsize=21174128 memory=19812592 CPUtime=3603.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157369/stat : 157369 (fscip) R 157330 157335 157273 0 -1 4194368 4105633 0 0 0 358909 1409 0 0 20 0 41 0 25321047 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157372] ppid=157330 vsize=21174128 memory=280360301066800 CPUtime=3605.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157372/stat : 157372 (fscip) R 157330 157335 157273 0 -1 4194368 1708305 0 0 0 359968 545 0 0 20 0 41 0 25321047 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157373] ppid=157330 vsize=21174128 memory=74122 CPUtime=3590.81 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157373/stat : 157373 (fscip) R 157330 157335 157273 0 -1 4194368 103530 0 0 0 351864 7217 0 0 20 0 41 0 25321047 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157375] ppid=157330 vsize=21174128 memory=19827388 CPUtime=3604.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157375/stat : 157375 (fscip) R 157330 157335 157273 0 -1 4194368 3459915 0 0 0 359041 1439 0 0 20 0 41 0 25321047 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157376] ppid=157330 vsize=21174128 memory=2704 CPUtime=3604.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157376/stat : 157376 (fscip) R 157330 157335 157273 0 -1 4194368 1750495 0 0 0 359863 572 0 0 20 0 41 0 25321047 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157377] ppid=157330 vsize=21174128 memory=6660 CPUtime=3592.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157377/stat : 157377 (fscip) R 157330 157335 157273 0 -1 4194368 117509 0 0 0 353172 6088 0 0 20 0 41 0 25321047 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157378] ppid=157330 vsize=21174128 memory=6720659943886110566 CPUtime=3604.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157378/stat : 157378 (fscip) R 157330 157335 157273 0 -1 4194368 4300902 0 0 0 359017 1408 0 0 20 0 41 0 25321047 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157379] ppid=157330 vsize=21174128 memory=17374284 CPUtime=3605.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157379/stat : 157379 (fscip) R 157330 157335 157273 0 -1 4194368 1737430 0 0 0 360022 565 0 0 20 0 41 0 25321047 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157381] ppid=157330 vsize=21174128 memory=6912 CPUtime=3587.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157381/stat : 157381 (fscip) R 157330 157335 157273 0 -1 4194368 119729 0 0 0 351867 6838 0 0 20 0 41 0 25321047 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157388] ppid=157330 vsize=21174128 memory=2696 CPUtime=3599.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157388/stat : 157388 (fscip) R 157330 157335 157273 0 -1 4194368 3891202 0 0 0 358524 1380 0 0 20 0 41 0 25321047 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157389] ppid=157330 vsize=21174128 memory=6800 CPUtime=3603.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157389/stat : 157389 (fscip) R 157330 157335 157273 0 -1 4194368 1616300 0 0 0 359771 537 0 0 20 0 41 0 25321047 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157390] ppid=157330 vsize=21174128 memory=19766584 CPUtime=3590.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157390/stat : 157390 (fscip) R 157330 157335 157273 0 -1 4194368 58376 0 0 0 351100 7986 0 0 20 0 41 0 25321047 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157391] ppid=157330 vsize=21174128 memory=6720659943886110566 CPUtime=3602.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157391/stat : 157391 (fscip) R 157330 157335 157273 0 -1 4194368 4483509 0 0 0 358810 1406 0 0 20 0 41 0 25321047 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157392] ppid=157330 vsize=21174128 memory=3308 CPUtime=3605.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157392/stat : 157392 (fscip) R 157330 157335 157273 0 -1 4194368 1865919 0 0 0 359912 604 0 0 20 0 41 0 25321047 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157394] ppid=157330 vsize=21174128 memory=1704 CPUtime=3594.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157394/stat : 157394 (fscip) R 157330 157335 157273 0 -1 4194368 93644 0 0 0 352966 6441 0 0 20 0 41 0 25321047 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157396] ppid=157330 vsize=21174128 memory=9216 CPUtime=3603.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157396/stat : 157396 (fscip) R 157330 157335 157273 0 -1 4194368 4687600 0 0 0 358934 1391 0 0 20 0 41 0 25321047 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157398] ppid=157330 vsize=21174128 memory=25333125866717268 CPUtime=3602.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157398/stat : 157398 (fscip) R 157330 157335 157273 0 -1 4194368 1716825 0 0 0 359670 604 0 0 20 0 41 0 25321047 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157399] ppid=157330 vsize=21174128 memory=54528 CPUtime=3591.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157399/stat : 157399 (fscip) R 157330 157335 157273 0 -1 4194368 87430 0 0 0 352012 7122 0 0 20 0 41 0 25321047 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157400] ppid=157330 vsize=21174128 memory=9216 CPUtime=3604.38 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157400/stat : 157400 (fscip) R 157330 157335 157273 0 -1 4194368 4609128 0 0 0 359061 1377 0 0 20 0 41 0 25321047 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157401] ppid=157330 vsize=21174128 memory=28356 CPUtime=3604.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157401/stat : 157401 (fscip) R 157330 157335 157273 0 -1 4194368 1580651 0 0 0 359961 528 0 0 20 0 41 0 25321047 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157447] ppid=157330 vsize=21174128 memory=31828 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157447/stat : 157447 (fscip) S 157330 157335 157273 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 25321055 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157448] ppid=157330 vsize=21174128 memory=7176 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157448/stat : 157448 (fscip) S 157330 157335 157273 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 25321055 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157449] ppid=157330 vsize=21174128 memory=36120 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157449/stat : 157449 (fscip) S 157330 157335 157273 0 -1 1077936192 135 0 0 0 0 2 0 0 20 0 41 0 25321055 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157450] ppid=157330 vsize=21174128 memory=4684 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157450/stat : 157450 (fscip) S 157330 157335 157273 0 -1 1077936192 65 0 0 0 1 1 0 0 20 0 41 0 25321055 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157451] ppid=157330 vsize=21174128 memory=6720659943886110566 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157451/stat : 157451 (fscip) S 157330 157335 157273 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 25321055 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157452] ppid=157330 vsize=21174128 memory=7636 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157452/stat : 157452 (fscip) S 157330 157335 157273 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 25321055 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157453] ppid=157330 vsize=21174128 memory=18248 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157453/stat : 157453 (fscip) S 157330 157335 157273 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 25321055 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157454] ppid=157330 vsize=21174128 memory=20220 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157454/stat : 157454 (fscip) S 157330 157335 157273 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 25321055 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157455] ppid=157330 vsize=21174128 memory=5668 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157455/stat : 157455 (fscip) S 157330 157335 157273 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 25321055 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157456] ppid=157330 vsize=21174128 memory=11552 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157456/stat : 157456 (fscip) S 157330 157335 157273 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 25321055 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157457] ppid=157330 vsize=21174128 memory=15642964 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157457/stat : 157457 (fscip) S 157330 157335 157273 0 -1 1077936192 69 0 0 0 0 2 0 0 20 0 41 0 25321055 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157458] ppid=157330 vsize=21174128 memory=2724 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157458/stat : 157458 (fscip) S 157330 157335 157273 0 -1 1077936192 129 0 0 0 0 1 0 0 20 0 41 0 25321055 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157459] ppid=157330 vsize=21174128 memory=6708 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157459/stat : 157459 (fscip) S 157330 157335 157273 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 25321055 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157460] ppid=157330 vsize=21174128 memory=4429364 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157460/stat : 157460 (fscip) S 157330 157335 157273 0 -1 1077936192 132 0 0 0 2 0 0 0 20 0 41 0 25321055 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157461] ppid=157330 vsize=21174128 memory=6856 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157461/stat : 157461 (fscip) S 157330 157335 157273 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 25321055 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157462] ppid=157330 vsize=21174128 memory=7112 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157462/stat : 157462 (fscip) S 157330 157335 157273 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 25321055 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157463] ppid=157330 vsize=21174128 memory=28196 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157463/stat : 157463 (fscip) S 157330 157335 157273 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 25321055 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157464] ppid=157330 vsize=21174128 memory=33860 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157464/stat : 157464 (fscip) S 157330 157335 157273 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 25321055 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157465] ppid=157330 vsize=21174128 memory=51412 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157465/stat : 157465 (fscip) S 157330 157335 157273 0 -1 1077936192 128 0 0 0 1 1 0 0 20 0 41 0 25321055 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
[pid=157335/tid=157466] ppid=157330 vsize=21174128 memory=7636 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157335/task/157466/stat : 157466 (fscip) S 157330 157335 157273 0 -1 1077936192 131 0 0 0 0 1 0 0 20 0 41 0 25321055 21682307072 4958470 809668444160 4194304 16623229 140734616570880 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 30146560 140734616572937 140734616573055 140734616573055 140734616580080 0
Current children cumulated CPU time: 72001.1 s
Current children cumulated vsize: 21174128 KiB
Current children cumulated memory: 19833880 KiB

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

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

# cumulated CPU time of all completed processes:  user=71446.2 s, system=555.669 s

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

[startup+3636.8 s]
/proc/loadavg: 80.46 80.31 80.36 63/986 159452
/proc/meminfo: memFree=733214060/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3636.9 s]
/proc/loadavg: 80.46 80.31 80.36 63/986 159452
/proc/meminfo: memFree=733214060/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): 3637
CPU time (s): 72001.9
CPU user time (s): 71446.2
CPU system time (s): 555.669
CPU usage (%): 1979.71
Max. virtual memory (cumulated for all children) (KiB): 21174128
Max. memory (cumulated for all children) (KiB): 19833880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71446.2
system time used= 555.669
maximum resident set size= 19834040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42102739
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= 3240918
involuntary context switches= 316103


# summary of solver processes directly reported to runsolver:
#   pid: 157335
#   total CPU time (s): 72001.9
#   total CPU user time (s): 71446.2
#   total CPU system time (s): 555.669

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.0139 second user time and 98.0779 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-02 10:29:03
IDJOB=4465803
IDBENCH=162338
IDSOLVER=3094
FILE ID=nodeD101/4465803-1722587343
RUNJOBID= nodeD101-1722587343-157286
SLURM_JOB_ID= 8254296
Free space on /tmp= 8622916 MiB

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

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

MD5SUM BENCH= a95ffdb987ab7b28268efdc4e16ef22d
RANDOM SEED=225220662

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		: 3471.632
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		: 3002.294
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		: 3560.541
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		: 3621.250
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		: 3602.544
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		: 1669.528
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		: 3387.428
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		: 3542.780
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		: 3506.118
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		: 3653.632
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		: 2641.511
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		: 3185.633
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		: 3353.261
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		: 3571.412
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		: 2653.179
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		: 3367.307
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		: 3572.980
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		: 3344.513
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		: 2654.341
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		: 3593.765
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		: 3230.971
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		: 2938.698
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		: 2649.730
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		: 2647.677
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		: 2643.528
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		: 3600.672
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		: 2645.622
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		: 2641.550
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		: 3113.300
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		: 2643.225
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		: 2658.201
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		: 2653.056
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		: 2650.727
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		: 2638.363
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		: 1734.056
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		: 2634.316
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		: 2645.914
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		: 2639.121
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		: 2632.214
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		: 2647.578
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		: 2640.584
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		: 2638.407
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		: 2647.131
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		: 2641.642
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		: 2656.334
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		: 2638.822
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		: 2696.206
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		: 2654.498
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		: 3118.610
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		: 2632.240
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		: 2645.527
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		: 2640.579
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		: 2493.331
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		: 2812.358
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		: 2645.535
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		: 2649.954
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		: 2914.869
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		: 2650.091
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		: 2651.736
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		: 2648.146
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		: 2822.163
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		: 2898.345
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		: 2739.400
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		: 2652.656
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		: 2369.995
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		: 2844.748
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		: 2645.555
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		: 2629.958
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		: 2437.520
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		: 2666.227
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		: 2668.343
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		: 2928.811
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		: 2342.352
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		: 2614.612
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		: 2656.341
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		: 2658.383
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		: 3671.756
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		: 2682.165
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		: 3550.795
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		: 1450.916
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:        784313888 kB
MemAvailable:   784473892 kB
Buffers:          349720 kB
Cached:          3151452 kB
SwapCached:            0 kB
Active:           526032 kB
Inactive:        3379920 kB
Active(anon):       2016 kB
Inactive(anon):   425292 kB
Active(file):     524016 kB
Inactive(file):  2954628 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            112596 kB
Writeback:             0 kB
AnonPages:        403880 kB
Mapped:            90676 kB
Shmem:             22536 kB
KReclaimable:     201776 kB
Slab:             556816 kB
SReclaimable:     201776 kB
SUnreclaim:       355040 kB
KernelStack:       14624 kB
PageTables:        10904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     797732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           316416 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 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= 8622808 MiB
End job on nodeD101 at 2024-08-02 11:29:40