Trace number 4465218

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) 72004.6 3685.74

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_7.opb.PB06.opb
MD5SUM0cfe35c6a899c796e17247c8eb2f096e
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.02
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 493167
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 493167
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
1.78/1.81	c Default LC presolving (default).
1.78/1.83	c ** Before presolving: virtualMemUsedAtLc = 1417457746, getVmSize() = 843997184, SCIPgetMemUsed() = 698566285, SCIPgetMemTotal() = 775064437, SCIPgetMemExternEstim() = 642393309
1.78/1.83	c ** set memory limit for presolving in LC to 8.79163e+12 for SCIP **
21.40/21.52	c ** Estimated virtualMemUsedAtSolver = 2408796935, getVmSize() = 3117826048, SCIPgetMemUsed() = 1817272638, SCIPgetMemTotal() = 2970802094, SCIPgetMemExternEstim() = 642393309
21.40/21.52	c ** set memory limit for solvers to 4.18103e+11 for each SCIP **
21.40/21.52	c Original Problem   :
21.40/21.52	c   Problem name     : instance-4465218-1723588999
21.40/21.52	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
21.40/21.52	c   Constraints      : 656900
21.40/21.52	c   Objective sense  : minimize
21.40/21.52	c Presolved Problem  :
21.40/21.52	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
21.40/21.52	c   Constraints      : 656900
21.40/21.52	c Constraints        : Number
21.40/21.52	c   setppc           : 656700 
21.40/21.52	c   logicor          : 200 
21.40/21.52	c ** Instance transfer method used: 0
22.30/22.44	c ** ParaScipInstance copy does not increase the number of variables. **
35.88/36.03	c LC is working with racing ramp-up and with rebuilding tree after racing.
35.88/36.03	c                                Nodes    Active                                            
35.88/36.03	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
532.34/61.80	c *      62              0           1        20        4893.0000                -          -
532.34/61.80	c        62              0           1        20        4893.0000                -          -
933.45/82.51	c *      83              0           1        20        4803.0000                -          -
933.45/82.51	c        83              0           1        20        4803.0000                -          -
1186.95/95.35	c        95              2           1        20        4803.0000           0.0000          -
1309.00/101.59	c       102              2           1        20        4803.0000           0.0000          -
1396.65/106.20	c *     106              2           1        20        4689.0000           0.0000          -
1459.36/109.40	c       109              2           1        20        4689.0000           0.0000          -
1566.40/114.74	c       115              2           1        20        4689.0000           0.0000          -
1703.29/121.63	c       122              4           3        20        4689.0000           0.0000          -
1870.58/130.10	c       130              4           3        20        4689.0000           0.0000          -
1972.92/135.25	c       135              4           3        20        4689.0000           0.0000          -
2085.67/140.97	c *     141             22          21        20        4548.0000           0.0000          -
2085.67/140.97	c       141             22          21        20        4548.0000           0.0000          -
2422.58/157.90	c       158             22          21        20        4548.0000           0.0000          -
2524.35/163.10	c       163             41          42        20        4548.0000           0.0000          -
2626.37/168.21	c *     168             41          42        20        4448.0000           0.0000          -
2626.37/168.21	c       168             41          42        20        4448.0000           0.0000          -
2731.48/173.58	c       174             42          41        20        4448.0000           0.0000          -
2878.19/180.96	c       181             42          41        20        4448.0000           0.0000          -
2989.15/186.56	c       187             43          42        20        4448.0000           0.0000          -
3178.13/196.08	c       196             62          61        20        4448.0000           0.0000          -
3279.24/201.14	c       201             62          61        20        4448.0000           0.0000          -
3421.29/208.35	c       208             63          62        20        4448.0000           0.0000          -
3522.32/213.46	c       213             63          62        20        4448.0000           0.0000          -
3623.46/218.54	c       219             63          62        20        4448.0000           0.0000          -
3728.15/223.85	c *     224             92          91        20        4403.0000           0.0000          -
3728.15/223.85	c       224             92          91        20        4403.0000           0.0000          -
3735.75/224.28	c *     224             92          91        20        4402.0000           0.0000          -
4076.50/241.42	c       241             82          81        20        4402.0000           0.0000          -
4181.72/246.78	c       247            123         122        20        4402.0000           0.0000          -
4231.12/249.26	c *     249            123         122        20        4332.0000           0.0000          -
4282.31/252.00	c       252            102         101        20        4332.0000           0.0000          -
4394.99/257.65	c       258            182         181        20        4332.0000           0.0000          -
4504.92/263.18	c       263            162         161        20        4332.0000           0.0000          -
4605.07/268.26	c       268            242         241        20        4332.0000           0.0000          -
4698.03/273.01	c *     273            242         241        20        4284.0000           0.0000          -
4713.68/273.78	c       274            242         241        20        4284.0000           0.0000          -
4824.57/279.36	c       279            212         211        20        4284.0000           0.0000          -
4941.55/285.21	c       285            233         232        20        4284.0000           0.0000          -
5147.66/295.63	c       296            303         302        20        4284.0000           0.0000          -
5288.47/302.72	c       303            303         302        20        4284.0000           0.0000          -
5462.97/311.59	c       312            321         322        20        4284.0000           0.0000          -
5597.79/318.35	c       318            442         441        20        4284.0000           0.0000          -
5825.87/329.88	c       330            382         381        20        4284.0000           0.0000          -
5929.73/335.11	c       335            462         463        20        4284.0000           0.0000          -
6044.02/340.86	c       341            412         413        20        4284.0000           0.0000          -
6055.91/341.43	c *     341            412         413        20        4226.0000           0.0000          -
6161.03/346.71	c       347            482         481        20        4226.0000           0.0000          -
6170.65/347.27	c *     347            402         403        20        4128.0000           0.0000          -
6279.48/352.78	c       353            422         421        20        4128.0000           0.0000          -
6387.41/358.19	c       358            482         481        20        4128.0000           0.0000          -
6497.50/363.73	c       364            482         481        20        4128.0000           0.0000          -
6648.21/371.38	c       371            482         481        20        4128.0000           0.0000          -
6785.06/378.20	c       378            522         521        20        4128.0000           0.0000          -
6905.98/384.36	c       384            522         521        20        4128.0000           0.0000          -
7019.73/390.14	c       390            522         521        20        4128.0000           0.0000          -
7134.04/395.89	c       396            522         521        20        4128.0000           0.0000          -
7241.12/401.22	c       401            662         661        20        4128.0000           0.0000          -
7254.45/401.94	c *     402            662         661        20        4125.0000           0.0000          -
7359.43/407.22	c       407            642         641        20        4125.0000           0.0000          -
7475.25/413.08	c       413            762         761        20        4125.0000           0.0000          -
7591.55/419.03	c       419            762         761        20        4125.0000           0.0000          -
7710.40/425.00	c       425            762         761        20        4125.0000           0.0000          -
7823.43/430.64	c       431            801         802        20        4125.0000           0.0000          -
7926.55/435.90	c       436           1042        1041        20        4125.0000           0.0000          -
8047.56/441.98	c       442           1042        1041        20        4125.0000           0.0000          -
8144.30/446.88	c *     447           1111          61        20        4066.0000           0.0000          -
8153.82/447.34	c *     447           1111          61        20        4038.0000           0.0000          -
8153.82/447.34	c       447           1111          61        20        4038.0000           0.0000          -
8252.95/452.38	c       452           1050           0        20        4038.0000           0.0000          -
8300.14/454.74	c *     455           1071          21        20        3960.0000           0.0000          -
8361.57/457.89	c       458           1090          42        20        3960.0000           0.0000          -
8452.38/462.41	c *     462           1091          41        20        3869.0000           0.0000          -
8462.17/462.92	c       463           1579         529        20        3869.0000           0.0000          -
8567.17/468.23	c       468           1121          71        20        3869.0000           0.0000          -
8668.23/473.39	c       473           1851         801        20        3869.0000           0.0000          -
8775.32/478.70	c       479           1851         801        20        3869.0000           0.0000          -
8874.32/483.78	c       484           1851         801        20        3869.0000           0.0000          -
8987.36/489.50	c       490           1831         781        20        3869.0000           0.0000          -
9110.33/495.62	c       496           1831         781        20        3869.0000           0.0000          -
9223.36/501.35	c       501           1771         721        20        3869.0000           0.0000          -
9330.31/506.79	c       507           2431        1381        20        3869.0000           0.0000          -
9433.47/511.96	c       512           1891         841        20        3869.0000           0.0000          -
9537.31/517.16	c       517           2011         961        20        3869.0000           0.0000          -
9615.40/521.14	c *     521           3011        1961        20        3828.0000           0.0000          -
9636.46/522.27	c       522           3011        1961        20        3828.0000           0.0000          -
9759.25/528.50	c       528           2651        1601        20        3828.0000           0.0000          -
9987.24/540.01	c       540           2291        1241        20        3828.0000           0.0000          -
10096.25/545.41	c       545           2700        1652        20        3828.0000           0.0000          -
10203.33/550.82	c       551           2730        1682        20        3828.0000           0.0000          -
10307.34/556.10	c       556           3231        2181        20        3828.0000           0.0000          -
10377.48/559.66	c *     560           3231        2181        20        3737.0000           0.0000          -
10411.07/561.36	c       561           3231        2181        20        3737.0000           0.0000          -
10541.90/567.96	c       568           2871        1821        20        3737.0000           0.0000          -
10649.05/573.35	c       573           2871        1821        20        3737.0000           0.0000          -
10765.82/579.21	c       579           2731        1681        20        3737.0000           0.0000          -
10874.82/584.78	c       585           3351        2301        20        3737.0000           0.0000          -
10985.86/590.38	c       590           3351        2301        20        3737.0000           0.0000          -
11090.95/595.70	c       596           3051        2001        20        3737.0000           0.0000          -
11192.09/600.79	c       601           3051        2001        20        3737.0000           0.0000          -
11362.64/609.37	c       609           3371        2321        20        3737.0000           0.0000          -
11471.65/614.83	c       615           3371        2321        20        3737.0000           0.0000          -
11582.63/620.41	c       620           3110        2062        20        3737.0000           0.0000          -
11683.76/625.54	c       626           3378        2328        20        3737.0000           0.0000          -
11790.86/630.91	c       631           3378        2328        20        3737.0000           0.0000          -
11863.88/634.69	c *     635           3378        2328        20        3676.0000           0.0000          -
11897.41/636.36	c       636           3371        2321        20        3676.0000           0.0000          -
11998.55/641.49	c       641           3371        2321        20        3676.0000           0.0000          -
12147.33/648.93	c       649           4253        3203        20        3676.0000           0.0000          -
12251.16/654.19	c       654           4253        3203        20        3676.0000           0.0000          -
12436.65/663.60	c       664           3451        2401        20        3676.0000           0.0000          -
12557.51/669.61	c       670           4651        3601        20        3676.0000           0.0000          -
12656.64/674.65	c       675           4653        3603        20        3676.0000           0.0000          -
12767.71/680.23	c       680           4111        3061        20        3676.0000           0.0000          -
12868.96/685.40	c       685           4411        3361        20        3676.0000           0.0000          -
12987.90/691.32	c       691           5251        4201        20        3676.0000           0.0000          -
13101.83/697.13	c       697           5251        4201        20        3676.0000           0.0000          -
13203.96/702.25	c       702           5251        4201        20        3676.0000           0.0000          -
13305.11/707.33	c       707           5251        4201        20        3676.0000           0.0000          -
13406.26/712.40	c       712           5251        4201        20        3676.0000           0.0000          -
13455.38/714.90	c *     715           5262        4212        20        3618.0000           0.0000          -
13506.91/717.50	c       718           5262        4212        20        3618.0000           0.0000          -
13614.05/722.98	c       723           5262        4212        20        3618.0000           0.0000          -
13742.91/729.46	c       729           5531        4481        20        3618.0000           0.0000          -
13871.81/735.93	c       736           5531        4481        20        3618.0000           0.0000          -
14000.71/742.43	c       742           5570        4522        20        3618.0000           0.0000          -
14109.76/747.98	c       748           5292        4242        20        3618.0000           0.0000          -
14216.85/753.30	c       753           5292        4242        20        3618.0000           0.0000          -
14392.31/762.18	c       762           5926        4876        20        3618.0000           0.0000          -
14532.10/769.24	c       769           5926        4876        20        3618.0000           0.0000          -
14645.09/775.02	c       775           5898        4850        20        3618.0000           0.0000          -
14752.11/780.30	c       780           5891        4841        20        3618.0000           0.0000          -
14868.18/786.20	c       786           5891        4841        20        3618.0000           0.0000          -
14916.16/788.62	c *     789           5891        4841        20        3540.0000           0.0000          -
15019.19/793.83	c       794           6251        5201        20        3540.0000           0.0000          -
15177.83/801.80	c       802           6777        5727        20        3540.0000           0.0000          -
15298.82/807.95	c       808           6272        5222        20        3540.0000           0.0000          -
15420.72/814.10	c       814           5952        4902        20        3540.0000           0.0000          -
15522.77/819.21	c       819           5952        4902        20        3540.0000           0.0000          -
15625.91/824.47	c       824           6611        5561        20        3540.0000           0.0000          -
15774.65/831.97	c       832           7036        5986        20        3540.0000           0.0000          -
15883.66/837.42	c       837           7036        5986        20        3540.0000           0.0000          -
15990.76/842.89	c       843           7163        6113        20        3540.0000           0.0000          -
16094.66/848.11	c       848           7152        6102        20        3540.0000           0.0000          -
16195.79/853.17	c       853           7152        6102        20        3540.0000           0.0000          -
16298.20/858.36	c       858           7152        6102        20        3540.0000           0.0000          -
16312.61/859.12	c *     859           7152        6102        20        3503.0000           0.0000          -
16408.88/863.98	c       864           7170        6122        20        3503.0000           0.0000          -
16662.43/876.71	c       877           7251        6201        20        3503.0000           0.0000          -
16773.43/882.39	c       882           8272        7222        20        3503.0000           0.0000          -
16876.54/887.58	c       888           8370        7322        20        3503.0000           0.0000          -
16981.29/892.84	c       893           8731        7681        20        3503.0000           0.0000          -
17138.06/900.79	c       901           7871        6821        20        3503.0000           0.0000          -
17239.24/905.88	c       906           9091        8041        20        3503.0000           0.0000          -
17366.23/912.27	c       912           9091        8041        20        3503.0000           0.0000          -
17487.25/918.38	c       918           9091        8041        20        3503.0000           0.0000          -
17697.55/929.00	c       929           9130        8082        20        3503.0000           0.0000          -
17799.14/934.11	c       934           9130        8082        20        3503.0000           0.0000          -
17905.61/939.43	c       939           9130        8082        20        3503.0000           0.0000          -
18008.72/944.68	c       945           9130        8082        20        3503.0000           0.0000          -
18119.79/950.23	c       950          10291        9241        20        3503.0000           1.0000          -
18218.99/955.28	c       955          10536        9298        20        3503.0000           1.0000          -
18325.95/960.66	c       961          10750        9282        20        3503.0000           1.0000          -
18433.82/966.09	c       966          10750        9282        20        3503.0000           1.0000          -
18540.21/971.47	c       971          10470        9240        20        3503.0000           1.0000          -
18647.36/976.83	c       977          10531        9211        20        3503.0000           1.0000          -
18760.43/982.55	c       983          10671        9166        20        3503.0000           1.0000          -
18865.54/987.84	c       988          10671        9166        20        3503.0000           1.0000          -
18969.42/993.07	c       993          10830         121        20        3503.0000           1.0000          -
19071.87/998.27	c       998          12394        1601        20        3503.0000           1.0000          -
19173.04/1003.36	c      1003          11430         721        20        3503.0000           1.0000          -
19278.18/1008.60	c      1009          11740        1031        20        3503.0000           1.0000          -
19377.37/1013.67	c      1014          13612        2861        20        3503.0000           1.0000          -
19485.19/1019.08	c      1019          12390        1681        20        3503.0000           1.0000          -
19587.65/1024.20	c      1024          12710        2001        20        3503.0000           1.0000          -
19694.80/1029.66	c      1030          15212        4461        20        3503.0000           1.0000          -
19797.98/1034.90	c      1035          13610        2901        20        3503.0000           1.0000          -
19905.12/1040.22	c      1040          14170        3461        20        3503.0000           1.0000          -
20010.31/1045.59	c      1046          14770        4061        20        3503.0000           1.0000          -
20120.20/1051.08	c      1051          17932        7181        20        3503.0000           1.0000          -
20219.41/1056.09	c      1056          16121        5412        20        3503.0000           1.0000          -
20324.00/1061.36	c      1061          16920        6211        20        3503.0000           1.0000          -
20427.32/1066.59	c      1067          20179        9167        20        3503.0000           1.0000          -
20528.41/1071.66	c      1072          20318        9209        20        3503.0000           1.0000          -
20631.63/1076.86	c      1077          19350        8641        20        3503.0000           1.0000          -
20732.87/1081.90	c      1082          19890        9181        20        3503.0000           1.0000          -
20834.74/1087.13	c      1087          20203        9166        20        3503.0000           1.0000          -
20943.27/1092.53	c      1093          21978        1541        20        3503.0000           1.0000          -
21048.51/1097.83	c      1098          20755         423        20        3503.0000           1.0000          -
21149.77/1102.94	c      1103          23178        2741        20        3503.0000           1.0000          -
21253.71/1108.15	c      1108          23838        3401        20        3503.0000           1.0000          -
21354.27/1113.26	c      1113          24538        4101        20        3503.0000           1.0000          -
21453.47/1118.28	c      1118          26436        5981        20        3503.0000           1.0000          -
21554.77/1123.40	c      1123          27336        6881        20        3503.0000           1.0000          -
21656.05/1128.49	c      1128          26758        6321        20        3503.0000           1.0000          -
21763.33/1133.82	c      1134          24873        4541        20        3503.0000           1.0000          -
21867.23/1139.08	c      1139          25633        5301        20        3503.0000           1.0000          -
21971.06/1144.31	c      1144          26433        6101        20        3503.0000           1.0000          -
22078.19/1149.71	c      1150          30044        8658        20        3503.0000           1.0000          -
22179.29/1154.87	c      1155          30044        8658        20        3503.0000           1.0000          -
22283.18/1160.10	c      1160          29125        8699        20        3503.0000           1.0000          -
22389.54/1165.48	c      1165          30922         824        20        3503.0000           1.0000          -
22498.66/1170.91	c      1171          31646        1381        20        3503.0000           1.0000          -
22603.77/1176.21	c      1176          32246        1981        20        3503.0000           1.0000          -
22708.84/1181.56	c      1182          29751        8697        20        3503.0000           1.0000          -
22809.86/1186.62	c      1187          29751        8697        20        3503.0000           1.0000          -
22919.84/1192.15	c      1192          30134         321        20        3503.0000           1.0000          -
23025.96/1197.51	c      1198          34846        4581        20        3503.0000           1.0000          -
23129.09/1202.74	c      1203          31174        1361        20        3503.0000           1.0000          -
23232.11/1207.98	c      1208          36259        6161        20        3503.0000           1.0000          -
23339.18/1213.36	c      1213          37159        7061        20        3503.0000           1.0000          -
23444.16/1218.61	c      1219          38119        8021        20        3503.0000           1.0000          -
23547.29/1223.85	c      1224          39000        8381        20        3503.0000           1.0000          -
23651.03/1229.10	c      1229          39690        8491        20        3503.0000           1.0000          -
23757.37/1234.43	c      1234          40125        8379        20        3503.0000           1.0000          -
23862.42/1239.74	c      1240          40512        8488        20        3503.0000           1.0000          -
23963.51/1244.86	c      1245          40683         521        20        3503.0000           1.0000          -
24062.61/1249.86	c      1250          41095         521        20        3503.0000           1.0000          -
24163.68/1254.98	c      1255          41610        1036        20        3503.0000           1.0000          -
24265.38/1260.11	c      1260          42263        2101        20        3503.0000           1.0000          -
24364.40/1265.13	c      1265          39407        8504        20        3503.0000           1.0000          -
24466.79/1270.27	c      1270          43235        2661        20        3503.0000           1.0000          -
24571.81/1275.53	c      1276          43847        3273        20        3503.0000           1.0000          -
24676.84/1280.82	c      1281          40270        8502        20        3503.0000           1.0000          -
24780.80/1286.12	c      1286          40400         121        20        3503.0000           1.0000          -
24888.89/1291.55	c      1292          45995        5421        20        3503.0000           1.0000          -
24993.93/1296.86	c      1297          41417        1138        20        3503.0000           1.0000          -
25099.70/1302.18	c      1302          41980        1701        20        3503.0000           1.0000          -
25202.02/1307.35	c      1307          42580        2301        20        3503.0000           1.0000          -
25307.08/1312.64	c      1313          43180        2901        20        3503.0000           1.0000          -
25408.15/1317.74	c      1318          43840        3561        20        3503.0000           1.0000          -
25509.23/1322.83	c      1323          50108        7894        20        3503.0000           1.0000          -
25610.31/1327.91	c      1328          50238        7899        20        3503.0000           1.0000          -
25709.40/1332.93	c      1333          45920        5641        20        3503.0000           1.0000          -
25816.40/1338.31	c      1338          52208        8337        20        3503.0000           1.0000          -
25919.46/1343.54	c      1344          52208        8337        20        3503.0000           1.0000          -
26022.52/1348.75	c      1349          51054        7900        20        3503.0000           1.0000          -
26125.50/1353.97	c      1354          49098        8439        20        3503.0000           1.0000          -
26224.59/1359.02	c      1359          49440        8436        20        3503.0000           1.0000          -
26329.62/1364.22	c      1364          54134        1881        20        3503.0000           1.0000          -
26434.67/1369.55	c      1370          53052        1921        20        3503.0000           1.0000          -
26453.44/1370.54	c *    1371          53172        2041        20        3446.0000           1.0000          -
26531.91/1374.57	c *    1375          50814        8426        20        3366.0000           1.0000          -
26531.91/1374.57	c      1375          50814        8426        20        3366.0000           1.0000          -
26636.68/1379.82	c      1380          54172        3041        20        3366.0000           1.0000          -
26737.72/1384.96	c      1385          51020        8424        20        3366.0000           1.0000          -
26836.68/1389.97	c      1390          51020        8424        20        3366.0000           1.0000          -
26935.68/1394.98	c      1395          51055        8437        20        3366.0000           1.0000          -
27037.47/1400.12	c      1400          51055        8437        20        3366.0000           1.0000          -
27141.86/1405.33	c      1405          51055        8437        20        3366.0000           1.0000          -
27242.89/1410.48	c      1410          59414        7161        20        3366.0000           1.0000          -
27351.99/1416.02	c      1416          59414        7161        20        3366.0000           1.0000          -
27453.62/1421.12	c      1421          51186        8426        20        3366.0000           1.0000          -
27561.18/1426.58	c *    1427          51282        8425        20        3327.0000           1.0000          -
27561.18/1426.58	c      1427          51282        8425        20        3327.0000           1.0000          -
27677.77/1432.41	c      1432          58852        7721        20        3327.0000           1.0000          -
27789.20/1438.06	c      1438          58852        7721        20        3327.0000           1.0000          -
27901.61/1443.74	c      1444          51938        8429        20        3327.0000           1.0000          -
28000.55/1448.79	c      1449          51973           0        20        3327.0000           1.0000          -
28101.60/1453.85	c      1454          61403        8278        20        3327.0000           1.0000          -
28202.65/1459.01	c      1459          60613        7966        20        3327.0000           1.0000          -
28306.31/1464.16	c      1464          53454        1481        20        3327.0000           1.0000          -
28405.57/1469.18	c      1469          61166        7901        20        3327.0000           1.0000          -
28507.77/1474.39	c      1474          61166        7901        20        3327.0000           1.0000          -
28614.76/1479.70	c      1480          62272        8255        20        3327.0000           1.0000          -
28720.44/1485.12	c      1485          61282        7913        20        3327.0000           1.0000          -
28822.76/1490.29	c      1490          62610        8256        20        3327.0000           1.0000          -
28927.63/1495.57	c      1496          61974        7898        20        3327.0000           1.0000          -
29028.58/1500.69	c      1501          58594        6621        20        3327.0000           1.0000          -
29131.47/1505.84	c      1506          62672        7893        20        3327.0000           1.0000          -
29232.40/1511.02	c      1511          62672        7893        20        3327.0000           1.0000          -
29337.34/1516.23	c      1516          63701        8256        20        3327.0000           1.0000          -
29436.28/1521.26	c      1521          63701        8256        20        3327.0000           1.0000          -
29537.37/1526.35	c      1526          63551        7892        20        3327.0000           1.0000          -
29644.44/1531.74	c      1532          64219        8251        20        3327.0000           1.0000          -
29747.58/1536.99	c      1537          64444        8249        20        3327.0000           1.0000          -
29851.45/1542.16	c      1542          61776        8212        20        3327.0000           1.0000          -
29951.86/1547.28	c      1547          65089        8254        20        3327.0000           1.0000          -
30055.05/1552.47	c      1552          62251        8214        20        3327.0000           1.0000          -
30156.28/1557.53	c      1558          64939        7888        20        3327.0000           1.0000          -
30277.12/1563.61	c      1564          64939        7888        20        3327.0000           1.0000          -
30380.31/1568.87	c      1569          64939        7888        20        3327.0000           1.0000          -
30487.44/1574.21	c      1574          66094        8255        20        3327.0000           1.0000          -
30588.65/1579.39	c      1579          63079        8211        20        3327.0000           1.0000          -
30691.87/1584.51	c      1585          63079        8211        20        3327.0000           1.0000          -
30790.89/1589.55	c      1590          63079        8211        20        3327.0000           1.0000          -
30896.19/1594.85	c      1595          66040         421        20        3327.0000           1.0000          -
30997.26/1599.99	c      1600          66540         921        20        3327.0000           1.0000          -
31024.05/1601.36	c *    1601          66640        1021        20         601.0000           1.0000          -
31094.91/1605.01	c      1605          63430        8220        20         601.0000           1.0000          -
31200.53/1610.33	c      1610          63430        8220        20         601.0000           1.0000          -
31301.68/1615.46	c      1615          68948        2061        20         601.0000           1.0000          -
31410.83/1620.98	c      1621          68740        3121        20         601.0000           1.0000          -
31510.27/1626.05	c *    1626          63629        8296        20         532.0000           1.0000          -
31510.27/1626.05	c      1626          63629        8296        20         532.0000           1.0000          -
31515.07/1626.33	c *    1626          63629        8296        20         530.0000           1.0000          -
31618.12/1631.55	c      1632          63629        8296        20         530.0000           1.0000          -
31720.34/1636.77	c      1637          63630        8293        20         530.0000           1.0000          -
31821.34/1641.89	c      1642          72308        5421        20         530.0000           1.0000          -
31930.06/1647.39	c      1647          63892        8279        20         530.0000           1.0000          -
32031.00/1652.48	c      1652          63892        8279        20         530.0000           1.0000          -
32132.26/1657.58	c      1658          63892        8279        20         530.0000           1.0000          -
32235.50/1662.74	c      1663          73339        7700        20         530.0000           1.0000          -
32336.75/1667.87	c      1668          73478        7841        20         530.0000           1.0000          -
32436.02/1672.88	c      1673          75259        7971        20         530.0000           1.0000          -
32545.21/1678.37	c      1678              2           1        20         530.0000         208.9068    153.70%
32648.25/1683.53	c      1684              2           1        20         530.0000         208.9068    153.70%
32753.47/1688.80	c      1689              2           1        20         530.0000         208.9068    153.70%
32852.75/1693.88	c      1694              2           1        20         530.0000         209.0337    153.55%
32954.02/1698.96	c      1699              2           1        20         530.0000         209.0337    153.55%
33063.20/1704.43	c      1704              2           1        20         530.0000         209.0337    153.55%
33164.47/1709.58	c      1710              2           1        20         530.0000         209.0337    153.55%
33267.72/1714.75	c      1715              2           1        20         530.0000         209.0337    153.55%
33370.97/1719.93	c      1720              2           1        20         530.0000         209.0337    153.55%
33476.19/1725.25	c      1725              2           1        20         530.0000         209.0337    153.55%
33581.44/1730.57	c      1731              2           1        20         530.0000         209.1431    153.42%
33693.30/1736.15	c      1736              2           1        20         530.0000         209.1431    153.42%
33799.83/1741.59	c      1742              2           1        20         530.0000         209.1431    153.42%
33901.11/1746.67	c      1747              2           1        20         530.0000         209.2667    153.27%
34002.40/1751.77	c      1752              2           1        20         530.0000         209.2667    153.27%
34103.69/1756.85	c      1757              2           1        20         530.0000         209.2667    153.27%
34204.95/1761.97	c      1762              2           1        20         530.0000         209.2667    153.27%
34304.22/1767.03	c      1767              2           1        20         530.0000         209.2667    153.27%
34411.43/1772.39	c      1772              2           1        20         530.0000         209.2667    153.27%
34512.67/1777.47	c      1777              2           1        20         530.0000         209.2667    153.27%
34613.95/1782.59	c      1783              2           1        20         530.0000         209.2667    153.27%
34717.23/1787.73	c      1788              2           1        20         530.0000         209.2667    153.27%
34816.52/1792.76	c      1793              2           1        20         530.0000         209.2667    153.27%
34917.81/1797.81	c      1798              3           2        20         530.0000         209.2667    153.27%
35021.72/1803.12	c      1803              3           2        20         530.0000         209.2667    153.27%
35123.20/1808.17	c      1808              3           2        20         530.0000         209.2667    153.27%
35227.50/1813.46	c      1813              3           2        20         530.0000         209.2667    153.27%
35330.76/1818.61	c      1819              3           2        20         530.0000         209.2667    153.27%
35430.06/1823.69	c      1824              3           2        20         530.0000         209.2667    153.27%
35531.33/1828.71	c      1829              3           2        20         530.0000         209.2667    153.27%
35632.60/1833.81	c      1834              3           2        20         530.0000         209.2667    153.27%
35741.80/1839.36	c      1839              3           2        20         530.0000         209.2667    153.27%
35847.06/1844.62	c      1845              3           2        20         530.0000         209.2667    153.27%
35946.32/1849.63	c      1850              3           2        20         530.0000         209.2667    153.27%
36047.62/1854.74	c      1855              3           2        20         530.0000         209.2667    153.27%
36148.88/1859.83	c      1860              4           3        20         530.0000         209.2667    153.27%
36250.14/1864.99	c      1865              4           3        20         530.0000         209.2667    153.27%
36355.35/1870.28	c      1870              4           3        20         530.0000         209.2667    153.27%
36456.61/1875.35	c      1875              4           3        20         530.0000         209.2667    153.27%
36559.85/1880.53	c      1881              4           3        20         530.0000         209.2667    153.27%
36659.12/1885.55	c      1886              4           3        20         530.0000         209.2667    153.27%
36760.43/1890.60	c      1891              4           3        20         530.0000         209.2667    153.27%
36859.76/1895.61	c      1896              4           3        20         530.0000         209.2667    153.27%
36963.05/1900.89	c      1901              4           3        20         530.0000         209.2667    153.27%
37070.31/1906.23	c      1906              4           3        20         530.0000         209.2667    153.27%
37177.60/1911.62	c      1912              5           4        20         530.0000         209.2667    153.27%
37276.93/1916.68	c      1917              5           4        20         530.0000         209.2667    153.27%
37382.24/1921.97	c      1922              5           4        20         530.0000         209.2667    153.27%
37486.33/1927.15	c      1927              5           4        20         530.0000         209.2667    153.27%
37590.70/1932.44	c      1932              5           4        20         530.0000         209.2667    153.27%
37699.93/1938.03	c      1938              5           4        20         530.0000         209.2667    153.27%
37805.17/1943.28	c      1943              5           4        20         530.0000         209.2667    153.27%
37906.44/1948.32	c      1948              5           4        20         530.0000         209.2667    153.27%
38007.71/1953.47	c      1953              5           4        20         530.0000         209.2667    153.27%
38110.93/1958.67	c      1959              5           4        20         530.0000         209.2667    153.27%
38214.19/1963.85	c      1964              6           5        20         530.0000         209.2667    153.27%
38315.33/1969.00	c      1969              6           5        20         530.0000         209.2667    153.27%
38414.57/1974.02	c      1974              6           5        20         530.0000         209.2667    153.27%
38518.52/1979.19	c      1979              6           5        20         530.0000         209.2667    153.27%
38620.95/1984.38	c      1984              6           5        20         530.0000         209.2667    153.27%
38722.21/1989.42	c      1989              6           5        20         530.0000         209.2667    153.27%
38823.45/1994.53	c      1995              6           5        20         530.0000         209.2667    153.27%
38926.67/1999.79	c      2000              6           5        20         530.0000         209.2667    153.27%
39027.85/2004.83	c      2005              6           5        20         530.0000         209.2667    153.27%
39129.11/2009.93	c      2010              7           6        20         530.0000         209.2667    153.27%
39233.09/2015.15	c      2015              7           6        20         530.0000         209.2667    153.27%
39333.55/2020.22	c      2020              7           6        20         530.0000         209.2667    153.27%
39434.63/2025.36	c      2025              7           6        20         530.0000         209.2667    153.27%
39539.71/2030.67	c      2031              7           6        20         530.0000         209.2667    153.27%
39642.70/2035.82	c      2036              7           6        20         530.0000         209.2667    153.27%
39746.23/2041.05	c      2041              7           6        20         530.0000         209.2667    153.27%
39845.18/2046.08	c      2046              7           6        20         530.0000         209.2667    153.27%
39947.58/2051.20	c      2051              7           6        20         530.0000         209.2667    153.27%
40052.47/2056.56	c      2057              7           6        20         530.0000         209.2667    153.27%
40155.67/2061.72	c      2062              7           6        20         530.0000         209.2667    153.27%
40256.06/2066.87	c      2067              7           6        20         530.0000         209.2667    153.27%
40355.32/2071.89	c      2072              7           6        20         530.0000         209.2667    153.27%
40462.48/2077.20	c      2077              7           6        20         530.0000         209.2667    153.27%
40561.66/2082.27	c      2082              8           7        20         530.0000         209.2667    153.27%
40662.46/2087.38	c      2087              8           7        20         530.0000         209.2667    153.27%
40771.60/2092.81	c      2093              8           7        20         530.0000         209.2667    153.27%
40878.76/2098.24	c      2098              8           7        20         530.0000         209.2667    153.27%
40977.97/2103.25	c      2103              8           7        20         530.0000         209.2667    153.27%
41077.15/2108.29	c      2108              8           7        20         530.0000         209.2667    153.27%
41178.40/2113.35	c      2113              8           7        20         530.0000         209.2667    153.27%
41279.65/2118.48	c      2118              8           7        20         530.0000         209.2667    153.27%
41380.89/2123.53	c      2124              8           7        20         530.0000         209.2667    153.27%
41479.80/2128.59	c      2129              9           8        20         530.0000         209.2667    153.27%
41582.63/2133.78	c      2134              9           8        20         530.0000         209.2667    153.27%
41691.79/2139.29	c      2139              9           8        20         530.0000         209.2667    153.27%
41793.04/2144.32	c      2144              9           8        20         530.0000         209.2667    153.27%
41892.31/2149.33	c      2149              9           8        20         530.0000         209.2667    153.27%
41991.45/2154.34	c      2154              9           8        20         530.0000         209.2667    153.27%
42098.65/2159.70	c      2160              9           8        20         530.0000         209.2667    153.27%
42197.85/2164.80	c      2165              9           8        20         530.0000         209.2667    153.27%
42301.02/2170.03	c      2170              9           8        20         530.0000         209.2667    153.27%
42405.89/2175.28	c      2175              9           8        20         530.0000         209.2667    153.27%
42515.08/2180.70	c      2181              9           8        20         530.0000         209.2667    153.27%
42614.36/2185.78	c      2186              9           8        20         530.0000         209.2667    153.27%
42723.56/2191.28	c      2191              9           8        20         530.0000         209.2667    153.27%
42836.41/2196.97	c      2197             10           9        20         530.0000         209.2667    153.27%
42947.59/2202.53	c      2203             10           9        20         530.0000         209.2667    153.27%
43050.84/2207.74	c      2208             10           9        20         530.0000         209.2667    153.27%
43154.09/2212.97	c      2213             10           9        20         530.0000         209.2667    153.27%
43253.00/2218.00	c      2218             10           9        20         530.0000         209.2667    153.27%
43354.37/2223.04	c      2223             10           9        20         530.0000         209.2667    153.27%
43455.80/2228.15	c      2228             10           9        20         530.0000         209.2667    153.27%
43558.15/2233.30	c      2233             10           9        20         530.0000         209.2667    153.27%
43661.41/2238.51	c      2239             10           9        20         530.0000         209.2667    153.27%
43759.56/2243.55	c      2244             10           9        20         530.0000         209.2667    153.27%
43862.81/2248.77	c      2249             10           9        20         530.0000         209.2667    153.27%
43964.09/2253.89	c      2254             10           9        20         530.0000         209.2667    153.27%
44065.36/2258.91	c      2259             10           9        20         530.0000         209.2667    153.27%
44167.38/2264.09	c      2264             10           9        20         530.0000         209.2667    153.27%
44267.76/2269.18	c      2269             10           9        20         530.0000         209.2667    153.27%
44368.28/2274.25	c      2274             10           9        20         530.0000         209.2667    153.27%
44471.42/2279.41	c      2279             11          10        20         530.0000         209.2667    153.27%
44574.66/2284.65	c      2285             11          10        20         530.0000         209.2667    153.27%
44677.66/2289.86	c      2290             11          10        20         530.0000         209.2667    153.27%
44784.81/2295.26	c      2295             11          10        20         530.0000         209.2667    153.27%
44886.03/2300.38	c      2300             11          10        20         530.0000         209.2667    153.27%
44986.13/2305.42	c      2305             11          10        20         530.0000         209.2667    153.27%
45091.24/2310.72	c      2311             11          10        20         530.0000         209.2667    153.27%
45188.95/2315.75	c      2316             11          10        20         530.0000         209.2667    153.27%
45290.21/2320.87	c      2321             11          10        20         530.0000         209.2667    153.27%
45392.56/2326.06	c      2326             11          10        20         530.0000         209.2667    153.27%
45497.02/2331.37	c      2331             11          10        20         530.0000         209.2667    153.27%
45600.01/2336.55	c      2337             11          10        20         530.0000         209.2667    153.27%
45700.86/2341.64	c      2342             11          10        20         530.0000         209.2667    153.27%
45800.12/2346.67	c      2347             11          10        20         530.0000         209.2667    153.27%
45908.70/2352.19	c      2352             11          10        20         530.0000         209.2667    153.27%
46008.81/2357.29	c      2357             11          10        20         530.0000         209.2667    153.27%
46107.01/2362.33	c      2362             11          10        20         530.0000         209.2667    153.27%
46205.00/2367.34	c      2367             11          10        20         530.0000         209.2667    153.27%
46305.40/2372.48	c      2372             11          10        20         530.0000         209.2667    153.27%
46407.60/2377.61	c      2378             11          10        20         530.0000         209.2667    153.27%
46519.85/2383.35	c      2383             11          10        20         530.0000         209.2667    153.27%
46621.45/2388.56	c      2389             11          10        20         530.0000         209.2667    153.27%
46722.65/2393.62	c      2394             11          10        20         530.0000         209.2667    153.27%
46821.55/2398.75	c      2399             11          10        20         530.0000         209.2667    153.27%
46922.70/2403.97	c      2404             11          10        20         530.0000         209.2667    153.27%
47018.97/2409.00	c      2409             11          10        20         530.0000         209.2667    153.27%
47124.16/2414.20	c      2414             11          10        20         530.0000         209.2667    153.27%
47225.36/2419.47	c      2419             11          10        20         530.0000         209.2667    153.27%
47329.46/2424.79	c      2425             11          10        20         530.0000         209.2667    153.27%
47429.51/2429.87	c      2430             11          10        20         530.0000         209.2667    153.27%
47536.25/2435.23	c      2435             11          10        20         530.0000         209.2667    153.27%
47636.32/2440.39	c      2440             11          10        20         530.0000         209.2667    153.27%
47736.00/2445.42	c      2445             11          10        20         530.0000         209.2667    153.27%
47835.25/2450.58	c      2451             11          10        20         530.0000         209.2667    153.27%
47939.31/2455.99	c      2456             11          10        20         530.0000         209.2667    153.27%
48038.56/2461.02	c      2461             11          10        20         530.0000         209.2667    153.27%
48138.56/2466.09	c      2466             11          10        20         530.0000         209.2667    153.27%
48236.46/2471.11	c      2471             11          10        20         530.0000         209.2667    153.27%
48333.00/2476.13	c      2476             11          10        20         530.0000         209.2667    153.27%
48436.07/2481.33	c      2481             11          10        20         530.0000         209.2667    153.27%
48539.86/2486.69	c      2487             11          10        20         530.0000         209.2667    153.27%
48639.46/2491.75	c      2492             11          10        20         530.0000         209.2667    153.27%
48740.71/2496.92	c      2497             11          10        20         530.0000         209.2667    153.27%
48843.63/2502.27	c      2502             11          10        20         530.0000         209.2667    153.27%
48943.53/2507.33	c      2507             11          10        20         530.0000         209.2667    153.27%
49042.72/2512.47	c      2512             11          10        20         530.0000         209.2667    153.27%
49142.01/2517.56	c      2518             11          10        20         530.0000         209.2667    153.27%
49243.54/2522.82	c      2523             11          10        20         530.0000         209.2667    153.27%
49343.17/2527.91	c      2528             11          10        20         530.0000         209.2667    153.27%
49441.41/2532.94	c      2533             11          10        20         530.0000         209.2667    153.27%
49543.71/2538.17	c      2538             11          10        20         530.0000         209.2667    153.27%
49642.79/2543.21	c      2543             11          10        20         530.0000         209.2667    153.27%
49741.25/2548.30	c      2548             11          10        20         530.0000         209.2667    153.27%
49845.30/2553.69	c      2554             11          10        20         530.0000         209.2667    153.27%
49943.49/2558.74	c      2559             11          10        20         530.0000         209.2667    153.27%
50041.03/2563.77	c      2564             11          10        20         530.0000         209.2667    153.27%
50143.83/2569.05	c      2569             11          10        20         530.0000         209.2667    153.27%
50241.46/2574.12	c      2574             11          10        20         530.0000         209.2667    153.27%
50341.00/2579.17	c      2579             11          10        20         530.0000         209.2667    153.27%
50440.59/2584.27	c      2584             11          10        20         530.0000         209.2667    153.27%
50542.93/2589.44	c      2589             11          10        20         530.0000         209.2667    153.27%
50643.40/2594.51	c      2595             11          10        20         530.0000         209.2667    153.27%
50746.48/2599.80	c      2600             11          10        20         530.0000         209.2667    153.27%
50844.06/2604.89	c      2605             11          10        20         530.0000         209.2667    153.27%
50943.82/2610.01	c      2610             11          10        20         530.0000         209.2667    153.27%
50954.98/2610.59	c *    2611             11          10        20         506.0000         209.2667    141.80%
51051.41/2615.51	c      2616             11          10        20         506.0000         209.2667    141.80%
51149.69/2620.57	c      2621             11          10        20         506.0000         209.2667    141.80%
51163.78/2621.30	c *    2621             11          10        20         503.0000         209.2667    140.36%
51248.19/2625.65	c      2626             11          10        20         503.0000         209.2667    140.36%
51351.84/2630.99	c      2631             11          10        20         503.0000         209.2667    140.36%
51459.51/2636.45	c      2636             11          10        20         503.0000         209.2667    140.36%
51560.67/2641.52	c      2642             11          10        20         503.0000         209.2667    140.36%
51660.32/2646.78	c      2647             11          10        20         503.0000         209.2667    140.36%
51762.51/2651.96	c      2652             11          10        20         503.0000         209.2667    140.36%
51871.65/2657.52	c      2658             11          10        20         503.0000         209.2667    140.36%
51976.78/2662.86	c      2663             11          10        20         503.0000         209.2667    140.36%
52075.55/2668.02	c      2668             11          10        20         503.0000         209.2667    140.36%
52178.92/2673.14	c      2673             11          10        20         503.0000         209.2667    140.36%
52278.62/2678.25	c      2678             11          10        20         503.0000         209.2667    140.36%
52383.02/2683.53	c      2684             11          10        20         503.0000         209.2667    140.36%
52482.13/2688.55	c      2689             11          10        20         503.0000         209.2667    140.36%
52579.10/2693.72	c      2694             11          10        20         503.0000         209.2667    140.36%
52678.54/2698.83	c      2699             11          10        20         503.0000         209.2667    140.36%
52780.28/2704.12	c      2704             11          10        20         503.0000         209.2667    140.36%
52881.65/2709.17	c      2709             11          10        20         503.0000         209.2667    140.36%
52983.31/2714.33	c      2714             11          10        20         503.0000         209.2667    140.36%
53082.83/2719.56	c      2720             11          10        20         503.0000         209.2667    140.36%
53181.37/2724.57	c      2725             11          10        20         503.0000         209.2667    140.36%
53285.61/2729.85	c      2730             11          10        20         503.0000         209.2667    140.36%
53384.40/2734.86	c      2735             11          10        20         503.0000         209.2667    140.36%
53479.52/2739.88	c      2740             11          10        20         503.0000         209.2667    140.36%
53584.31/2745.24	c      2745             11          10        20         503.0000         209.2667    140.36%
53686.89/2750.53	c      2751             11          10        20         503.0000         209.2667    140.36%
53786.09/2755.58	c      2756             12          11        20         503.0000         209.2667    140.36%
53888.28/2760.79	c      2761             12          11        20         503.0000         209.2667    140.36%
53986.15/2765.82	c      2766             12          11        20         503.0000         209.2667    140.36%
54086.97/2771.14	c      2771             12          11        20         503.0000         209.2667    140.36%
54189.54/2776.21	c      2776             12          11        20         503.0000         209.2667    140.36%
54297.45/2781.78	c      2782             12          11        20         503.0000         209.2667    140.36%
54412.47/2787.71	c      2788             12          11        20         503.0000         209.2667    140.36%
54524.40/2793.48	c      2793             12          11        20         503.0000         209.2667    140.36%
54625.17/2798.51	c      2799             12          11        20         503.0000         209.2667    140.36%
54728.43/2803.75	c      2804             12          11        20         503.0000         209.2667    140.36%
54827.11/2808.83	c      2809             12          11        20         503.0000         209.2667    140.36%
54923.12/2813.89	c      2814             13          12        20         503.0000         209.2667    140.36%
55020.95/2818.93	c      2819             13          12        20         503.0000         209.2667    140.36%
55122.93/2824.04	c      2824             13          12        20         503.0000         209.2667    140.36%
55219.03/2829.11	c      2829             13          12        20         503.0000         209.2667    140.36%
55318.21/2834.23	c      2834             13          12        20         503.0000         209.2667    140.36%
55419.48/2839.42	c      2839             13          12        20         503.0000         209.2667    140.36%
55524.62/2844.75	c      2845             13          12        20         503.0000         209.2667    140.36%
55640.70/2850.62	c      2851             13          12        20         503.0000         209.2667    140.36%
55738.55/2855.63	c      2856             13          12        20         503.0000         209.2667    140.36%
55832.78/2860.65	c      2861             13          12        20         503.0000         209.2667    140.36%
55934.80/2865.82	c      2866             16          15        20         503.0000         209.3131    140.31%
56038.71/2871.13	c      2871             16          15        20         503.0000         209.3131    140.31%
56138.78/2876.24	c      2876             16          15        20         503.0000         209.3131    140.31%
56238.54/2881.42	c      2881             16          15        20         503.0000         209.3131    140.31%
56340.87/2886.67	c      2887             16          15        20         503.0000         209.3131    140.31%
56444.07/2891.85	c      2892             16          15        20         503.0000         209.3131    140.31%
56543.39/2896.91	c      2897             16          15        20         503.0000         209.3131    140.31%
56649.19/2902.34	c      2902             16          15        20         503.0000         209.3131    140.31%
56748.39/2907.55	c      2908             16          15        20         503.0000         209.3131    140.31%
56849.66/2912.64	c      2913             16          15        20         503.0000         209.3131    140.31%
56949.84/2917.71	c      2918             18          17        20         503.0000         209.3131    140.31%
57049.60/2922.86	c      2923             16          15        20         503.0000         210.0754    139.44%
57155.04/2928.30	c      2928             16          15        20         503.0000         210.0754    139.44%
57254.33/2933.32	c      2933             16          15        20         503.0000         210.0754    139.44%
57361.17/2938.75	c      2939             16          15        20         503.0000         210.0754    139.44%
57459.30/2943.81	c      2944             16          15        20         503.0000         210.0754    139.44%
57563.63/2949.21	c      2949             17          16        20         503.0000         210.0754    139.44%
57662.43/2954.31	c      2954             17          16        20         503.0000         210.0754    139.44%
57763.66/2959.40	c      2959             17          16        20         503.0000         210.0754    139.44%
57864.36/2964.67	c      2965             17          16        20         503.0000         210.0754    139.44%
57979.26/2970.50	c      2970             17          16        20         503.0000         210.0754    139.44%
58086.13/2976.18	c      2976             18          17        20         503.0000         210.0754    139.44%
58200.56/2981.97	c      2982             22          21        20         503.0000         210.0754    139.44%
58310.67/2987.65	c      2988             23          22        20         503.0000         210.0754    139.44%
58412.56/2992.83	c      2993             23          22        20         503.0000         210.0754    139.44%
58509.95/2997.95	c      2998             23          22        20         503.0000         210.0754    139.44%
58607.82/3003.02	c      3003             24          23        20         503.0000         210.0754    139.44%
58710.16/3008.12	c      3008             24          23        20         503.0000         210.0754    139.44%
58808.32/3013.17	c      3013             24          23        20         503.0000         210.0754    139.44%
58904.72/3018.27	c      3018             24          23        20         503.0000         210.0754    139.44%
59005.95/3023.37	c      3023             24          23        20         503.0000         210.0754    139.44%
59106.93/3028.44	c      3028             24          23        20         503.0000         210.0754    139.44%
59204.50/3033.53	c      3034             24          23        20         503.0000         210.0754    139.44%
59299.34/3038.57	c      3039             24          23        20         503.0000         210.0754    139.44%
59399.07/3043.64	c      3044             24          23        20         503.0000         210.0754    139.44%
59502.24/3048.89	c      3049             24          23        20         503.0000         210.0754    139.44%
59603.23/3053.91	c      3054             24          23        20         503.0000         210.0754    139.44%
59707.09/3059.35	c      3059             24          23        20         503.0000         210.0754    139.44%
59802.21/3064.36	c      3064             24          23        20         503.0000         210.0754    139.44%
59905.83/3069.69	c      3070             24          23        20         503.0000         210.0754    139.44%
60013.44/3075.10	c      3075             24          23        20         503.0000         210.0754    139.44%
60112.47/3080.22	c      3080             24          23        20         503.0000         210.0754    139.44%
60220.06/3085.88	c      3086             24          23        20         503.0000         210.0754    139.44%
60330.68/3091.43	c      3091             24          23        20         503.0000         210.0754    139.44%
60442.48/3097.05	c      3097             24          23        20         503.0000         210.0754    139.44%
60545.84/3102.35	c      3102             24          23        20         503.0000         210.0754    139.44%
60642.87/3107.49	c      3107             24          23        20         503.0000         210.0754    139.44%
60744.46/3112.71	c      3113             24          23        20         503.0000         210.0754    139.44%
60845.57/3117.81	c      3118             24          23        20         503.0000         210.0754    139.44%
60946.75/3123.03	c      3123             24          23        20         503.0000         210.0754    139.44%
61050.45/3128.28	c      3128             24          23        20         503.0000         210.0754    139.44%
61150.39/3133.32	c      3133             24          23        20         503.0000         210.0754    139.44%
61249.39/3138.41	c      3138             24          23        20         503.0000         210.0754    139.44%
61347.03/3143.45	c      3143             24          23        20         503.0000         210.0754    139.44%
61450.10/3148.63	c      3149             24          23        20         503.0000         210.0754    139.44%
61546.27/3153.65	c      3154             24          23        20         503.0000         210.0754    139.44%
61645.58/3158.85	c      3159             24          23        20         503.0000         210.0754    139.44%
61745.91/3164.00	c      3164             24          23        20         503.0000         210.0754    139.44%
61855.66/3169.55	c      3170             24          23        20         503.0000         210.0754    139.44%
61956.42/3174.62	c      3175             24          23        20         503.0000         210.0754    139.44%
62058.39/3179.86	c      3180             24          23        20         503.0000         210.0754    139.44%
62156.66/3184.88	c      3185             24          23        20         503.0000         210.0754    139.44%
62261.67/3190.15	c      3190             24          23        20         503.0000         210.0754    139.44%
62366.08/3195.41	c      3195             24          23        20         503.0000         210.0754    139.44%
62463.96/3200.48	c      3200             24          23        20         503.0000         210.0754    139.44%
62563.89/3205.57	c      3206             24          23        20         503.0000         210.0754    139.44%
62667.08/3210.79	c      3211             24          23        20         503.0000         210.0754    139.44%
62768.29/3215.82	c      3216             24          23        20         503.0000         210.0754    139.44%
62869.53/3220.98	c      3221             24          23        20         503.0000         210.0754    139.44%
62977.26/3226.42	c      3226             24          23        20         503.0000         210.0754    139.44%
63080.96/3231.74	c      3232             24          23        20         503.0000         210.0754    139.44%
63182.02/3236.89	c      3237             24          23        20         503.0000         210.0754    139.44%
63283.15/3241.97	c      3242             24          23        20         503.0000         210.0754    139.44%
63387.11/3247.16	c      3247             24          23        20         503.0000         210.0754    139.44%
63491.32/3252.49	c      3252             24          23        20         503.0000         210.0754    139.44%
63592.38/3257.52	c      3258             24          23        20         503.0000         210.0754    139.44%
63693.43/3262.66	c      3263             24          23        20         503.0000         210.0754    139.44%
63796.52/3267.89	c      3268             24          23        20         503.0000         210.0754    139.44%
63897.63/3272.97	c      3273             24          23        20         503.0000         210.0754    139.44%
64004.72/3278.37	c      3278             24          23        20         503.0000         210.0754    139.44%
64105.89/3283.41	c      3283             24          23        20         503.0000         210.0754    139.44%
64212.95/3288.89	c      3289             24          23        20         503.0000         210.0754    139.44%
64318.84/3294.18	c      3294             24          23        20         503.0000         210.0754    139.44%
64418.93/3299.22	c      3299             24          23        20         503.0000         210.0754    139.44%
64522.02/3304.41	c      3304             24          23        20         503.0000         210.0754    139.44%
64623.13/3309.53	c      3310             24          23        20         503.0000         210.0754    139.44%
64724.25/3314.61	c      3315             24          23        20         503.0000         210.0754    139.44%
64823.40/3319.68	c      3320             24          23        20         503.0000         210.0754    139.44%
64931.16/3325.08	c      3325             24          23        20         503.0000         210.0754    139.44%
65030.60/3330.13	c      3330             24          23        20         503.0000         210.0754    139.44%
65136.87/3335.44	c      3335             24          23        20         503.0000         210.0754    139.44%
65238.11/3340.58	c      3341             24          23        20         503.0000         210.0754    139.44%
65341.33/3345.73	c      3346             24          23        20         503.0000         210.0754    139.44%
65447.14/3351.13	c      3351             24          23        20         503.0000         210.0754    139.44%
65548.28/3356.15	c      3356             24          23        20         503.0000         210.0754    139.44%
65652.73/3361.45	c      3361             24          23        20         503.0000         210.0754    139.44%
65751.99/3366.46	c      3366             24          23        20         503.0000         210.0754    139.44%
65853.24/3371.53	c      3372             24          23        20         503.0000         210.0754    139.44%
65956.93/3376.81	c      3377             24          23        20         503.0000         210.0754    139.44%
66056.12/3381.82	c      3382             24          23        20         503.0000         210.0754    139.44%
66162.04/3387.14	c      3387             24          23        20         503.0000         210.0754    139.44%
66264.52/3392.35	c      3392             24          23        20         503.0000         210.0754    139.44%
66367.73/3397.59	c      3398             24          23        20         503.0000         210.0754    139.44%
66472.91/3402.90	c      3403             24          23        20         503.0000         210.0754    139.44%
66584.03/3408.43	c      3408             24          23        20         503.0000         210.0754    139.44%
66684.30/3413.53	c      3414             24          23        20         503.0000         210.0754    139.44%
66785.54/3418.66	c      3419             24          23        20         503.0000         210.0754    139.44%
66890.56/3423.91	c      3424             24          23        20         503.0000         210.0754    139.44%
66989.74/3429.02	c      3429             24          23        20         503.0000         210.0754    139.44%
67091.62/3434.05	c      3434             24          23        20         503.0000         210.0754    139.44%
67192.96/3439.14	c      3439             24          23        20         503.0000         210.0754    139.44%
67302.18/3444.74	c      3445             24          23        20         503.0000         210.0754    139.44%
67403.38/3449.90	c      3450             24          23        20         503.0000         210.0754    139.44%
67416.09/3450.54	c *    3451             24          23        20         470.0000         210.0754    123.73%
67505.63/3455.06	c      3455             24          23        20         470.0000         210.0754    123.73%
67612.08/3460.47	c      3460             24          23        20         470.0000         210.0754    123.73%
67713.20/3465.51	c      3466             24          23        20         470.0000         210.0754    123.73%
67811.51/3470.56	c      3471             24          23        20         470.0000         210.0754    123.73%
67912.55/3475.62	c      3476             24          23        20         470.0000         210.0754    123.73%
68013.64/3480.71	c      3481             24          23        20         470.0000         210.0754    123.73%
68114.85/3485.81	c      3486             24          23        20         470.0000         210.0754    123.73%
68214.05/3490.86	c      3491             24          23        20         470.0000         210.0754    123.73%
68323.18/3496.30	c      3496             24          23        20         470.0000         210.0754    123.73%
68421.39/3501.38	c      3501             24          23        20         470.0000         210.0754    123.73%
68526.36/3506.66	c      3507             24          23        20         470.0000         210.0754    123.73%
68631.36/3511.94	c      3512             24          23        20         470.0000         210.0754    123.73%
68736.24/3517.22	c      3517             24          23        20         470.0000         210.0754    123.73%
68837.27/3522.38	c      3522             24          23        20         470.0000         210.0754    123.73%
68938.18/3527.44	c      3527             24          23        20         470.0000         210.0754    123.73%
69044.23/3532.85	c      3533             24          23        20         470.0000         210.0754    123.73%
69145.15/3537.93	c      3538             24          23        20         470.0000         210.0754    123.73%
69244.28/3543.02	c      3543             24          23        20         470.0000         210.0754    123.73%
69345.93/3548.08	c      3548             24          23        20         470.0000         210.0754    123.73%
69456.23/3553.66	c      3554             24          23        20         470.0000         210.0754    123.73%
69559.90/3559.02	c      3559             24          23        20         470.0000         210.0754    123.73%
69661.56/3564.13	c      3564             24          23        20         470.0000         210.0754    123.73%
69760.64/3569.14	c      3569             24          23        20         470.0000         210.0754    123.73%
69860.83/3574.15	c      3574             24          23        20         470.0000         210.0754    123.73%
69960.17/3579.19	c      3579             24          23        20         470.0000         210.0754    123.73%
70060.28/3584.21	c      3584             24          23        20         470.0000         210.0754    123.73%
70159.47/3589.22	c      3589             26          25        20         470.0000         210.0754    123.73%
70260.61/3594.37	c      3594             26          25        20         470.0000         210.0754    123.73%
70363.64/3599.54	c      3600             27          26        20         470.0000         210.0754    123.73%
70373.04/3600.08	c *    3600             27          26        20         413.0000         210.0754     96.60%
70467.45/3604.81	c      3605             29          28        20         413.0000         210.0754     96.60%
70571.27/3610.10	c      3610             31          30        20         413.0000         210.0754     96.60%
70673.59/3615.21	c      3615             35          34        20         413.0000         210.0754     96.60%
70784.59/3620.80	c      3621             35          34        20         413.0000         210.0754     96.60%
70899.22/3626.69	c      3627             35          34        20         413.0000         210.0754     96.60%
71012.12/3632.30	c      3632             35          34        20         413.0000         210.0754     96.60%
71113.08/3637.47	c      3637             35          34        20         413.0000         210.0754     96.60%
71214.03/3642.55	c      3643             35          34        20         413.0000         210.0754     96.60%
71313.12/3647.57	c      3648             35          34        20         413.0000         210.0754     96.60%
71414.27/3652.68	c      3653             35          34        20         413.0000         210.0754     96.60%
71515.30/3657.70	c      3658             35          34        20         413.0000         210.0754     96.60%
71614.49/3662.74	c      3663             35          34        20         413.0000         210.0754     96.60%
71717.42/3668.04	c      3668             35          34        20         413.0000         210.0754     96.60%
71822.47/3673.28	c      3673             35          34        20         413.0000         210.0754     96.60%
71929.54/3678.68	c      3679             35          34        20         413.0000         210.0754     96.60%

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

