Trace number 4465215

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_1.opb.PB06.opb
MD5SUMa599905096c946af5176c07959aa4b57
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark225
Best CPU time to get the best result obtained on this benchmark3558.15
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 488873
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 488873
Number of bits of the biggest sum of numbers19
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)
1.78/1.80	c Default LC presolving (default).
1.78/1.81	c ** Before presolving: virtualMemUsedAtLc = 1417457746, getVmSize() = 843997184, SCIPgetMemUsed() = 698566285, SCIPgetMemTotal() = 775064437, SCIPgetMemExternEstim() = 642393309
1.78/1.81	c ** set memory limit for presolving in LC to 8.79163e+12 for SCIP **
21.91/22.08	c ** Estimated virtualMemUsedAtSolver = 2408796935, getVmSize() = 3117826048, SCIPgetMemUsed() = 1817272638, SCIPgetMemTotal() = 2970802094, SCIPgetMemExternEstim() = 642393309
21.91/22.08	c ** set memory limit for solvers to 4.18103e+11 for each SCIP **
21.91/22.08	c Original Problem   :
21.91/22.08	c   Problem name     : instance-4465215-1723590889
21.91/22.08	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
21.91/22.08	c   Constraints      : 656900
21.91/22.08	c   Objective sense  : minimize
21.91/22.08	c Presolved Problem  :
21.91/22.08	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
21.91/22.08	c   Constraints      : 656900
21.91/22.08	c Constraints        : Number
21.91/22.08	c   setppc           : 656700 
21.91/22.08	c   logicor          : 200 
21.91/22.08	c ** Instance transfer method used: 0
22.80/22.98	c ** ParaScipInstance copy does not increase the number of variables. **
36.26/36.40	c LC is working with racing ramp-up and with rebuilding tree after racing.
36.26/36.40	c                                Nodes    Active                                            
36.26/36.40	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
541.50/62.72	c *      63              0           1        20        4991.0000                -          -
541.50/62.72	c        63              0           1        20        4991.0000                -          -
566.86/64.09	c *      64              0           1        20        4659.0000                -          -
1186.65/95.87	c        96              2           1        20        4659.0000           0.0000          -
1322.95/102.73	c       103              2           1        20        4659.0000           0.0000          -
1465.21/110.17	c       110              2           1        20        4659.0000           0.0000          -
1569.57/115.41	c       115              2           1        20        4659.0000           0.0000          -
1603.97/117.16	c *     117              2           1        20        4622.0000           0.0000          -
1722.91/123.17	c       123              4           3        20        4622.0000           0.0000          -
1876.90/130.99	c       131              4           3        20        4622.0000           0.0000          -
1985.92/136.43	c       136              4           3        20        4622.0000           0.0000          -
2166.37/145.51	c       146             22          21        20        4622.0000           0.0000          -
2313.10/153.01	c       153             22          21        20        4622.0000           0.0000          -
2412.28/158.03	c       158             22          21        20        4622.0000           0.0000          -
2525.25/163.66	c       164             42          41        20        4622.0000           0.0000          -
2588.72/166.82	c *     167             42          41        20        4444.0000           0.0000          -
2635.10/169.15	c       169             42          41        20        4444.0000           0.0000          -
2828.75/179.03	c       179             42          41        20        4444.0000           0.0000          -
2941.80/184.68	c       185             42          41        20        4444.0000           0.0000          -
3069.48/191.08	c       191             62          61        20        4444.0000           0.0000          -
3248.01/200.07	c       200             62          61        20        4444.0000           0.0000          -
3358.22/205.67	c       206             63          62        20        4444.0000           0.0000          -
3477.25/211.67	c       212             72          71        20        4444.0000           0.0000          -
3525.77/214.12	c *     214             72          71        20        4399.0000           0.0000          -
3547.97/215.20	c *     215             72          71        20        4257.0000           0.0000          -
3577.75/216.73	c       217             72          71        20        4257.0000           0.0000          -
3754.33/225.63	c       226             82          81        20        4257.0000           0.0000          -
3862.02/231.08	c       231             82          81        20        4257.0000           0.0000          -
3978.28/236.96	c       237             82          81        20        4257.0000           0.0000          -
4033.84/239.72	c *     240             82          81        20        4171.0000           0.0000          -
4080.20/242.06	c       242            123         122        20        4171.0000           0.0000          -
4210.40/248.61	c       249            144         143        20        4171.0000           0.0000          -
4357.95/256.05	c *     256            152         151        20        4118.0000           0.0000          -
4357.95/256.05	c       256            152         151        20        4118.0000           0.0000          -
4459.36/261.15	c       261            182         181        20        4118.0000           0.0000          -
4569.36/266.79	c *     267            162         161        20        4056.0000           0.0000          -
4569.36/266.79	c       267            162         161        20        4056.0000           0.0000          -
4579.11/267.24	c *     267            203         202        20        4037.0000           0.0000          -
4675.05/272.10	c       272            182         181        20        4037.0000           0.0000          -
4783.47/277.51	c       278            242         241        20        4037.0000           0.0000          -
4804.81/278.61	c *     279            223         222        20        3969.0000           0.0000          -
4884.15/282.63	c       283            262         261        20        3969.0000           0.0000          -
4995.19/288.29	c       288            252         251        20        3969.0000           0.0000          -
5155.88/296.32	c       296            363         362        20        3969.0000           0.0000          -
5276.83/302.40	c       302            363         362        20        3969.0000           0.0000          -
5376.00/307.43	c       307            343         342        20        3969.0000           0.0000          -
5490.98/313.25	c       313            332         331        20        3969.0000           0.0000          -
5629.76/320.26	c       320            442         441        20        3969.0000           0.0000          -
5734.78/325.53	c       326            442         441        20        3969.0000           0.0000          -
5846.57/331.14	c       331            402         401        20        3969.0000           0.0000          -
5907.32/334.24	c *     334            402         401        20        3872.0000           0.0000          -
5947.00/336.23	c       336            402         401        20        3872.0000           0.0000          -
6060.07/341.92	c       342            431         432        20        3872.0000           0.0000          -
6201.65/349.10	c       349            522         521        20        3872.0000           0.0000          -
6329.88/355.59	c       356            522         521        20        3872.0000           0.0000          -
6448.88/361.55	c       362            482         481        20        3872.0000           0.0000          -
6591.50/368.76	c       369            522         521        20        3872.0000           0.0000          -
6724.40/375.47	c       375            581         582        20        3872.0000           0.0000          -
6827.52/380.63	c       381            542         541        20        3872.0000           0.0000          -
6940.40/386.39	c       386            542         541        20        3872.0000           0.0000          -
7047.33/391.77	c       392            763         762        20        3872.0000           0.0000          -
7160.37/397.44	c       397            642         641        20        3872.0000           0.0000          -
7263.55/402.65	c       403           1022        1021        20        3872.0000           0.0000          -
7368.68/408.03	c       408            862         861        20        3872.0000           0.0000          -
7477.78/413.41	c       413           1022        1021        20        3872.0000           0.0000          -
7586.90/419.02	c       419           1050           0        20        3872.0000           0.0000          -
7693.96/424.35	c       424           1511         461        20        3872.0000           0.0000          -
7795.15/429.48	c       429           1471         421        20        3872.0000           0.0000          -
7898.32/434.69	c       435           1471         421        20        3872.0000           0.0000          -
8013.37/440.49	c       440           1531         481        20        3872.0000           0.0000          -
8088.21/444.25	c *     444           1540         492        20        3818.0000           0.0000          -
8097.41/444.72	c *     445           1540         492        20        3786.0000           0.0000          -
8123.86/446.11	c       446           1540         492        20        3786.0000           0.0000          -
8226.25/451.21	c       451           2151        1101        20        3786.0000           0.0000          -
8478.19/463.93	c       464           2151        1101        20        3786.0000           0.0000          -
8585.25/469.33	c       469           1611         561        20        3786.0000           0.0000          -
8684.44/474.39	c       474           2571        1521        20        3786.0000           0.0000          -
8787.53/479.56	c       480           2804        1754        20        3786.0000           0.0000          -
8888.72/484.70	c       485           2930        1880        20        3786.0000           0.0000          -
8989.91/489.79	c       490           3031        1981        20        3786.0000           0.0000          -
9102.86/495.42	c       495           2331        1281        20        3786.0000           0.0000          -
9204.04/500.58	c       501           3051        2001        20        3786.0000           0.0000          -
9307.13/505.72	c       506           3051        2001        20        3786.0000           0.0000          -
9344.60/507.67	c *     508           3051        2001        20        3711.0000           0.0000          -
9425.89/511.72	c       512           3051        2001        20        3711.0000           0.0000          -
9588.50/519.99	c       520           3051        2001        20        3711.0000           0.0000          -
9628.06/522.03	c *     522           3151        2101        20        3614.0000           0.0000          -
9705.28/525.83	c       526           3151        2101        20        3614.0000           0.0000          -
9820.32/531.65	c       532           3051        2001        20        3614.0000           0.0000          -
9928.21/537.05	c       537           3211        2161        20        3614.0000           0.0000          -
10086.90/545.10	c       545           3211        2161        20        3614.0000           0.0000          -
10228.99/552.21	c       552           3271        2221        20        3614.0000           0.0000          -
10359.85/558.83	c       559           3391        2341        20        3614.0000           0.0000          -
10459.05/563.84	c       564           3391        2341        20        3614.0000           0.0000          -
10609.69/571.47	c       571           3351        2301        20        3614.0000           0.0000          -
10712.84/576.67	c       577           3351        2301        20        3614.0000           0.0000          -
10817.89/581.95	c       582           3572        2522        20        3614.0000           0.0000          -
10921.71/587.14	c       587           3491        2441        20        3614.0000           0.0000          -
11026.14/592.45	c       592           3371        2321        20        3614.0000           0.0000          -
11140.14/598.17	c       598           3371        2321        20        3614.0000           0.0000          -
11242.42/603.38	c       603           3371        2321        20        3614.0000           0.0000          -
11292.82/605.90	c *     606           3410        2362        20        3536.0000           0.0000          -
11358.19/609.28	c       609           4711        3661        20        3536.0000           0.0000          -
11399.85/611.35	c *     611           4711        3661        20        3484.0000           0.0000          -
11464.75/614.68	c       615           3453        2403        20        3484.0000           0.0000          -
11651.80/624.07	c       624           3453        2403        20        3484.0000           0.0000          -
11764.02/629.72	c       630           4739        3689        20        3484.0000           0.0000          -
11873.10/635.27	c       635           4870        3822        20        3484.0000           0.0000          -
11988.89/641.06	c       641           4871        3821        20        3484.0000           0.0000          -
12117.17/647.56	c       648           3631        2581        20        3484.0000           0.0000          -
12252.11/654.30	c       654           3631        2581        20        3484.0000           0.0000          -
12353.28/659.46	c       659           5231        4181        20        3484.0000           0.0000          -
12470.33/665.30	c       665           5231        4181        20        3484.0000           0.0000          -
12573.49/670.53	c       671           5231        4181        20        3484.0000           0.0000          -
12678.63/675.86	c       676           4591        3541        20        3484.0000           0.0000          -
12779.79/681.01	c       681           4691        3641        20        3484.0000           0.0000          -
12850.90/684.58	c *     685           4718        3670        20        3417.0000           0.0000          -
12894.39/686.72	c       687           4718        3670        20        3417.0000           0.0000          -
13009.48/692.55	c       693           5551        4501        20        3417.0000           0.0000          -
13245.54/704.40	c       704           4831        3781        20        3417.0000           0.0000          -
13352.67/709.80	c       710           4890        3842        20        3417.0000           0.0000          -
13461.74/715.39	c       715           4991        3941        20        3417.0000           0.0000          -
13572.89/721.00	c       721           5921        4871        20        3417.0000           0.0000          -
13729.59/728.82	c       729           5921        4871        20        3417.0000           0.0000          -
13739.21/729.37	c *     729           5921        4871        20        3342.0000           0.0000          -
13840.27/734.43	c       734           5930        4882        20        3342.0000           0.0000          -
13941.37/739.50	c       740           5995        4945        20        3342.0000           0.0000          -
14086.21/746.80	c       747           5995        4945        20        3342.0000           0.0000          -
14195.25/752.30	c       752           6031        4981        20        3342.0000           0.0000          -
14294.43/757.33	c       757           6070        5022        20        3342.0000           0.0000          -
14405.50/762.91	c       763           6071        5021        20        3342.0000           0.0000          -
14501.72/767.87	c *     768           6471        5421        20        3277.0000           0.0000          -
14506.10/768.11	c       768           6631        5581        20        3277.0000           0.0000          -
14616.51/773.65	c       774           6651        5601        20        3277.0000           0.0000          -
14781.13/781.98	c       782           6651        5601        20        3277.0000           0.0000          -
14939.81/789.98	c       790           6690        5642        20        3277.0000           0.0000          -
15046.91/795.33	c       795           6691        5641        20        3277.0000           0.0000          -
15185.77/802.31	c       802           5927        4877        20        3277.0000           0.0000          -
15215.25/803.87	c *     804           5927        4877        20        3216.0000           0.0000          -
15306.42/808.48	c       808           5927        4877        20        3216.0000           0.0000          -
15421.47/814.28	c       814           7031        5981        20        3216.0000           0.0000          -
15526.60/819.51	c       820           6991        5941        20        3216.0000           0.0000          -
15638.48/825.19	c       825           6015        4967        20        3216.0000           0.0000          -
15760.68/831.30	c       831           6015        4967        20        3216.0000           0.0000          -
15784.22/832.56	c *     833           6015        4967        20        3176.0000           0.0000          -
15863.48/836.50	c       837           6015        4967        20        3176.0000           0.0000          -
15970.62/842.01	c       842           7151        6101        20        3176.0000           0.0000          -
16077.54/847.37	c       847           6151        5101        20        3176.0000           0.0000          -
16216.44/854.35	c       854           6151        5101        20        3176.0000           0.0000          -
16317.52/859.43	c       859           7371        6321        20        3176.0000           0.0000          -
16418.73/864.53	c       865           7251        6201        20        3176.0000           0.0000          -
16525.78/869.99	c       870           7290        6242        20        3176.0000           0.0000          -
16624.97/875.01	c       875           6872        5822        20        3176.0000           0.0000          -
16730.12/880.22	c       880           7151        6101        20        3176.0000           0.0000          -
16751.66/881.37	c *     881           7151        6101        20        3105.0000           0.0000          -
16961.72/891.91	c       892           8591        7541        20        3105.0000           0.0000          -
17083.38/898.13	c       898           7831        6781        20        3105.0000           0.0000          -
17193.83/903.66	c       904           7251        6201        20        3105.0000           0.0000          -
17298.82/909.00	c       909           7251        6201        20        3105.0000           0.0000          -
17411.86/914.66	c       915           8231        7181        20        3105.0000           0.0000          -
17526.86/920.41	c       920           9091        8041        20        3105.0000           0.0000          -
17629.93/925.65	c       926           9031        7981        20        3105.0000           0.0000          -
17706.51/929.56	c *     930           9031        7981        20        3061.0000           0.0000          -
17759.82/932.27	c       932           9031        7981        20        3061.0000           0.0000          -
17771.69/932.86	c *     933           9031        7981        20        3041.0000           0.0000          -
17886.74/938.68	c       939           9130        8082        20        3041.0000           0.0000          -
18056.20/947.17	c       947           8071        7021        20        3041.0000           0.0000          -
18160.54/952.41	c       952           9130        8082        20        3041.0000           0.0000          -
18267.66/957.89	c       958           9130        8082        20        3041.0000           0.0000          -
18384.73/963.76	c       964           9211        8161        20        3041.0000           0.0000          -
18483.74/968.78	c       969           9211        8161        20        3041.0000           0.0000          -
18602.81/974.71	c       975           8991        7941        20        3041.0000           0.0000          -
18717.87/980.56	c       981          10493        9196        20        3041.0000           1.0000          -
18804.79/984.96	c *     985          10646        9174        20        2998.0000           1.0000          -
18864.23/988.03	c       988          10646        9174        20        2998.0000           1.0000          -
18969.33/993.29	c       993          10702           1        20        2998.0000           1.0000          -
19074.35/998.52	c       999          10922         221        20        2998.0000           1.0000          -
19173.53/1003.56	c      1004          11222         521        20        2998.0000           1.0000          -
19285.38/1009.20	c      1009          11462         761        20        2998.0000           1.0000          -
19395.76/1014.73	c      1015          11822        1121        20        2998.0000           1.0000          -
19498.88/1019.91	c      1020          12062        1361        20        2998.0000           1.0000          -
19608.00/1025.49	c      1026          10609        9110        20        2998.0000           1.0000          -
19620.18/1026.09	c *    1026          10609        9110        20        2921.0000           1.0000          -
19721.45/1031.18	c      1031          10609        9110        20        2921.0000           1.0000          -
19829.67/1036.65	c      1037          10681           0        20        2921.0000           1.0000          -
19939.55/1042.19	c      1042          10722          41        20        2921.0000           1.0000          -
20041.86/1047.39	c      1047          11022         341        20        2921.0000           1.0000          -
20150.25/1052.81	c      1053          11341         660        20        2921.0000           1.0000          -
20259.36/1058.35	c      1058          11668         987        20        2921.0000           1.0000          -
20364.47/1063.61	c      1064          11962        1281        20        2921.0000           1.0000          -
20467.66/1068.90	c      1069          16462        5761        20        2921.0000           1.0000          -
20576.80/1074.31	c      1074          16602        5901        20        2921.0000           1.0000          -
20683.97/1079.72	c      1080          17262        6561        20        2921.0000           1.0000          -
20756.67/1083.49	c *    1083          10311        9261        20        2754.0000           1.0000          -
20790.78/1085.19	c      1085          10403        9238        20        2754.0000           1.0000          -
20897.41/1090.56	c      1091          10470        9200        20        2754.0000           1.0000          -
21004.43/1096.03	c      1096          10470        9200        20        2754.0000           1.0000          -
21108.34/1101.16	c      1101          18902        8201        20        2754.0000           1.0000          -
21222.76/1106.91	c      1107          19041        8342        20        2754.0000           1.0000          -
21322.02/1111.99	c      1112          10677        9155        20        2754.0000           1.0000          -
21425.86/1117.15	c      1117          10881         121        20        2754.0000           1.0000          -
21528.47/1122.34	c      1122          19002        8321        20        2754.0000           1.0000          -
21631.72/1127.58	c      1128          19002        8321        20        2754.0000           1.0000          -
21736.94/1132.83	c      1133          19002        8321        20        2754.0000           1.0000          -
21846.05/1138.31	c      1138          19322        8641        20        2754.0000           1.0000          -
21947.25/1143.44	c      1143          13641        2881        20        2754.0000           1.0000          -
22054.48/1148.85	c      1149          14251        3491        20        2754.0000           1.0000          -
22163.66/1154.36	c      1154          20312        9213        20        2754.0000           1.0000          -
22266.85/1159.58	c      1160          23013        2661        20        2754.0000           1.0000          -
22372.04/1164.82	c      1165          23613        3261        20        2754.0000           1.0000          -
22473.25/1169.92	c      1170          17210        6450        20        2754.0000           1.0000          -
22580.40/1175.35	c      1175          24973        4621        20        2754.0000           1.0000          -
22689.52/1180.81	c      1181          19041        8281        20        2754.0000           1.0000          -
22790.79/1186.04	c      1186          26533        6181        20        2754.0000           1.0000          -
22895.74/1191.22	c      1191          20313        9154        20        2754.0000           1.0000          -
22996.32/1196.36	c *    1196          20313        9154        20        2715.0000           1.0000          -
22996.32/1196.36	c      1196          20313        9154        20        2715.0000           1.0000          -
23095.24/1201.38	c      1201          28593        8241        20        2715.0000           1.0000          -
23200.38/1206.64	c      1207          28593        8241        20        2715.0000           1.0000          -
23303.42/1211.83	c      1212          21348        1001        20        2715.0000           1.0000          -
23410.44/1217.20	c      1217          21885        1538        20        2715.0000           1.0000          -
23515.51/1222.54	c      1223          29493        8665        20        2715.0000           1.0000          -
23620.56/1227.87	c      1228          28697        8361        20        2715.0000           1.0000          -
23721.56/1232.95	c      1233          28697        8361        20        2715.0000           1.0000          -
23820.63/1238.04	c      1238          28697        8361        20        2715.0000           1.0000          -
23927.58/1243.34	c      1243          30375         521        20        2715.0000           1.0000          -
24032.51/1248.61	c      1249          30887        1033        20        2715.0000           1.0000          -
24135.52/1253.88	c      1254          29887        8735        20        2715.0000           1.0000          -
24236.59/1258.95	c      1259          29887        8735        20        2715.0000           1.0000          -
24335.67/1264.02	c      1264          32555        2701        20        2715.0000           1.0000          -
24440.67/1269.28	c      1269          33161        3307        20        2715.0000           1.0000          -
24541.74/1274.32	c      1274          33835        3981        20        2715.0000           1.0000          -
24640.82/1279.35	c      1279          31569        1641        20        2715.0000           1.0000          -
24741.81/1284.43	c      1284          29664        8712        20        2715.0000           1.0000          -
24842.85/1289.59	c      1290          29823        8710        20        2715.0000           1.0000          -
24949.87/1294.93	c      1295          29823        8710        20        2715.0000           1.0000          -
25051.47/1300.07	c      1300          37715        7861        20        2715.0000           1.0000          -
25150.57/1305.10	c      1305          34649        4721        20        2715.0000           1.0000          -
25256.60/1310.46	c      1310          35429        5501        20        2715.0000           1.0000          -
25357.59/1315.52	c      1316          31546        1721        20        2715.0000           1.0000          -
25458.65/1320.61	c      1321          32146        2321        20        2715.0000           1.0000          -
25559.75/1325.77	c      1326          39764        8375        20        2715.0000           1.0000          -
25667.49/1331.20	c      1331          39764        8375        20        2715.0000           1.0000          -
25771.78/1336.45	c      1336          34086        4261        20        2715.0000           1.0000          -
25872.84/1341.58	c      1342          34826        5001        20        2715.0000           1.0000          -
25973.85/1346.61	c      1347          39368        8389        20        2715.0000           1.0000          -
26072.81/1351.65	c      1352          41519        1701        20        2715.0000           1.0000          -
26171.87/1356.68	c      1357          39798        8385        20        2715.0000           1.0000          -
26273.77/1361.83	c *    1362          42599        2781        20        2609.0000           1.0000          -
26273.77/1361.83	c      1362          42599        2781        20        2609.0000           1.0000          -
26372.56/1366.88	c      1367          39848        8387        20        2609.0000           1.0000          -
26473.71/1371.92	c      1372          39245        8360        20        2609.0000           1.0000          -
26575.53/1377.14	c      1377          39245        8360        20        2609.0000           1.0000          -
26679.64/1382.39	c      1382          39245        8360        20        2609.0000           1.0000          -
26782.58/1387.58	c      1388          41447        1541        20        2609.0000           1.0000          -
26883.52/1392.60	c      1393          42047        2141        20        2609.0000           1.0000          -
26998.37/1398.46	c      1398          39777        8356        20        2609.0000           1.0000          -
27103.49/1403.74	c      1404          48059        8241        20        2609.0000           1.0000          -
27212.31/1409.25	c      1409          48059        8241        20        2609.0000           1.0000          -
27317.29/1414.52	c      1415          48198        8382        20        2609.0000           1.0000          -
27422.29/1419.83	c      1420          48739        8921        20        2609.0000           1.0000          -
27528.07/1425.14	c      1425          46287        6381        20        2609.0000           1.0000          -
27632.30/1430.41	c      1430          47187        7281        20        2609.0000           1.0000          -
27735.32/1435.64	c      1436          49825        8273        20        2609.0000           1.0000          -
27836.33/1440.71	c      1441          49825        8273        20        2609.0000           1.0000          -
27937.28/1445.87	c      1446          49605        8159        20        2609.0000           1.0000          -
28041.12/1451.09	c      1451          49797        8160        20        2609.0000           1.0000          -
28142.18/1456.16	c      1456          49797        8160        20        2609.0000           1.0000          -
28248.43/1461.50	c      1462          50587        8276        20        2609.0000           1.0000          -
28347.52/1466.53	c      1467          49963        8160        20        2609.0000           1.0000          -
28439.59/1471.20	c *    1471          49963        8160        20        2571.0000           1.0000          -
28451.49/1471.80	c      1472          49963        8160        20        2571.0000           1.0000          -
28558.53/1477.23	c      1477          49963        8160        20        2571.0000           1.0000          -
28659.63/1482.39	c      1482          50851        8274        20        2571.0000           1.0000          -
28778.31/1488.34	c      1488          49525        8185        20        2571.0000           1.0000          -
28883.30/1493.60	c      1494          49525        8185        20        2571.0000           1.0000          -
28959.78/1497.58	c *    1498          49540        8196        20        2507.0000           1.0000          -
28983.37/1498.76	c      1499          49540        8196        20        2507.0000           1.0000          -
29089.08/1504.05	c      1504          51033        8270        20        2507.0000           1.0000          -
29193.32/1509.33	c      1509          51033        8270        20        2507.0000           1.0000          -
29311.84/1515.39	c      1515          50170        8165        20        2507.0000           1.0000          -
29418.40/1520.70	c *    1521          50299        8160        20        2439.0000           1.0000          -
29418.40/1520.70	c      1521          50299        8160        20        2439.0000           1.0000          -
29519.22/1525.86	c      1526          50061        8198        20        2439.0000           1.0000          -
29677.77/1533.81	c      1534          50061        8198        20        2439.0000           1.0000          -
29778.84/1538.94	c      1539          50061        8198        20        2439.0000           1.0000          -
29883.88/1544.26	c      1544          50141        8182        20        2439.0000           1.0000          -
29986.96/1549.48	c      1549          50141        8182        20        2439.0000           1.0000          -
30088.02/1554.54	c      1555          50141        8182        20        2439.0000           1.0000          -
30195.02/1560.01	c      1560          51159        8139        20        2439.0000           1.0000          -
30300.04/1565.29	c      1565          50514        8477        20        2439.0000           1.0000          -
30403.14/1570.42	c      1570          51658        8269        20        2439.0000           1.0000          -
30506.31/1575.65	c      1576          51825        8277        20        2439.0000           1.0000          -
30607.38/1580.70	c      1581          50931        8198        20        2439.0000           1.0000          -
30706.48/1585.72	c      1586          51845        8276        20        2439.0000           1.0000          -
30759.30/1588.42	c *    1588          51845        8276        20        2390.0000           1.0000          -
30806.80/1590.83	c      1591          51071        8196        20        2390.0000           1.0000          -
30907.99/1595.99	c      1596          51128        8190        20        2390.0000           1.0000          -
31009.74/1601.05	c      1601          51128        8190        20        2390.0000           1.0000          -
31118.21/1606.55	c      1607          51128        8190        20        2390.0000           1.0000          -
31225.41/1612.01	c      1612          51157        8193        20        2390.0000           1.0000          -
31327.51/1617.13	c      1617          51257        8191        20        2390.0000           1.0000          -
31433.79/1622.49	c      1622          58518        7221        20        2390.0000           1.0000          -
31540.99/1627.90	c      1628          51391        8187        20        2390.0000           1.0000          -
31644.86/1633.12	c      1633          51391        8187        20        2390.0000           1.0000          -
31749.11/1638.34	c      1638          51407        8194        20        2390.0000           1.0000          -
31856.27/1643.71	c      1644          59798        7864        20        2390.0000           1.0000          -
31959.32/1648.95	c      1649          59949        7865        20        2390.0000           1.0000          -
32065.46/1654.31	c *    1654          51610        8186        20         529.0000           1.0000          -
32065.46/1654.31	c      1654          51610        8186        20         529.0000           1.0000          -
32170.56/1659.66	c      1660          51684        8206        20         529.0000           1.0000          -
32275.71/1664.99	c      1665          51684        8206        20         529.0000           1.0000          -
32385.94/1670.52	c      1671          60609        7820        20         529.0000           1.0000          -
32488.19/1675.77	c      1676          51787        8187        20         529.0000           1.0000          -
32595.58/1681.15	c      1681          51969        8183        20         529.0000           1.0000          -
32698.14/1686.38	c      1686          51969        8183        20         529.0000           1.0000          -
32803.30/1691.68	c      1692          51969        8183        20         529.0000           1.0000          -
32811.23/1692.08	c *    1692          51969        8183        20         519.0000           1.0000          -
32816.00/1692.36	c *    1692          51969        8183        20         501.0000           1.0000          -
32901.01/1696.69	c      1697          60959        8003        20         501.0000           1.0000          -
33017.42/1702.56	c      1703          52014        8182        20         501.0000           1.0000          -
33122.57/1707.80	c      1708          61139        7997        20         501.0000           1.0000          -
33221.84/1712.83	c      1713          52446         421        20         501.0000           1.0000          -
33325.62/1718.03	c      1718          61265        7985        20         501.0000           1.0000          -
33436.16/1723.61	c      1724          61577        7776        20         501.0000           1.0000          -
33541.33/1728.94	c      1729          61437        7972        20         501.0000           1.0000          -
33643.29/1734.05	c      1734              2           1        20         501.0000         196.0465    155.55%
33744.75/1739.15	c      1739              2           1        20         501.0000         196.0465    155.55%
33849.02/1744.41	c      1744              2           1        20         501.0000         196.0465    155.55%
33948.30/1749.47	c      1749              2           1        20         501.0000         196.0465    155.55%
34049.55/1754.55	c      1755              2           1        20         501.0000         196.0465    155.55%
34150.88/1759.67	c      1760              2           1        20         501.0000         196.0465    155.55%
34251.78/1764.70	c      1765              2           1        20         501.0000         196.0465    155.55%
34355.03/1770.00	c      1770              2           1        20         501.0000         196.0465    155.55%
34460.33/1775.29	c      1775              2           1        20         501.0000         196.0465    155.55%
34563.51/1780.47	c      1780              2           1        20         501.0000         196.0465    155.55%
34662.78/1785.49	c      1786              2           1        20         501.0000         196.0465    155.55%
34766.02/1790.60	c      1791              2           1        20         501.0000         196.0465    155.55%
34865.35/1795.65	c      1796              2           1        20         501.0000         196.0465    155.55%
34970.66/1800.95	c      1801              2           1        20         501.0000         196.0465    155.55%
35078.01/1806.34	c      1806              2           1        20         501.0000         196.0465    155.55%
35183.37/1811.63	c      1812              2           1        20         501.0000         196.0465    155.55%
35286.75/1816.84	c      1817              2           1        20         501.0000         196.0465    155.55%
35386.19/1821.88	c      1822              2           1        20         501.0000         196.0465    155.55%
35487.68/1826.91	c      1827              2           1        20         501.0000         196.0465    155.55%
35589.86/1832.04	c      1832              2           1        20         501.0000         196.0465    155.55%
35689.29/1837.11	c      1837              2           1        20         501.0000         196.0465    155.55%
35796.33/1842.47	c      1842              2           1        20         501.0000         196.0465    155.55%
35905.59/1848.01	c      1848              3           2        20         501.0000         196.0465    155.55%
36011.05/1853.21	c      1853              3           2        20         501.0000         196.0465    155.55%
36114.52/1858.41	c      1858              3           2        20         501.0000         196.0465    155.55%
36223.99/1863.97	c      1864              3           2        20         501.0000         196.0465    155.55%
36323.48/1868.97	c      1869              3           2        20         501.0000         196.0465    155.55%
36427.44/1874.16	c      1874              3           2        20         501.0000         196.0465    155.55%
36526.99/1879.19	c      1879              3           2        20         501.0000         196.0465    155.55%
36629.90/1884.37	c      1884              3           2        20         501.0000         196.0465    155.55%
36733.38/1889.52	c      1890              3           2        20         501.0000         196.0465    155.55%
36782.87/1892.05	c *    1892              3           2        20         494.0000         196.0465    151.98%
36834.10/1894.65	c      1895              3           2        20         494.0000         196.0465    151.98%
36935.60/1899.74	c      1900              3           2        20         494.0000         196.0465    151.98%
37035.08/1904.78	c      1905              3           2        20         494.0000         196.0465    151.98%
37136.55/1909.80	c      1910              3           2        20         494.0000         196.0465    151.98%
37236.03/1914.83	c      1915              3           2        20         494.0000         196.0465    151.98%
37337.51/1919.95	c      1920              3           2        20         494.0000         196.0465    151.98%
37442.94/1925.28	c      1925              3           2        20         494.0000         196.0465    151.98%
37548.41/1930.53	c      1931              3           2        20         494.0000         196.0465    151.98%
37651.87/1935.74	c      1936              4           3        20         494.0000         196.0465    151.98%
37753.37/1940.86	c      1941              4           3        20         494.0000         196.0465    151.98%
37864.77/1946.47	c      1946              4           3        20         494.0000         196.0465    151.98%
37970.26/1951.70	c      1952              4           3        20         494.0000         196.0465    151.98%
38083.69/1957.40	c      1957              4           3        20         494.0000         196.0465    151.98%
38193.15/1963.01	c      1963              4           3        20         494.0000         196.0465    151.98%
38300.60/1968.39	c      1968              4           3        20         494.0000         196.0465    151.98%
38404.07/1973.59	c      1974              4           3        20         494.0000         196.0465    151.98%
38507.56/1978.75	c      1979              4           3        20         494.0000         196.0465    151.98%
38609.04/1983.81	c      1984              4           3        20         494.0000         196.0465    151.98%
38715.02/1989.20	c      1989              4           3        20         494.0000         196.0465    151.98%
38816.01/1994.24	c      1994              4           3        20         494.0000         196.0465    151.98%
38921.38/1999.53	c      2000              4           3        20         494.0000         196.0465    151.98%
39022.85/2004.60	c      2005              4           3        20         494.0000         196.0465    151.98%
39126.34/2009.87	c      2010              4           3        20         494.0000         196.0465    151.98%
39239.73/2015.59	c      2016              4           3        20         494.0000         196.0465    151.98%
39341.22/2020.69	c      2021              4           3        20         494.0000         196.0465    151.98%
39444.68/2025.86	c      2026              4           3        20         494.0000         196.0465    151.98%
39546.15/2030.92	c      2031              4           3        20         494.0000         196.0465    151.98%
39648.03/2036.05	c      2036              4           3        20         494.0000         196.0465    151.98%
39752.98/2041.38	c      2041              4           3        20         494.0000         196.0465    151.98%
39858.40/2046.67	c      2047              4           3        20         494.0000         196.0465    151.98%
39959.84/2051.70	c      2052              5           4        20         494.0000         196.0465    151.98%
40061.26/2056.84	c      2057              5           4        20         494.0000         196.0465    151.98%
40162.72/2061.95	c      2062              5           4        20         494.0000         196.0465    151.98%
40262.11/2067.02	c      2067              5           4        20         494.0000         196.0465    151.98%
40364.17/2072.09	c      2072              5           4        20         494.0000         196.0465    151.98%
40465.27/2077.19	c      2077              5           4        20         494.0000         196.0465    151.98%
40574.24/2082.60	c      2083              5           4        20         494.0000         196.0465    151.98%
40673.68/2087.66	c      2088              5           4        20         494.0000         196.0465    151.98%
40779.03/2093.00	c      2093              5           4        20         494.0000         196.0465    151.98%
40886.36/2098.35	c      2098              5           4        20         494.0000         196.0465    151.98%
40993.77/2103.74	c      2104              6           5        20         494.0000         196.0465    151.98%
41099.77/2109.10	c      2109              6           5        20         494.0000         196.0465    151.98%
41129.86/2110.60	c *    2111              6           5        20         480.0000         196.0465    144.84%
41203.28/2114.30	c      2114              6           5        20         480.0000         196.0465    144.84%
41304.58/2119.47	c      2119              6           5        20         480.0000         196.0465    144.84%
41406.00/2124.53	c      2125              6           5        20         480.0000         196.0465    144.84%
41509.40/2129.71	c      2130              6           5        20         480.0000         196.0465    144.84%
41608.78/2134.74	c      2135              6           5        20         480.0000         196.0465    144.84%
41714.74/2140.09	c      2140              6           5        20         480.0000         196.0465    144.84%
41819.43/2145.30	c      2145              6           5        20         480.0000         196.0465    144.84%
41922.85/2150.54	c      2151              6           5        20         480.0000         196.0465    144.84%
42022.30/2155.57	c      2156              6           5        20         480.0000         196.0465    144.84%
42125.60/2160.74	c      2161              6           5        20         480.0000         196.0465    144.84%
42231.64/2166.07	c      2166              7           6        20         480.0000         196.0465    144.84%
42334.32/2171.20	c      2171              7           6        20         480.0000         196.0465    144.84%
42433.75/2176.22	c      2176              7           6        20         480.0000         196.0465    144.84%
42533.19/2181.24	c      2181              7           6        20         480.0000         196.0465    144.84%
42632.60/2186.25	c      2186              7           6        20         480.0000         196.0465    144.84%
42733.98/2191.35	c      2191              7           6        20         480.0000         196.0465    144.84%
42835.42/2196.45	c      2196              7           6        20         480.0000         196.0465    144.84%
42934.92/2201.49	c      2201              7           6        20         480.0000         196.0465    144.84%
43042.17/2206.83	c      2207              7           6        20         480.0000         196.0465    144.84%
43141.60/2211.85	c      2212              8           7        20         480.0000         196.0465    144.84%
43241.03/2216.86	c      2217              8           7        20         480.0000         196.0465    144.84%
43342.46/2221.91	c      2222              8           7        20         480.0000         196.0465    144.84%
43446.44/2227.13	c      2227              8           7        20         480.0000         196.0465    144.84%
43549.29/2232.38	c      2232              8           7        20         480.0000         196.0465    144.84%
43650.72/2237.42	c      2237              8           7        20         480.0000         196.0465    144.84%
43752.16/2242.56	c      2243              8           7        20         480.0000         196.0465    144.84%
43865.54/2248.27	c      2248              8           7        20         480.0000         196.0465    144.84%
43966.95/2253.33	c      2253              8           7        20         480.0000         196.0465    144.84%
44070.38/2258.52	c      2259              8           7        20         480.0000         196.0465    144.84%
44177.66/2263.92	c      2264              9           8        20         480.0000         196.0465    144.84%
44277.13/2269.03	c      2269              9           8        20         480.0000         196.0465    144.84%
44382.54/2274.23	c      2274              9           8        20         480.0000         196.0465    144.84%
44485.84/2279.41	c      2279              9           8        20         480.0000         196.0465    144.84%
44585.30/2284.43	c      2284              9           8        20         480.0000         196.0465    144.84%
44694.72/2289.90	c      2290              9           8        20         480.0000         196.0465    144.84%
44798.73/2295.18	c      2295              9           8        20         480.0000         196.0465    144.84%
44905.26/2300.50	c      2301              9           8        20         480.0000         196.0465    144.84%
45004.60/2305.57	c      2306             10           9        20         480.0000         196.0465    144.84%
45108.04/2310.73	c      2311             10           9        20         480.0000         196.0465    144.84%
45211.42/2315.94	c      2316             10           9        20         480.0000         196.0465    144.84%
45315.56/2321.14	c      2321             10           9        20         480.0000         196.0465    144.84%
45421.51/2326.50	c      2326             10           9        20         480.0000         196.0465    144.84%
45524.94/2331.76	c      2332             10           9        20         480.0000         196.0465    144.84%
45630.97/2337.12	c      2337             10           9        20         480.0000         196.0465    144.84%
45732.45/2342.13	c      2342             10           9        20         480.0000         196.0465    144.84%
45831.84/2347.18	c      2347             10           9        20         480.0000         196.0465    144.84%
45934.61/2352.48	c      2352             11          10        20         480.0000         196.0465    144.84%
46034.99/2357.54	c      2358             11          10        20         480.0000         196.0465    144.84%
46138.41/2362.75	c      2363             11          10        20         480.0000         196.0465    144.84%
46239.85/2367.81	c      2368             11          10        20         480.0000         196.0465    144.84%
46341.19/2372.98	c      2373             11          10        20         480.0000         196.0465    144.84%
46444.20/2378.12	c      2378             11          10        20         480.0000         196.0465    144.84%
46545.47/2383.34	c      2383             11          10        20         480.0000         196.0465    144.84%
46646.88/2388.43	c      2388             11          10        20         480.0000         196.0465    144.84%
46750.32/2393.61	c      2394             11          10        20         480.0000         196.0465    144.84%
46849.49/2398.69	c      2399             11          10        20         480.0000         196.0465    144.84%
46948.77/2403.72	c      2404             11          10        20         480.0000         196.0465    144.84%
47054.79/2409.04	c      2409             11          10        20         480.0000         196.0465    144.84%
47154.18/2414.06	c      2414             11          10        20         480.0000         196.0465    144.84%
47256.91/2419.29	c      2419             11          10        20         480.0000         196.0465    144.84%
47358.08/2424.36	c      2424             11          10        20         480.0000         196.0465    144.84%
47458.57/2429.41	c      2429             11          10        20         480.0000         196.0465    144.84%
47565.97/2434.84	c      2435             11          10        20         480.0000         196.0465    144.84%
47665.41/2439.85	c      2440             11          10        20         480.0000         196.0465    144.84%
47768.90/2445.09	c      2445             11          10        20         480.0000         196.0465    144.84%
47876.83/2450.59	c      2451             11          10        20         480.0000         196.0465    144.84%
47976.76/2455.61	c      2456             11          10        20         480.0000         196.0465    144.84%
48078.15/2460.75	c      2461             11          10        20         480.0000         196.0465    144.84%
48181.54/2465.98	c      2466             11          10        20         480.0000         196.0465    144.84%
48283.31/2471.03	c      2471             11          10        20         480.0000         196.0465    144.84%
48381.39/2476.06	c      2476             11          10        20         480.0000         196.0465    144.84%
48486.23/2481.33	c      2481             11          10        20         480.0000         196.0465    144.84%
48587.67/2486.43	c      2486             11          10        20         480.0000         196.0465    144.84%
48687.70/2491.54	c      2492             11          10        20         480.0000         196.0465    144.84%
48786.96/2496.68	c      2497             11          10        20         480.0000         196.0465    144.84%
48885.71/2501.73	c      2502             11          10        20         480.0000         196.0465    144.84%
48991.54/2507.04	c      2507             11          10        20         480.0000         196.0465    144.84%
49101.29/2512.62	c      2513             11          10        20         480.0000         196.0465    144.84%
49202.47/2517.86	c      2518             11          10        20         480.0000         196.0465    144.84%
49306.09/2523.17	c      2523             11          10        20         480.0000         196.0465    144.84%
49406.69/2528.25	c      2528             11          10        20         480.0000         196.0465    144.84%
49508.79/2533.41	c      2533             11          10        20         480.0000         196.0465    144.84%
49606.54/2538.47	c      2538             11          10        20         480.0000         196.0465    144.84%
49702.17/2543.49	c      2543             11          10        20         480.0000         196.0465    144.84%
49802.64/2548.59	c      2549             11          10        20         480.0000         196.0465    144.84%
49911.44/2554.03	c      2554             11          10        20         480.0000         196.0465    144.84%
50018.36/2559.48	c      2559             11          10        20         480.0000         196.0465    144.84%
50117.49/2564.52	c      2565             11          10        20         480.0000         196.0465    144.84%
50219.16/2569.77	c      2570             11          10        20         480.0000         196.0465    144.84%
50320.58/2574.84	c      2575             11          10        20         480.0000         196.0465    144.84%
50426.74/2580.27	c      2580             11          10        20         480.0000         196.0465    144.84%
50457.25/2581.80	c *    2582             11          10        20         455.0000         196.0465    132.09%
50524.25/2585.36	c      2585             11          10        20         455.0000         196.0465    132.09%
50631.60/2590.80	c      2591             11          10        20         455.0000         196.0465    132.09%
50737.84/2596.23	c      2596             11          10        20         455.0000         196.0465    132.09%
50846.55/2601.75	c      2602             11          10        20         455.0000         196.0465    132.09%
50961.78/2607.55	c      2608             11          10        20         455.0000         196.0465    132.09%
51062.67/2612.79	c      2613             11          10        20         455.0000         196.0465    132.09%
51161.93/2617.86	c      2618             11          10        20         455.0000         196.0465    132.09%
51270.48/2623.33	c      2623             11          10        20         455.0000         196.0465    132.09%
51369.63/2628.35	c      2628             11          10        20         455.0000         196.0465    132.09%
51466.20/2633.37	c      2633             11          10        20         455.0000         196.0465    132.09%
51568.35/2638.58	c      2639             11          10        20         455.0000         196.0465    132.09%
51667.42/2643.66	c      2644             11          10        20         455.0000         196.0465    132.09%
51768.86/2648.76	c      2649             11          10        20         455.0000         196.0465    132.09%
51874.27/2654.05	c      2654             11          10        20         455.0000         196.0465    132.09%
51973.94/2659.35	c      2659             11          10        20         455.0000         196.0465    132.09%
52074.78/2664.53	c      2665             11          10        20         455.0000         196.0465    132.09%
52176.98/2669.71	c      2670             11          10        20         455.0000         196.0465    132.09%
52294.31/2675.61	c      2676             11          10        20         455.0000         196.0465    132.09%
52397.54/2680.81	c      2681             11          10        20         455.0000         196.0465    132.09%
52496.67/2686.10	c      2686             11          10        20         455.0000         196.0465    132.09%
52598.20/2691.23	c      2691             11          10        20         455.0000         196.0465    132.09%
52697.66/2696.29	c      2696             11          10        20         455.0000         196.0465    132.09%
52804.81/2701.64	c      2702             16          15        20         455.0000         196.4082    131.66%
52906.90/2706.81	c      2707             16          15        20         455.0000         196.4082    131.66%
52999.72/2711.83	c      2712             16          15        20         455.0000         196.4082    131.66%
53098.14/2716.85	c      2717             16          15        20         455.0000         196.4082    131.66%
53209.51/2722.50	c      2722             16          15        20         455.0000         196.4082    131.66%
53308.82/2727.57	c      2728             16          15        20         455.0000         196.4082    131.66%
53409.06/2732.68	c      2733             16          15        20         455.0000         196.4082    131.66%
53510.77/2738.07	c      2738             16          15        20         455.0000         196.4082    131.66%
53615.61/2743.33	c      2743             17          16        20         455.0000         196.4082    131.66%
53717.06/2748.41	c      2748             17          16        20         455.0000         196.4082    131.66%
53820.61/2753.71	c      2754             17          16        20         455.0000         196.4082    131.66%
53916.38/2758.82	c      2759             17          16        20         455.0000         196.4082    131.66%
54016.55/2763.98	c      2764             17          16        20         455.0000         196.4082    131.66%
54116.02/2769.02	c      2769             17          16        20         455.0000         196.4082    131.66%
54224.43/2774.40	c      2774             18          17        20         455.0000         196.4082    131.66%
54326.92/2779.75	c      2780             23          22        20         455.0000         196.4082    131.66%
54423.94/2784.92	c      2785             24          23        20         455.0000         196.4082    131.66%
54525.72/2790.09	c      2790             24          23        20         455.0000         196.4082    131.66%
54628.56/2795.23	c      2795             24          23        20         455.0000         196.4082    131.66%
54730.56/2800.41	c      2800             24          23        20         455.0000         196.4082    131.66%
54831.57/2805.64	c      2806             24          23        20         455.0000         196.4082    131.66%
54927.49/2810.73	c      2811             24          23        20         455.0000         196.4082    131.66%
55026.85/2815.78	c      2816             24          23        20         455.0000         196.4082    131.66%
55133.85/2821.15	c      2821             24          23        20         455.0000         196.4082    131.66%
55233.00/2826.16	c      2826             24          23        20         455.0000         196.4082    131.66%
55332.32/2831.30	c      2831             24          23        20         455.0000         196.4082    131.66%
55407.68/2835.07	c *    2835             24          23        20         443.0000         196.4082    125.55%
55428.20/2836.43	c      2836             24          23        20         443.0000         196.4082    125.55%
55536.64/2841.99	c      2842             24          23        20         443.0000         196.4082    125.55%
55641.06/2847.20	c      2847             24          23        20         443.0000         196.4082    125.55%
55760.39/2853.24	c      2853             24          23        20         443.0000         196.4082    125.55%
55878.13/2859.22	c      2859             24          23        20         443.0000         196.4082    125.55%
55973.01/2864.24	c      2864             24          23        20         443.0000         196.4082    125.55%
56074.01/2869.33	c      2869             24          23        20         443.0000         196.4082    125.55%
56179.38/2874.68	c      2875             24          23        20         443.0000         196.4082    125.55%
56289.31/2880.16	c      2880             24          23        20         443.0000         196.4082    125.55%
56396.32/2885.76	c      2886             24          23        20         443.0000         196.4082    125.55%
56503.54/2891.45	c      2891             24          23        20         443.0000         196.4082    125.55%
56604.99/2896.51	c      2897             24          23        20         443.0000         196.4082    125.55%
56708.45/2901.79	c      2902             24          23        20         443.0000         196.4082    125.55%
56813.22/2907.08	c      2907             24          23        20         443.0000         196.4082    125.55%
56919.65/2912.50	c      2912             24          23        20         443.0000         196.4082    125.55%
57016.10/2917.84	c      2918             24          23        20         443.0000         196.4082    125.55%
57117.55/2922.96	c      2923             24          23        20         443.0000         196.4082    125.55%
57217.02/2927.99	c      2928             24          23        20         443.0000         196.4082    125.55%
57317.89/2933.06	c      2933             24          23        20         443.0000         196.4082    125.55%
57418.22/2938.25	c      2938             24          23        20         443.0000         196.4082    125.55%
57514.01/2943.36	c      2943             24          23        20         443.0000         196.4082    125.55%
57615.47/2948.40	c      2948             24          23        20         443.0000         196.4082    125.55%
57715.76/2953.52	c      2954             24          23        20         443.0000         196.4082    125.55%
57815.23/2958.59	c      2959             24          23        20         443.0000         196.4082    125.55%
57914.89/2963.75	c      2964             24          23        20         443.0000         196.4082    125.55%
58009.33/2968.87	c      2969             24          23        20         443.0000         196.4082    125.55%
58108.80/2973.89	c      2974             24          23        20         443.0000         196.4082    125.55%
58165.28/2976.79	c *    2977             24          23        20         431.0000         196.4082    119.44%
58211.02/2979.08	c      2979             24          23        20         431.0000         196.4082    119.44%
58312.59/2984.17	c      2984             24          23        20         431.0000         196.4082    119.44%
58415.72/2989.49	c      2989             24          23        20         431.0000         196.4082    119.44%
58513.37/2994.52	c      2995             24          23        20         431.0000         196.4082    119.44%
58612.12/2999.60	c      3000             24          23        20         431.0000         196.4082    119.44%
58713.56/3004.61	c      3005             24          23        20         431.0000         196.4082    119.44%
58820.84/3010.09	c      3010             24          23        20         431.0000         196.4082    119.44%
58916.40/3015.06	c *    3015             24          23        20         419.0000         196.4082    113.33%
58923.75/3015.49	c      3015             24          23        20         419.0000         196.4082    113.33%
59031.90/3020.95	c      3021             24          23        20         419.0000         196.4082    113.33%
59141.08/3026.40	c      3026             24          23        20         419.0000         196.4082    113.33%
59256.12/3032.23	c      3032             24          23        20         419.0000         196.4082    113.33%
59366.18/3037.82	c      3038             24          23        20         419.0000         196.4082    113.33%
59473.61/3043.40	c      3043             24          23        20         419.0000         196.4082    113.33%
59584.68/3048.94	c      3049             24          23        20         419.0000         196.4082    113.33%
59678.29/3053.77	c *    3054             24          23        20         402.0000         196.4082    104.68%
59681.93/3053.96	c      3054             24          23        20         402.0000         196.4082    104.68%
59783.49/3059.08	c      3059             24          23        20         402.0000         196.4082    104.68%
59889.09/3064.46	c      3064             24          23        20         402.0000         196.4082    104.68%
59988.83/3069.56	c      3070             16          15        20         402.0000         197.0811    103.98%
60091.96/3074.75	c      3075             20          19        20         402.0000         197.0811    103.98%
60190.93/3079.78	c      3080             24          23        20         402.0000         197.0811    103.98%
60313.27/3086.02	c      3086             24          23        20         402.0000         197.0811    103.98%
60423.77/3091.62	c      3092             24          23        20         402.0000         197.0811    103.98%
60542.57/3097.63	c      3098             24          23        20         402.0000         197.0811    103.98%
60647.18/3102.91	c      3103             24          23        20         402.0000         197.0811    103.98%
60745.92/3107.92	c      3108             24          23        20         402.0000         197.0811    103.98%
60849.58/3113.18	c      3113             24          23        20         402.0000         197.0811    103.98%
60947.61/3118.27	c      3118             24          23        20         402.0000         197.0811    103.98%
61052.36/3123.56	c      3124             24          23        20         402.0000         197.0811    103.98%
61153.00/3128.63	c      3129             24          23        20         402.0000         197.0811    103.98%
61259.83/3134.08	c      3134             24          23        20         402.0000         197.0811    103.98%
61363.23/3139.44	c      3139             24          23        20         402.0000         197.0811    103.98%
61465.54/3144.64	c      3145             24          23        20         402.0000         197.0811    103.98%
61568.08/3149.83	c      3150             24          23        20         402.0000         197.0811    103.98%
61666.86/3154.88	c      3155             24          23        20         402.0000         197.0811    103.98%
61770.45/3160.04	c      3160             24          23        20         402.0000         197.0811    103.98%
61866.91/3165.18	c      3165             24          23        20         402.0000         197.0811    103.98%
61975.27/3170.80	c      3171             24          23        20         402.0000         197.0811    103.98%
62082.90/3176.17	c      3176             24          23        20         402.0000         197.0811    103.98%
62192.64/3181.76	c      3182             24          23        20         402.0000         197.0811    103.98%
62301.11/3187.28	c      3187             24          23        20         402.0000         197.0811    103.98%
62400.64/3192.33	c      3192             24          23        20         402.0000         197.0811    103.98%
62498.25/3197.34	c      3197             24          23        20         402.0000         197.0811    103.98%
62604.84/3202.76	c      3203             24          23        20         402.0000         197.0811    103.98%
62705.93/3207.81	c      3208             24          23        20         402.0000         197.0811    103.98%
62806.05/3213.02	c      3213             24          23        20         402.0000         197.0811    103.98%
62904.87/3218.03	c      3218             24          23        20         402.0000         197.0811    103.98%
63004.22/3223.09	c      3223             24          23        20         402.0000         197.0811    103.98%
63108.21/3228.38	c      3228             24          23        20         402.0000         197.0811    103.98%
63209.62/3233.44	c      3233             24          23        20         402.0000         197.0811    103.98%
63306.11/3238.50	c      3238             24          23        20         402.0000         197.0811    103.98%
63407.44/3243.64	c      3244             24          23        20         402.0000         197.0811    103.98%
63509.80/3248.89	c      3249             24          23        20         402.0000         197.0811    103.98%
63609.72/3253.92	c      3254             24          23        20         402.0000         197.0811    103.98%
63707.79/3259.02	c      3259             24          23        20         402.0000         197.0811    103.98%
63807.50/3264.03	c      3264             24          23        20         402.0000         197.0811    103.98%
63905.48/3269.05	c      3269             24          23        20         402.0000         197.0811    103.98%
64013.27/3274.54	c      3275             24          23        20         402.0000         197.0811    103.98%
64116.66/3279.74	c      3280             24          23        20         402.0000         197.0811    103.98%
64217.53/3284.84	c      3285             24          23        20         402.0000         197.0811    103.98%
64321.43/3290.04	c      3290             24          23        20         402.0000         197.0811    103.98%
64420.75/3295.09	c      3295             24          23        20         402.0000         197.0811    103.98%
64525.54/3300.38	c      3300             24          23        20         402.0000         197.0811    103.98%
64634.90/3305.83	c      3306             24          23        20         402.0000         197.0811    103.98%
64738.30/3311.11	c      3311             24          23        20         402.0000         197.0811    103.98%
64839.68/3316.16	c      3316             24          23        20         402.0000         197.0811    103.98%
64950.32/3321.77	c      3322             24          23        20         402.0000         197.0811    103.98%
65051.73/3326.87	c      3327             24          23        20         402.0000         197.0811    103.98%
65153.14/3331.98	c      3332             24          23        20         402.0000         197.0811    103.98%
65251.81/3337.01	c      3337             24          23        20         402.0000         197.0811    103.98%
65356.47/3342.26	c      3342             24          23        20         402.0000         197.0811    103.98%
65460.71/3347.54	c      3348             24          23        20         402.0000         197.0811    103.98%
65562.11/3352.60	c      3353             24          23        20         402.0000         197.0811    103.98%
65661.51/3357.65	c      3358             24          23        20         402.0000         197.0811    103.98%
65764.91/3362.81	c      3363             24          23        20         402.0000         197.0811    103.98%
65864.31/3367.85	c      3368             24          23        20         402.0000         197.0811    103.98%
65965.71/3372.91	c      3373             24          23        20         402.0000         197.0811    103.98%
66065.11/3377.98	c      3378             24          23        20         402.0000         197.0811    103.98%
66169.01/3383.13	c      3383             24          23        20         402.0000         197.0811    103.98%
66268.42/3388.17	c      3388             24          23        20         402.0000         197.0811    103.98%
66367.61/3393.18	c      3393             24          23        20         402.0000         197.0811    103.98%
66468.59/3398.23	c      3398             24          23        20         402.0000         197.0811    103.98%
66568.00/3403.29	c      3403             24          23        20         402.0000         197.0811    103.98%
66671.41/3408.42	c      3408             24          23        20         402.0000         197.0811    103.98%
66770.81/3413.44	c      3413             24          23        20         402.0000         197.0811    103.98%
66874.20/3418.70	c      3419             24          23        20         402.0000         197.0811    103.98%
66982.14/3424.12	c      3424             24          23        20         402.0000         197.0811    103.98%
67083.51/3429.14	c      3429             24          23        20         402.0000         197.0811    103.98%
67184.33/3434.25	c      3434             24          23        20         402.0000         197.0811    103.98%
67289.70/3439.53	c      3440             24          23        20         402.0000         197.0811    103.98%
67393.09/3444.73	c      3445             24          23        20         402.0000         197.0811    103.98%
67496.48/3450.00	c      3450             24          23        20         402.0000         197.0811    103.98%
67601.84/3455.25	c      3455             24          23        20         402.0000         197.0811    103.98%
67705.25/3460.44	c      3460             24          23        20         402.0000         197.0811    103.98%
67808.64/3465.61	c      3466             24          23        20         402.0000         197.0811    103.98%
67916.65/3471.06	c      3471             24          23        20         402.0000         197.0811    103.98%
68021.38/3476.36	c      3476             24          23        20         402.0000         197.0811    103.98%
68120.79/3481.37	c      3481             24          23        20         402.0000         197.0811    103.98%
68224.19/3486.57	c      3487             24          23        20         402.0000         197.0811    103.98%
68325.59/3491.64	c      3492             24          23        20         402.0000         197.0811    103.98%
68425.02/3496.67	c      3497             24          23        20         402.0000         197.0811    103.98%
68524.41/3501.69	c      3502             24          23        20         402.0000         197.0811    103.98%
68590.87/3505.03	c *    3505             24          23        20         387.0000         197.0811     96.37%
68624.18/3506.73	c      3507             24          23        20         387.0000         197.0811     96.37%
68727.57/3512.01	c      3512             24          23        20         387.0000         197.0811     96.37%
68831.61/3517.16	c      3517             24          23        20         387.0000         197.0811     96.37%
68937.03/3522.58	c      3523             24          23        20         387.0000         197.0811     96.37%
69038.52/3527.64	c      3528             24          23        20         387.0000         197.0811     96.37%
69137.85/3532.69	c      3533             24          23        20         387.0000         197.0811     96.37%
69239.25/3537.74	c      3538             24          23        20         387.0000         197.0811     96.37%
69341.30/3542.91	c      3543             24          23        20         387.0000         197.0811     96.37%
69443.42/3548.04	c      3548             24          23        20         387.0000         197.0811     96.37%
69542.74/3553.07	c      3553             24          23        20         387.0000         197.0811     96.37%
69644.27/3558.15	c      3558             24          23        20         387.0000         197.0811     96.37%
69743.48/3563.18	c      3563             24          23        20         387.0000         197.0811     96.37%
69856.34/3568.83	c      3569             24          23        20         387.0000         197.0811     96.37%
69955.77/3573.85	c      3574             24          23        20         387.0000         197.0811     96.37%
70057.20/3578.92	c      3579             24          23        20         387.0000         197.0811     96.37%
70156.62/3583.96	c      3584             24          23        20         387.0000         197.0811     96.37%
70263.99/3589.32	c      3589             24          23        20         387.0000         197.0811     96.37%
70363.42/3594.39	c      3594             24          23        20         387.0000         197.0811     96.37%
70464.83/3599.42	c      3599             24          23        20         387.0000         197.0811     96.37%
70562.84/3604.46	c      3604             24          23        20         387.0000         197.0811     96.37%
70662.26/3609.49	c      3610             24          23        20         387.0000         197.0811     96.37%
70769.65/3614.84	c      3615             24          23        20         387.0000         197.0811     96.37%
70877.05/3620.24	c      3620             24          23        20         387.0000         197.0811     96.37%
70978.83/3625.44	c      3625             24          23        20         387.0000         197.0811     96.37%
71080.26/3630.51	c      3631             24          23        20         387.0000         197.0811     96.37%
71181.67/3635.67	c      3636             24          23        20         387.0000         197.0811     96.37%
71287.08/3640.90	c      3641             24          23        20         387.0000         197.0811     96.37%
71373.66/3645.38	c *    3645             24          23        20         378.0000         197.0811     91.80%
71385.05/3645.94	c      3646             24          23        20         378.0000         197.0811     91.80%
71484.48/3650.98	c      3651             24          23        20         378.0000         197.0811     91.80%
71489.45/3651.23	c *    3651             24          23        20         377.0000         197.0811     91.29%
71592.59/3656.48	c      3656             24          23        20         377.0000         197.0811     91.29%
71647.45/3659.23	c *    3659             24          23        20         334.0000         197.0811     69.47%
71696.99/3661.72	c      3662             24          23        20         334.0000         197.0811     69.47%
71800.39/3666.91	c      3667             24          23        20         334.0000         197.0811     69.47%
71903.62/3672.16	c      3672             24          23        20         334.0000         197.0811     69.47%

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (189214 MiB free)
  memory of node 1: 193494 MiB (97292 MiB free)
  memory of node 2: 193531 MiB (98996 MiB free)
  memory of node 3: 193531 MiB (97137 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-4465215-1723590889/watcher-4465215-1723590889 -o /tmp/evaluation-result-4465215-1723590889/solver-4465215-1723590889 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723581724-733308 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465215-1723590889.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100109 s]*
