Trace number 4465216

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.7 3683.22

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_2.opb.PB06.opb
MD5SUM890f6157e6331f3256b55d88c2fb39bb
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 benchmark241
Best CPU time to get the best result obtained on this benchmark3558.03
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 494314
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 494314
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.68/1.76	c Default LC presolving (default).
1.68/1.78	c ** Before presolving: virtualMemUsedAtLc = 1417457746, getVmSize() = 843997184, SCIPgetMemUsed() = 698566285, SCIPgetMemTotal() = 775064437, SCIPgetMemExternEstim() = 642393309
1.68/1.78	c ** set memory limit for presolving in LC to 8.79163e+12 for SCIP **
20.81/20.92	c ** Estimated virtualMemUsedAtSolver = 2408796935, getVmSize() = 3117826048, SCIPgetMemUsed() = 1817272638, SCIPgetMemTotal() = 2970802094, SCIPgetMemExternEstim() = 642393309
20.81/20.92	c ** set memory limit for solvers to 4.18103e+11 for each SCIP **
20.81/20.92	c Original Problem   :
20.81/20.92	c   Problem name     : instance-4465216-1723592278
20.81/20.92	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
20.81/20.92	c   Constraints      : 656900
20.81/20.92	c   Objective sense  : minimize
20.81/20.92	c Presolved Problem  :
20.81/20.92	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
20.81/20.92	c   Constraints      : 656900
20.81/20.92	c Constraints        : Number
20.81/20.92	c   setppc           : 656700 
20.81/20.92	c   logicor          : 200 
20.81/20.92	c ** Instance transfer method used: 0
21.72/21.80	c ** ParaScipInstance copy does not increase the number of variables. **
34.91/35.07	c LC is working with racing ramp-up and with rebuilding tree after racing.
34.91/35.07	c                                Nodes    Active                                            
34.91/35.07	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
525.13/60.51	c *      61              0           1        20        5392.0000                -          -
525.13/60.51	c        61              0           1        20        5392.0000                -          -
542.91/61.48	c *      61              0           1        20        5165.0000                -          -
896.99/79.86	c *      80              0           1        20        5009.0000                -          -
896.99/79.86	c        80              0           1        20        5009.0000                -          -
904.55/80.29	c *      80              0           1        20        4931.0000                -          -
1173.81/93.88	c        94              2           1        20        4931.0000           0.0000          -
1310.00/100.70	c       101              2           1        20        4931.0000           0.0000          -
1448.40/108.01	c       108              2           1        20        4931.0000           0.0000          -
1555.50/113.34	c       113              2           1        20        4931.0000           0.0000          -
1694.32/120.34	c       120              4           3        20        4931.0000           0.0000          -
1852.87/128.30	c       128              4           3        20        4931.0000           0.0000          -
1951.84/133.38	c       133              4           3        20        4931.0000           0.0000          -
2062.68/138.93	c *     139             22          21        20        4857.0000           0.0000          -
2062.68/138.93	c       139             22          21        20        4857.0000           0.0000          -
2391.78/155.55	c       156             22          21        20        4857.0000           0.0000          -
2492.96/160.61	c       161             41          42        20        4857.0000           0.0000          -
2810.22/176.66	c       177             42          41        20        4857.0000           0.0000          -
2915.29/182.00	c       182             42          41        20        4857.0000           0.0000          -
2992.65/185.85	c *     186             62          61        20        4806.0000           0.0000          -
3010.51/186.76	c *     187             61          62        20        4768.0000           0.0000          -
3017.54/187.08	c       187             61          62        20        4768.0000           0.0000          -
3327.77/202.76	c       203             62          61        20        4768.0000           0.0000          -
3436.82/208.21	c       208             81          82        20        4768.0000           0.0000          -
3559.74/214.48	c       214             82          81        20        4768.0000           0.0000          -
3629.01/218.03	c *     218             82          81        20        4682.0000           0.0000          -
3662.61/219.63	c       220             82          81        20        4682.0000           0.0000          -
3799.41/226.52	c       227             92          91        20        4682.0000           0.0000          -
3920.21/232.68	c *     233             92          91        20        4590.0000           0.0000          -
3920.21/232.68	c       233             92          91        20        4590.0000           0.0000          -
4021.19/237.78	c       238            123         122        20        4590.0000           0.0000          -
4124.24/242.92	c       243            143         142        20        4590.0000           0.0000          -
4246.08/249.10	c       249            123         122        20        4590.0000           0.0000          -
4302.59/251.97	c *     252            132         131        20        4541.0000           0.0000          -
4360.05/254.82	c *     255            132         131        20        4527.0000           0.0000          -
4360.05/254.82	c       255            132         131        20        4527.0000           0.0000          -
4466.30/260.19	c       260            182         181        20        4527.0000           0.0000          -
4580.23/265.94	c *     266            172         171        20        4462.0000           0.0000          -
4580.23/265.94	c       266            172         171        20        4462.0000           0.0000          -
4692.20/271.69	c       272            192         191        20        4462.0000           0.0000          -
4793.36/276.79	c       277            222         221        20        4462.0000           0.0000          -
5084.87/291.48	c       291            313         312        20        4462.0000           0.0000          -
5190.04/296.71	c       297            293         292        20        4462.0000           0.0000          -
5317.77/303.19	c       303            382         381        20        4462.0000           0.0000          -
5544.87/314.68	c       315            382         381        20        4462.0000           0.0000          -
5672.72/321.14	c       321            412         413        20        4462.0000           0.0000          -
5774.94/326.22	c       326            412         413        20        4462.0000           0.0000          -
5806.28/327.89	c *     328            392         393        20        4353.0000           0.0000          -
5835.34/329.39	c *     329            392         393        20        4317.0000           0.0000          -
5884.77/331.87	c       332            422         421        20        4317.0000           0.0000          -
5954.10/335.39	c *     335            392         393        20        4245.0000           0.0000          -
5983.95/336.89	c       337            433         432        20        4245.0000           0.0000          -
6088.00/342.11	c       342            402         401        20        4245.0000           0.0000          -
6226.82/349.11	c       349            542         541        20        4245.0000           0.0000          -
6332.69/354.50	c       354            542         541        20        4245.0000           0.0000          -
6455.60/360.66	c       361            462         461        20        4245.0000           0.0000          -
6558.62/365.83	c       366            562         561        20        4245.0000           0.0000          -
6750.97/375.58	c       376            562         561        20        4245.0000           0.0000          -
6854.11/380.79	c       381            562         561        20        4245.0000           0.0000          -
6957.23/386.04	c       386            581         582        20        4245.0000           0.0000          -
7063.16/391.32	c *     391            642         641        20        4195.0000           0.0000          -
7063.16/391.32	c       391            642         641        20        4195.0000           0.0000          -
7168.21/396.66	c       397            682         681        20        4195.0000           0.0000          -
7291.18/402.83	c       403            802         801        20        4195.0000           0.0000          -
7410.17/408.80	c       409            802         801        20        4195.0000           0.0000          -
7523.22/414.59	c       415            783         782        20        4195.0000           0.0000          -
7626.33/419.77	c       420            801         802        20        4195.0000           0.0000          -
7735.20/425.24	c       425           1002        1001        20        4195.0000           0.0000          -
7836.37/430.35	c       430           1042        1041        20        4195.0000           0.0000          -
7935.54/435.36	c       435           1050           0        20        4195.0000           0.0000          -
8034.71/440.37	c       440           1651         601        20        4195.0000           0.0000          -
8139.85/445.65	c       446           1771         721        20        4195.0000           0.0000          -
8244.97/450.90	c       451           1800         752        20        4195.0000           0.0000          -
8357.99/456.66	c       457           1771         721        20        4195.0000           0.0000          -
8381.57/457.83	c *     458           1771         721        20        4137.0000           0.0000          -
8487.66/463.17	c       463           2071        1021        20        4137.0000           0.0000          -
8508.24/464.23	c *     464           2071        1021        20        4085.0000           0.0000          -
8596.61/468.75	c       469           2071        1021        20        4085.0000           0.0000          -
8747.26/476.33	c       476           1822         772        20        4085.0000           0.0000          -
8854.33/481.80	c       482           1831         781        20        4085.0000           0.0000          -
8960.47/487.11	c       487           1891         841        20        4085.0000           0.0000          -
9062.58/492.28	c       492           1891         841        20        4085.0000           0.0000          -
9163.77/497.32	c       497           1891         841        20        4085.0000           0.0000          -
9262.96/502.37	c       502           2176        1126        20        4085.0000           0.0000          -
9366.13/507.59	c       508           2210        1162        20        4085.0000           0.0000          -
9476.37/513.10	c       513           2331        1281        20        4085.0000           0.0000          -
9584.36/518.59	c       519           2471        1421        20        4085.0000           0.0000          -
9699.35/524.37	c       524           2629        1579        20        4085.0000           0.0000          -
9806.49/529.70	c       530           2801        1751        20        4085.0000           0.0000          -
9915.56/535.28	c       535           3011        1961        20        4085.0000           0.0000          -
10028.65/541.02	c       541           3051        2001        20        4085.0000           0.0000          -
10214.95/550.34	c       550           3051        2001        20        4085.0000           0.0000          -
10324.05/555.86	c       556           3051        2001        20        4085.0000           0.0000          -
10431.10/561.21	c       561           3110        2062        20        4085.0000           0.0000          -
10532.23/566.31	c       566           3391        2341        20        4085.0000           0.0000          -
10646.13/572.05	c       572           3391        2341        20        4085.0000           0.0000          -
10748.40/577.27	c       577           3391        2341        20        4085.0000           0.0000          -
10853.54/582.51	c       583           3391        2341        20        4085.0000           0.0000          -
10956.67/587.72	c       588           3411        2361        20        4085.0000           0.0000          -
11062.58/593.06	c       593           3711        2661        20        4085.0000           0.0000          -
11166.93/598.38	c       598           3991        2941        20        4085.0000           0.0000          -
11276.02/603.81	c       604           4551        3501        20        4085.0000           0.0000          -
11377.21/608.96	c       609           4531        3481        20        4085.0000           0.0000          -
11476.41/613.98	c       614           4622        3572        20        4085.0000           0.0000          -
11589.48/619.62	c       620           5051        4001        20        4085.0000           0.0000          -
11690.63/624.72	c       625           5271        4221        20        4085.0000           0.0000          -
11763.36/628.40	c *     628           5031        3981        20        4051.0000           0.0000          -
11807.01/630.69	c       631           5338        4290        20        4051.0000           0.0000          -
11912.14/635.94	c       636           5338        4290        20        4051.0000           0.0000          -
12029.14/641.87	c       642           5338        4290        20        4051.0000           0.0000          -
12177.86/649.38	c       649           5072        4022        20        4051.0000           0.0000          -
12293.69/655.17	c       655           5170        4122        20        4051.0000           0.0000          -
12427.77/661.91	c       662           5359        4309        20        4051.0000           0.0000          -
12602.26/670.73	c       671           5359        4309        20        4051.0000           0.0000          -
12787.47/680.13	c       680           5450        4402        20        4051.0000           0.0000          -
12889.76/685.28	c       685           5665        4615        20        4051.0000           0.0000          -
12996.86/690.62	c       691           5871        4821        20        4051.0000           0.0000          -
13167.39/699.30	c       699           5871        4821        20        4051.0000           0.0000          -
13290.33/705.43	c       705           5871        4821        20        4051.0000           0.0000          -
13409.34/711.49	c       712           5869        4819        20        4051.0000           0.0000          -
13516.41/716.85	c       717           5930        4882        20        4051.0000           0.0000          -
13622.54/722.16	c       722           6531        5481        20        4051.0000           0.0000          -
13722.62/727.26	c       727           7031        5981        20        4051.0000           0.0000          -
13823.72/732.33	c       732           7362        6312        20        4051.0000           0.0000          -
13908.37/736.67	c *     737           7351        6301        20        3817.0000           0.0000          -
13924.03/737.42	c       737           7458        6410        20        3817.0000           0.0000          -
14241.17/753.40	c       753           7432        6382        20        3817.0000           0.0000          -
14342.32/758.53	c       759           7471        6421        20        3817.0000           0.0000          -
14419.31/762.44	c *     762           7479        6429        20        3775.0000           0.0000          -
14428.72/762.90	c *     763           7479        6429        20        3766.0000           0.0000          -
14451.29/764.05	c       764           7479        6429        20        3766.0000           0.0000          -
14572.26/770.16	c       770           7479        6429        20        3766.0000           0.0000          -
14745.76/778.99	c       779           7631        6581        20        3766.0000           0.0000          -
14856.76/784.51	c       785           7570        6522        20        3766.0000           0.0000          -
14988.46/791.19	c       791           7571        6521        20        3766.0000           0.0000          -
15108.62/797.28	c       797           7592        6542        20        3766.0000           0.0000          -
15211.66/802.48	c       802           7592        6542        20        3766.0000           0.0000          -
15320.80/807.95	c       808           8752        7702        20        3766.0000           0.0000          -
15422.67/813.06	c       813           7691        6641        20        3766.0000           0.0000          -
15431.84/813.53	c *     814           7691        6641        20        3728.0000           0.0000          -
15536.88/818.88	c       819           8991        7941        20        3728.0000           0.0000          -
15700.27/827.12	c       827           8991        7941        20        3728.0000           0.0000          -
15804.50/832.38	c       832           9070        8022        20        3728.0000           0.0000          -
15909.63/837.62	c       838           9071        8021        20        3728.0000           0.0000          -
16024.68/843.48	c       843           9071        8021        20        3728.0000           0.0000          -
16138.54/849.16	c       849           8911        7861        20        3728.0000           0.0000          -
16250.78/854.87	c       855           8952        7902        20        3728.0000           0.0000          -
16385.67/861.64	c       862          10391        9341        20        3728.0000           1.0000          -
16522.46/868.60	c       869          10756        9321        20        3728.0000           1.0000          -
16629.62/873.96	c       874          10819           0        20        3728.0000           1.0000          -
16733.70/879.19	c       879          11000         181        20        3728.0000           1.0000          -
16847.76/884.96	c       885          10606        9159        20        3728.0000           1.0000          -
16949.76/890.04	c       890          10606        9159        20        3728.0000           1.0000          -
17031.91/894.29	c *     894          10661           0        20        3684.0000           1.0000          -
17053.56/895.33	c       895          10661           0        20        3684.0000           1.0000          -
17156.65/900.56	c       901          10802         141        20        3684.0000           1.0000          -
17266.50/906.10	c       906          11102         441        20        3684.0000           1.0000          -
17376.79/911.65	c       912          12825        2006        20        3684.0000           1.0000          -
17475.95/916.68	c       917          11702        1041        20        3684.0000           1.0000          -
17577.10/921.73	c       922          13500        2681        20        3684.0000           1.0000          -
17692.09/927.57	c       928          10537        9299        20        3684.0000           1.0000          -
17793.23/932.69	c       933          14420        3601        20        3684.0000           1.0000          -
17894.37/937.71	c       938          10695        9278        20        3684.0000           1.0000          -
17925.57/939.37	c *     939          10695        9278        20        3635.0000           1.0000          -
17999.52/943.12	c       943          15140        4321        20        3635.0000           1.0000          -
18103.95/948.37	c       948          11054         281        20        3635.0000           1.0000          -
18204.44/953.41	c *     953          11354         581        20        3581.0000           1.0000          -
18204.44/953.41	c       953          11354         581        20        3581.0000           1.0000          -
18311.53/958.87	c       959          15820        5001        20        3581.0000           1.0000          -
18412.62/963.99	c       964          16400        5581        20        3581.0000           1.0000          -
18517.69/969.26	c       969          12219        1481        20        3581.0000           1.0000          -
18633.53/975.06	c       975          17280        6461        20        3581.0000           1.0000          -
18745.78/980.71	c       981          17482        6821        20        3581.0000           1.0000          -
18851.64/986.06	c       986          18102        7441        20        3581.0000           1.0000          -
18950.70/991.10	c       991          10499        9177        20        3581.0000           1.0000          -
19056.92/996.41	c       996          10645        9154        20        3581.0000           1.0000          -
19162.10/1001.77	c      1002          18882        8221        20        3581.0000           1.0000          -
19265.28/1007.02	c      1007          18882        8221        20        3581.0000           1.0000          -
19372.47/1012.33	c      1012          19002        8341        20        3581.0000           1.0000          -
19473.72/1017.40	c      1017          12462        1741        20        3581.0000           1.0000          -
19584.90/1023.13	c *    1023          20087        9210        20        3544.0000           1.0000          -
19584.90/1023.13	c      1023          20087        9210        20        3544.0000           1.0000          -
19686.83/1028.28	c      1028          20223        9208        20        3544.0000           1.0000          -
19790.02/1033.45	c      1033          20223        9208        20        3544.0000           1.0000          -
19893.23/1038.61	c      1039          20535         241        20        3544.0000           1.0000          -
19996.41/1043.81	c      1044          15722        5001        20        3544.0000           1.0000          -
20100.65/1049.05	c      1049          21635        1341        20        3544.0000           1.0000          -
20199.71/1054.07	c      1054          22235        1941        20        3544.0000           1.0000          -
20301.98/1059.27	c      1059          17762        7041        20        3544.0000           1.0000          -
20409.09/1064.63	c      1065          18402        7681        20        3544.0000           1.0000          -
20510.30/1069.71	c      1070          19402        8681        20        3544.0000           1.0000          -
20613.44/1074.99	c      1075          19602        8881        20        3544.0000           1.0000          -
20718.59/1080.22	c      1080          19602        8881        20        3544.0000           1.0000          -
20819.62/1085.39	c      1085          19661        8942        20        3544.0000           1.0000          -
20924.73/1090.60	c      1091          20052        9146        20        3544.0000           1.0000          -
21027.88/1095.88	c      1096          20330        9143        20        3544.0000           1.0000          -
21131.76/1101.06	c      1101          20330        9143        20        3544.0000           1.0000          -
21240.10/1106.56	c      1107          29792        8832        20        3544.0000           1.0000          -
21345.20/1111.88	c      1112          21127         729        20        3544.0000           1.0000          -
21448.96/1117.13	c      1117          29929        8840        20        3544.0000           1.0000          -
21553.22/1122.37	c      1122          29929        8840        20        3544.0000           1.0000          -
21660.19/1127.72	c      1128          29959        8856        20        3544.0000           1.0000          -
21763.21/1132.99	c      1133          29960        8846        20        3544.0000           1.0000          -
21864.97/1138.10	c      1138          30173         130        20        3544.0000           1.0000          -
21973.02/1143.52	c      1144          30677         634        20        3544.0000           1.0000          -
22074.03/1148.65	c      1149          31244        1201        20        3544.0000           1.0000          -
22175.05/1153.76	c      1154          31844        1801        20        3544.0000           1.0000          -
22276.12/1158.84	c      1159          27350        6952        20        3544.0000           1.0000          -
22380.07/1164.09	c      1164          28319        7921        20        3544.0000           1.0000          -
22478.94/1169.12	c      1169          33604        3561        20        3544.0000           1.0000          -
22581.16/1174.26	c      1174          34304        4261        20        3544.0000           1.0000          -
22686.17/1179.60	c      1180          29960        8682        20        3544.0000           1.0000          -
22793.12/1184.91	c      1185          35884        5841        20        3544.0000           1.0000          -
22896.83/1190.16	c      1190          36784        6741        20        3544.0000           1.0000          -
22997.14/1195.26	c      1195          37724        7681        20        3544.0000           1.0000          -
23104.14/1200.64	c      1201          31490        1481        20        3544.0000           1.0000          -
23206.97/1205.89	c      1206          39023        8493        20        3544.0000           1.0000          -
23308.00/1211.01	c      1211          32710        2701        20        3544.0000           1.0000          -
23411.77/1216.15	c      1216          39882        8484        20        3544.0000           1.0000          -
23516.03/1221.45	c      1221          34090        4081        20        3544.0000           1.0000          -
23619.06/1226.65	c      1227          40067        8480        20        3544.0000           1.0000          -
23734.00/1232.40	c      1232          40280         133        20        3544.0000           1.0000          -
23839.02/1237.74	c      1238          40807         660        20        3544.0000           1.0000          -
23942.06/1242.96	c      1243          41368        1221        20        3544.0000           1.0000          -
24046.00/1248.16	c      1248          41968        1821        20        3544.0000           1.0000          -
24146.13/1253.29	c      1253          39126        8399        20        3544.0000           1.0000          -
24249.21/1258.46	c      1258          39890        8379        20        3544.0000           1.0000          -
24358.03/1263.92	c      1264          40042        8386        20        3544.0000           1.0000          -
24459.84/1269.08	c      1269          40236         141        20        3544.0000           1.0000          -
24563.95/1274.39	c      1274          40756         661        20        3544.0000           1.0000          -
24668.99/1279.64	c      1280          41336        1241        20        3544.0000           1.0000          -
24772.02/1284.86	c      1285          41936        1841        20        3544.0000           1.0000          -
24875.80/1290.09	c      1290          42536        2441        20        3544.0000           1.0000          -
24978.12/1295.26	c      1295          43196        3101        20        3544.0000           1.0000          -
25077.14/1300.27	c      1300          49360        8280        20        3544.0000           1.0000          -
25180.11/1305.41	c      1305          44436        4341        20        3544.0000           1.0000          -
25281.22/1310.51	c      1311          50376        8277        20        3544.0000           1.0000          -
25390.97/1316.11	c      1316          50376        8277        20        3544.0000           1.0000          -
25495.21/1321.38	c      1321          50376        8277        20        3544.0000           1.0000          -
25596.11/1326.45	c      1326          47876        7781        20        3544.0000           1.0000          -
25699.13/1331.62	c      1332          50849        8274        20        3544.0000           1.0000          -
25800.22/1336.78	c      1337          49604        8097        20        3544.0000           1.0000          -
25903.21/1342.02	c      1342          50093        8098        20        3544.0000           1.0000          -
26012.18/1347.46	c      1347          50114        8099        20        3544.0000           1.0000          -
26115.26/1352.70	c      1353          50114        8099        20        3544.0000           1.0000          -
26228.20/1358.38	c      1358          50182        8098        20        3544.0000           1.0000          -
26327.19/1363.38	c      1363          52775        1081        20        3544.0000           1.0000          -
26428.27/1368.40	c      1368          50529        8096        20        3544.0000           1.0000          -
26531.31/1373.63	c      1374          50847        8095        20        3544.0000           1.0000          -
26586.32/1376.48	c *    1376          54255        2561        20        3482.0000           1.0000          -
26638.46/1379.07	c      1379          50989        8091        20        3482.0000           1.0000          -
26744.08/1384.48	c *    1384          50989        8091        20        3444.0000           1.0000          -
26744.08/1384.48	c      1384          50989        8091        20        3444.0000           1.0000          -
26844.93/1389.51	c      1390          50989        8091        20        3444.0000           1.0000          -
26951.91/1394.90	c      1395          51048        8097        20        3444.0000           1.0000          -
27058.88/1400.37	c      1400          51095        8098        20        3444.0000           1.0000          -
27172.68/1406.06	c      1406          51095        8098        20        3444.0000           1.0000          -
27275.22/1411.26	c      1411          51162        8099        20        3444.0000           1.0000          -
27378.11/1416.46	c      1416          51288        8092        20        3444.0000           1.0000          -
27481.30/1421.68	c      1422          51288        8092        20        3444.0000           1.0000          -
27592.38/1427.25	c      1427          51690         401        20        3444.0000           1.0000          -
27697.53/1432.55	c      1433          61196        8136        20        3444.0000           1.0000          -
27798.69/1437.63	c      1438          61371        8135        20        3444.0000           1.0000          -
27901.76/1442.83	c      1443          61371        8135        20        3444.0000           1.0000          -
28002.78/1447.99	c      1448          61372        8136        20        3444.0000           1.0000          -
28107.83/1453.24	c      1453          54670        3381        20        3444.0000           1.0000          -
28211.00/1458.42	c      1458          61591        8135        20        3444.0000           1.0000          -
28310.19/1463.42	c      1463          61761        8130        20        3444.0000           1.0000          -
28415.39/1468.75	c      1469          62120        8142        20        3444.0000           1.0000          -
28521.40/1474.11	c      1474          62284        8142        20        3444.0000           1.0000          -
28623.76/1479.28	c      1479          62502        8143        20        3444.0000           1.0000          -
28730.93/1484.65	c      1485          59599        7810        20        3444.0000           1.0000          -
28836.02/1489.91	c      1490          62957        8136        20        3444.0000           1.0000          -
28916.98/1494.03	c *    1494          63079        8148        20        3398.0000           1.0000          -
28937.30/1495.11	c      1495          63130        8145        20        3398.0000           1.0000          -
29037.80/1500.16	c *    1500          63273        8137        20        3363.0000           1.0000          -
29037.80/1500.16	c      1500          63273        8137        20        3363.0000           1.0000          -
29145.93/1505.60	c      1506          63273        8137        20        3363.0000           1.0000          -
29247.01/1510.75	c      1511          63273        8137        20        3363.0000           1.0000          -
29348.14/1515.88	c      1516          61744        8101        20        3363.0000           1.0000          -
29449.43/1520.99	c      1521          63397        8135        20        3363.0000           1.0000          -
29548.59/1526.04	c      1526          63397        8135        20        3363.0000           1.0000          -
29657.65/1531.41	c      1531          62573        8096        20        3363.0000           1.0000          -
29766.40/1536.91	c      1537          62573        8096        20        3363.0000           1.0000          -
29808.52/1539.09	c *    1539          62573        8096        20         906.0000           1.0000          -
29870.10/1542.19	c      1542          63405        8137        20         906.0000           1.0000          -
29976.49/1547.55	c      1548          63489        8141        20         906.0000           1.0000          -
30067.82/1552.19	c *    1552          62664        7888        20         526.0000           1.0000          -
30078.85/1552.77	c      1553          62664        7888        20         526.0000           1.0000          -
30185.02/1558.09	c      1558          62664        7888        20         526.0000           1.0000          -
30284.32/1563.14	c      1563          62703        7819        20         526.0000           1.0000          -
30388.52/1568.32	c      1568          62763        7805        20         526.0000           1.0000          -
30489.75/1573.49	c      1574              2           1        20         526.0000         207.2158    153.84%
30599.03/1579.00	c      1579              2           1        20         526.0000         207.2158    153.84%
30704.25/1584.26	c      1584              2           1        20         526.0000         207.2158    153.84%
30805.53/1589.36	c      1589              2           1        20         526.0000         207.2158    153.84%
30912.75/1594.72	c      1595              2           1        20         526.0000         207.2158    153.84%
31014.04/1599.84	c      1600              2           1        20         526.0000         207.2158    153.84%
31115.30/1604.93	c      1605              2           1        20         526.0000         207.2158    153.84%
31219.63/1610.17	c      1610              2           1        20         526.0000         207.2158    153.84%
31319.85/1615.21	c      1615              2           1        20         526.0000         207.2158    153.84%
31421.17/1620.39	c      1620              2           1        20         526.0000         207.2158    153.84%
31526.29/1625.60	c      1626              2           1        20         526.0000         207.2158    153.84%
31629.55/1630.87	c      1631              2           1        20         526.0000         207.7753    153.16%
31730.84/1635.95	c      1636              2           1        20         526.0000         207.7753    153.16%
31836.12/1641.20	c      1641              2           1        20         526.0000         207.7753    153.16%
31935.43/1646.29	c      1646              2           1        20         526.0000         207.7753    153.16%
32038.73/1651.44	c      1651              2           1        20         526.0000         207.7753    153.16%
32138.04/1656.47	c      1656              2           1        20         526.0000         207.7753    153.16%
32239.35/1661.58	c      1662              2           1        20         526.0000         207.7753    153.16%
32340.64/1666.67	c      1667              2           1        20         526.0000         207.7753    153.16%
32441.94/1671.78	c      1672              2           1        20         526.0000         207.7753    153.16%
32545.23/1676.96	c      1677              2           1        20         526.0000         207.7753    153.16%
32644.55/1682.01	c      1682              2           1        20         526.0000         207.7753    153.16%
32746.43/1687.14	c      1687              2           1        20         526.0000         207.7753    153.16%
32852.87/1692.48	c      1692              2           1        20         526.0000         207.7753    153.16%
32958.14/1697.77	c      1698              2           1        20         526.0000         207.7753    153.16%
33059.44/1702.80	c      1703              2           1        20         526.0000         207.7753    153.16%
33158.74/1707.83	c      1708              3           2        20         526.0000         207.7757    153.16%
33267.95/1713.31	c      1713              3           2        20         526.0000         207.7757    153.16%
33367.26/1718.36	c      1718              3           2        20         526.0000         207.7757    153.16%
33466.67/1723.39	c      1723              3           2        20         526.0000         207.7757    153.16%
33567.85/1728.44	c      1728              3           2        20         526.0000         207.7757    153.16%
33669.13/1733.59	c      1734              3           2        20         526.0000         207.7757    153.16%
33770.44/1738.66	c      1739              3           2        20         526.0000         207.7757    153.16%
33869.60/1743.68	c      1744              3           2        20         526.0000         207.7757    153.16%
33970.92/1748.72	c      1749              3           2        20         526.0000         207.7757    153.16%
34070.16/1753.74	c      1754              3           2        20         526.0000         207.7757    153.16%
34171.39/1758.82	c      1759              3           2        20         526.0000         207.7757    153.16%
34270.61/1763.85	c      1764              3           2        20         526.0000         207.7757    153.16%
34376.84/1769.18	c      1769              3           2        20         526.0000         207.7757    153.16%
34477.05/1774.27	c      1774              4           3        20         526.0000         207.7757    153.16%
34584.33/1779.69	c      1780              4           3        20         526.0000         207.7757    153.16%
34689.55/1784.91	c      1785              4           3        20         526.0000         207.7757    153.16%
34793.40/1790.15	c      1790              4           3        20         526.0000         207.7757    153.16%
34895.77/1795.30	c      1795              4           3        20         526.0000         207.7757    153.16%
34998.90/1800.51	c      1801              4           3        20         526.0000         207.7757    153.16%
35100.04/1805.69	c      1806              4           3        20         526.0000         207.7757    153.16%
35211.22/1811.23	c      1811              4           3        20         526.0000         207.7757    153.16%
35312.47/1816.37	c      1816              4           3        20         526.0000         207.7757    153.16%
35413.75/1821.45	c      1821              4           3        20         526.0000         207.7757    153.16%
35514.89/1826.58	c      1827              5           4        20         526.0000         207.7757    153.16%
35614.07/1831.59	c      1832              5           4        20         526.0000         207.7757    153.16%
35717.32/1836.74	c      1837              5           4        20         526.0000         207.7757    153.16%
35820.46/1841.99	c      1842              5           4        20         526.0000         207.7757    153.16%
35927.60/1847.30	c      1847              5           4        20         526.0000         207.7757    153.16%
36026.80/1852.32	c      1852              5           4        20         526.0000         207.7757    153.16%
36126.10/1857.38	c      1857              5           4        20         526.0000         207.7757    153.16%
36227.30/1862.45	c      1862              5           4        20         526.0000         207.7757    153.16%
36328.47/1867.56	c      1868              5           4        20         526.0000         207.7757    153.16%
36435.67/1872.92	c      1873              5           4        20         526.0000         207.7757    153.16%
36537.64/1878.13	c      1878              5           4        20         526.0000         207.7757    153.16%
36639.89/1883.26	c      1883              5           4        20         526.0000         207.7757    153.16%
36746.98/1888.60	c      1889              5           4        20         526.0000         207.7757    153.16%
36846.25/1893.60	c      1894              5           4        20         526.0000         207.7757    153.16%
36945.52/1898.65	c      1899              5           4        20         526.0000         207.7757    153.16%
37050.47/1903.94	c      1904              5           4        20         526.0000         207.7757    153.16%
37149.58/1908.96	c      1909              6           5        20         526.0000         207.7757    153.16%
37256.71/1914.34	c      1914              6           5        20         526.0000         207.7757    153.16%
37367.69/1919.91	c      1920              6           5        20         526.0000         207.7757    153.16%
37466.82/1924.98	c      1925              6           5        20         526.0000         207.7757    153.16%
37566.10/1930.04	c      1930              6           5        20         526.0000         207.7757    153.16%
37668.05/1935.06	c      1935              6           5        20         526.0000         207.7757    153.16%
37767.48/1940.08	c      1940              6           5        20         526.0000         207.7757    153.16%
37868.47/1945.19	c      1945              6           5        20         526.0000         207.7757    153.16%
37971.03/1950.35	c      1950              7           6        20         526.0000         207.7757    153.16%
38072.29/1955.46	c      1955              7           6        20         526.0000         207.7757    153.16%
38171.50/1960.48	c      1960              7           6        20         526.0000         207.7757    153.16%
38272.75/1965.57	c      1966              7           6        20         526.0000         207.7757    153.16%
38380.01/1971.01	c      1971              7           6        20         526.0000         207.7757    153.16%
38493.19/1976.62	c      1977              7           6        20         526.0000         207.7757    153.16%
38596.23/1981.85	c      1982              7           6        20         526.0000         207.7757    153.16%
38697.32/1986.94	c      1987              8           7        20         526.0000         207.7757    153.16%
38802.36/1992.27	c      1992              8           7        20         526.0000         207.7757    153.16%
38911.44/1997.76	c      1998              8           7        20         526.0000         207.7757    153.16%
39020.66/2003.27	c      2003              8           7        20         526.0000         207.7757    153.16%
39127.91/2008.67	c      2009              8           7        20         526.0000         207.7757    153.16%
39233.16/2014.04	c      2014              8           7        20         526.0000         207.7757    153.16%
39335.00/2019.08	c      2019              8           7        20         526.0000         207.7757    153.16%
39437.44/2024.23	c      2024              8           7        20         526.0000         207.7757    153.16%
39538.63/2029.35	c      2029              8           7        20         526.0000         207.7757    153.16%
39639.77/2034.41	c      2034              9           8        20         526.0000         207.7757    153.16%
39740.72/2039.56	c      2040              9           8        20         526.0000         207.7757    153.16%
39841.84/2044.66	c      2045              9           8        20         526.0000         207.7757    153.16%
39945.04/2049.82	c      2050              9           8        20         526.0000         207.7757    153.16%
40052.17/2055.22	c      2055              9           8        20         526.0000         207.7757    153.16%
40151.18/2060.29	c      2060              9           8        20         526.0000         207.7757    153.16%
40250.32/2065.30	c      2065              9           8        20         526.0000         207.7757    153.16%
40358.05/2070.72	c      2071              9           8        20         526.0000         207.7757    153.16%
40459.32/2075.86	c      2076             10           9        20         526.0000         207.7757    153.16%
40560.50/2080.95	c      2081             10           9        20         526.0000         207.7757    153.16%
40662.70/2086.08	c      2086             10           9        20         526.0000         207.7757    153.16%
40766.99/2091.37	c      2091             10           9        20         526.0000         207.7757    153.16%
40866.62/2096.42	c      2096             10           9        20         526.0000         207.7757    153.16%
40969.78/2101.69	c      2102             10           9        20         526.0000         207.7757    153.16%
41076.22/2107.11	c      2107             10           9        20         526.0000         207.7757    153.16%
41184.20/2112.57	c      2113             11          10        20         526.0000         207.7757    153.16%
41284.68/2117.61	c      2118             11          10        20         526.0000         207.7757    153.16%
41382.73/2122.65	c      2123             11          10        20         526.0000         207.7757    153.16%
41487.82/2128.01	c      2128             11          10        20         526.0000         207.7757    153.16%
41588.91/2133.09	c      2133             11          10        20         526.0000         207.7757    153.16%
41693.04/2138.33	c      2138             11          10        20         526.0000         207.7757    153.16%
41793.83/2143.42	c      2143             11          10        20         526.0000         207.7757    153.16%
41894.88/2148.63	c      2149             11          10        20         526.0000         207.7757    153.16%
41993.90/2153.67	c      2154             11          10        20         526.0000         207.7757    153.16%
42096.19/2158.90	c      2159             11          10        20         526.0000         207.7757    153.16%
42201.97/2164.18	c      2164             11          10        20         526.0000         207.7757    153.16%
42301.19/2169.24	c      2169             11          10        20         526.0000         207.7757    153.16%
42398.54/2174.25	c      2174             11          10        20         526.0000         207.7757    153.16%
42503.79/2179.58	c      2180             11          10        20         526.0000         207.7757    153.16%
42612.24/2185.11	c      2185             11          10        20         526.0000         207.7757    153.16%
42719.61/2190.60	c      2191             11          10        20         526.0000         207.7757    153.16%
42820.67/2195.62	c      2196             11          10        20         526.0000         207.7757    153.16%
42929.65/2201.17	c      2201             11          10        20         526.0000         207.7757    153.16%
43035.74/2206.56	c      2207             11          10        20         526.0000         207.7757    153.16%
43134.09/2211.68	c      2212             11          10        20         526.0000         207.7757    153.16%
43235.29/2216.76	c      2217             11          10        20         526.0000         207.7757    153.16%
43341.48/2222.07	c      2222             11          10        20         526.0000         207.7757    153.16%
43450.87/2227.62	c      2228             11          10        20         526.0000         207.7757    153.16%
43560.66/2233.29	c      2233             11          10        20         526.0000         207.7757    153.16%
43664.10/2238.58	c      2239             11          10        20         526.0000         207.7757    153.16%
43771.30/2243.95	c      2244             11          10        20         526.0000         207.7757    153.16%
43869.35/2248.97	c      2249             11          10        20         526.0000         207.7757    153.16%
43967.06/2253.99	c      2254             11          10        20         526.0000         207.7757    153.16%
44072.78/2259.33	c      2259             11          10        20         526.0000         207.7757    153.16%
44178.86/2264.72	c      2265             11          10        20         526.0000         207.7757    153.16%
44279.12/2269.80	c      2270             11          10        20         526.0000         207.7757    153.16%
44386.17/2275.31	c      2275             11          10        20         526.0000         207.7757    153.16%
44495.31/2280.84	c      2281             11          10        20         526.0000         207.7757    153.16%
44601.94/2286.38	c      2286             11          10        20         526.0000         207.7757    153.16%
44711.10/2291.82	c      2292             11          10        20         526.0000         207.7757    153.16%
44809.29/2296.86	c      2297             11          10        20         526.0000         207.7757    153.16%
44917.23/2302.35	c      2302             11          10        20         526.0000         207.7757    153.16%
45016.37/2307.42	c      2307             11          10        20         526.0000         207.7757    153.16%
45119.82/2312.71	c      2313             11          10        20         526.0000         207.7757    153.16%
45220.33/2317.88	c      2318             11          10        20         526.0000         207.7757    153.16%
45324.50/2323.19	c      2323             11          10        20         526.0000         207.7757    153.16%
45429.06/2328.55	c      2329             11          10        20         526.0000         207.7757    153.16%
45530.82/2333.77	c      2334             11          10        20         526.0000         207.7757    153.16%
45630.72/2338.92	c      2339             11          10        20         526.0000         207.7757    153.16%
45728.78/2344.02	c      2344             11          10        20         526.0000         207.7757    153.16%
45831.72/2349.16	c      2349             11          10        20         526.0000         207.7757    153.16%
45933.02/2354.40	c      2354             11          10        20         526.0000         207.7757    153.16%
46033.21/2359.50	c      2360             11          10        20         526.0000         207.7757    153.16%
46133.79/2364.72	c      2365             11          10        20         526.0000         207.7757    153.16%
46235.46/2370.00	c      2370             11          10        20         526.0000         207.7757    153.16%
46336.11/2375.10	c      2375             11          10        20         526.0000         207.7757    153.16%
46435.23/2380.19	c      2380             11          10        20         526.0000         207.7757    153.16%
46541.40/2385.69	c      2386             11          10        20         526.0000         207.7757    153.16%
46641.62/2390.72	c      2391             11          10        20         526.0000         207.7757    153.16%
46744.60/2396.06	c      2396             11          10        20         526.0000         207.7757    153.16%
46840.92/2401.13	c      2401             11          10        20         526.0000         207.7757    153.16%
46941.07/2406.14	c      2406             11          10        20         526.0000         207.7757    153.16%
47002.53/2409.30	c *    2409             11          10        20         508.0000         207.7757    144.49%
47056.87/2412.10	c      2412             11          10        20         508.0000         207.7757    144.49%
47161.60/2417.45	c      2417             11          10        20         508.0000         207.7757    144.49%
47269.45/2422.99	c      2423             11          10        20         508.0000         207.7757    144.49%
47372.16/2428.17	c      2428             11          10        20         508.0000         207.7757    144.49%
47470.51/2433.19	c      2433             11          10        20         508.0000         207.7757    144.49%
47583.50/2438.95	c      2439             11          10        20         508.0000         207.7757    144.49%
47691.19/2444.44	c      2444             11          10        20         508.0000         207.7757    144.49%
47804.67/2450.25	c      2450             11          10        20         508.0000         207.7757    144.49%
47916.58/2455.96	c      2456             11          10        20         508.0000         207.7757    144.49%
48021.56/2461.27	c      2461             11          10        20         508.0000         207.7757    144.49%
48119.85/2466.31	c      2466             11          10        20         508.0000         207.7757    144.49%
48237.69/2472.36	c      2472             11          10        20         508.0000         207.7757    144.49%
48346.11/2477.85	c      2478             11          10        20         508.0000         207.7757    144.49%
48445.34/2482.87	c      2483             11          10        20         508.0000         207.7757    144.49%
48472.16/2484.24	c *    2484             11          10        20         507.0000         207.7757    144.01%
48543.66/2488.04	c      2488             11          10        20         507.0000         207.7757    144.01%
48655.67/2493.79	c      2494             11          10        20         507.0000         207.7757    144.01%
48765.21/2499.34	c      2499             11          10        20         507.0000         207.7757    144.01%
48873.64/2504.85	c      2505             11          10        20         507.0000         207.7757    144.01%
48992.22/2510.81	c      2511             11          10        20         507.0000         207.7757    144.01%
49094.92/2516.04	c      2516             11          10        20         507.0000         207.7757    144.01%
49197.81/2521.36	c      2521             11          10        20         507.0000         207.7757    144.01%
49298.60/2526.52	c      2527             11          10        20         507.0000         207.7757    144.01%
49399.86/2531.62	c      2532             16          15        20         507.0000         208.2325    143.48%
49497.29/2536.68	c      2537             16          15        20         507.0000         208.2325    143.48%
49600.98/2541.93	c      2542             16          15        20         507.0000         208.2325    143.48%
49703.23/2547.19	c      2547             16          15        20         507.0000         208.2325    143.48%
49807.22/2552.50	c      2553             16          15        20         507.0000         208.2325    143.48%
49913.67/2557.91	c      2558             16          15        20         507.0000         208.2325    143.48%
50014.97/2563.08	c      2563             16          15        20         507.0000         208.2325    143.48%
50114.57/2568.21	c      2568             16          15        20         507.0000         208.2325    143.48%
50217.54/2573.57	c      2574             16          15        20         507.0000         208.2325    143.48%
50318.79/2578.63	c      2579             16          15        20         507.0000         208.2325    143.48%
50417.43/2583.73	c      2584             17          16        20         507.0000         208.2325    143.48%
50521.66/2589.08	c      2589             17          16        20         507.0000         208.2325    143.48%
50629.77/2594.59	c      2595             17          16        20         507.0000         208.2325    143.48%
50728.91/2599.63	c      2600             17          16        20         507.0000         208.2325    143.48%
50828.28/2604.71	c      2605             17          16        20         507.0000         208.2325    143.48%
50926.36/2609.77	c      2610             17          16        20         507.0000         208.2325    143.48%
51026.13/2614.82	c      2615             17          16        20         507.0000         208.2325    143.48%
51124.93/2619.95	c      2620             18          17        20         507.0000         208.2325    143.48%
51226.66/2625.15	c      2625             19          18        20         507.0000         208.2325    143.48%
51328.67/2630.31	c      2630             19          18        20         507.0000         208.2325    143.48%
51426.07/2635.33	c      2635             19          18        20         507.0000         208.2325    143.48%
51533.12/2640.71	c      2641             19          18        20         507.0000         208.2325    143.48%
51634.12/2646.00	c      2646             19          18        20         507.0000         208.2325    143.48%
51733.16/2651.14	c      2651             21          20        20         507.0000         208.2325    143.48%
51835.89/2656.33	c      2656             24          23        20         507.0000         208.2325    143.48%
51941.67/2661.73	c      2662             24          23        20         507.0000         208.2325    143.48%
52042.01/2666.91	c      2667             24          23        20         507.0000         208.2325    143.48%
52141.15/2672.02	c      2672             24          23        20         507.0000         208.2325    143.48%
52243.03/2677.27	c      2677             24          23        20         507.0000         208.2325    143.48%
52348.20/2682.61	c      2683             24          23        20         507.0000         208.2325    143.48%
52448.78/2687.77	c      2688             24          23        20         507.0000         208.2325    143.48%
52549.14/2692.81	c      2693             24          23        20         507.0000         208.2325    143.48%
52646.01/2697.83	c      2698             24          23        20         507.0000         208.2325    143.48%
52748.40/2703.07	c      2703             24          23        20         507.0000         208.2325    143.48%
52847.39/2708.20	c      2708             24          23        20         507.0000         208.2325    143.48%
52947.67/2713.42	c      2713             24          23        20         507.0000         208.2325    143.48%
53047.76/2718.51	c      2719             24          23        20         507.0000         208.2325    143.48%
53144.99/2723.54	c      2724             24          23        20         507.0000         208.2325    143.48%
53246.79/2728.77	c      2729             24          23        20         507.0000         208.2325    143.48%
53354.69/2734.16	c      2734             24          23        20         507.0000         208.2325    143.48%
53453.70/2739.37	c      2739             24          23        20         507.0000         208.2325    143.48%
53552.66/2744.49	c      2744             24          23        20         507.0000         208.2325    143.48%
53656.89/2749.78	c      2750             24          23        20         507.0000         208.2325    143.48%
53754.21/2754.82	c      2755             24          23        20         507.0000         208.2325    143.48%
53853.54/2760.02	c      2760             24          23        20         507.0000         208.2325    143.48%
53955.47/2765.13	c      2765             24          23        20         507.0000         208.2325    143.48%
54061.66/2770.58	c      2771             24          23        20         507.0000         208.2325    143.48%
54161.52/2775.70	c      2776             24          23        20         507.0000         208.2325    143.48%
54266.42/2780.95	c      2781             24          23        20         507.0000         208.2325    143.48%
54362.36/2785.95	c      2786             24          23        20         507.0000         208.2325    143.48%
54464.54/2791.22	c      2791             24          23        20         507.0000         208.2325    143.48%
54567.46/2796.46	c      2796             24          23        20         507.0000         208.2325    143.48%
54665.30/2801.52	c      2802             24          23        20         507.0000         208.2325    143.48%
54764.32/2806.68	c      2807             24          23        20         507.0000         208.2325    143.48%
54875.19/2812.24	c      2812             24          23        20         507.0000         208.2325    143.48%
54976.35/2817.47	c      2817             24          23        20         507.0000         208.2325    143.48%
55076.77/2822.68	c      2823             24          23        20         507.0000         208.2325    143.48%
55177.32/2827.84	c      2828             24          23        20         507.0000         208.2325    143.48%
55278.21/2833.14	c      2833             24          23        20         507.0000         208.2325    143.48%
55380.66/2838.47	c      2838             24          23        20         507.0000         208.2325    143.48%
55482.81/2843.66	c      2844             24          23        20         507.0000         208.2325    143.48%
55582.78/2848.73	c      2849             24          23        20         507.0000         208.2325    143.48%
55686.80/2854.05	c      2854             24          23        20         507.0000         208.2325    143.48%
55785.46/2859.13	c      2859             24          23        20         507.0000         208.2325    143.48%
55882.46/2864.15	c      2864             24          23        20         507.0000         208.2325    143.48%
55984.42/2869.34	c      2869             24          23        20         507.0000         208.2325    143.48%
56083.94/2874.46	c      2874             24          23        20         507.0000         208.2325    143.48%
56185.15/2879.53	c      2880             24          23        20         507.0000         208.2325    143.48%
56293.58/2885.10	c      2885             24          23        20         507.0000         208.2325    143.48%
56397.91/2890.45	c      2890             24          23        20         507.0000         208.2325    143.48%
56495.20/2895.47	c      2895             24          23        20         507.0000         208.2325    143.48%
56599.31/2900.72	c      2901             24          23        20         507.0000         208.2325    143.48%
56698.69/2905.92	c      2906             24          23        20         507.0000         208.2325    143.48%
56798.69/2910.94	c      2911             24          23        20         507.0000         208.2325    143.48%
56898.46/2916.11	c      2916             24          23        20         507.0000         208.2325    143.48%
56997.48/2921.29	c      2921             24          23        20         507.0000         208.2325    143.48%
57101.65/2926.54	c      2927             24          23        20         507.0000         208.2325    143.48%
57198.85/2931.58	c      2932             24          23        20         507.0000         208.2325    143.48%
57304.10/2936.84	c      2937             24          23        20         507.0000         208.2325    143.48%
57411.55/2942.35	c      2942             24          23        20         507.0000         208.2325    143.48%
57512.79/2947.47	c      2947             24          23        20         507.0000         208.2325    143.48%
57611.68/2952.58	c      2953             24          23        20         507.0000         208.2325    143.48%
57715.79/2957.89	c      2958             24          23        20         507.0000         208.2325    143.48%
57821.01/2963.18	c      2963             24          23        20         507.0000         208.2325    143.48%
57920.51/2968.26	c      2968             24          23        20         507.0000         208.2325    143.48%
58020.53/2973.37	c      2973             24          23        20         507.0000         208.2325    143.48%
58119.74/2978.40	c      2978             24          23        20         507.0000         208.2325    143.48%
58217.82/2983.49	c      2984             24          23        20         507.0000         208.2325    143.48%
58316.40/2988.54	c      2989             24          23        20         507.0000         208.2325    143.48%
58420.23/2993.87	c      2994             24          23        20         507.0000         208.2325    143.48%
58516.94/2998.88	c      2999             24          23        20         507.0000         208.2325    143.48%
58618.63/3003.96	c      3004             24          23        20         507.0000         208.2325    143.48%
58725.13/3009.34	c      3009             24          23        20         507.0000         208.2325    143.48%
58824.13/3014.47	c      3014             24          23        20         507.0000         208.2325    143.48%
58925.31/3019.65	c      3020             24          23        20         507.0000         208.2325    143.48%
59025.39/3024.72	c      3025             24          23        20         507.0000         208.2325    143.48%
59132.60/3030.13	c      3030             24          23        20         507.0000         208.2325    143.48%
59236.92/3035.47	c      3035             24          23        20         507.0000         208.2325    143.48%
59341.67/3040.74	c      3041             24          23        20         507.0000         208.2325    143.48%
59438.44/3045.75	c      3046             24          23        20         507.0000         208.2325    143.48%
59544.33/3051.08	c      3051             24          23        20         507.0000         208.2325    143.48%
59646.89/3056.23	c      3056             24          23        20         507.0000         208.2325    143.48%
59749.25/3061.40	c      3061             24          23        20         507.0000         208.2325    143.48%
59848.36/3066.41	c      3066             24          23        20         507.0000         208.2325    143.48%
59944.35/3071.48	c      3071             24          23        20         507.0000         208.2325    143.48%
60045.60/3076.57	c      3077             24          23        20         507.0000         208.2325    143.48%
60146.83/3081.63	c      3082             24          23        20         507.0000         208.2325    143.48%
60246.50/3086.73	c      3087             24          23        20         507.0000         208.2325    143.48%
60346.67/3091.82	c      3092             25          24        20         507.0000         208.2325    143.48%
60452.80/3097.20	c      3097             26          25        20         507.0000         208.2325    143.48%
60551.25/3102.21	c      3102             26          25        20         507.0000         208.2325    143.48%
60652.46/3107.38	c      3107             26          25        20         507.0000         208.2325    143.48%
60759.65/3112.80	c      3113             28          27        20         507.0000         208.2325    143.48%
60856.06/3117.84	c      3118             31          30        20         507.0000         208.2325    143.48%
60955.30/3122.94	c      3123             35          34        20         507.0000         208.2325    143.48%
61057.12/3127.98	c      3128             35          34        20         507.0000         208.2325    143.48%
61159.61/3133.14	c      3133             35          34        20         507.0000         208.2325    143.48%
61257.27/3138.16	c      3138             35          34        20         507.0000         208.2325    143.48%
61359.89/3143.33	c      3143             35          34        20         507.0000         208.2325    143.48%
61465.12/3148.64	c      3149             35          34        20         507.0000         208.2325    143.48%
61571.03/3153.97	c      3154             35          34        20         507.0000         208.2325    143.48%
61675.95/3159.32	c      3159             35          34        20         507.0000         208.2325    143.48%
61773.48/3164.37	c      3164             35          34        20         507.0000         208.2325    143.48%
61875.29/3169.59	c      3170             35          34        20         507.0000         208.2325    143.48%
61983.16/3175.00	c      3175             35          34        20         507.0000         208.2325    143.48%
62085.63/3180.12	c      3180             35          34        20         507.0000         208.2325    143.48%
62190.68/3185.48	c      3185             35          34        20         507.0000         208.2325    143.48%
62291.92/3190.50	c      3191             35          34        20         507.0000         208.2325    143.48%
62397.11/3195.85	c      3196             35          34        20         507.0000         208.2325    143.48%
62504.23/3201.25	c      3201             35          34        20         507.0000         208.2325    143.48%
62605.44/3206.30	c      3206             35          34        20         507.0000         208.2325    143.48%
62706.69/3211.40	c      3211             35          34        20         507.0000         208.2325    143.48%
62805.92/3216.42	c      3216             35          34        20         507.0000         208.2325    143.48%
62907.17/3221.57	c      3222             35          34        20         507.0000         208.2325    143.48%
63012.24/3226.88	c      3227             35          34        20         507.0000         208.2325    143.48%
63114.19/3231.97	c      3232             35          34        20         507.0000         208.2325    143.48%
63218.65/3237.22	c      3237             35          34        20         507.0000         208.2325    143.48%
63321.85/3242.46	c      3242             35          34        20         507.0000         208.2325    143.48%
63424.93/3247.60	c      3248             35          34        20         507.0000         208.2325    143.48%
63524.17/3252.68	c      3253             35          34        20         507.0000         208.2325    143.48%
63623.76/3257.76	c      3258             35          34        20         507.0000         208.2325    143.48%
63734.69/3263.35	c      3263             35          34        20         507.0000         208.2325    143.48%
63835.93/3268.43	c      3268             35          34        20         507.0000         208.2325    143.48%
63939.12/3273.61	c      3274             35          34        20         507.0000         208.2325    143.48%
64042.35/3278.80	c      3279             35          34        20         507.0000         208.2325    143.48%
64149.50/3284.20	c      3284             35          34        20         507.0000         208.2325    143.48%
64248.76/3289.23	c      3289             35          34        20         507.0000         208.2325    143.48%
64347.97/3294.29	c      3294             35          34        20         507.0000         208.2325    143.48%
64449.07/3299.34	c      3299             35          34        20         507.0000         208.2325    143.48%
64554.11/3304.68	c      3305             35          34        20         507.0000         208.2325    143.48%
64655.31/3309.73	c      3310             35          34        20         507.0000         208.2325    143.48%
64754.52/3314.78	c      3315             35          34        20         507.0000         208.2325    143.48%
64861.65/3320.11	c      3320             35          34        20         507.0000         208.2325    143.48%
64960.87/3325.18	c      3325             35          34        20         507.0000         208.2325    143.48%
65059.61/3330.19	c      3330             35          34        20         507.0000         208.2325    143.48%
65172.75/3335.87	c      3336             35          34        20         507.0000         208.2325    143.48%
65274.72/3340.97	c      3341             35          34        20         507.0000         208.2325    143.48%
65377.17/3346.17	c      3346             35          34        20         507.0000         208.2325    143.48%
65486.38/3351.65	c      3352             35          34        20         507.0000         208.2325    143.48%
65587.60/3356.78	c      3357             35          34        20         507.0000         208.2325    143.48%
65696.59/3362.22	c      3362             35          34        20         507.0000         208.2325    143.48%
65797.67/3367.40	c      3367             35          34        20         507.0000         208.2325    143.48%
65898.89/3372.47	c      3372             35          34        20         507.0000         208.2325    143.48%
66004.09/3377.74	c      3378             35          34        20         507.0000         208.2325    143.48%
66082.23/3381.71	c *    3382             35          34        20         488.0000         208.2325    134.35%
66102.04/3382.78	c      3383             35          34        20         488.0000         208.2325    134.35%
66205.12/3387.96	c *    3388             35          34        20         480.0000         208.2325    130.51%
66205.12/3387.96	c      3388             35          34        20         480.0000         208.2325    130.51%
66304.41/3393.00	c      3393             35          34        20         480.0000         208.2325    130.51%
66403.58/3398.02	c      3398             35          34        20         480.0000         208.2325    130.51%
66504.41/3403.15	c      3403             35          34        20         480.0000         208.2325    130.51%
66605.68/3408.23	c      3408             35          34        20         480.0000         208.2325    130.51%
66714.84/3413.72	c      3414             35          34        20         480.0000         208.2325    130.51%
66823.81/3419.26	c      3419             35          34        20         480.0000         208.2325    130.51%
66924.86/3424.35	c      3424             35          34        20         480.0000         208.2325    130.51%
67036.84/3430.03	c      3430             35          34        20         480.0000         208.2325    130.51%
67144.00/3435.42	c      3435             35          34        20         480.0000         208.2325    130.51%
67243.10/3440.47	c      3440             35          34        20         480.0000         208.2325    130.51%
67348.26/3445.80	c      3446             35          34        20         480.0000         208.2325    130.51%
67452.28/3451.03	c      3451             35          34        20         480.0000         208.2325    130.51%
67553.34/3456.04	c      3456             35          34        20         480.0000         208.2325    130.51%
67653.83/3461.12	c      3461             35          34        20         480.0000         208.2325    130.51%
67753.31/3466.23	c      3466             35          34        20         480.0000         208.2325    130.51%
67856.36/3471.45	c      3471             35          34        20         480.0000         208.2325    130.51%
67959.38/3476.65	c      3477             35          34        20         480.0000         208.2325    130.51%
68062.58/3481.93	c      3482             35          34        20         480.0000         208.2325    130.51%
68166.64/3487.05	c      3487             35          34        20         480.0000         208.2325    130.51%
68265.98/3492.12	c      3492             35          34        20         480.0000         208.2325    130.51%
68369.08/3497.38	c      3497             35          34        20         480.0000         208.2325    130.51%
68470.22/3502.50	c      3502             35          34        20         480.0000         208.2325    130.51%
68573.40/3507.67	c      3508             35          34        20         480.0000         208.2325    130.51%
68676.55/3512.93	c      3513             35          34        20         480.0000         208.2325    130.51%
68780.84/3518.18	c      3518             35          34        20         480.0000         208.2325    130.51%
68883.41/3523.35	c      3523             35          34        20         480.0000         208.2325    130.51%
68986.60/3528.57	c      3529             35          34        20         480.0000         208.2325    130.51%
69089.75/3533.78	c      3534             35          34        20         480.0000         208.2325    130.51%
69193.54/3538.93	c      3539             35          34        20         480.0000         208.2325    130.51%
69297.84/3544.23	c      3544             35          34        20         480.0000         208.2325    130.51%
69400.98/3549.48	c      3549             35          34        20         480.0000         208.2325    130.51%
69504.09/3554.61	c      3555             35          34        20         480.0000         208.2325    130.51%
69605.21/3559.70	c      3560             35          34        20         480.0000         208.2325    130.51%
69706.34/3564.86	c      3565             35          34        20         480.0000         208.2325    130.51%
69815.44/3570.32	c      3570             35          34        20         480.0000         208.2325    130.51%
69916.45/3575.42	c      3575             35          34        20         480.0000         208.2325    130.51%
70017.61/3580.50	c      3580             35          34        20         480.0000         208.2325    130.51%
70116.78/3585.58	c      3586             35          34        20         480.0000         208.2325    130.51%
70221.92/3590.90	c      3591             35          34        20         480.0000         208.2325    130.51%
70323.88/3595.98	c      3596             35          34        20         480.0000         208.2325    130.51%
70432.14/3601.45	c      3601             35          34        20         480.0000         208.2325    130.51%
70537.28/3606.75	c      3607             35          34        20         480.0000         208.2325    130.51%
70638.44/3611.85	c      3612             35          34        20         480.0000         208.2325    130.51%
70737.63/3616.90	c      3617             35          34        20         480.0000         208.2325    130.51%
70839.64/3622.02	c      3622             35          34        20         480.0000         208.2325    130.51%
70941.91/3627.10	c      3627             35          34        20         480.0000         208.2325    130.51%
71041.09/3632.18	c      3632             35          34        20         480.0000         208.2325    130.51%
71148.21/3637.57	c      3638             35          34        20         480.0000         208.2325    130.51%
71249.38/3642.61	c      3643             35          34        20         480.0000         208.2325    130.51%
71352.47/3647.80	c      3648             35          34        20         480.0000         208.2325    130.51%
71451.65/3652.89	c      3653             35          34        20         480.0000         208.2325    130.51%
71557.38/3658.24	c      3658             35          34        20         480.0000         208.2325    130.51%
71660.41/3663.42	c      3663             35          34        20         480.0000         208.2325    130.51%
71761.59/3668.51	c      3669             35          34        20         480.0000         208.2325    130.51%
71864.69/3673.70	c      3674             35          34        20         480.0000         208.2325    130.51%
71965.11/3678.88	c      3679             35          34        20         480.0000         208.2325    130.51%

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (173909 MiB free)
  memory of node 1: 193531 MiB (168237 MiB free)
  memory of node 2: 193531 MiB (186879 MiB free)
  memory of node 3: 193531 MiB (180649 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-4465216-1723592278/watcher-4465216-1723592278 -o /tmp/evaluation-result-4465216-1723592278/solver-4465216-1723592278 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723592278-710605 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465216-1723592278.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100116 s]*