running on 20 cores: 1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77

CPU governors:
  performance: 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77

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


[startup+0.100124 s]*
/proc/loadavg: 80.30 80.41 80.41 43/939 738360
/proc/meminfo: memFree=637125524/790760804 swapFree=131071996/131071996
[pid=738351] ppid=738348 vsize=74224 memory=62144 CPUtime=0.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/stat : 738351 (fscip) R 738348 738351 733298 0 -1 4194304 13406 0 0 0 9 1 0 0 20 0 1 0 125483019 76005376 15536 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
/proc/738351/statm: 18556 15536 2347 3035 0 14952 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 74224 KiB
Current children cumulated memory: 62144 KiB

[startup+0.220117 s]*
/proc/loadavg: 80.30 80.41 80.41 43/941 738366
/proc/meminfo: memFree=637082684/790760804 swapFree=131071996/131071996
[pid=738351] ppid=738348 vsize=117824 memory=105460 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/stat : 738351 (fscip) R 738348 738351 733298 0 -1 4194304 24288 0 0 0 20 3 0 0 20 0 1 0 125483019 120651776 26365 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
/proc/738351/statm: 29456 26365 2347 3035 0 25852 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 117824 KiB
Current children cumulated memory: 105460 KiB

[startup+0.322894 s]*
/proc/loadavg: 80.30 80.41 80.41 43/941 738369
/proc/meminfo: memFree=637041960/790760804 swapFree=131071996/131071996
[pid=738351] ppid=738348 vsize=153576 memory=141164 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/stat : 738351 (fscip) R 738348 738351 733298 0 -1 4194304 32678 0 0 0 28 5 0 0 20 0 1 0 125483019 157261824 35291 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
/proc/738351/statm: 38394 35291 2347 3035 0 34790 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 153576 KiB
Current children cumulated memory: 141164 KiB