/proc/loadavg: 80.25 80.44 80.21 62/984 739541
/proc/meminfo: memFree=494177976/790760804 swapFree=131071996/131071996
[pid=739540] ppid=739537 vsize=75124 memory=62936 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/stat : 739540 (fscip) R 739537 739540 733298 0 -1 4194304 13631 0 0 0 9 2 0 0 20 0 1 0 125671992 76926976 15734 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
/proc/739540/statm: 18781 15734 2347 3035 0 15177 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 75124 KiB
Current children cumulated memory: 62936 KiB

[startup+0.220293 s]*
/proc/loadavg: 80.25 80.44 80.21 62/984 739541
/proc/meminfo: memFree=494135608/790760804 swapFree=131071996/131071996
[pid=739540] ppid=739537 vsize=117824 memory=105460 CPUtime=0.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/stat : 739540 (fscip) R 739537 739540 733298 0 -1 4194304 24284 0 0 0 19 3 0 0 20 0 1 0 125671992 120651776 26365 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
/proc/739540/statm: 29456 26365 2347 3035 0 25852 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 117824 KiB
Current children cumulated memory: 105460 KiB

[startup+0.320119 s]*
/proc/loadavg: 80.25 80.44 80.21 62/984 739541
/proc/meminfo: memFree=494102788/790760804 swapFree=131071996/131071996
[pid=739540] ppid=739537 vsize=153576 memory=141164 CPUtime=0.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/stat : 739540 (fscip) R 739537 739540 733298 0 -1 4194304 32675 0 0 0 28 4 0 0 20 0 1 0 125671992 157261824 35291 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
/proc/739540/statm: 38394 35291 2347 3035 0 34790 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 153576 KiB
Current children cumulated memory: 141164 KiB