/proc/loadavg: 14.50 20.48 38.93 6/864 710665
/proc/meminfo: memFree=726540016/790760800 swapFree=131071996/131071996
[pid=710650] ppid=710642 vsize=76412 memory=64260 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/stat : 710650 (fscip) R 710642 710650 710592 0 -1 4194304 13966 0 0 0 10 2 0 0 20 0 1 0 125814637 78245888 16065 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
/proc/710650/statm: 19103 16065 2347 3035 0 15499 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 76412 KiB
Current children cumulated memory: 64260 KiB

[startup+0.224713 s]*
/proc/loadavg: 13.66 20.20 38.74 6/864 710665
/proc/meminfo: memFree=726362200/790760800 swapFree=131071996/131071996
[pid=710650] ppid=710642 vsize=122192 memory=109952 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/stat : 710650 (fscip) R 710642 710650 710592 0 -1 4194304 25398 0 0 0 20 3 0 0 20 0 1 0 125814637 125124608 27488 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
/proc/710650/statm: 30548 27488 2347 3035 0 26944 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 122192 KiB
Current children cumulated memory: 109952 KiB

[startup+0.32501 s]*
/proc/loadavg: 13.66 20.20 38.74 6/864 710665
/proc/meminfo: memFree=726217580/790760800 swapFree=131071996/131071996
[pid=710650] ppid=710642 vsize=158076 memory=145656 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/stat : 710650 (fscip) R 710642 710650 710592 0 -1 4194304 33825 0 0 0 29 5 0 0 20 0 1 0 125814637 161869824 36414 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
/proc/710650/statm: 39519 36414 2347 3035 0 35915 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 158076 KiB
Current children cumulated memory: 145656 KiB