[startup+0.700214 s]
/proc/loadavg: 80.30 80.41 80.41 42/938 738381
/proc/meminfo: memFree=636983056/790760804 swapFree=131071996/131071996
[pid=738351] ppid=738348 vsize=277896 memory=265164 CPUtime=0.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/stat : 738351 (fscip) R 738348 738351 733298 0 -1 4194304 61619 0 0 0 59 9 0 0 20 0 1 0 125483019 284565504 66291 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
/proc/738351/statm: 69474 66291 2347 3035 0 65870 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 277896 KiB
Current children cumulated memory: 265164 KiB

[startup+1.5002 s]
/proc/loadavg: 77.24 79.77 80.21 43/944 738398
/proc/meminfo: memFree=636725884/790760804 swapFree=131071996/131071996
[pid=738351] ppid=738348 vsize=680320 memory=665668 CPUtime=1.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/stat : 738351 (fscip) R 738348 738351 733298 0 -1 4194304 155416 0 0 0 123 26 0 0 20 0 1 0 125483019 696647680 166417 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
/proc/738351/statm: 170080 166417 2555 3035 0 166476 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 680320 KiB
Current children cumulated memory: 665668 KiB

[startup+3.11891 s]
/proc/loadavg: 77.24 79.77 80.21 44/944 738398
/proc/meminfo: memFree=635561220/790760804 swapFree=131071996/131071996
[pid=738351] ppid=738348 vsize=845120 memory=831148 CPUtime=3.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/stat : 738351 (fscip) R 738348 738351 733298 0 -1 4194304 196768 0 0 0 276 33 0 0 20 0 1 0 125483019 865402880 207787 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
/proc/738351/statm: 211280 207787 2614 3035 0 207676 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 845120 KiB
Current children cumulated memory: 831148 KiB