[startup+0.700268 s]
/proc/loadavg: 80.25 80.44 80.21 62/984 739541
/proc/meminfo: memFree=494039108/790760804 swapFree=131071996/131071996
[pid=739540] ppid=739537 vsize=277896 memory=265164 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/stat : 739540 (fscip) R 739537 739540 733298 0 -1 4194304 61616 0 0 0 60 9 0 0 20 0 1 0 125671992 284565504 66291 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
/proc/739540/statm: 69474 66291 2347 3035 0 65870 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 277896 KiB
Current children cumulated memory: 265164 KiB

[startup+1.50027 s]
/proc/loadavg: 80.25 80.44 80.21 62/984 739541
/proc/meminfo: memFree=493846920/790760804 swapFree=131071996/131071996
[pid=739540] ppid=739537 vsize=686848 memory=672864 CPUtime=1.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/stat : 739540 (fscip) R 739537 739540 733298 0 -1 4194304 154702 0 0 0 124 25 0 0 20 0 1 0 125671992 703332352 168216 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
/proc/739540/statm: 171712 168216 2555 3035 0 168108 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 686848 KiB
Current children cumulated memory: 672864 KiB

[startup+3.11984 s]
/proc/loadavg: 78.71 80.12 80.10 62/984 739541
/proc/meminfo: memFree=493406932/790760804 swapFree=131071996/131071996
[pid=739540] ppid=739537 vsize=845120 memory=830952 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/stat : 739540 (fscip) R 739537 739540 733298 0 -1 4194304 194167 0 0 0 280 30 0 0 20 0 1 0 125671992 865402880 207738 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
/proc/739540/statm: 211280 207738 2614 3035 0 207676 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 845120 KiB
Current children cumulated memory: 830952 KiB