[startup+0.700258 s]
/proc/loadavg: 13.66 20.20 38.74 6/864 710665
/proc/meminfo: memFree=725946496/790760800 swapFree=131071996/131071996
[pid=710650] ppid=710642 vsize=281372 memory=268600 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/stat : 710650 (fscip) R 710642 710650 710592 0 -1 4194304 62509 0 0 0 60 9 0 0 20 0 1 0 125814637 288124928 67150 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
/proc/710650/statm: 70343 67150 2347 3035 0 66739 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 281372 KiB
Current children cumulated memory: 268600 KiB

[startup+1.50028 s]
/proc/loadavg: 13.66 20.20 38.74 6/864 710665
/proc/meminfo: memFree=725220848/790760800 swapFree=131071996/131071996
[pid=710650] ppid=710642 vsize=697232 memory=684152 CPUtime=1.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/stat : 710650 (fscip) R 710642 710650 710592 0 -1 4194304 158035 0 0 0 126 22 0 0 20 0 1 0 125814637 713965568 171038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
/proc/710650/statm: 174308 171038 2555 3035 0 170704 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 697232 KiB
Current children cumulated memory: 684152 KiB

[startup+3.12535 s]
/proc/loadavg: 13.66 20.20 38.74 6/864 710665
/proc/meminfo: memFree=723415980/790760800 swapFree=131071996/131071996
[pid=710650] ppid=710642 vsize=845120 memory=831152 CPUtime=3.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/stat : 710650 (fscip) R 710642 710650 710592 0 -1 4194304 194742 0 0 0 284 27 0 0 20 0 1 0 125814637 865402880 207788 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
/proc/710650/statm: 211280 207788 2614 3035 0 207676 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 845120 KiB
Current children cumulated memory: 831152 KiB