[startup+6.30024 s]
/proc/loadavg: 74.41 79.14 80.00 43/944 738400
/proc/meminfo: memFree=634978656/790760804 swapFree=131071996/131071996
[pid=738351] ppid=738348 vsize=1247268 memory=1225904 CPUtime=6.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/stat : 738351 (fscip) R 738348 738351 733298 0 -1 4194304 229251 0 0 0 577 49 0 0 20 0 1 0 125483019 1277202432 306476 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
/proc/738351/statm: 311817 306476 2710 3035 0 308213 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1247268 KiB
Current children cumulated memory: 1225904 KiB

[startup+12.7003 s]
/proc/loadavg: 71.90 78.54 79.80 43/944 738400
/proc/meminfo: memFree=634743676/790760804 swapFree=131071996/131071996
[pid=738351] ppid=738348 vsize=1256892 memory=1234076 CPUtime=12.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/stat : 738351 (fscip) R 738348 738351 733298 0 -1 4194304 288375 0 0 0 1204 60 0 0 20 0 1 0 125483019 1287057408 308519 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
/proc/738351/statm: 314223 308519 2726 3035 0 310619 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1256892 KiB
Current children cumulated memory: 1234076 KiB

[startup+25.5005 s]
/proc/loadavg: 67.30 77.34 79.40 27/941 738458
/proc/meminfo: memFree=676644280/790760804 swapFree=131071996/131071996
[pid=738351] ppid=738348 vsize=5981288 memory=4353360 CPUtime=25.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/stat : 738351 (fscip) S 738348 738351 733298 0 -1 1077936128 730399 0 0 0 2370 170 0 0 20 0 21 0 125483019 6124838912 1088340 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
/proc/738351/statm: 1495322 1088340 2774 3035 0 1193791 0
[pid=738351/tid=738403] ppid=738348 vsize=5981288 memory=0 CPUtime=0.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738403/stat : 738403 (fscip) S 738348 738351 733298 0 -1 1077936192 77164 0 0 0 54 14 0 0 20 0 21 0 125485172 6124838912 1088340 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738404] ppid=738348 vsize=5981288 memory=6048 CPUtime=0.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738404/stat : 738404 (fscip) S 738348 738351 733298 0 -1 1077936192 77164 0 0 0 54 15 0 0 20 0 21 0 125485172 6124838912 1088340 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738405] ppid=738348 vsize=5981288 memory=5512 CPUtime=0.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738405/stat : 738405 (fscip) R 738348 738351 733298 0 -1 4194368 35844 0 0 0 21 6 0 0 20 0 21 0 125485172 6124838912 1088340 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738406] ppid=738348 vsize=5981288 memory=16164 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738406/stat : 738406 (fscip) S 738348 738351 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485172 6124838912 1088340 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738407] ppid=738348 vsize=5981288 memory=11448 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738407/stat : 738407 (fscip) S 738348 738351 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485172 6124838912 1088340 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738408] ppid=738348 vsize=5981288 memory=5512 CPUtime=0.71 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738408/stat : 738408 (fscip) S 738348 738351 733298 0 -1 1077936192 77164 0 0 0 54 17 0 0 20 0 21 0 125485172 6124838912 1088340 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738409] ppid=738348 vsize=5981288 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738409/stat : 738409 (fscip) S 738348 738351 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485172 6124838912 1088340 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738410] ppid=738348 vsize=5981288 memory=10544 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738410/stat : 738410 (fscip) S 738348 738351 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485172 6124838912 1088340 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738411] ppid=738348 vsize=5981288 memory=2316 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738411/stat : 738411 (fscip) S 738348 738351 733298 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 125485172 6124838912 1088340 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738412] ppid=738348 vsize=5981288 memory=3899392 CPUtime=0.67 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738412/stat : 738412 (fscip) S 738348 738351 733298 0 -1 1077936192 77165 0 0 0 55 12 0 0 20 0 21 0 125485172 6124838912 1088340 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738413] ppid=738348 vsize=5981288 memory=279706659324608 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738413/stat : 738413 (fscip) S 738348 738351 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485172 6124838912 1088340 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738414] ppid=738348 vsize=5981288 memory=11448 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738414/stat : 738414 (fscip) S 738348 738351 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485172 6124838912 1088340 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738415] ppid=738348 vsize=5981288 memory=279706658584416 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738415/stat : 738415 (fscip) S 738348 738351 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485172 6124838912 1088340 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738416] ppid=738348 vsize=5981288 memory=38272 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738416/stat : 738416 (fscip) S 738348 738351 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485172 6124838912 1088340 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738417] ppid=738348 vsize=5981288 memory=16164 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738417/stat : 738417 (fscip) S 738348 738351 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485172 6124838912 1088340 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738418] ppid=738348 vsize=5981288 memory=25333125866717268 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738418/stat : 738418 (fscip) S 738348 738351 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485172 6124838912 1088340 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738419] ppid=738348 vsize=5981288 memory=29836768444022866 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738419/stat : 738419 (fscip) S 738348 738351 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485172 6124838912 1088340 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738420] ppid=738348 vsize=5981288 memory=6048 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738420/stat : 738420 (fscip) S 738348 738351 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485172 6124838912 1088340 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738421] ppid=738348 vsize=5981288 memory=51344 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738421/stat : 738421 (fscip) S 738348 738351 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485172 6124838912 1088340 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738422] ppid=738348 vsize=5981288 memory=33000 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738422/stat : 738422 (fscip) S 738348 738351 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485172 6124838912 1088340 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 5981288 KiB
Current children cumulated memory: 4353360 KiB