[startup+6.3002 s]
/proc/loadavg: 78.71 80.12 80.10 62/984 739542
/proc/meminfo: memFree=492899752/790760804 swapFree=131071996/131071996
[pid=739540] ppid=739537 vsize=1226740 memory=1204624 CPUtime=6.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/stat : 739540 (fscip) R 739537 739540 733298 0 -1 4194304 224710 0 0 0 583 44 0 0 20 0 1 0 125671992 1256181760 301156 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
/proc/739540/statm: 306685 301156 2678 3035 0 303081 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1226740 KiB
Current children cumulated memory: 1204624 KiB

[startup+12.7003 s]
/proc/loadavg: 75.99 79.49 79.90 62/984 739542
/proc/meminfo: memFree=492428188/790760804 swapFree=131071996/131071996
[pid=739540] ppid=739537 vsize=1256892 memory=1233040 CPUtime=12.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/stat : 739540 (fscip) R 739537 739540 733298 0 -1 4194304 287124 0 0 0 1207 56 0 0 20 0 1 0 125671992 1287057408 308260 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
/proc/739540/statm: 314223 308260 2710 3035 0 310619 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 1256892 KiB
Current children cumulated memory: 1233040 KiB

[startup+25.5006 s]
/proc/loadavg: 73.68 78.88 79.70 62/1004 739565
/proc/meminfo: memFree=490010420/790760804 swapFree=131071996/131071996
[pid=739540] ppid=739537 vsize=5784680 memory=4109380 CPUtime=25.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/stat : 739540 (fscip) S 739537 739540 733298 0 -1 1077936128 672539 0 0 0 2394 145 0 0 20 0 21 0 125671992 5923512320 1027345 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
/proc/739540/statm: 1446170 1027345 2774 3035 0 1132303 0
[pid=739540/tid=739545] ppid=739537 vsize=5784680 memory=11448 CPUtime=0.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739545/stat : 739545 (fscip) S 739537 739540 733298 0 -1 1077936192 77164 0 0 0 55 12 0 0 20 0 21 0 125674200 5923512320 1027345 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739546] ppid=739537 vsize=5784680 memory=5512 CPUtime=0.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739546/stat : 739546 (fscip) S 739537 739540 733298 0 -1 1077936192 77165 0 0 0 56 11 0 0 20 0 21 0 125674200 5923512320 1027345 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739547] ppid=739537 vsize=5784680 memory=16164 CPUtime=0.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739547/stat : 739547 (fscip) S 739537 739540 733298 0 -1 1077936192 77164 0 0 0 54 12 0 0 20 0 21 0 125674200 5923512320 1027345 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739548] ppid=739537 vsize=5784680 memory=2316 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739548/stat : 739548 (fscip) S 739537 739540 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125674200 5923512320 1027345 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739549] ppid=739537 vsize=5784680 memory=33000 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739549/stat : 739549 (fscip) S 739537 739540 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125674200 5923512320 1027345 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739550] ppid=739537 vsize=5784680 memory=11448 CPUtime=0.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739550/stat : 739550 (fscip) R 739537 739540 733298 0 -1 4194368 57871 0 0 0 38 9 0 0 20 0 21 0 125674200 5923512320 1027345 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739551] ppid=739537 vsize=5784680 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739551/stat : 739551 (fscip) S 739537 739540 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125674200 5923512320 1027345 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739552] ppid=739537 vsize=5784680 memory=11448 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739552/stat : 739552 (fscip) S 739537 739540 733298 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 125674200 5923512320 1027345 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739553] ppid=739537 vsize=5784680 memory=279519425573328 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739553/stat : 739553 (fscip) S 739537 739540 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125674200 5923512320 1027345 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739554] ppid=739537 vsize=5784680 memory=10544 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739554/stat : 739554 (fscip) S 739537 739540 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125674200 5923512320 1027345 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739555] ppid=739537 vsize=5784680 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739555/stat : 739555 (fscip) S 739537 739540 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125674200 5923512320 1027345 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739556] ppid=739537 vsize=5784680 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739556/stat : 739556 (fscip) S 739537 739540 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125674200 5923512320 1027345 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739557] ppid=739537 vsize=5784680 memory=38772 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739557/stat : 739557 (fscip) S 739537 739540 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125674200 5923512320 1027345 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739558] ppid=739537 vsize=5784680 memory=11448 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739558/stat : 739558 (fscip) S 739537 739540 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125674200 5923512320 1027345 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739559] ppid=739537 vsize=5784680 memory=38772 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739559/stat : 739559 (fscip) S 739537 739540 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125674200 5923512320 1027345 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739560] ppid=739537 vsize=5784680 memory=10544 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739560/stat : 739560 (fscip) S 739537 739540 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125674200 5923512320 1027345 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739561] ppid=739537 vsize=5784680 memory=51344 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739561/stat : 739561 (fscip) S 739537 739540 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125674200 5923512320 1027345 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739562] ppid=739537 vsize=5784680 memory=104 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739562/stat : 739562 (fscip) S 739537 739540 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125674200 5923512320 1027345 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739563] ppid=739537 vsize=5784680 memory=25932 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739563/stat : 739563 (fscip) S 739537 739540 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125674201 5923512320 1027345 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739564] ppid=739537 vsize=5784680 memory=279519424873088 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739564/stat : 739564 (fscip) S 739537 739540 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125674201 5923512320 1027345 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 5784680 KiB
Current children cumulated memory: 4109380 KiB