[startup+6.30027 s]
/proc/loadavg: 12.88 19.93 38.56 6/864 710667
/proc/meminfo: memFree=721829948/790760800 swapFree=131071996/131071996
[pid=710650] ppid=710642 vsize=1247268 memory=1225292 CPUtime=6.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/stat : 710650 (fscip) R 710642 710650 710592 0 -1 4194304 227574 0 0 0 587 40 0 0 20 0 1 0 125814637 1277202432 306323 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
/proc/710650/statm: 311817 306323 2710 3035 0 308213 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1247268 KiB
Current children cumulated memory: 1225292 KiB

[startup+12.7003 s]
/proc/loadavg: 12.17 19.67 38.37 6/864 710667
/proc/meminfo: memFree=721796300/790760800 swapFree=131071996/131071996
[pid=710650] ppid=710642 vsize=1256892 memory=1233092 CPUtime=12.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/stat : 710650 (fscip) R 710642 710650 710592 0 -1 4194304 287567 0 0 0 1213 52 0 0 20 0 1 0 125814637 1287057408 308273 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
/proc/710650/statm: 314223 308273 2710 3035 0 310619 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1256892 KiB
Current children cumulated memory: 1233092 KiB

[startup+25.5006 s]
/proc/loadavg: 10.92 19.15 38.00 6/944 710751
/proc/meminfo: memFree=709323088/790760800 swapFree=131071996/131071996
[pid=710650] ppid=710642 vsize=6374504 memory=4744796 CPUtime=25.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/stat : 710650 (fscip) S 710642 710650 710592 0 -1 1077936128 815956 0 0 0 2380 161 0 0 20 0 21 0 125814637 6527492096 1186133 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
/proc/710650/statm: 1593626 1186199 2774 3035 0 1292267 0
[pid=710650/tid=710669] ppid=710642 vsize=6374504 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710669/stat : 710669 (fscip) S 710642 710650 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816729 6527492096 1186199 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710670] ppid=710642 vsize=6374504 memory=11424 CPUtime=0.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710670/stat : 710670 (fscip) S 710642 710650 710592 0 -1 1077936192 77164 0 0 0 55 11 0 0 20 0 21 0 125816729 6527492096 1186199 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710671] ppid=710642 vsize=6374504 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710671/stat : 710671 (fscip) S 710642 710650 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816729 6527492096 1186199 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710672] ppid=710642 vsize=6374504 memory=0 CPUtime=0.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710672/stat : 710672 (fscip) S 710642 710650 710592 0 -1 1077936192 77164 0 0 0 53 12 0 0 20 0 21 0 125816729 6527492096 1186199 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710673] ppid=710642 vsize=6374504 memory=35008 CPUtime=0.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710673/stat : 710673 (fscip) S 710642 710650 710592 0 -1 1077936192 77164 0 0 0 54 11 0 0 20 0 21 0 125816729 6527492096 1186199 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710674] ppid=710642 vsize=6374504 memory=10392 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710674/stat : 710674 (fscip) S 710642 710650 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816729 6527492096 1186199 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710675] ppid=710642 vsize=6374504 memory=74209 CPUtime=0.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710675/stat : 710675 (fscip) S 710642 710650 710592 0 -1 1077936192 77164 0 0 0 55 11 0 0 20 0 21 0 125816729 6527492096 1186199 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710676] ppid=710642 vsize=6374504 memory=211359703248 CPUtime=0.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710676/stat : 710676 (fscip) R 710642 710650 710592 0 -1 4194368 46635 0 0 0 28 7 0 0 20 0 21 0 125816729 6527492096 1186199 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710677] ppid=710642 vsize=6374504 memory=35008 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710677/stat : 710677 (fscip) S 710642 710650 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816729 6527492096 1186199 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710678] ppid=710642 vsize=6374504 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710678/stat : 710678 (fscip) S 710642 710650 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816729 6527492096 1186199 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710679] ppid=710642 vsize=6374504 memory=280593099867978 CPUtime=0.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710679/stat : 710679 (fscip) S 710642 710650 710592 0 -1 1077936192 77165 0 0 0 55 11 0 0 20 0 21 0 125816729 6527492096 1186199 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710680] ppid=710642 vsize=6374504 memory=22245156049061836 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710680/stat : 710680 (fscip) S 710642 710650 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816729 6527492096 1186199 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710681] ppid=710642 vsize=6374504 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710681/stat : 710681 (fscip) S 710642 710650 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816729 6527492096 1186199 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710682] ppid=710642 vsize=6374504 memory=3740664 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710682/stat : 710682 (fscip) S 710642 710650 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816729 6527492096 1186199 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710683] ppid=710642 vsize=6374504 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710683/stat : 710683 (fscip) S 710642 710650 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816729 6527492096 1186199 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710684] ppid=710642 vsize=6374504 memory=280595984879792 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710684/stat : 710684 (fscip) S 710642 710650 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816729 6527492096 1186199 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710685] ppid=710642 vsize=6374504 memory=280595985610784 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710685/stat : 710685 (fscip) S 710642 710650 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816729 6527492096 1186199 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710686] ppid=710642 vsize=6374504 memory=1225292 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710686/stat : 710686 (fscip) S 710642 710650 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816729 6527492096 1186199 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710687] ppid=710642 vsize=6374504 memory=11424 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710687/stat : 710687 (fscip) S 710642 710650 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816729 6527492096 1186199 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710688] ppid=710642 vsize=6374504 memory=16108 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710688/stat : 710688 (fscip) S 710642 710650 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816729 6527492096 1186199 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 6374504 KiB
Current children cumulated memory: 4744796 KiB