[startup+51.146 s]
/proc/loadavg: 58.48 74.05 78.23 62/1004 738553
/proc/meminfo: memFree=604781488/790760804 swapFree=131071996/131071996
[pid=738351] ppid=738348 vsize=39830712 memory=37550184 CPUtime=329.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/stat : 738351 (fscip) S 738348 738351 733298 0 -1 1077936128 7947824 0 0 0 31244 1706 0 0 20 0 41 0 125483019 40786649088 9387546 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
/proc/738351/statm: 9957678 9387546 2790 3035 0 9596071 0
[pid=738351/tid=738403] ppid=738348 vsize=39830712 memory=38272 CPUtime=15.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738403/stat : 738403 (fscip) R 738348 738351 733298 0 -1 4194368 233910 0 0 0 1496 53 0 0 20 0 41 0 125485172 40786649088 9387546 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738404] ppid=738348 vsize=39830712 memory=4304128 CPUtime=15.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738404/stat : 738404 (fscip) R 738348 738351 733298 0 -1 4194368 433459 0 0 0 1443 90 0 0 20 0 41 0 125485172 40786649088 9387546 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738405] ppid=738348 vsize=39830712 memory=0 CPUtime=15.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738405/stat : 738405 (fscip) R 738348 738351 733298 0 -1 4194368 475083 0 0 0 1429 99 0 0 20 0 41 0 125485172 40786649088 9387546 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738406] ppid=738348 vsize=39830712 memory=25333125866717268 CPUtime=15.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738406/stat : 738406 (fscip) R 738348 738351 733298 0 -1 4194368 222827 0 0 0 1497 50 0 0 20 0 41 0 125485172 40786649088 9387546 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738407] ppid=738348 vsize=39830712 memory=-6442228204154567524 CPUtime=15.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738407/stat : 738407 (fscip) R 738348 738351 733298 0 -1 4194368 454918 0 0 0 1440 88 0 0 20 0 41 0 125485172 40786649088 9387546 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738408] ppid=738348 vsize=39830712 memory=0 CPUtime=15.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738408/stat : 738408 (fscip) R 738348 738351 733298 0 -1 4194368 464416 0 0 0 1438 97 0 0 20 0 41 0 125485172 40786649088 9387546 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738409] ppid=738348 vsize=39830712 memory=279706659775552 CPUtime=15.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738409/stat : 738409 (fscip) R 738348 738351 733298 0 -1 4194368 233049 0 0 0 1493 55 0 0 20 0 41 0 125485172 40786649088 9387546 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738410] ppid=738348 vsize=39830712 memory=37550184 CPUtime=15.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738410/stat : 738410 (fscip) R 738348 738351 733298 0 -1 4194368 456418 0 0 0 1439 91 0 0 20 0 41 0 125485172 40786649088 9387546 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738411] ppid=738348 vsize=39830712 memory=2321097844815051986 CPUtime=15.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738411/stat : 738411 (fscip) R 738348 738351 733298 0 -1 4194368 456002 0 0 0 1431 92 0 0 20 0 41 0 125485172 40786649088 9387546 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738412] ppid=738348 vsize=39830712 memory=0 CPUtime=15.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738412/stat : 738412 (fscip) R 738348 738351 733298 0 -1 4194368 234995 0 0 0 1491 54 0 0 20 0 41 0 125485172 40786649088 9387546 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738413] ppid=738348 vsize=39830712 memory=-3253322038155611931 CPUtime=15.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738413/stat : 738413 (fscip) R 738348 738351 733298 0 -1 4194368 455043 0 0 0 1436 96 0 0 20 0 41 0 125485172 40786649088 9387546 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738414] ppid=738348 vsize=39830712 memory=14437540 CPUtime=15.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738414/stat : 738414 (fscip) R 738348 738351 733298 0 -1 4194368 460102 0 0 0 1422 94 0 0 20 0 41 0 125485172 40786649088 9387546 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738415] ppid=738348 vsize=39830712 memory=16164 CPUtime=15.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738415/stat : 738415 (fscip) R 738348 738351 733298 0 -1 4194368 242041 0 0 0 1491 56 0 0 20 0 41 0 125485172 40786649088 9387546 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0

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