[startup+51.1356 s]
/proc/loadavg: 72.36 78.08 79.41 81/1021 739589
/proc/meminfo: memFree=455243300/790760804 swapFree=131071996/131071996
[pid=739540] ppid=739537 vsize=39830712 memory=37555360 CPUtime=320.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/stat : 739540 (fscip) S 739537 739540 733298 0 -1 1077936128 7918418 0 0 0 30337 1681 0 0 20 0 41 0 125671992 40786649088 9388840 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
/proc/739540/statm: 9957678 9388840 2790 3035 0 9596304 0
[pid=739540/tid=739545] ppid=739537 vsize=39830712 memory=10544 CPUtime=14.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739545/stat : 739545 (fscip) R 739537 739540 733298 0 -1 4194368 233583 0 0 0 1446 53 0 0 20 0 41 0 125674200 40786649088 9388840 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739546] ppid=739537 vsize=39830712 memory=279519424873088 CPUtime=14.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739546/stat : 739546 (fscip) R 739537 739540 733298 0 -1 4194368 432353 0 0 0 1394 88 0 0 20 0 41 0 125674200 40786649088 9388840 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739547] ppid=739537 vsize=39830712 memory=38772 CPUtime=14.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739547/stat : 739547 (fscip) R 739537 739540 733298 0 -1 4194368 468175 0 0 0 1378 98 0 0 20 0 41 0 125674200 40786649088 9388840 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739548] ppid=739537 vsize=39830712 memory=36968992 CPUtime=14.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739548/stat : 739548 (fscip) R 739537 739540 733298 0 -1 4194368 221803 0 0 0 1447 52 0 0 20 0 41 0 125674200 40786649088 9388840 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739549] ppid=739537 vsize=39830712 memory=279519424840384 CPUtime=14.78 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739549/stat : 739549 (fscip) R 739537 739540 733298 0 -1 4194368 453078 0 0 0 1385 93 0 0 20 0 41 0 125674200 40786649088 9388840 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739550] ppid=739537 vsize=39830712 memory=0 CPUtime=14.78 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739550/stat : 739550 (fscip) R 739537 739540 733298 0 -1 4194368 466957 0 0 0 1381 97 0 0 20 0 41 0 125674200 40786649088 9388840 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739551] ppid=739537 vsize=39830712 memory=11448 CPUtime=14.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739551/stat : 739551 (fscip) R 739537 739540 733298 0 -1 4194368 233455 0 0 0 1432 55 0 0 20 0 41 0 125674200 40786649088 9388840 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739552] ppid=739537 vsize=39830712 memory=1233040 CPUtime=14.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739552/stat : 739552 (fscip) R 739537 739540 733298 0 -1 4194368 453849 0 0 0 1383 98 0 0 20 0 41 0 125674200 40786649088 9388840 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739553] ppid=739537 vsize=39830712 memory=0 CPUtime=14.79 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739553/stat : 739553 (fscip) R 739537 739540 733298 0 -1 4194368 460933 0 0 0 1380 99 0 0 20 0 41 0 125674200 40786649088 9388840 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739554] ppid=739537 vsize=39830712 memory=0 CPUtime=14.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739554/stat : 739554 (fscip) R 739537 739540 733298 0 -1 4194368 234117 0 0 0 1444 53 0 0 20 0 41 0 125674200 40786649088 9388840 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739555] ppid=739537 vsize=39830712 memory=37150068 CPUtime=14.83 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739555/stat : 739555 (fscip) R 739537 739540 733298 0 -1 4194368 454055 0 0 0 1393 90 0 0 20 0 41 0 125674200 40786649088 9388840 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739556] ppid=739537 vsize=39830712 memory=28905080 CPUtime=14.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739556/stat : 739556 (fscip) R 739537 739540 733298 0 -1 4194368 452044 0 0 0 1394 92 0 0 20 0 41 0 125674200 40786649088 9388840 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739557] ppid=739537 vsize=39830712 memory=279519425961024 CPUtime=14.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739557/stat : 739557 (fscip) R 739537 739540 733298 0 -1 4194368 222827 0 0 0 1450 49 0 0 20 0 41 0 125674200 40786649088 9388840 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0

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