[startup+51.1454 s]
/proc/loadavg: 26.28 21.74 38.24 83/1024 710834
/proc/meminfo: memFree=576234856/790760800 swapFree=131071996/131071996
[pid=710650] ppid=710642 vsize=39830712 memory=37548848 CPUtime=348.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/stat : 710650 (fscip) S 710642 710650 710592 0 -1 1077936128 7988822 0 0 0 33136 1698 0 0 20 0 41 0 125814637 40786649088 9387212 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
/proc/710650/statm: 9957678 9387212 2790 3035 0 9596074 0
[pid=710650/tid=710669] ppid=710642 vsize=39830712 memory=11424 CPUtime=16.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710669/stat : 710669 (fscip) R 710642 710650 710592 0 -1 4194368 233402 0 0 0 1587 56 0 0 20 0 41 0 125816729 40786649088 9387212 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710670] ppid=710642 vsize=39830712 memory=16108 CPUtime=16.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710670/stat : 710670 (fscip) R 710642 710650 710592 0 -1 4194368 438955 0 0 0 1546 86 0 0 20 0 41 0 125816729 40786649088 9387212 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710671] ppid=710642 vsize=39830712 memory=0 CPUtime=16.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710671/stat : 710671 (fscip) R 710642 710650 710592 0 -1 4194368 478343 0 0 0 1535 96 0 0 20 0 41 0 125816729 40786649088 9387212 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710672] ppid=710642 vsize=39830712 memory=0 CPUtime=16.45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710672/stat : 710672 (fscip) R 710642 710650 710592 0 -1 4194368 222826 0 0 0 1595 50 0 0 20 0 41 0 125816729 40786649088 9387212 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710673] ppid=710642 vsize=39830712 memory=0 CPUtime=16.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710673/stat : 710673 (fscip) R 710642 710650 710592 0 -1 4194368 457750 0 0 0 1529 98 0 0 20 0 41 0 125816729 40786649088 9387212 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710674] ppid=710642 vsize=39830712 memory=10392 CPUtime=16.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710674/stat : 710674 (fscip) R 710642 710650 710592 0 -1 4194368 470387 0 0 0 1530 98 0 0 20 0 41 0 125816729 40786649088 9387212 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710675] ppid=710642 vsize=39830712 memory=32268976 CPUtime=16.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710675/stat : 710675 (fscip) R 710642 710650 710592 0 -1 4194368 233399 0 0 0 1592 52 0 0 20 0 41 0 125816729 40786649088 9387212 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710676] ppid=710642 vsize=39830712 memory=1233092 CPUtime=16.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710676/stat : 710676 (fscip) R 710642 710650 710592 0 -1 4194368 468370 0 0 0 1529 99 0 0 20 0 41 0 125816729 40786649088 9387212 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710677] ppid=710642 vsize=39830712 memory=0 CPUtime=16.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710677/stat : 710677 (fscip) R 710642 710650 710592 0 -1 4194368 454603 0 0 0 1542 88 0 0 20 0 41 0 125816729 40786649088 9387212 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710678] ppid=710642 vsize=39830712 memory=37548848 CPUtime=16.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710678/stat : 710678 (fscip) R 710642 710650 710592 0 -1 4194368 233405 0 0 0 1589 54 0 0 20 0 41 0 125816729 40786649088 9387212 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710679] ppid=710642 vsize=39830712 memory=0 CPUtime=16.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710679/stat : 710679 (fscip) R 710642 710650 710592 0 -1 4194368 465214 0 0 0 1533 95 0 0 20 0 41 0 125816729 40786649088 9387212 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710680] ppid=710642 vsize=39830712 memory=0 CPUtime=16.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710680/stat : 710680 (fscip) R 710642 710650 710592 0 -1 4194368 459037 0 0 0 1537 94 0 0 20 0 41 0 125816729 40786649088 9387212 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710681] ppid=710642 vsize=39830712 memory=6056 CPUtime=15.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710681/stat : 710681 (fscip) R 710642 710650 710592 0 -1 4194368 222316 0 0 0 1544 52 0 0 20 0 41 0 125816729 40786649088 9387212 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0

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