/proc/738351/task/738499/stat : 738499 (fscip) S 738348 738351 733298 0 -1 1077936192 359 0 0 0 2 0 0 0 20 0 41 0 125486623 137460596736 27097017 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738500] ppid=738348 vsize=134238864 memory=108313432 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738500/stat : 738500 (fscip) S 738348 738351 733298 0 -1 1077936192 357 0 0 0 2 1 0 0 20 0 41 0 125486623 137460596736 27097017 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738501] ppid=738348 vsize=134238864 memory=108311516 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738501/stat : 738501 (fscip) S 738348 738351 733298 0 -1 1077936192 302 0 0 0 2 0 0 0 20 0 41 0 125486623 137460596736 27097017 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738502] ppid=738348 vsize=134238864 memory=108388068 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738502/stat : 738502 (fscip) S 738348 738351 733298 0 -1 1077936192 308 0 0 0 2 0 0 0 20 0 41 0 125486623 137460596736 27097017 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738503] ppid=738348 vsize=134238864 memory=108388068 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738503/stat : 738503 (fscip) S 738348 738351 733298 0 -1 1077936192 219 0 0 0 0 3 0 0 20 0 41 0 125486623 137460596736 27097017 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738504] ppid=738348 vsize=134238864 memory=28188 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738504/stat : 738504 (fscip) S 738348 738351 733298 0 -1 1077936192 297 0 0 0 2 0 0 0 20 0 41 0 125486623 137460596736 27097017 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738505] ppid=738348 vsize=134238864 memory=108388068 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738505/stat : 738505 (fscip) S 738348 738351 733298 0 -1 1077936192 352 0 0 0 2 0 0 0 20 0 41 0 125486623 137460596736 27097017 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738506] ppid=738348 vsize=134238864 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738506/stat : 738506 (fscip) S 738348 738351 733298 0 -1 1077936192 226 0 0 0 2 0 0 0 20 0 41 0 125486623 137460596736 27097017 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738507] ppid=738348 vsize=134238864 memory=38772 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738507/stat : 738507 (fscip) S 738348 738351 733298 0 -1 1077936192 218 0 0 0 3 0 0 0 20 0 41 0 125486623 137460596736 27097017 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738508] ppid=738348 vsize=134238864 memory=38772 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738508/stat : 738508 (fscip) S 738348 738351 733298 0 -1 1077936192 228 0 0 0 3 0 0 0 20 0 41 0 125486623 137460596736 27097017 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738509] ppid=738348 vsize=134238864 memory=10544 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738509/stat : 738509 (fscip) S 738348 738351 733298 0 -1 1077936192 316 0 0 0 3 0 0 0 20 0 41 0 125486623 137460596736 27097017 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738510] ppid=738348 vsize=134238864 memory=5512 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738510/stat : 738510 (fscip) S 738348 738351 733298 0 -1 1077936192 243 0 0 0 2 0 0 0 20 0 41 0 125486623 137460596736 27097017 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738511] ppid=738348 vsize=134238864 memory=16164 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738511/stat : 738511 (fscip) S 738348 738351 733298 0 -1 1077936192 299 0 0 0 2 1 0 0 20 0 41 0 125486623 137460596736 27097017 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
Current children cumulated CPU time: 71210 s
Current children cumulated vsize: 134238864 KiB
Current children cumulated memory: 108388068 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3682.2 s]
/proc/loadavg: 80.27 80.11 79.82 81/1023 740524
/proc/meminfo: memFree=358681700/790760804 swapFree=131071996/131071996
[pid=738351] ppid=738348 vsize=134238864 memory=108391424 CPUtime=72000.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/stat : 738351 (fscip) S 738348 738351 733298 0 -1 1077936128 263724353 0 0 0 7160725 39361 0 0 20 0 41 0 125483019 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
/proc/738351/statm: 33559716 27097856 3030 3035 0 32920431 0
[pid=738351/tid=738403] ppid=738348 vsize=134238864 memory=3173367255403242 CPUtime=3619.95 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738403/stat : 738403 (fscip) R 738348 738351 733298 0 -1 4194368 6588655 0 0 0 360909 1086 0 0 20 0 41 0 125485172 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738404] ppid=738348 vsize=134238864 memory=137586083359 CPUtime=3614.62 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738404/stat : 738404 (fscip) R 738348 738351 733298 0 -1 4194368 16128268 0 0 0 358920 2542 0 0 20 0 41 0 125485172 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738405] ppid=738348 vsize=134238864 memory=8311496069684308614 CPUtime=3570.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738405/stat : 738405 (fscip) R 738348 738351 733298 0 -1 4194368 16722129 0 0 0 355417 1671 0 0 20 0 41 0 125485172 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738406] ppid=738348 vsize=134238864 memory=6226622675747426402 CPUtime=3620.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738406/stat : 738406 (fscip) R 738348 738351 733298 0 -1 4194368 6197505 0 0 0 360982 1039 0 0 20 0 41 0 125485172 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738407] ppid=738348 vsize=134238864 memory=6055652847293562906 CPUtime=3606.97 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738407/stat : 738407 (fscip) R 738348 738351 733298 0 -1 4194368 17382314 0 0 0 357488 3209 0 0 20 0 41 0 125485172 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738408] ppid=738348 vsize=134238864 memory=25031 CPUtime=3572.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738408/stat : 738408 (fscip) R 738348 738351 733298 0 -1 4194368 17351765 0 0 0 355506 1781 0 0 20 0 41 0 125485172 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738409] ppid=738348 vsize=134238864 memory=25369 CPUtime=3620.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738409/stat : 738409 (fscip) R 738348 738351 733298 0 -1 4194368 6656800 0 0 0 360900 1120 0 0 20 0 41 0 125485172 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738410] ppid=738348 vsize=134238864 memory=25699 CPUtime=3601.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738410/stat : 738410 (fscip) R 738348 738351 733298 0 -1 4194368 15881782 0 0 0 356969 3159 0 0 20 0 41 0 125485172 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738411] ppid=738348 vsize=134238864 memory=26032 CPUtime=3563.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738411/stat : 738411 (fscip) R 738348 738351 733298 0 -1 4194368 17206234 0 0 0 354516 1820 0 0 20 0 41 0 125485172 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738412] ppid=738348 vsize=134238864 memory=64250 CPUtime=3616.74 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738412/stat : 738412 (fscip) R 738348 738351 733298 0 -1 4194368 6803030 0 0 0 360554 1120 0 0 20 0 41 0 125485172 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738413] ppid=738348 vsize=134238864 memory=83372 CPUtime=3609.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738413/stat : 738413 (fscip) R 738348 738351 733298 0 -1 4194368 14181120 0 0 0 358605 2319 0 0 20 0 41 0 125485172 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738414] ppid=738348 vsize=134238864 memory=63702 CPUtime=3562.52 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738414/stat : 738414 (fscip) R 738348 738351 733298 0 -1 4194368 18494173 0 0 0 354057 2195 0 0 20 0 41 0 125485172 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738415] ppid=738348 vsize=134238864 memory=3978138850949985638 CPUtime=3617.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738415/stat : 738415 (fscip) R 738348 738351 733298 0 -1 4194368 6786064 0 0 0 360594 1151 0 0 20 0 41 0 125485172 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738416] ppid=738348 vsize=134238864 memory=3760565273859387120 CPUtime=3602.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738416/stat : 738416 (fscip) R 738348 738351 733298 0 -1 4194368 15225260 0 0 0 356978 3240 0 0 20 0 41 0 125485172 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738417] ppid=738348 vsize=134238864 memory=3977303213539804426 CPUtime=3568.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738417/stat : 738417 (fscip) R 738348 738351 733298 0 -1 4194368 16564772 0 0 0 355121 1711 0 0 20 0 41 0 125485172 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738418] ppid=738348 vsize=134238864 memory=279706658187136 CPUtime=3619.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738418/stat : 738418 (fscip) R 738348 738351 733298 0 -1 4194368 6795105 0 0 0 360884 1084 0 0 20 0 41 0 125485172 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738419] ppid=738348 vsize=134238864 memory=51344 CPUtime=3603.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738419/stat : 738419 (fscip) R 738348 738351 733298 0 -1 4194368 17437854 0 0 0 357543 2792 0 0 20 0 41 0 125485172 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738420] ppid=738348 vsize=134238864 memory=104 CPUtime=3564.61 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738420/stat : 738420 (fscip) R 738348 738351 733298 0 -1 4194368 17968687 0 0 0 354435 2026 0 0 20 0 41 0 125485172 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738421] ppid=738348 vsize=134238864 memory=198340509722 CPUtime=3619.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738421/stat : 738421 (fscip) R 738348 738351 733298 0 -1 4194368 6951414 0 0 0 360860 1134 0 0 20 0 41 0 125485172 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738422] ppid=738348 vsize=134238864 memory=279706660461520 CPUtime=3602.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738422/stat : 738422 (fscip) R 738348 738351 733298 0 -1 4194368 15995847 0 0 0 357260 3027 0 0 20 0 41 0 125485172 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738492] ppid=738348 vsize=134238864 memory=6720668744274165096 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738492/stat : 738492 (fscip) S 738348 738351 733298 0 -1 1077936192 317 0 0 0 1 1 0 0 20 0 41 0 125486622 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738493] ppid=738348 vsize=134238864 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738493/stat : 738493 (fscip) S 738348 738351 733298 0 -1 1077936192 237 0 0 0 1 1 0 0 20 0 41 0 125486622 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738494] ppid=738348 vsize=134238864 memory=29836768444022866 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738494/stat : 738494 (fscip) S 738348 738351 733298 0 -1 1077936192 216 0 0 0 1 1 0 0 20 0 41 0 125486623 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738495] ppid=738348 vsize=134238864 memory=25699 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738495/stat : 738495 (fscip) S 738348 738351 733298 0 -1 1077936192 301 0 0 0 0 2 0 0 20 0 41 0 125486623 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738496] ppid=738348 vsize=134238864 memory=26032 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738496/stat : 738496 (fscip) S 738348 738351 733298 0 -1 1077936192 318 0 0 0 2 0 0 0 20 0 41 0 125486623 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738497] ppid=738348 vsize=134238864 memory=64250 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738497/stat : 738497 (fscip) S 738348 738351 733298 0 -1 1077936192 255 0 0 0 0 3 0 0 20 0 41 0 125486623 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738498] ppid=738348 vsize=134238864 memory=83372 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738498/stat : 738498 (fscip) S 738348 738351 733298 0 -1 1077936192 349 0 0 0 2 0 0 0 20 0 41 0 125486623 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738499] ppid=738348 vsize=134238864 memory=63702 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738499/stat : 738499 (fscip) S 738348 738351 733298 0 -1 1077936192 363 0 0 0 2 0 0 0 20 0 41 0 125486623 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738500] ppid=738348 vsize=134238864 memory=3978138850949985638 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738500/stat : 738500 (fscip) S 738348 738351 733298 0 -1 1077936192 360 0 0 0 2 1 0 0 20 0 41 0 125486623 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738501] ppid=738348 vsize=134238864 memory=3760565273859387120 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738501/stat : 738501 (fscip) S 738348 738351 733298 0 -1 1077936192 305 0 0 0 2 0 0 0 20 0 41 0 125486623 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738502] ppid=738348 vsize=134238864 memory=3977303213539804426 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738502/stat : 738502 (fscip) S 738348 738351 733298 0 -1 1077936192 311 0 0 0 2 0 0 0 20 0 41 0 125486623 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738503] ppid=738348 vsize=134238864 memory=3300 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738503/stat : 738503 (fscip) S 738348 738351 733298 0 -1 1077936192 222 0 0 0 0 3 0 0 20 0 41 0 125486623 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738504] ppid=738348 vsize=134238864 memory=6720668744274165096 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738504/stat : 738504 (fscip) S 738348 738351 733298 0 -1 1077936192 300 0 0 0 2 0 0 0 20 0 41 0 125486623 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738505] ppid=738348 vsize=134238864 memory=7378131295280457064 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738505/stat : 738505 (fscip) S 738348 738351 733298 0 -1 1077936192 355 0 0 0 2 0 0 0 20 0 41 0 125486623 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738506] ppid=738348 vsize=134238864 memory=7741247308077094506 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738506/stat : 738506 (fscip) S 738348 738351 733298 0 -1 1077936192 228 0 0 0 2 0 0 0 20 0 41 0 125486623 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738507] ppid=738348 vsize=134238864 memory=7957694980814170730 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738507/stat : 738507 (fscip) S 738348 738351 733298 0 -1 1077936192 221 0 0 0 3 0 0 0 20 0 41 0 125486623 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738508] ppid=738348 vsize=134238864 memory=7957694980814170730 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738508/stat : 738508 (fscip) S 738348 738351 733298 0 -1 1077936192 231 0 0 0 3 0 0 0 20 0 41 0 125486623 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738509] ppid=738348 vsize=134238864 memory=1804 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738509/stat : 738509 (fscip) S 738348 738351 733298 0 -1 1077936192 319 0 0 0 3 0 0 0 20 0 41 0 125486623 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738510] ppid=738348 vsize=134238864 memory=6048 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738510/stat : 738510 (fscip) S 738348 738351 733298 0 -1 1077936192 245 0 0 0 2 0 0 0 20 0 41 0 125486623 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
[pid=738351/tid=738511] ppid=738348 vsize=134238864 memory=51344 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/738351/task/738511/stat : 738511 (fscip) S 738348 738351 733298 0 -1 1077936192 302 0 0 0 2 1 0 0 20 0 41 0 125486623 137460596736 27097856 809668444160 4194304 16623229 140721922052576 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 47579136 140721922061318 140721922061436 140721922061436 140721922068464 0
Current children cumulated CPU time: 72000.9 s
Current children cumulated vsize: 134238864 KiB
Current children cumulated memory: 108391424 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=71607.5 s, system=397.127 s

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