/proc/739540/task/739575/stat : 739575 (fscip) S 739537 739540 733298 0 -1 1077936192 299 0 0 0 3 0 0 0 20 0 41 0 125675632 136151461888 26831744 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739576] ppid=739537 vsize=132960412 memory=11448 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739576/stat : 739576 (fscip) S 739537 739540 733298 0 -1 1077936192 375 0 0 0 3 0 0 0 20 0 41 0 125675632 136151461888 26831744 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739577] ppid=739537 vsize=132960412 memory=107291060 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739577/stat : 739577 (fscip) S 739537 739540 733298 0 -1 1077936192 301 0 0 0 2 0 0 0 20 0 41 0 125675632 136151461888 26831744 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739578] ppid=739537 vsize=132960412 memory=107314520 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739578/stat : 739578 (fscip) S 739537 739540 733298 0 -1 1077936192 225 0 0 0 2 0 0 0 20 0 41 0 125675632 136151461888 26831744 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739579] ppid=739537 vsize=132960412 memory=107313592 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739579/stat : 739579 (fscip) S 739537 739540 733298 0 -1 1077936192 229 0 0 0 2 0 0 0 20 0 41 0 125675632 136151461888 26831744 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739580] ppid=739537 vsize=132960412 memory=107313588 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739580/stat : 739580 (fscip) S 739537 739540 733298 0 -1 1077936192 232 0 0 0 2 0 0 0 20 0 41 0 125675632 136151461888 26831744 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739581] ppid=739537 vsize=132960412 memory=7044 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739581/stat : 739581 (fscip) S 739537 739540 733298 0 -1 1077936192 345 0 0 0 3 0 0 0 20 0 41 0 125675632 136151461888 26831744 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739582] ppid=739537 vsize=132960412 memory=28188 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739582/stat : 739582 (fscip) S 739537 739540 733298 0 -1 1077936192 295 0 0 0 2 0 0 0 20 0 41 0 125675632 136151461888 26831744 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739583] ppid=739537 vsize=132960412 memory=33864 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739583/stat : 739583 (fscip) S 739537 739540 733298 0 -1 1077936192 247 0 0 0 3 0 0 0 20 0 41 0 125675632 136151461888 26831744 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739584] ppid=739537 vsize=132960412 memory=107314520 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739584/stat : 739584 (fscip) S 739537 739540 733298 0 -1 1077936192 398 0 0 0 3 0 0 0 20 0 41 0 125675632 136151461888 26831744 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739585] ppid=739537 vsize=132960412 memory=107319668 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739585/stat : 739585 (fscip) S 739537 739540 733298 0 -1 1077936192 225 0 0 0 2 0 0 0 20 0 41 0 125675632 136151461888 26831744 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739586] ppid=739537 vsize=132960412 memory=11448 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739586/stat : 739586 (fscip) S 739537 739540 733298 0 -1 1077936192 216 0 0 0 2 0 0 0 20 0 41 0 125675632 136151461888 26831744 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739587] ppid=739537 vsize=132960412 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739587/stat : 739587 (fscip) S 739537 739540 733298 0 -1 1077936192 426 0 0 0 3 0 0 0 20 0 41 0 125675632 136151461888 26831744 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
Current children cumulated CPU time: 71314.9 s
Current children cumulated vsize: 132960412 KiB
Current children cumulated memory: 107326976 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3677 s]*
/proc/loadavg: 19.60 20.16 28.02 21/880 741545
/proc/meminfo: memFree=672578000/790760804 swapFree=131071996/131071996
[pid=739540] ppid=739537 vsize=132829340 memory=107251224 CPUtime=72001 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/stat : 739540 (fscip) S 739537 739540 733298 0 -1 1077936128 283902254 0 0 0 7153265 46839 0 0 20 0 41 0 125671992 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
/proc/739540/statm: 33207335 26812806 3030 3035 0 32527394 0
[pid=739540/tid=739545] ppid=739537 vsize=132829340 memory=6720667640501189991 CPUtime=3618.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739545/stat : 739545 (fscip) R 739537 739540 733298 0 -1 4194368 7013599 0 0 0 360698 1166 0 0 20 0 41 0 125674200 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739546] ppid=739537 vsize=132829340 memory=-8693842166163424412 CPUtime=3600.94 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739546/stat : 739546 (fscip) R 739537 739540 733298 0 -1 4194368 15951525 0 0 0 356541 3553 0 0 20 0 41 0 125674200 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739547] ppid=739537 vsize=132829340 memory=279519427513632 CPUtime=3580.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739547/stat : 739547 (fscip) R 739537 739540 733298 0 -1 4194368 19505401 0 0 0 356195 1893 0 0 20 0 41 0 125674200 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739548] ppid=739537 vsize=132829340 memory=139759712948512 CPUtime=3616.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739548/stat : 739548 (fscip) R 739537 739540 733298 0 -1 4194368 6697769 0 0 0 360638 1057 0 0 20 0 41 0 125674200 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739549] ppid=739537 vsize=132829340 memory=51344 CPUtime=3585.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739549/stat : 739549 (fscip) R 739537 739540 733298 0 -1 4194368 18473488 0 0 0 354408 4187 0 0 20 0 41 0 125674200 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739550] ppid=739537 vsize=132829340 memory=104 CPUtime=3583.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739550/stat : 739550 (fscip) R 739537 739540 733298 0 -1 4194368 21537824 0 0 0 355987 2341 0 0 20 0 41 0 125674200 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739551] ppid=739537 vsize=132829340 memory=28568 CPUtime=3616.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739551/stat : 739551 (fscip) R 739537 739540 733298 0 -1 4194368 6971413 0 0 0 360525 1141 0 0 20 0 41 0 125674200 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739552] ppid=739537 vsize=132829340 memory=7312 CPUtime=3605.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739552/stat : 739552 (fscip) R 739537 739540 733298 0 -1 4194368 17111696 0 0 0 356783 3760 0 0 20 0 41 0 125674200 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739553] ppid=739537 vsize=132829340 memory=26988 CPUtime=3573.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739553/stat : 739553 (fscip) R 739537 739540 733298 0 -1 4194368 20400805 0 0 0 355107 2234 0 0 20 0 41 0 125674200 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739554] ppid=739537 vsize=132829340 memory=3776 CPUtime=3619.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739554/stat : 739554 (fscip) R 739537 739540 733298 0 -1 4194368 6957179 0 0 0 360730 1182 0 0 20 0 41 0 125674200 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739555] ppid=739537 vsize=132829340 memory=40480 CPUtime=3606.94 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739555/stat : 739555 (fscip) R 739537 739540 733298 0 -1 4194368 12723524 0 0 0 358084 2610 0 0 20 0 41 0 125674200 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739556] ppid=739537 vsize=132829340 memory=8196 CPUtime=3577.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739556/stat : 739556 (fscip) R 739537 739540 733298 0 -1 4194368 18985279 0 0 0 355803 1940 0 0 20 0 41 0 125674200 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739557] ppid=739537 vsize=132829340 memory=3300 CPUtime=3609.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739557/stat : 739557 (fscip) R 739537 739540 733298 0 -1 4194368 6863449 0 0 0 359853 1107 0 0 20 0 41 0 125674200 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739558] ppid=739537 vsize=132829340 memory=2264 CPUtime=3606.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739558/stat : 739558 (fscip) R 739537 739540 733298 0 -1 4194368 15923295 0 0 0 357267 3397 0 0 20 0 41 0 125674200 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739559] ppid=739537 vsize=132829340 memory=25333125866717268 CPUtime=3565.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739559/stat : 739559 (fscip) R 739537 739540 733298 0 -1 4194368 20067267 0 0 0 354447 2063 0 0 20 0 41 0 125674200 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739560] ppid=739537 vsize=132829340 memory=28188 CPUtime=3618.98 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739560/stat : 739560 (fscip) R 739537 739540 733298 0 -1 4194368 7012965 0 0 0 360759 1139 0 0 20 0 41 0 125674200 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739561] ppid=739537 vsize=132829340 memory=0 CPUtime=3596.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739561/stat : 739561 (fscip) R 739537 739540 733298 0 -1 4194368 16180682 0 0 0 355352 4333 0 0 20 0 41 0 125674200 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739562] ppid=739537 vsize=132829340 memory=279519428755008 CPUtime=3579.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739562/stat : 739562 (fscip) R 739537 739540 733298 0 -1 4194368 21300733 0 0 0 355601 2301 0 0 20 0 41 0 125674200 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739563] ppid=739537 vsize=132829340 memory=3474160208363177334 CPUtime=3616.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739563/stat : 739563 (fscip) R 739537 739540 733298 0 -1 4194368 6991598 0 0 0 360539 1137 0 0 20 0 41 0 125674201 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739564] ppid=739537 vsize=132829340 memory=6291617106075805290 CPUtime=3598.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739564/stat : 739564 (fscip) R 739537 739540 733298 0 -1 4194368 16806034 0 0 0 355651 4170 0 0 20 0 41 0 125674201 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739568] ppid=739537 vsize=132829340 memory=2305897092381672508 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739568/stat : 739568 (fscip) S 739537 739540 733298 0 -1 1077936192 370 0 0 0 1 2 0 0 20 0 41 0 125675632 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739569] ppid=739537 vsize=132829340 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739569/stat : 739569 (fscip) S 739537 739540 733298 0 -1 1077936192 327 0 0 0 0 2 0 0 20 0 41 0 125675632 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739570] ppid=739537 vsize=132829340 memory=279519428777088 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739570/stat : 739570 (fscip) S 739537 739540 733298 0 -1 1077936192 370 0 0 0 3 0 0 0 20 0 41 0 125675632 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739571] ppid=739537 vsize=132829340 memory=139759715102187 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739571/stat : 739571 (fscip) S 739537 739540 733298 0 -1 1077936192 311 0 0 0 1 1 0 0 20 0 41 0 125675632 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739572] ppid=739537 vsize=132829340 memory=4121412904057516441 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739572/stat : 739572 (fscip) S 739537 739540 733298 0 -1 1077936192 226 0 0 0 2 0 0 0 20 0 41 0 125675632 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739573] ppid=739537 vsize=132829340 memory=6225761809465890145 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739573/stat : 739573 (fscip) S 739537 739540 733298 0 -1 1077936192 352 0 0 0 2 0 0 0 20 0 41 0 125675632 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739574] ppid=739537 vsize=132829340 memory=359307 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739574/stat : 739574 (fscip) S 739537 739540 733298 0 -1 1077936192 322 0 0 0 3 0 0 0 20 0 41 0 125675632 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739575] ppid=739537 vsize=132829340 memory=107256436 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739575/stat : 739575 (fscip) S 739537 739540 733298 0 -1 1077936192 302 0 0 0 3 0 0 0 20 0 41 0 125675632 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739576] ppid=739537 vsize=132829340 memory=36300 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739576/stat : 739576 (fscip) S 739537 739540 733298 0 -1 1077936192 378 0 0 0 3 0 0 0 20 0 41 0 125675632 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739577] ppid=739537 vsize=132829340 memory=6796 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739577/stat : 739577 (fscip) S 739537 739540 733298 0 -1 1077936192 304 0 0 0 2 0 0 0 20 0 41 0 125675632 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739578] ppid=739537 vsize=132829340 memory=20660 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739578/stat : 739578 (fscip) S 739537 739540 733298 0 -1 1077936192 227 0 0 0 3 0 0 0 20 0 41 0 125675632 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739579] ppid=739537 vsize=132829340 memory=6952 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739579/stat : 739579 (fscip) S 739537 739540 733298 0 -1 1077936192 233 0 0 0 2 0 0 0 20 0 41 0 125675632 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739580] ppid=739537 vsize=132829340 memory=7044 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739580/stat : 739580 (fscip) S 739537 739540 733298 0 -1 1077936192 234 0 0 0 2 0 0 0 20 0 41 0 125675632 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739581] ppid=739537 vsize=132829340 memory=28188 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739581/stat : 739581 (fscip) S 739537 739540 733298 0 -1 1077936192 349 0 0 0 3 0 0 0 20 0 41 0 125675632 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739582] ppid=739537 vsize=132829340 memory=33864 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739582/stat : 739582 (fscip) S 739537 739540 733298 0 -1 1077936192 298 0 0 0 2 0 0 0 20 0 41 0 125675632 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739583] ppid=739537 vsize=132829340 memory=41008 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739583/stat : 739583 (fscip) S 739537 739540 733298 0 -1 1077936192 249 0 0 0 3 0 0 0 20 0 41 0 125675632 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739584] ppid=739537 vsize=132829340 memory=7640 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739584/stat : 739584 (fscip) S 739537 739540 733298 0 -1 1077936192 400 0 0 0 3 0 0 0 20 0 41 0 125675632 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739585] ppid=739537 vsize=132829340 memory=19304 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739585/stat : 739585 (fscip) S 739537 739540 733298 0 -1 1077936192 227 0 0 0 2 0 0 0 20 0 41 0 125675632 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739586] ppid=739537 vsize=132829340 memory=25333125866717268 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739586/stat : 739586 (fscip) S 739537 739540 733298 0 -1 1077936192 219 0 0 0 2 0 0 0 20 0 41 0 125675632 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
[pid=739540/tid=739587] ppid=739537 vsize=132829340 memory=6796 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/739540/task/739587/stat : 739587 (fscip) S 739537 739540 733298 0 -1 1077936192 429 0 0 0 3 0 0 0 20 0 41 0 125675632 136017244160 26812806 809668444160 4194304 16623229 140728924999552 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 33435648 140728925008902 140728925009020 140728925009020 140728925016048 0
Current children cumulated CPU time: 72001 s
Current children cumulated vsize: 132829340 KiB
Current children cumulated memory: 107251224 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=71532.9 s, system=470.44 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3678.4 s]
/proc/loadavg: 18.11 19.85 27.88 2/841 741545
/proc/meminfo: memFree=728718424/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3678.8 s]
/proc/loadavg: 18.11 19.85 27.88 2/841 741545
/proc/meminfo: memFree=728718424/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3679 s]*
/proc/loadavg: 18.11 19.85 27.88 2/841 741545
/proc/meminfo: memFree=775782912/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3679.1
CPU time (s): 72003.3
CPU user time (s): 71532.9
CPU system time (s): 470.44
CPU usage (%): 1957.09
Max. virtual memory (cumulated for all children) (KiB): 133042532
Max. memory (cumulated for all children) (KiB): 107816584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71532.9
system time used= 470.44
maximum resident set size= 107818632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 283902749
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= 23127360
involuntary context switches= 217905