/proc/710650/task/710767/stat : 710767 (fscip) S 710642 710650 710592 0 -1 1077936192 228 0 0 0 2 1 0 0 20 0 41 0 125818144 149419765760 27468791 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710768] ppid=710642 vsize=145917740 memory=-8407553579151939428 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710768/stat : 710768 (fscip) S 710642 710650 710592 0 -1 1077936192 232 0 0 0 2 0 0 0 20 0 41 0 125818144 149419765760 27468791 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710769] ppid=710642 vsize=145917740 memory=6655300316396806240 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710769/stat : 710769 (fscip) S 710642 710650 710592 0 -1 1077936192 235 0 0 0 2 1 0 0 20 0 41 0 125818144 149419765760 27468791 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710770] ppid=710642 vsize=145917740 memory=6944656591801717405 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710770/stat : 710770 (fscip) S 710642 710650 710592 0 -1 1077936192 219 0 0 0 3 0 0 0 20 0 41 0 125818144 149419765760 27468791 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710771] ppid=710642 vsize=145917740 memory=6151239351853224908 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710771/stat : 710771 (fscip) S 710642 710650 710592 0 -1 1077936192 312 0 0 0 2 0 0 0 20 0 41 0 125818144 149419765760 27468791 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710772] ppid=710642 vsize=145917740 memory=38844130910404740 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710772/stat : 710772 (fscip) S 710642 710650 710592 0 -1 1077936192 354 0 0 0 3 0 0 0 20 0 41 0 125818144 149419765760 27468791 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
Current children cumulated CPU time: 71243.4 s
Current children cumulated vsize: 145917740 KiB
Current children cumulated memory: 109875164 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3680.6 s]
/proc/loadavg: 81.24 80.66 79.33 43/936 712790
/proc/meminfo: memFree=431503716/790760800 swapFree=131071996/131071996
[pid=710650] ppid=710642 vsize=147959372 memory=110344152 CPUtime=72000.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/stat : 710650 (fscip) S 710642 710650 710592 0 -1 1077936128 269592889 0 0 0 7162177 37906 0 0 20 0 41 0 125814637 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 17 59 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
/proc/710650/statm: 36989843 27586038 3030 3035 0 36345673 0
[pid=710650/tid=710669] ppid=710642 vsize=147959372 memory=280595987176928 CPUtime=3617.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710669/stat : 710669 (fscip) R 710642 710650 710592 0 -1 4194368 6706973 0 0 0 360695 1053 0 0 20 0 41 0 125816729 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710670] ppid=710642 vsize=147959372 memory=280595986994480 CPUtime=3602 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710670/stat : 710670 (fscip) R 710642 710650 710592 0 -1 4194368 16677238 0 0 0 357619 2581 0 0 20 0 41 0 125816729 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710671] ppid=710642 vsize=147959372 memory=280595986255008 CPUtime=3566.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710671/stat : 710671 (fscip) R 710642 710650 710592 0 -1 4194368 18676067 0 0 0 354748 1902 0 0 20 0 41 0 125816729 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710672] ppid=710642 vsize=147959372 memory=280595987164928 CPUtime=3615.37 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710672/stat : 710672 (fscip) R 710642 710650 710592 0 -1 4194368 6311713 0 0 0 360550 987 0 0 20 0 41 0 125816729 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710673] ppid=710642 vsize=147959372 memory=0 CPUtime=3602.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710673/stat : 710673 (fscip) R 710642 710650 710592 0 -1 4194368 16599024 0 0 0 357209 2995 0 0 20 0 41 0 125816729 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710674] ppid=710642 vsize=147959372 memory=280595986366368 CPUtime=3558.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710674/stat : 710674 (fscip) R 710642 710650 710592 0 -1 4194368 16399803 0 0 0 354160 1642 0 0 20 0 41 0 125816729 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710675] ppid=710642 vsize=147959372 memory=11336 CPUtime=3619.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710675/stat : 710675 (fscip) R 710642 710650 710592 0 -1 4194368 6713624 0 0 0 360934 1026 0 0 20 0 41 0 125816729 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710676] ppid=710642 vsize=147959372 memory=0 CPUtime=3607.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710676/stat : 710676 (fscip) R 710642 710650 710592 0 -1 4194368 16900408 0 0 0 357776 3014 0 0 20 0 41 0 125816729 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710677] ppid=710642 vsize=147959372 memory=110257784 CPUtime=3565.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710677/stat : 710677 (fscip) R 710642 710650 710592 0 -1 4194368 17521671 0 0 0 354504 2008 0 0 20 0 41 0 125816729 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710678] ppid=710642 vsize=147959372 memory=11424 CPUtime=3621.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710678/stat : 710678 (fscip) R 710642 710650 710592 0 -1 4194368 6717328 0 0 0 361070 1073 0 0 20 0 41 0 125816729 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710679] ppid=710642 vsize=147959372 memory=280595987473040 CPUtime=3613.42 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710679/stat : 710679 (fscip) R 710642 710650 710592 0 -1 4194368 16337464 0 0 0 358990 2352 0 0 20 0 41 0 125816729 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710680] ppid=710642 vsize=147959372 memory=280595987058544 CPUtime=3571 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710680/stat : 710680 (fscip) R 710642 710650 710592 0 -1 4194368 18190945 0 0 0 355232 1868 0 0 20 0 41 0 125816729 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710681] ppid=710642 vsize=147959372 memory=109915716 CPUtime=3616.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710681/stat : 710681 (fscip) R 710642 710650 710592 0 -1 4194368 6413026 0 0 0 360569 1052 0 0 20 0 41 0 125816729 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710682] ppid=710642 vsize=147959372 memory=11424 CPUtime=3610.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710682/stat : 710682 (fscip) R 710642 710650 710592 0 -1 4194368 16657371 0 0 0 358218 2850 0 0 20 0 41 0 125816729 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710683] ppid=710642 vsize=147959372 memory=17716 CPUtime=3570.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710683/stat : 710683 (fscip) R 710642 710650 710592 0 -1 4194368 17551489 0 0 0 355285 1788 0 0 20 0 41 0 125816729 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710684] ppid=710642 vsize=147959372 memory=40436 CPUtime=3618.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710684/stat : 710684 (fscip) R 710642 710650 710592 0 -1 4194368 6724945 0 0 0 360827 1046 0 0 20 0 41 0 125816729 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710685] ppid=710642 vsize=147959372 memory=8240 CPUtime=3609.61 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710685/stat : 710685 (fscip) R 710642 710650 710592 0 -1 4194368 16128873 0 0 0 358255 2706 0 0 20 0 41 0 125816729 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710686] ppid=710642 vsize=147959372 memory=26960 CPUtime=3561 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710686/stat : 710686 (fscip) R 710642 710650 710592 0 -1 4194368 18397325 0 0 0 354177 1923 0 0 20 0 41 0 125816729 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710687] ppid=710642 vsize=147959372 memory=10392 CPUtime=3620.39 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710687/stat : 710687 (fscip) R 710642 710650 710592 0 -1 4194368 6861044 0 0 0 360933 1106 0 0 20 0 41 0 125816729 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710688] ppid=710642 vsize=147959372 memory=280595987682688 CPUtime=3610.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710688/stat : 710688 (fscip) R 710642 710650 710592 0 -1 4194368 16705817 0 0 0 358247 2806 0 0 20 0 41 0 125816729 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710753] ppid=710642 vsize=147959372 memory=11424 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710753/stat : 710753 (fscip) S 710642 710650 710592 0 -1 1077936192 222 0 0 0 2 0 0 0 20 0 41 0 125818144 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710754] ppid=710642 vsize=147959372 memory=35008 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710754/stat : 710754 (fscip) S 710642 710650 710592 0 -1 1077936192 211 0 0 0 2 1 0 0 20 0 41 0 125818144 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710755] ppid=710642 vsize=147959372 memory=110308228 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710755/stat : 710755 (fscip) S 710642 710650 710592 0 -1 1077936192 333 0 0 0 2 0 0 0 20 0 41 0 125818144 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710756] ppid=710642 vsize=147959372 memory=11336 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710756/stat : 710756 (fscip) S 710642 710650 710592 0 -1 1077936192 228 0 0 0 2 0 0 0 20 0 41 0 125818144 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710757] ppid=710642 vsize=147959372 memory=2708 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710757/stat : 710757 (fscip) S 710642 710650 710592 0 -1 1077936192 334 0 0 0 2 1 0 0 20 0 41 0 125818144 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710758] ppid=710642 vsize=147959372 memory=6612 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710758/stat : 710758 (fscip) S 710642 710650 710592 0 -1 1077936192 320 0 0 0 2 0 0 0 20 0 41 0 125818144 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710759] ppid=710642 vsize=147959372 memory=109925980 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710759/stat : 710759 (fscip) S 710642 710650 710592 0 -1 1077936192 303 0 0 0 2 1 0 0 20 0 41 0 125818144 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710760] ppid=710642 vsize=147959372 memory=110323624 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710760/stat : 710760 (fscip) S 710642 710650 710592 0 -1 1077936192 378 0 0 0 2 1 0 0 20 0 41 0 125818144 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710761] ppid=710642 vsize=147959372 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710761/stat : 710761 (fscip) S 710642 710650 710592 0 -1 1077936192 303 0 0 0 2 0 0 0 20 0 41 0 125818144 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710762] ppid=710642 vsize=147959372 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710762/stat : 710762 (fscip) S 710642 710650 710592 0 -1 1077936192 405 0 0 0 3 0 0 0 20 0 41 0 125818144 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710763] ppid=710642 vsize=147959372 memory=1996 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710763/stat : 710763 (fscip) S 710642 710650 710592 0 -1 1077936192 319 0 0 0 3 0 0 0 20 0 41 0 125818144 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710764] ppid=710642 vsize=147959372 memory=110237416 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710764/stat : 710764 (fscip) S 710642 710650 710592 0 -1 1077936192 381 0 0 0 3 0 0 0 20 0 41 0 125818144 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710765] ppid=710642 vsize=147959372 memory=110333888 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710765/stat : 710765 (fscip) S 710642 710650 710592 0 -1 1077936192 431 0 0 0 2 1 0 0 20 0 41 0 125818144 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710766] ppid=710642 vsize=147959372 memory=36248 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710766/stat : 710766 (fscip) S 710642 710650 710592 0 -1 1077936192 303 0 0 0 2 0 0 0 20 0 41 0 125818144 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710767] ppid=710642 vsize=147959372 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710767/stat : 710767 (fscip) S 710642 710650 710592 0 -1 1077936192 230 0 0 0 2 1 0 0 20 0 41 0 125818144 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710768] ppid=710642 vsize=147959372 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710768/stat : 710768 (fscip) S 710642 710650 710592 0 -1 1077936192 234 0 0 0 3 0 0 0 20 0 41 0 125818144 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710769] ppid=710642 vsize=147959372 memory=110018236 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710769/stat : 710769 (fscip) S 710642 710650 710592 0 -1 1077936192 239 0 0 0 2 1 0 0 20 0 41 0 125818144 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710770] ppid=710642 vsize=147959372 memory=110321320 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710770/stat : 710770 (fscip) S 710642 710650 710592 0 -1 1077936192 221 0 0 0 3 0 0 0 20 0 41 0 125818144 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710771] ppid=710642 vsize=147959372 memory=11424 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710771/stat : 710771 (fscip) S 710642 710650 710592 0 -1 1077936192 315 0 0 0 2 0 0 0 20 0 41 0 125818144 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
[pid=710650/tid=710772] ppid=710642 vsize=147959372 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/710650/task/710772/stat : 710772 (fscip) S 710642 710650 710592 0 -1 1077936192 357 0 0 0 3 0 0 0 20 0 41 0 125818144 151510396928 27586038 809668444160 4194304 16623229 140737328442624 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43872256 140737328448518 140737328448636 140737328448636 140737328455664 0
Current children cumulated CPU time: 72000.8 s
Current children cumulated vsize: 147959372 KiB
Current children cumulated memory: 110344152 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=71622 s, system=381.668 s

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