[startup+3683.2 s]
/proc/loadavg: 80.27 80.11 79.82 62/984 740524
/proc/meminfo: memFree=393831732/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3684 s]*
/proc/loadavg: 80.27 80.11 79.82 43/945 740524
/proc/meminfo: memFree=455479712/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3684.2 s]
/proc/loadavg: 80.27 80.11 79.82 43/945 740524
/proc/meminfo: memFree=455479712/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3685.74
CPU time (s): 72004.6
CPU user time (s): 71607.5
CPU system time (s): 397.127
CPU usage (%): 1953.6
Max. virtual memory (cumulated for all children) (KiB): 134894224
Max. memory (cumulated for all children) (KiB): 108863208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71607.5
system time used= 397.127
maximum resident set size= 108865256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263724425
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= 13244486
involuntary context switches= 268109


# summary of solver processes directly reported to runsolver:
#   pid: 738351
#   total CPU time (s): 72004.6
#   total CPU user time (s): 71607.5
#   total CPU system time (s): 397.127

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.2109 second user time and 90.2325 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 00:43:19
IDJOB=4465218
IDBENCH=147553
IDSOLVER=3094
FILE ID=nodeD105/4465218-1723588999
RUNJOBID= nodeD105-1723581724-733309
SLURM_JOB_ID= 8267895
Free space on /tmp= 8622800 MiB

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

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

MD5SUM BENCH= 0cfe35c6a899c796e17247c8eb2f096e
RANDOM SEED=2006631175

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        636026276 kB
MemAvailable:   639656828 kB
Buffers:         1176128 kB
Cached:          5757920 kB
SwapCached:            0 kB
Active:          1617228 kB
Inactive:       149345956 kB
Active(anon):       2200 kB
Inactive(anon): 144065904 kB
Active(file):    1615028 kB
Inactive(file):  5280052 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28692 kB
Writeback:             8 kB
AnonPages:      144021184 kB
Mapped:           127064 kB
Shmem:             38920 kB
KReclaimable:     307328 kB
Slab:             738492 kB
SReclaimable:     307328 kB
SUnreclaim:       431164 kB
KernelStack:       16432 kB
PageTables:       375024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   73881036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1113984 kB
HardwareCorrupted:     0 kB
AnonHugePages:  39061504 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:     1114112 kB
DirectMap2M:    135698432 kB
DirectMap1G:    668991488 kB

Free space on /tmp at the end= 8622740 MiB
End job on nodeD105 at 2024-08-14 01:44:45