# summary of solver processes directly reported to runsolver:
#   pid: 739540
#   total CPU time (s): 72003.3
#   total CPU user time (s): 71532.9
#   total CPU system time (s): 470.44

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.3035 second user time and 82.5115 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 01:14:49
IDJOB=4465215
IDBENCH=147556
IDSOLVER=3094
FILE ID=nodeD105/4465215-1723590889
RUNJOBID= nodeD105-1723581724-733308
SLURM_JOB_ID= 8267895
Free space on /tmp= 8622772 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_1.opb.PB06.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-4465215-1723590889/watcher-4465215-1723590889 -o /tmp/evaluation-result-4465215-1723590889/solver-4465215-1723590889 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723581724-733308 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465215-1723590889.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= a599905096c946af5176c07959aa4b57
RANDOM SEED=1584448532

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        494225856 kB
MemAvailable:   497917068 kB
Buffers:         1178620 kB
Cached:          5816844 kB
SwapCached:            0 kB
Active:          1635500 kB
Inactive:       290900228 kB
Active(anon):       2168 kB
Inactive(anon): 285577004 kB
Active(file):    1633332 kB
Inactive(file):  5323224 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             45132 kB
Writeback:             0 kB
AnonPages:      285526184 kB
Mapped:           137964 kB
Shmem:             38920 kB
KReclaimable:     308716 kB
Slab:             740736 kB
SReclaimable:     308716 kB
SUnreclaim:       432020 kB
KernelStack:       16896 kB
PageTables:       601504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   150765420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1115136 kB
HardwareCorrupted:     0 kB
AnonHugePages:  99807232 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:     1114112 kB
DirectMap2M:    135698432 kB
DirectMap1G:    668991488 kB

Free space on /tmp at the end= 8622876 MiB
End job on nodeD105 at 2024-08-14 02:16:08