[startup+3680.9 s]*
/proc/loadavg: 81.24 80.66 79.33 24/904 712807
/proc/meminfo: memFree=501417652/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3681.7 s]
/proc/loadavg: 81.24 80.66 79.33 24/904 712807
/proc/meminfo: memFree=501417652/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3682.1 s]
/proc/loadavg: 75.05 79.39 78.93 4/859 712815
/proc/meminfo: memFree=601697556/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3682.5 s]
/proc/loadavg: 75.05 79.39 78.93 4/859 712815
/proc/meminfo: memFree=601697556/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3682.6 s]
/proc/loadavg: 75.05 79.39 78.93 4/859 712815
/proc/meminfo: memFree=601697556/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3683.22
CPU time (s): 72003.7
CPU user time (s): 71622
CPU system time (s): 381.668
CPU usage (%): 1954.91
Max. virtual memory (cumulated for all children) (KiB): 148041496
Max. memory (cumulated for all children) (KiB): 110344152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71622
system time used= 381.668
maximum resident set size= 110346200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269592981
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= 11454814
involuntary context switches= 241889


# summary of solver processes directly reported to runsolver:
#   pid: 710650
#   total CPU time (s): 72003.7
#   total CPU user time (s): 71622
#   total CPU system time (s): 381.668

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.6202 second user time and 101.54 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-14 01:37:59
IDJOB=4465216
IDBENCH=147563
IDSOLVER=3094
FILE ID=nodeD101/4465216-1723592278
RUNJOBID= nodeD101-1723592278-710605
SLURM_JOB_ID= 8267897
Free space on /tmp= 8622864 MiB

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

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

MD5SUM BENCH= 890f6157e6331f3256b55d88c2fb39bb
RANDOM SEED=1964481818

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 79
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3600.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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        726720744 kB
MemAvailable:   783631576 kB
Buffers:         1107752 kB
Cached:         59071236 kB
SwapCached:            0 kB
Active:         18733268 kB
Inactive:       41845976 kB
Active(anon):       2024 kB
Inactive(anon):   437156 kB
Active(file):   18731244 kB
Inactive(file): 41408820 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            168968 kB
Writeback:             0 kB
AnonPages:        399336 kB
Mapped:           100248 kB
Shmem:             38920 kB
KReclaimable:     380592 kB
Slab:             791632 kB
SReclaimable:     380592 kB
SUnreclaim:       411040 kB
KernelStack:       14576 kB
PageTables:         9880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1014728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1111296 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 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:      774144 kB
DirectMap2M:    114018304 kB
DirectMap1G:    691011584 kB

Free space on /tmp at the end= 8622668 MiB
End job on nodeD101 at 2024-08-14 02:39:22