Trace number 4465877

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size96-round23-2.opb
MD5SUMa8b84d78b1363b4a3850ebb291b1422d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark385.769
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9472
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)384
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 47247360, getVmSize() = 47247360, SCIPgetMemUsed() = 21331633, SCIPgetMemTotal() = 24920777, SCIPgetMemExternEstim() = 13363524
0.00/0.03	c ** set memory limit for presolving in LC to 8.79594e+12 for SCIP **
0.23/0.23	c ** Estimated virtualMemUsedAtSolver = 39911614, getVmSize() = 70864896, SCIPgetMemUsed() = 25354337, SCIPgetMemTotal() = 46503897, SCIPgetMemExternEstim() = 13363524
0.23/0.23	c ** set memory limit for solvers to 4.18849e+11 for each SCIP **
0.23/0.23	c Original Problem   :
0.23/0.23	c   Problem name     : instance-4465877-1722585778
0.23/0.23	c   Variables        : 4288 (4288 binary, 0 integer, 0 implicit integer, 0 continuous)
0.23/0.23	c   Constraints      : 9472
0.23/0.23	c   Objective sense  : minimize
0.23/0.23	c Presolved Problem  :
0.23/0.23	c   Variables        : 3496 (3496 binary, 0 integer, 0 implicit integer, 0 continuous)
0.23/0.23	c   Constraints      : 7936
0.23/0.23	c Constraints        : Number
0.23/0.23	c   and              : 32 
0.23/0.23	c   xor              : 2 
0.23/0.23	c   linear           : 1403 
0.23/0.23	c   logicor          : 6499 
0.23/0.23	c ** Instance transfer method used: 0
0.23/0.25	c ** ParaScipInstance copy does not increase the number of variables. **
0.44/0.50	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.44/0.51	c                                Nodes    Active                                            
0.44/0.51	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
102.22/5.78	c         6          11109         444        20                -           0.0000          -
203.04/10.84	c        11          15855         399        20                -           0.0000          -
301.70/15.89	c        16          30777         201        20                -           0.0000          -
402.85/20.93	c        21          40309         196        20                -           0.0000          -
502.02/25.98	c        26              2           1        20                -           0.0000          -
603.77/31.04	c        31             17          16        20                -           0.0000          -
702.95/36.09	c        36             24          23        20                -           0.0000          -
802.28/41.14	c        41             24          23        20                -           0.0000          -
903.41/46.19	c        46             24          23        20                -           0.0000          -
1003.70/51.24	c        51             24          23        20                -           0.0000          -
1102.88/56.29	c        56             24          23        20                -           0.0000          -
1204.08/61.34	c        61             24          23        20                -           0.0000          -
1303.29/66.39	c        66             24          23        20                -           0.0000          -
1404.37/71.44	c        71             24          23        20                -           0.0000          -
1503.71/76.49	c        76             24          23        20                -           0.0000          -
1604.73/81.54	c        82             24          23        20                -           0.0000          -
1703.95/86.59	c        87             24          23        20                -           0.0000          -
1805.15/91.64	c        92             24          23        20                -           0.0000          -
1904.35/96.69	c        97             20          19        20                -           0.0000          -
2005.52/101.74	c       102             20          19        20                -           0.0000          -
2104.75/106.79	c       107             20          19        20                -           0.0000          -
2205.98/111.84	c       112             20          19        20                -           0.0000          -
2305.20/116.89	c       117             20          19        20                -           0.0000          -
2406.13/121.94	c       122             20          19        20                -           0.0000          -
2505.31/126.99	c       127             20          19        20                -           0.0000          -
2604.43/132.04	c       132             20          19        20                -           0.0000          -
2706.23/137.09	c       137             20          19        20                -           0.0000          -
2805.62/142.10	c       142             20          19        20                -           0.0000          -
2906.69/147.19	c       147             20          19        20                -           0.0000          -
3007.15/152.24	c       152             20          19        20                -           0.0000          -
3106.33/157.29	c       157             20          19        20                -           0.0000          -
3207.55/162.34	c       162             20          19        20                -           0.0000          -
3306.69/167.39	c       167             20          19        20                -           0.0000          -
3408.09/172.44	c       172             20          19        20                -           0.0000          -
3506.96/177.49	c       177             20          19        20                -           0.0000          -
3608.12/182.54	c       183             20          19        20                -           0.0000          -
3707.21/187.59	c       188             20          19        20                -           0.0000          -
3808.35/192.64	c       193             20          19        20                -           0.0000          -
3907.51/197.69	c       198             20          19        20                -           0.0000          -
4008.58/202.74	c       203             20          19        20                -           0.0000          -
4107.69/207.79	c       208             20          19        20                -           0.0000          -
4208.86/212.84	c       213             20          19        20                -           0.0000          -
4308.04/217.89	c       218             20          19        20                -           0.0000          -
4409.19/222.94	c       223             20          19        20                -           0.0000          -
4508.36/227.99	c       228             20          19        20                -           0.0000          -
4607.43/233.04	c       233             20          19        20                -           0.0000          -
4708.99/238.09	c       238             20          19        20                -           0.0000          -
4808.45/243.14	c       243             20          19        20                -           0.0000          -
4909.57/248.15	c       248             20          19        20                -           0.0000          -
5009.89/253.24	c       253             20          19        20                -           0.0000          -
5109.11/258.29	c       258             20          19        20                -           0.0000          -
5210.29/263.34	c       263             20          19        20                -           0.0000          -
5309.50/268.39	c       268             20          19        20                -           0.0000          -
5410.69/273.44	c       273             20          19        20                -           0.0000          -
5509.88/278.49	c       278             20          19        20                -           0.0000          -
5611.10/283.54	c       284             20          19        20                -           0.0000          -
5710.36/288.59	c       289             20          19        20                -           0.0000          -
5811.60/293.64	c       294             20          19        20                -           0.0000          -
5910.84/298.69	c       299             20          19        20                -           0.0000          -
6012.05/303.74	c       304             20          19        20                -           0.0000          -
6111.28/308.79	c       309             20          19        20                -           0.0000          -
6212.38/313.84	c       314             20          19        20                -           0.0000          -
6311.64/318.89	c       319             20          19        20                -           0.0000          -
6412.90/323.94	c       324             20          19        20                -           0.0000          -
6512.09/328.99	c       329            528         527        20                -           0.0000          -
6614.05/334.05	c       334            528         527        20                -           0.0000          -
6713.30/339.10	c       339            528         527        20                -           0.0000          -
6814.52/344.15	c       344           1072        1063        20                -           0.0000          -
6915.07/349.20	c       349           1072        1063        20                -           0.0000          -
7014.34/354.25	c       354           1072        1063        20                -           0.0000          -
7115.56/359.30	c       359           1072        1063        20                -           0.0000          -
7214.72/364.35	c       364           1107        1098        20                -           0.0000          -
7315.98/369.40	c       369           1107        1098        20                -           0.0000          -
7415.25/374.45	c       374           1107        1098        20                -           0.0000          -
7514.41/379.50	c       380           1107        1098        20                -           0.0000          -
7615.55/384.55	c       385           1107        1098        20                -           0.0000          -
7716.69/389.60	c       390           1111        1102        20                -           0.0000          -
7815.87/394.63	c       395            606         605        20                -           0.0000          -
7917.08/399.70	c       400            606         605        20                -           0.0000          -
8016.26/404.74	c       405            606         605        20                -           0.0000          -
8115.48/409.79	c       410        1053189         302        20                -           0.0000          -
8216.66/414.85	c       415            701         700        20                -           0.0000          -
8315.87/419.89	c       420             80          79        20                -           0.0000          -
8416.99/424.95	c       425             92          91        20                -           0.0000          -
8516.18/430.02	c       430        1142148         297        20                -           0.0000          -
8618.22/435.07	c       435           1387        1378        20                -           0.0000          -
8717.15/440.12	c       440           1397        1388        20                -           0.0000          -
8818.37/445.17	c       445           1397        1388        20                -           0.0000          -
8918.89/450.22	c       450           1397        1388        20                -           0.0000          -
9018.12/455.27	c       455            116         115        20                -           0.0000          -
9119.31/460.32	c       460            918         917        20                -           0.0000          -
9218.50/465.37	c       465            918         917        20                -           0.0000          -
9319.68/470.42	c       470            918         917        20                -           0.0000          -
9418.84/475.47	c       475            918         917        20                -           0.0000          -
9519.89/480.51	c       480            918         917        20                -           0.0000          -
9618.95/485.57	c       486            918         917        20                -           0.0000          -
9720.07/490.62	c       491            918         917        20                -           0.0000          -
9819.24/495.67	c       496            918         917        20                -           0.0000          -
9920.40/500.71	c       501            918         917        20                -           0.0000          -
10019.59/505.75	c       506            918         917        20                -           0.0000          -
10120.76/510.82	c       511           1907        1898        20                -           0.0000          -
10219.97/515.87	c       516           1907        1898        20                -           0.0000          -
10321.17/520.92	c       521           1907        1898        20                -           0.0000          -
10420.36/525.95	c       526           1907        1898        20                -           0.0000          -
10519.54/531.03	c       531            182         181        20                -           0.0000          -
10621.41/536.07	c       536           1955        1946        20                -           0.0000          -
10720.45/541.12	c       541           1955        1946        20                -           0.0000          -
10821.98/546.16	c       546            219         218        20                -           0.0000          -
10921.25/551.17	c       551           1125        1122        20                -           0.0000          -
11021.42/556.27	c       556           1125        1122        20                -           0.0000          -
11122.50/561.31	c       561           1125        1122        20                -           0.0000          -
11221.59/566.37	c       566           1125        1122        20                -           0.0000          -
11322.72/571.42	c       571           2120        2111        20                -           0.0000          -
11421.90/576.47	c       576            339         338        20                -           0.0000          -
11523.02/581.52	c       582           1218        1215        20                -           0.0000          -
11622.19/586.57	c       587           1218        1215        20                -           0.0000          -
11723.38/591.62	c       592           1218        1215        20                -           0.0000          -
11822.53/596.67	c       597           1233        1230        20                -           0.0000          -
11923.74/601.72	c       602           1233        1230        20                -           0.0000          -
12022.93/606.77	c       607           1233        1230        20                -           0.0000          -
12124.11/611.82	c       612           1233        1230        20                -           0.0000          -
12223.30/616.87	c       617            447         446        20                -           0.0000          -
12322.49/621.89	c       622           2618        2609        20                -           0.0000          -
12423.67/626.96	c       627            454         453        20                -           0.0000          -
12522.89/632.02	c       632           2690        2681        20                -           0.0000          -
12624.62/637.07	c       637           2690        2681        20                -           0.0000          -
12723.97/642.12	c       642           2690        2681        20                -           0.0000          -
12825.20/647.17	c       647           2690        2681        20                -           0.0000          -
12925.67/652.22	c       652            511         510        20                -           0.0000          -
13024.88/657.27	c       657           1532        1529        20                -           0.0000          -
13126.07/662.32	c       662           1535        1532        20                -           0.0000          -
13225.26/667.37	c       667           1535        1532        20                -           0.0000          -
13326.42/672.40	c       672           1535        1532        20                -           0.0000          -
13425.66/677.47	c       677            596         595        20                -           0.0000          -
13526.89/682.52	c       683           1565        1562        20                -           0.0000          -
13626.16/687.57	c       688           1565        1562        20                -           0.0000          -
13727.38/692.62	c       693        1486575         294        20                -           0.0000          -
13826.62/697.67	c       698           2864        2855        20                -           0.0000          -
13927.83/702.72	c       703           1614        1611        20                -           0.0000          -
14027.03/707.77	c       708           1614        1611        20                -           0.0000          -
14128.21/712.82	c       713           2912        2903        20                -           0.0000          -
14227.40/717.87	c       718           2912        2903        20                -           0.0000          -
14328.58/722.90	c       723           2912        2903        20                -           0.0000          -
14427.78/727.97	c       728           2912        2903        20                -           0.0000          -
14526.96/733.02	c       733           2912        2903        20                -           0.0000          -
14629.01/738.07	c       738           2912        2903        20                -           0.0000          -
14728.02/743.12	c       743           2912        2903        20                -           0.0000          -
14829.29/748.17	c       748           2912        2903        20                -           0.0000          -
14929.88/753.22	c       753           2912        2903        20                -           0.0000          -
15029.06/758.27	c       758           2912        2903        20                -           0.0000          -
15130.23/763.32	c       763            758         757        20                -           0.0000          -
15229.42/768.37	c       768            762         761        20                -           0.0000          -
15330.49/773.42	c       773           1882        1879        20                -           0.0000          -
15429.61/778.47	c       778           1940        1937        20                -           0.0000          -
15530.77/783.52	c       784           3200        3191        20                -           0.0000          -
15629.91/788.55	c       789           3284        3275        20                -           0.0000          -
15731.01/793.62	c       794            848         847        20                -           0.0000          -
15830.23/798.67	c       799            850         849        20                -           0.0000          -
15931.39/803.72	c       804           2120        2117        20                -           0.0000          -
16030.55/808.77	c       809            873         872        20                -           0.0000          -
16129.72/813.79	c       814           2166        2163        20                -           0.0000          -
16230.87/818.87	c       819            903         902        20                -           0.0000          -
16332.02/823.91	c       824           3672        3663        20                -           0.0000          -
16431.20/828.97	c       829           3678        3669        20                -           0.0000          -
16530.37/834.00	c       834            933         932        20                -           0.0000          -
16632.36/839.07	c       839            936         935        20                -           0.0000          -
16731.53/844.12	c       844           3866        3857        20                -           0.0000          -
16832.58/849.13	c       849           3866        3857        20                -           0.0000          -
16933.04/854.22	c       854           3866        3857        20                -           0.0000          -
17032.14/859.27	c       859           3866        3857        20                -           0.0000          -
17133.05/864.32	c       864           2390        2387        20                -           0.0000          -
17232.20/869.37	c       869           2390        2387        20                -           0.0000          -
17333.33/874.42	c       874           2390        2387        20                -           0.0000          -
17432.51/879.46	c       879           2390        2387        20                -           0.0000          -
17533.69/884.52	c       885           2390        2387        20                -           0.0000          -
17632.90/889.57	c       890           2390        2387        20                -           0.0000          -
17734.06/894.62	c       895           2390        2387        20                -           0.0000          -
17833.20/899.63	c       900           1050           0        20                -           0.0000          -
17934.37/904.72	c       905           1050           0        20                -           0.0000          -
18033.62/909.77	c       910           1050           0        20                -           0.0000          -
18134.79/914.82	c       915           1050           0        20                -           0.0000          -
18234.00/919.85	c       920           1050           0        20                -           0.0000          -
18333.16/924.87	c       925           1050           0        20                -           0.0000          -
18434.35/929.97	c       930           1050           0        20                -           0.0000          -
18533.52/935.01	c       935           1050           0        20                -           0.0000          -
18635.30/940.05	c       940           1050           0        20                -           0.0000          -
18734.44/945.12	c       945           4558        4547        20                -           0.0000          -
18835.45/950.17	c       950           1059           9        20                -           0.0000          -
18935.91/955.22	c       955           1061          11        20                -           0.0000          -
19035.11/960.27	c       960           2990        2987        20                -           0.0000          -
19136.18/965.31	c       965           2990        2987        20                -           0.0000          -
19235.30/970.37	c       970           2990        2987        20                -           0.0000          -
19336.17/975.42	c       975           1067          17        20                -           0.0000          -
19435.36/980.47	c       980           3081        3078        20                -           0.0000          -
19536.37/985.52	c       986           3090        3087        20                -           0.0000          -
19635.54/990.57	c       991           3090        3087        20                -           0.0000          -
19736.69/995.61	c       996           3090        3087        20                -           0.0000          -
19835.88/1000.63	c      1001           3097        3094        20                -           0.0000          -
19937.06/1005.72	c      1006           3097        3094        20                -           0.0000          -
20036.18/1010.77	c      1011           3097        3094        20                -           0.0000          -
20137.32/1015.82	c      1016           3097        3094        20                -           0.0000          -
20236.54/1020.87	c      1021           1121          71        20                -           0.0000          -
20337.72/1025.91	c      1026           5394        5379        20                -           0.0000          -
20437.02/1030.96	c      1031           5394        5379        20                -           0.0000          -
20536.09/1036.01	c      1036           5394        5379        20                -           0.0000          -
20637.89/1041.06	c      1041           5441        5426        20                -           0.0000          -
20737.18/1046.11	c      1046           3442        3439        20                -           0.0000          -
20838.34/1051.16	c      1051           1210         160        20                -           0.0000          -
20938.83/1056.21	c      1056           1217         167        20                -           0.0000          -
21038.00/1061.26	c      1061        1729618         291        20                -           0.0000          -
21139.12/1066.31	c      1066           1263         213        20                -           0.0000          -
21238.33/1071.36	c      1071           5987        5972        20                -           0.0000          -
21339.60/1076.41	c      1076        1738928         291        20                -           0.0000          -
21438.61/1081.43	c      1081           6095        6080        20                -           0.0000          -
21537.79/1086.45	c      1086           6095        6080        20                -           0.0000          -
21638.98/1091.52	c      1092           6095        6080        20                -           0.0000          -
21740.17/1096.61	c      1097           4122        4119        20                -           0.0000          -
21839.39/1101.66	c      1102           4122        4119        20                -           0.0000          -
21940.59/1106.71	c      1107           1303         253        20                -           0.0000          -
22039.84/1111.76	c      1112           1303         253        20                -           0.0000          -
22140.89/1116.81	c      1117           1303         253        20                -           0.0000          -
22239.99/1121.87	c      1122           1303         253        20                -           0.0000          -
22341.14/1126.90	c      1127           1303         253        20                -           0.0000          -
22440.35/1131.96	c      1132           1303         253        20                -           0.0000          -
22539.55/1136.99	c      1137           1303         253        20                -           0.0000          -
22638.75/1142.00	c      1142           1303         253        20                -           0.0000          -
22740.64/1147.11	c      1147           1303         253        20                -           0.0000          -
22839.96/1152.12	c      1152           1303         253        20                -           0.0000          -
22942.13/1157.21	c      1157           1303         253        20                -           0.0000          -
23041.19/1162.26	c      1162           1303         253        20                -           0.0000          -
23142.30/1167.31	c      1167           1303         253        20                -           0.0000          -
23241.55/1172.36	c      1172           1303         253        20                -           0.0000          -
23342.77/1177.41	c      1177           1303         253        20                -           0.0000          -
23442.01/1182.43	c      1182           1303         253        20                -           0.0000          -
23541.18/1187.44	c      1187           1303         253        20                -           0.0000          -
23642.38/1192.52	c      1193           1303         253        20                -           0.0000          -
23743.51/1197.61	c      1198           1303         253        20                -           0.0000          -
23842.72/1202.63	c      1203           1303         253        20                -           0.0000          -
23943.91/1207.71	c      1208           1303         253        20                -           0.0000          -
24043.14/1212.76	c      1213           1303         253        20                -           0.0000          -
24144.30/1217.81	c      1218           1303         253        20                -           0.0000          -
24243.55/1222.86	c      1223           1303         253        20                -           0.0000          -
24344.75/1227.91	c      1228           1303         253        20                -           0.0000          -
24443.81/1232.96	c      1233           1303         253        20                -           0.0000          -
24543.04/1238.01	c      1238           1303         253        20                -           0.0000          -
24645.02/1243.06	c      1243           1303         253        20                -           0.0000          -
24744.32/1248.11	c      1248           1303         253        20                -           0.0000          -
24843.37/1253.14	c      1253           1303         253        20                -           0.0000          -
24945.81/1258.21	c      1258           1303         253        20                -           0.0000          -
25045.05/1263.26	c      1263           1303         253        20                -           0.0000          -
25146.29/1268.31	c      1268           1303         253        20                -           0.0000          -
25245.51/1273.33	c      1273           1303         253        20                -           0.0000          -
25344.74/1278.35	c      1278           1303         253        20                -           0.0000          -
25445.86/1283.46	c      1283           1303         253        20                -           0.0000          -
25547.00/1288.51	c      1289           1303         253        20                -           0.0000          -
25646.04/1293.56	c      1294           1303         253        20                -           0.0000          -
25747.14/1298.61	c      1299           1303         253        20                -           0.0000          -
25846.41/1303.66	c      1304           1303         253        20                -           0.0000          -
25945.38/1308.69	c      1309           1303         253        20                -           0.0000          -
26046.52/1313.76	c      1314           1303         253        20                -           0.0000          -
26147.65/1318.81	c      1319           1303         253        20                -           0.0000          -
26246.63/1323.87	c      1324           1303         253        20                -           0.0000          -
26347.63/1328.92	c      1329           1303         253        20                -           0.0000          -
26446.79/1333.96	c      1334           1303         253        20                -           0.0000          -
26545.90/1339.02	c      1339           1303         253        20                -           0.0000          -
26645.01/1344.03	c      1344           1303         253        20                -           0.0000          -
26746.83/1349.05	c      1349           1303         253        20                -           0.0000          -
26845.96/1354.07	c      1354           1303         253        20                -           0.0000          -
26948.42/1359.22	c      1359           1303         253        20                -           0.0000          -
27047.64/1364.27	c      1364           1303         253        20                -           0.0000          -
27148.69/1369.32	c      1369           1303         253        20                -           0.0000          -
27247.87/1374.37	c      1374           1303         253        20                -           0.0000          -
27349.05/1379.42	c      1379           1303         253        20                -           0.0000          -
27448.21/1384.47	c      1384           1303         253        20                -           0.0000          -
27547.35/1389.49	c      1389           1303         253        20                -           0.0000          -
27648.52/1394.57	c      1395           1303         253        20                -           0.0000          -
27749.59/1399.62	c      1400           1303         253        20                -           0.0000          -
27848.77/1404.67	c      1405           1303         253        20                -           0.0000          -
27949.75/1409.72	c      1410           8697        8682        20                -           0.0000          -
28048.82/1414.77	c      1415           8697        8682        20                -           0.0000          -
28150.01/1419.82	c      1420           6600        6597        20                -           0.0000          -
28249.18/1424.87	c      1425           1365         315        20                -           0.0000          -
28350.35/1429.92	c      1430           6743        6740        20                -           0.0000          -
28449.38/1434.97	c      1435           1384         334        20                -           0.0000          -
28548.46/1440.02	c      1440           9015        9000        20                -           0.0000          -
28650.20/1445.04	c      1445           7032        7029        20                -           0.0000          -
28749.45/1450.12	c      1450           7032        7029        20                -           0.0000          -
28850.75/1455.17	c      1455           7032        7029        20                -           0.0000          -
28951.23/1460.22	c      1460           9264        9249        20                -           0.0000          -
29050.20/1465.27	c      1465           7073        7070        20                -           0.0000          -
29151.40/1470.32	c      1470           7073        7070        20                -           0.0000          -
29250.60/1475.37	c      1475           7073        7070        20                -           0.0000          -
29351.80/1480.42	c      1480           7073        7070        20                -           0.0000          -
29450.92/1485.47	c      1485           9547        9532        20                -           0.0000          -
29552.11/1490.52	c      1491           7148        7145        20                -           0.0000          -
29651.30/1495.57	c      1496           1596         546        20                -           0.0000          -
29752.46/1500.62	c      1501           7202        7199        20                -           0.0000          -
29851.56/1505.67	c      1506           1659         609        20                -           0.0000          -
29952.78/1510.72	c      1511           9829        9814        20                -           0.0000          -
30051.99/1515.77	c      1516           9829        9814        20                -           0.0000          -
30153.15/1520.81	c      1521           9829        9814        20                -           0.0000          -
30252.33/1525.87	c      1526           9849        9834        20                -           0.0000          -
30353.51/1530.90	c      1531           9849        9834        20                -           0.0000          -
30452.70/1535.97	c      1536           9849        9834        20                -           0.0000          -
30551.92/1541.02	c      1541           9849        9834        20                -           0.0000          -
30653.69/1546.07	c      1546           9849        9834        20                -           0.0000          -
30752.93/1551.12	c      1551           7782        7779        20                -           0.0000          -
30854.02/1556.17	c      1556           7782        7779        20                -           0.0000          -
30954.34/1561.22	c      1561           7782        7779        20                -           0.0000          -
31053.49/1566.27	c      1566           7782        7779        20                -           0.0000          -
31152.75/1571.29	c      1571           7782        7779        20                -           0.0000          -
31253.88/1576.37	c      1576           7782        7779        20                -           0.0000          -
31355.04/1581.42	c      1581          10048       10033        20                -           0.0000          -
31454.22/1586.46	c      1586          10048       10033        20                -           0.0000          -
31555.43/1591.52	c      1592          10048       10033        20                -           0.0000          -
31654.66/1596.57	c      1597           2220        1164        20                -           0.0000          -
31755.88/1601.62	c      1602          10165       10150        20                -           0.0000          -
31855.12/1606.63	c      1607           8211        8208        20                -           0.0000          -
31956.27/1611.72	c      1612          10279       10264        20                -           0.0000          -
32055.49/1616.77	c      1617          10369       10354        20                -           0.0000          -
32154.70/1621.79	c      1622           8436        8433        20                -           0.0000          -
32255.78/1626.81	c      1627          10450       10435        20                -           0.0000          -
32355.01/1631.82	c      1632          10450       10435        20                -           0.0000          -
32456.21/1636.90	c      1637          10450       10435        20                -           0.0000          -
32555.39/1641.99	c      1642          10450       10435        20                -           0.0000          -
32657.22/1647.05	c      1647        2108983         288        20                -           0.0000          -
32756.47/1652.10	c      1652          10550       10535        20                -           0.0000          -
32857.80/1657.17	c      1657          10633       10618        20                -           0.0000          -
32958.26/1662.22	c      1662           8899        8894        20                -           0.0000          -
33057.46/1667.27	c      1667           8899        8894        20                -           0.0000          -
33158.69/1672.32	c      1672          10826       10811        20                -           0.0000          -
33257.86/1677.37	c      1677          10826       10811        20                -           0.0000          -
33359.01/1682.42	c      1682          10826       10811        20                -           0.0000          -
33458.27/1687.47	c      1687           2706        1634        20                -           0.0000          -
33559.48/1692.52	c      1693           2731        1657        20                -           0.0000          -
33658.71/1697.57	c      1698           2748        1672        20                -           0.0000          -
33759.91/1702.62	c      1703           9303        9298        20                -           0.0000          -
33859.02/1707.67	c      1708           9303        9298        20                -           0.0000          -
33960.17/1712.72	c      1713           9353        9348        20                -           0.0000          -
34059.31/1717.77	c      1718           2824        1740        20                -           0.0000          -
34160.51/1722.82	c      1723           9424        9419        20                -           0.0000          -
34259.65/1727.87	c      1728           9424        9419        20                -           0.0000          -
34358.85/1732.88	c      1733           9424        9419        20                -           0.0000          -
34460.05/1737.97	c      1738          11526       11511        20                -           0.0000          -
34559.28/1743.02	c      1743          11526       11511        20                -           0.0000          -
34661.08/1748.05	c      1748          11526       11511        20                -           0.0000          -
34760.36/1753.12	c      1753           2998        1904        20                -           0.0000          -
34861.69/1758.16	c      1758        2210121         292        20                -           0.0000          -
34962.02/1763.22	c      1763          11722       11707        20                -           0.0000          -
35061.23/1768.27	c      1768           9764        9759        20                -           0.0000          -
35162.43/1773.31	c      1773           3101        1999        20                -           0.0000          -
35261.59/1778.37	c      1778           9908        9903        20                -           0.0000          -
35362.77/1783.42	c      1783           9948        9943        20                -           0.0000          -
35462.14/1788.47	c      1788           9948        9943        20                -           0.0000          -
35563.14/1793.52	c      1794           9948        9943        20                -           0.0000          -
35662.33/1798.57	c      1799           9948        9943        20                -           0.0000          -
35763.51/1803.62	c      1804        2258386         291        20                -           0.0000          -
35862.72/1808.67	c      1809          12102       12085        20                -           0.0000          -
35963.92/1813.70	c      1814          12173       12156        20                -           0.0000          -
36063.13/1818.77	c      1819          12173       12156        20                -           0.0000          -
36164.34/1823.82	c      1824          12173       12156        20                -           0.0000          -
36263.56/1828.84	c      1829          12173       12156        20                -           0.0000          -
36364.92/1833.92	c      1834          12173       12156        20                -           0.0000          -
36463.79/1838.97	c      1839          12173       12156        20                -           0.0000          -
36562.99/1844.02	c      1844          12173       12156        20                -           0.0000          -
36664.81/1849.07	c      1849          12173       12156        20                -           0.0000          -
36763.98/1854.12	c      1854          12173       12156        20                -           0.0000          -
36865.33/1859.17	c      1859          12173       12156        20                -           0.0000          -
36965.57/1864.20	c      1864          12173       12156        20                -           0.0000          -
37064.78/1869.27	c      1869          12173       12156        20                -           0.0000          -
37165.97/1874.30	c      1874          12173       12156        20                -           0.0000          -
37265.17/1879.37	c      1879          12173       12156        20                -           0.0000          -
37366.52/1884.43	c      1884          12173       12156        20                -           0.0000          -
37465.53/1889.47	c      1889           3778        2632        20                -           0.0000          -
37566.75/1894.50	c      1894          12297       12280        20                -           0.0000          -
37666.03/1899.57	c      1900          11214       11199        20                -           0.0000          -
37767.24/1904.62	c      1905          11214       11199        20                -           0.0000          -
37866.45/1909.67	c      1910          11214       11199        20                -           0.0000          -
37967.46/1914.72	c      1915          11214       11199        20                -           0.0000          -
38066.65/1919.77	c      1920           3920        2770        20                -           0.0000          -
38165.81/1924.79	c      1925          12502       12485        20                -           0.0000          -
38267.06/1929.81	c      1930          11355       11340        20                -           0.0000          -
38366.06/1934.82	c      1935           4009        2853        20                -           0.0000          -
38467.19/1939.97	c      1940          12718       12701        20                -           0.0000          -
38566.28/1945.02	c      1945           4073        2915        20                -           0.0000          -
38668.02/1950.07	c      1950           4090        2932        20                -           0.0000          -
38767.20/1955.12	c      1955           4090        2932        20                -           0.0000          -
38868.29/1960.17	c      1960          12880       12863        20                -           0.0000          -
38968.77/1965.22	c      1965          12880       12863        20                -           0.0000          -
39067.98/1970.27	c      1970          12880       12863        20                -           0.0000          -
39169.18/1975.32	c      1975          12180       12163        20                -           0.0000          -
39268.36/1980.36	c      1980          13030       13013        20                -           0.0000          -
39369.53/1985.42	c      1985        2444741         290        20                -           0.0000          -
39468.72/1990.47	c      1990          13190       13173        20                -           0.0000          -
39567.89/1995.49	c      1995          13288       13271        20                -           0.0000          -
39669.08/2000.54	c      2001          13288       13271        20                -           0.0000          -
39770.43/2005.62	c      2006          13288       13271        20                -           0.0000          -
39869.61/2010.65	c      2011          13330       13313        20                -           0.0000          -
39970.58/2015.72	c      2016           4370        3196        20                -           0.0000          -
40069.75/2020.77	c      2021          12723       12704        20                -           0.0000          -
40170.75/2025.81	c      2026          12807       12788        20                -           0.0000          -
40269.94/2030.87	c      2031          12854       12835        20                -           0.0000          -
40371.07/2035.92	c      2036          13717       13700        20                -           0.0000          -
40470.20/2040.94	c      2041          13717       13700        20                -           0.0000          -
40569.29/2046.02	c      2046          13717       13700        20                -           0.0000          -
40671.15/2051.06	c      2051          13717       13700        20                -           0.0000          -
40770.24/2056.11	c      2056          13374       13355        20                -           0.0000          -
40871.50/2061.16	c      2061          13824       13807        20                -           0.0000          -
40971.91/2066.21	c      2066          13544       13523        20                -           0.0000          -
41071.11/2071.26	c      2071           4714        3514        20                -           0.0000          -
41170.27/2076.29	c      2076           4714        3514        20                -           0.0000          -
41271.47/2081.36	c      2081          13666       13645        20                -           0.0000          -
41372.68/2086.41	c      2086          13666       13645        20                -           0.0000          -
41471.89/2091.46	c      2091          14102       14085        20                -           0.0000          -
41573.09/2096.51	c      2097           4796        3596        20                -           0.0000          -
41672.27/2101.56	c      2102          14105       14088        20                -           0.0000          -
41773.59/2106.61	c      2107          14105       14088        20                -           0.0000          -
41872.78/2111.66	c      2112          13984       13963        20                -           0.0000          -
41971.97/2116.68	c      2117          13984       13963        20                -           0.0000          -
42072.95/2121.76	c      2122           4950        3742        20                -           0.0000          -
42172.12/2126.81	c      2127          14354       14337        20                -           0.0000          -
42273.29/2131.86	c      2132          14354       14337        20                -           0.0000          -
42374.43/2136.91	c      2137          14354       14337        20                -           0.0000          -
42473.66/2141.96	c      2142          14354       14337        20                -           0.0000          -
42572.87/2147.01	c      2147          14008       13987        20                -           0.0000          -
42674.70/2152.05	c      2152          14008       13987        20                -           0.0000          -
42773.97/2157.11	c      2157          14008       13987        20                -           0.0000          -
42875.09/2162.16	c      2162          14008       13987        20                -           0.0000          -
42975.59/2167.21	c      2167          14008       13987        20                -           0.0000          -
43074.80/2172.25	c      2172          14008       13987        20                -           0.0000          -
43175.99/2177.31	c      2177          14008       13987        20                -           0.0000          -
43275.21/2182.36	c      2182          14008       13987        20                -           0.0000          -
43376.43/2187.41	c      2187          14008       13987        20                -           0.0000          -
43475.65/2192.46	c      2192          14008       13987        20                -           0.0000          -
43576.78/2197.51	c      2198          14946       14929        20                -           0.0000          -
43675.96/2202.53	c      2203           5388        4150        20                -           0.0000          -
43775.14/2207.60	c      2208          15210       15193        20                -           0.0000          -
43876.49/2212.66	c      2213          15210       15193        20                -           0.0000          -
43977.45/2217.71	c      2218          15210       15193        20                -           0.0000          -
44076.58/2222.76	c      2223          15210       15193        20                -           0.0000          -
44175.65/2227.78	c      2228           5500        4254        20                -           0.0000          -
44276.81/2232.80	c      2233          15528       15507        20                -           0.0000          -
44377.96/2237.91	c      2238          14380       14359        20                -           0.0000          -
44477.13/2242.96	c      2243        2712675         290        20                -           0.0000          -
44576.23/2248.00	c      2248          14516       14495        20                -           0.0000          -
44677.97/2253.04	c      2253        2722309         290        20                -           0.0000          -
44777.09/2258.11	c      2258          14702       14681        20                -           0.0000          -
44878.30/2263.16	c      2263        2732025         290        20                -           0.0000          -
44978.61/2268.21	c      2268          14960       14939        20                -           0.0000          -
45077.59/2273.22	c      2273        2741815         290        20                -           0.0000          -
45178.74/2278.31	c      2278           5843        4577        20                -           0.0000          -
45277.92/2283.32	c      2283           5864        4596        20                -           0.0000          -
45379.09/2288.41	c      2288           5885        4613        20                -           0.0000          -
45478.27/2293.43	c      2293           5932        4657        20                -           0.0000          -
45579.43/2298.50	c      2298        2766335         290        20                -           0.0000          -
45678.34/2303.56	c      2304        2771138         289        20                -           0.0000          -
45779.56/2308.61	c      2309           6018        4737        20                -           0.0000          -
45878.70/2313.64	c      2314        2781040         291        20                -           0.0000          -
45979.67/2318.71	c      2319           6045        4764        20                -           0.0000          -
46078.86/2323.76	c      2324           6098        4813        20                -           0.0000          -
46179.82/2328.81	c      2329          25338       15787        20                -           0.0000          -
46278.93/2333.86	c      2334        2801814         293        20                -           0.0000          -
46380.10/2338.91	c      2339           6188        4895        20                -           0.0000          -
46479.30/2343.95	c      2344        2810650         293        20                -           0.0000          -
46578.25/2349.01	c      2349          27428       15782        20                -           0.0000          -
46680.08/2354.06	c      2354        2816638         291        20                -           0.0000          -
46779.15/2359.11	c      2359           6264        4967        20                -           0.0000          -
46880.35/2364.16	c      2364          16758       16729        20                -           0.0000          -
46980.83/2369.21	c      2369          16758       16729        20                -           0.0000          -
47079.67/2374.26	c      2374           6352        5051        20                -           0.0000          -
47180.72/2379.31	c      2379          16844       16815        20                -           0.0000          -
47279.75/2384.34	c      2384        2834572         289        20                -           0.0000          -
47378.91/2389.36	c      2389           6410        5103        20                -           0.0000          -
47480.10/2394.43	c      2394        2840672         289        20                -           0.0000          -
47579.30/2399.48	c      2399           6477        5168        20                -           0.0000          -
47678.67/2404.49	c      2404        2846720         287        20                -           0.0000          -
47779.57/2409.54	c      2410          17250       17219        20                -           0.0000          -
47878.74/2414.56	c      2415           6574        5259        20                -           0.0000          -
47981.90/2419.71	c      2420           6598        5281        20                -           0.0000          -
48081.05/2424.76	c      2425           6620        5303        20                -           0.0000          -
48182.22/2429.81	c      2430          17569       17532        20                -           0.0000          -
48281.41/2434.86	c      2435          17569       17532        20                -           0.0000          -
48382.57/2439.91	c      2440           6710        5391        20                -           0.0000          -
48481.78/2444.96	c      2445           6738        5417        20                -           0.0000          -
48580.96/2450.00	c      2450        2874984         291        20                -           0.0000          -
48683.03/2455.06	c      2455          17742       17703        20                -           0.0000          -
48782.21/2460.11	c      2460        2881679         290        20                -           0.0000          -
48883.46/2465.16	c      2465          17834       17791        20                -           0.0000          -
48983.74/2470.21	c      2470          17834       17791        20                -           0.0000          -
49082.96/2475.26	c      2475          17834       17791        20                -           0.0000          -
49184.16/2480.31	c      2480           6896        5569        20                -           0.0000          -
49283.37/2485.36	c      2485          17922       17873        20                -           0.0000          -
49382.58/2490.39	c      2490          17922       17873        20                -           0.0000          -
49483.78/2495.46	c      2495          17922       17873        20                -           0.0000          -
49584.95/2500.51	c      2501          17982       17929        20                -           0.0000          -
49684.18/2505.56	c      2506          42535       15944        20                -           0.0000          -
49785.32/2510.60	c      2511          18042       17987        20                -           0.0000          -
49884.49/2515.66	c      2516          18042       17987        20                -           0.0000          -
49985.67/2520.71	c      2521          18042       17987        20                -           0.0000          -
50084.86/2525.76	c      2526          18051       17996        20                -           0.0000          -
50184.04/2530.78	c      2531          18123       18066        20                -           0.0000          -
50285.23/2535.81	c      2536        2930920         289        20                -           0.0000          -
50384.42/2540.85	c      2541           7266        5917        20                -           0.0000          -
50483.58/2545.87	c      2546           7314        5963        20                -           0.0000          -
50584.73/2550.95	c      2551           7319        5968        20                -           0.0000          -
50683.89/2556.03	c      2556          18502       18443        20                -           0.0000          -
50785.72/2561.11	c      2561          18502       18443        20                -           0.0000          -
50887.07/2566.16	c      2566          18502       18443        20                -           0.0000          -
50987.35/2571.21	c      2571          18574       18515        20                -           0.0000          -
51086.52/2576.26	c      2576        2955242         291        20                -           0.0000          -
51187.70/2581.31	c      2581          18702       18643        20                -           0.0000          -
51286.88/2586.36	c      2586           7534        6175        20                -           0.0000          -
51388.05/2591.41	c      2591          18782       18723        20                -           0.0000          -
51487.38/2596.46	c      2596           7601        6240        20                -           0.0000          -
51586.32/2601.48	c      2601           7616        6255        20                -           0.0000          -
51687.47/2606.56	c      2607           7649        6286        20                -           0.0000          -
51788.63/2611.61	c      2612        2976731         290        20                -           0.0000          -
51887.81/2616.66	c      2617           7696        6331        20                -           0.0000          -
51988.94/2621.71	c      2622           7719        6354        20                -           0.0000          -
52088.21/2626.72	c      2627        2985920         287        20                -           0.0000          -
52187.25/2631.79	c      2632          19134       19065        20                -           0.0000          -
52288.41/2636.86	c      2637          55164       15868        20                -           0.0000          -
52387.47/2641.87	c      2642           7817        6450        20                -           0.0000          -
52488.53/2646.91	c      2647           7857        6490        20                -           0.0000          -
52587.46/2652.00	c      2652        3002581         290        20                -           0.0000          -
52686.62/2657.02	c      2657           7899        6532        20                -           0.0000          -
52788.63/2662.13	c      2662          19352       19275        20                -           0.0000          -
52889.65/2667.18	c      2667          19352       19275        20                -           0.0000          -
52990.08/2672.23	c      2672          19352       19275        20                -           0.0000          -
53089.27/2677.28	c      2677          19352       19275        20                -           0.0000          -
53190.41/2682.33	c      2682          19352       19275        20                -           0.0000          -
53289.60/2687.38	c      2687          19352       19275        20                -           0.0000          -
53388.73/2692.40	c      2692          19352       19275        20                -           0.0000          -
53489.89/2697.48	c      2697          19352       19275        20                -           0.0000          -
53591.10/2702.53	c      2703          19352       19275        20                -           0.0000          -
53690.19/2707.58	c      2708          19352       19275        20                -           0.0000          -
53791.37/2712.63	c      2713           8196        6813        20                -           0.0000          -
53890.46/2717.66	c      2718          63439       15859        20                -           0.0000          -
53989.65/2722.68	c      2723        3049510         289        20                -           0.0000          -
54090.81/2727.76	c      2728           8275        6886        20                -           0.0000          -
54191.99/2732.83	c      2733           8294        6903        20                -           0.0000          -
54291.13/2737.88	c      2738          19661       19576        20                -           0.0000          -
54392.22/2742.93	c      2743          19685       19600        20                -           0.0000          -
54491.41/2747.98	c      2748          19723       19638        20                -           0.0000          -
54590.60/2753.03	c      2753          19742       19657        20                -           0.0000          -
54692.18/2758.08	c      2758        3086992         289        20                -           0.0000          -
54791.52/2763.13	c      2763           8441        7048        20                -           0.0000          -
54892.63/2768.18	c      2768           8470        7077        20                -           0.0000          -
54993.18/2773.23	c      2773          19922       19835        20                -           0.0000          -
55092.38/2778.24	c      2778           8514        7119        20                -           0.0000          -
55193.47/2783.33	c      2783          20002       19915        20                -           0.0000          -
55292.66/2788.38	c      2788          20022       19935        20                -           0.0000          -
55393.77/2793.43	c      2793           8605        7208        20                -           0.0000          -
55492.85/2798.46	c      2798          20062       19975        20                -           0.0000          -
55593.98/2803.53	c      2804          20062       19975        20                -           0.0000          -
55693.20/2808.57	c      2809          20082       19995        20                -           0.0000          -
55794.22/2813.63	c      2814        3160647         290        20                -           0.0000          -
55893.38/2818.68	c      2819        3163658         291        20                -           0.0000          -
55994.51/2823.73	c      2824           8772        7369        20                -           0.0000          -
56093.64/2828.78	c      2829           8809        7406        20                -           0.0000          -
56194.72/2833.81	c      2834           8826        7423        20                -           0.0000          -
56293.88/2838.86	c      2839           8842        7439        20                -           0.0000          -
56393.05/2843.89	c      2844          20342       20253        20                -           0.0000          -
56494.22/2848.98	c      2849           8943        7534        20                -           0.0000          -
56593.32/2854.03	c      2854           8964        7553        20                -           0.0000          -
56695.08/2859.08	c      2859           8986        7575        20                -           0.0000          -
56793.93/2864.13	c      2864        3192747         292        20                -           0.0000          -
56895.13/2869.18	c      2869           9032        7621        20                -           0.0000          -
56995.54/2874.23	c      2874          20522       20431        20                -           0.0000          -
57094.65/2879.28	c      2879        3202631         292        20                -           0.0000          -
57195.74/2884.33	c      2884          20622       20529        20                -           0.0000          -
57294.90/2889.37	c      2889           9217        7802        20                -           0.0000          -
57396.03/2894.41	c      2894           9228        7813        20                -           0.0000          -
57495.06/2899.48	c      2899           9255        7840        20                -           0.0000          -
57596.01/2904.53	c      2905           9291        7876        20                -           0.0000          -
57695.17/2909.58	c      2910           9314        7899        20                -           0.0000          -
57796.31/2914.63	c      2915        3225625         292        20                -           0.0000          -
57895.50/2919.68	c      2920        3228937         290        20                -           0.0000          -
57996.64/2924.73	c      2925          20962       20859        20                -           0.0000          -
58095.85/2929.74	c      2930        3235427         290        20                -           0.0000          -
58197.01/2934.83	c      2935          21042       20939        20                -           0.0000          -
58296.19/2939.88	c      2940        3242062         291        20                -           0.0000          -
58397.37/2944.93	c      2945           9528        8103        20                -           0.0000          -
58496.55/2949.96	c      2950           9549        8122        20                -           0.0000          -
58595.74/2955.03	c      2955        3251924         287        20                -           0.0000          -
58697.34/2960.08	c      2960          21242       21137        20                -           0.0000          -
58796.91/2965.13	c      2965          86514       15855        20                -           0.0000          -
58897.87/2970.18	c      2970           9634        8203        20                -           0.0000          -
58998.21/2975.22	c      2975        3264356         293        20                -           0.0000          -
59097.40/2980.24	c      2980          21342       21237        20                -           0.0000          -
59198.56/2985.30	c      2985          21342       21237        20                -           0.0000          -
59297.76/2990.38	c      2990          21342       21237        20                -           0.0000          -
59398.96/2995.43	c      2995           9766        8329        20                -           0.0000          -
59498.14/3000.48	c      3000           9783        8346        20                -           0.0000          -
59599.32/3005.53	c      3006        3282569         290        20                -           0.0000          -
59698.51/3010.54	c      3011          21462       21357        20                -           0.0000          -
59797.60/3015.56	c      3016          21462       21357        20                -           0.0000          -
59898.76/3020.60	c      3021          91724       15885        20                -           0.0000          -
59997.89/3025.61	c      3026           9935        8492        20                -           0.0000          -
60097.08/3030.69	c      3031           9968        8525        20                -           0.0000          -
60198.26/3035.78	c      3036        3300603         290        20                -           0.0000          -
60299.43/3040.84	c      3041          21722       21617        20                -           0.0000          -
60400.51/3045.91	c      3046          21758       21653        20                -           0.0000          -
60499.70/3050.98	c      3051          10127        8682        20                -           0.0000          -
60598.81/3056.02	c      3056          21842       21733        20                -           0.0000          -
60700.57/3061.05	c      3061        3315718         293        20                -           0.0000          -
60799.73/3066.13	c      3066          21937       21824        20                -           0.0000          -
60900.87/3071.18	c      3071          21962       21849        20                -           0.0000          -
61001.42/3076.23	c      3076          21962       21849        20                -           0.0000          -
61100.43/3081.27	c      3081          21962       21849        20                -           0.0000          -
61201.57/3086.32	c      3086          10313        8866        20                -           0.0000          -
61300.75/3091.35	c      3091          10355        8906        20                -           0.0000          -
61401.90/3096.43	c      3096          22062       21949        20                -           0.0000          -
61501.07/3101.48	c      3101          22102       21987        20                -           0.0000          -
61602.19/3106.53	c      3107          10469        9008        20                -           0.0000          -
61701.35/3111.54	c      3112          22188       22069        20                -           0.0000          -
61800.52/3116.56	c      3117          22222       22099        20                -           0.0000          -
61901.75/3121.64	c      3122          22242       22119        20                -           0.0000          -
62002.13/3126.72	c      3127          22262       22139        20                -           0.0000          -
62101.24/3131.74	c      3132          22262       22139        20                -           0.0000          -
62202.39/3136.81	c      3137          22262       22139        20                -           0.0000          -
62301.54/3141.87	c      3142          22262       22139        20                -           0.0000          -
62402.68/3146.93	c      3147          22282       22159        20                -           0.0000          -
62501.74/3151.96	c      3152          22317       22192        20                -           0.0000          -
62600.88/3156.99	c      3157          22322       22197        20                -           0.0000          -
62702.44/3162.08	c      3162          22322       22197        20                -           0.0000          -
62801.65/3167.13	c      3167          22322       22197        20                -           0.0000          -
62902.82/3172.18	c      3172          22322       22197        20                -           0.0000          -
63003.22/3177.23	c      3177          22322       22197        20                -           0.0000          -
63102.36/3182.28	c      3182          22322       22197        20                -           0.0000          -
63203.45/3187.33	c      3187          22322       22197        20                -           0.0000          -
63302.51/3192.38	c      3192          22322       22197        20                -           0.0000          -
63403.67/3197.43	c      3197          22322       22197        20                -           0.0000          -
63502.81/3202.48	c      3202          11002        9521        20                -           0.0000          -
63603.90/3207.53	c      3208          22382       22255        20                -           0.0000          -
63702.93/3212.55	c      3213          11025        9544        20                -           0.0000          -
63803.95/3217.63	c      3218          22490       22361        20                -           0.0000          -
63903.00/3222.69	c      3223        3436585         292        20                -           0.0000          -
64004.09/3227.74	c      3228          22580       22449        20                -           0.0000          -
64103.23/3232.79	c      3233          11178        9695        20                -           0.0000          -
64204.38/3237.80	c      3238          22602       22471        20                -           0.0000          -
64303.46/3242.89	c      3243          22662       22529        20                -           0.0000          -
64404.62/3247.94	c      3248        3476156         289        20                -           0.0000          -
64503.79/3252.99	c      3253        3484203         288        20                -           0.0000          -
64605.41/3258.05	c      3258          11317        9828        20                -           0.0000          -
64704.66/3263.10	c      3263          22782       22645        20                -           0.0000          -
64805.76/3268.13	c      3268          22782       22645        20                -           0.0000          -
64905.08/3273.18	c      3273          11419        9926        20                -           0.0000          -
65005.42/3278.24	c      3278          22857       22716        20                -           0.0000          -
65104.72/3283.25	c      3283          11483        9988        20                -           0.0000          -
65205.61/3288.30	c      3288          11495       10000        20                -           0.0000          -
65304.82/3293.31	c      3293          22922       22781        20                -           0.0000          -
65405.85/3298.45	c      3298        3561461         290        20                -           0.0000          -
65504.72/3303.46	c      3303          23037       22888        20                -           0.0000          -
65603.86/3308.48	c      3308        3577135         288        20                -           0.0000          -
65704.77/3313.54	c      3314          11655       10150        20                -           0.0000          -
65803.88/3318.58	c      3319        3592933         288        20                -           0.0000          -
65904.93/3323.68	c      3324          23227       23068        20                -           0.0000          -
66006.01/3328.71	c      3329          11765       10248        20                -           0.0000          -
66105.07/3333.79	c      3334          11794       10273        20                -           0.0000          -
66206.16/3338.82	c      3339          23323       23164        20                -           0.0000          -
66305.34/3343.90	c      3344          23347       23188        20                -           0.0000          -
66406.27/3348.95	c      3349          11881       10354        20                -           0.0000          -
66505.37/3354.00	c      3354          11895       10368        20                -           0.0000          -
66607.07/3359.05	c      3359          11917       10384        20                -           0.0000          -
66706.26/3364.10	c      3364        3669706         293        20                -           0.0000          -
66807.56/3369.15	c      3369        3676658         289        20                -           0.0000          -
66906.50/3374.19	c      3374        3683732         291        20                -           0.0000          -
67006.95/3379.25	c      3379          23649       23486        20                -           0.0000          -
67108.07/3384.30	c      3384          12067       10528        20                -           0.0000          -
67207.15/3389.35	c      3389          12082       10541        20                -           0.0000          -
67306.27/3394.38	c      3394          23769       23606        20                -           0.0000          -
67407.32/3399.45	c      3399          23769       23606        20                -           0.0000          -
67508.41/3404.50	c      3404          23769       23606        20                -           0.0000          -
67607.58/3409.55	c      3410          23770       23607        20                -           0.0000          -
67708.68/3414.60	c      3415          12198       10649        20                -           0.0000          -
67807.85/3419.65	c      3420        3745065         288        20                -           0.0000          -
67907.00/3424.69	c      3425        3749026         291        20                -           0.0000          -
68008.16/3429.75	c      3430        3755696         289        20                -           0.0000          -
68109.27/3434.80	c      3435          24006       23839        20                -           0.0000          -
68208.46/3439.85	c      3440          12332       10777        20                -           0.0000          -
68309.58/3444.90	c      3445          12360       10805        20                -           0.0000          -
68408.76/3449.95	c      3450          24129       23958        20                -           0.0000          -
68507.90/3455.00	c      3455          24133       23962        20                -           0.0000          -
68607.06/3460.03	c      3460          12454       10890        20                -           0.0000          -
68708.81/3465.10	c      3465          24238       24061        20                -           0.0000          -
68809.98/3470.15	c      3470        3815160         291        20                -           0.0000          -
68910.36/3475.20	c      3475          24333       24154        20                -           0.0000          -
69009.49/3480.25	c      3480          24353       24174        20                -           0.0000          -
69110.64/3485.30	c      3485          24373       24194        20                -           0.0000          -
69209.79/3490.35	c      3490          24441       24252        20                -           0.0000          -
69310.93/3495.40	c      3495          24469       24280        20                -           0.0000          -
69410.27/3500.45	c      3500          12701       11127        20                -           0.0000          -
69509.31/3505.49	c      3505        3863732         289        20                -           0.0000          -
69610.44/3510.52	c      3511          12805       11225        20                -           0.0000          -
69711.57/3515.60	c      3516          12822       11242        20                -           0.0000          -
69810.71/3520.64	c      3521          24689       24492        20                -           0.0000          -
69911.84/3525.70	c      3526          12894       11308        20                -           0.0000          -
70011.03/3530.75	c      3531          12909       11323        20                -           0.0000          -
70112.21/3535.80	c      3536          24814       24607        20                -           0.0000          -
70211.39/3540.85	c      3541        3917797         292        20                -           0.0000          -
70312.50/3545.90	c      3546          13007       11415        20                -           0.0000          -
70411.69/3550.95	c      3551          24934       24721        20                -           0.0000          -
70510.90/3556.00	c      3556          13023       11431        20                -           0.0000          -
70612.46/3561.05	c      3561          13046       11454        20                -           0.0000          -
70711.57/3566.10	c      3566         144297       15858        20                -           0.0000          -
70812.62/3571.15	c      3571          13103       11506        20                -           0.0000          -
70913.11/3576.20	c      3576          25137       24922        20                -           0.0000          -
71012.27/3581.25	c      3581          13184       11568        20                -           0.0000          -
71113.37/3586.30	c      3586        3987461         288        20                -           0.0000          -
71212.52/3591.35	c      3591          13269       11649        20                -           0.0000          -
71311.66/3596.39	c      3596          25364       25137        20                -           0.0000          -
71412.84/3601.45	c      3601          25386       25155        20                -           0.0000          -
71514.00/3606.50	c      3606          25386       25155        20                -           0.0000          -
71613.12/3611.55	c      3612          13383       11755        20                -           0.0000          -
71714.27/3616.60	c      3617          25469       25228        20                -           0.0000          -
71813.45/3621.65	c      3622          25529       25286        20                -           0.0000          -
71914.60/3626.70	c      3627        4053100         287        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (184379 MiB free)
  memory of node 1: 193531 MiB (187243 MiB free)
  memory of node 2: 193531 MiB (189219 MiB free)
  memory of node 3: 193493 MiB (192013 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-4465877-1722585778/watcher-4465877-1722585778 -o /tmp/evaluation-result-4465877-1722585778/solver-4465877-1722585778 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722578068-152144 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465877-1722585778.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.1001 s]*
/proc/loadavg: 79.03 80.06 77.46 62/985 157975
/proc/meminfo: memFree=770878392/790760800 swapFree=131071996/131071996
[pid=157974] ppid=157971 vsize=58528 memory=47936 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/stat : 157974 (fscip) R 157971 157974 152131 0 -1 4194304 10875 0 0 0 10 1 0 0 20 0 1 0 25157208 59932672 11984 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
/proc/157974/statm: 14632 11984 2742 3035 0 11028 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 58528 KiB
Current children cumulated memory: 47936 KiB

[startup+0.219281 s]*
/proc/loadavg: 79.03 80.06 77.46 62/985 157975
/proc/meminfo: memFree=770873152/790760800 swapFree=131071996/131071996
[pid=157974] ppid=157971 vsize=69204 memory=55624 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/stat : 157974 (fscip) R 157971 157974 152131 0 -1 4194304 12591 0 0 0 21 2 0 0 20 0 1 0 25157208 70864896 13906 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
/proc/157974/statm: 17301 13906 2774 3035 0 13697 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 69204 KiB
Current children cumulated memory: 55624 KiB

[startup+0.318103 s]*
/proc/loadavg: 79.03 80.06 77.46 62/1005 157995
/proc/meminfo: memFree=770805308/790760800 swapFree=131071996/131071996
[pid=157974] ppid=157971 vsize=1547280 memory=133808 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/stat : 157974 (fscip) S 157971 157974 152131 0 -1 1077936128 33170 0 0 0 28 5 0 0 20 0 21 0 25157208 1584414720 33452 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
/proc/157974/statm: 386820 33452 2774 3035 0 74265 0
[pid=157974/tid=157976] ppid=157971 vsize=1547280 memory=-6224367663202876267 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157976/stat : 157976 (fscip) S 157971 157974 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25157232 1584414720 33452 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157977] ppid=157971 vsize=1547280 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157977/stat : 157977 (fscip) S 157971 157974 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25157232 1584414720 33452 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157978] ppid=157971 vsize=1547280 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157978/stat : 157978 (fscip) S 157971 157974 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25157232 1584414720 33452 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157979] ppid=157971 vsize=1547280 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157979/stat : 157979 (fscip) S 157971 157974 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25157232 1584414720 33452 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157980] ppid=157971 vsize=1547280 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157980/stat : 157980 (fscip) R 157971 157974 152131 0 -1 4194368 1810 0 0 0 0 0 0 0 20 0 21 0 25157232 1584414720 33452 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157981] ppid=157971 vsize=1547280 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157981/stat : 157981 (fscip) S 157971 157974 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25157232 1584414720 33452 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157982] ppid=157971 vsize=1547280 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157982/stat : 157982 (fscip) S 157971 157974 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25157232 1584414720 33452 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157983] ppid=157971 vsize=1547280 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157983/stat : 157983 (fscip) S 157971 157974 152131 0 -1 1077936192 2679 0 0 0 0 0 0 0 20 0 21 0 25157232 1584414720 33452 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157984] ppid=157971 vsize=1547280 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157984/stat : 157984 (fscip) S 157971 157974 152131 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 25157232 1584414720 33452 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157985] ppid=157971 vsize=1547280 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157985/stat : 157985 (fscip) S 157971 157974 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25157232 1584414720 33452 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157986] ppid=157971 vsize=1547280 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157986/stat : 157986 (fscip) S 157971 157974 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25157232 1584414720 33452 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157987] ppid=157971 vsize=1547280 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157987/stat : 157987 (fscip) S 157971 157974 152131 0 -1 1077936192 2679 0 0 0 1 0 0 0 20 0 21 0 25157232 1584414720 33452 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157988] ppid=157971 vsize=1547280 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157988/stat : 157988 (fscip) S 157971 157974 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25157232 1584414720 33452 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157989] ppid=157971 vsize=1547280 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157989/stat : 157989 (fscip) S 157971 157974 152131 0 -1 1077936192 2678 0 0 0 0 0 0 0 20 0 21 0 25157232 1584414720 33452 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157990] ppid=157971 vsize=1547280 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157990/stat : 157990 (fscip) S 157971 157974 152131 0 -1 1077936192 2679 0 0 0 1 0 0 0 20 0 21 0 25157232 1584414720 33452 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157991] ppid=157971 vsize=1547280 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157991/stat : 157991 (fscip) S 157971 157974 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25157232 1584414720 33452 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157992] ppid=157971 vsize=1547280 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157992/stat : 157992 (fscip) S 157971 157974 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25157232 1584414720 33452 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157993] ppid=157971 vsize=1547280 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157993/stat : 157993 (fscip) S 157971 157974 152131 0 -1 1077936192 2680 0 0 0 0 0 0 0 20 0 21 0 25157232 1584414720 33452 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157994] ppid=157971 vsize=1547280 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157994/stat : 157994 (fscip) S 157971 157974 152131 0 -1 1077936192 2679 0 0 0 0 0 0 0 20 0 21 0 25157232 1584414720 33452 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157995] ppid=157971 vsize=1547280 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157995/stat : 157995 (fscip) S 157971 157974 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25157232 1584414720 33452 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1547280 KiB
Current children cumulated memory: 133808 KiB

[startup+0.703571 s]
/proc/loadavg: 79.03 80.06 77.46 66/1025 158015
/proc/meminfo: memFree=770551224/790760800 swapFree=131071996/131071996
[pid=157974] ppid=157971 vsize=1711200 memory=747880 CPUtime=3.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/stat : 157974 (fscip) S 157971 157974 152131 0 -1 1077936128 186357 0 0 0 321 44 0 0 20 0 41 0 25157208 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
/proc/157974/statm: 427800 186970 2806 3035 0 276619 0
[pid=157974/tid=157976] ppid=157971 vsize=1711200 memory=2 CPUtime=0.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157976/stat : 157976 (fscip) R 157971 157974 152131 0 -1 4194368 9296 0 0 0 15 2 0 0 20 0 41 0 25157232 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157977] ppid=157971 vsize=1711200 memory=11572 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157977/stat : 157977 (fscip) D 157971 157974 152131 0 -1 4194368 8264 0 0 0 15 1 0 0 20 0 41 0 25157232 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157978] ppid=157971 vsize=1711200 memory=5556 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157978/stat : 157978 (fscip) R 157971 157974 152131 0 -1 4194368 8180 0 0 0 14 2 0 0 20 0 41 0 25157232 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157979] ppid=157971 vsize=1711200 memory=0 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157979/stat : 157979 (fscip) R 157971 157974 152131 0 -1 4194368 8512 0 0 0 15 1 0 0 20 0 41 0 25157232 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157980] ppid=157971 vsize=1711200 memory=15780 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157980/stat : 157980 (fscip) R 157971 157974 152131 0 -1 4194368 8182 0 0 0 14 2 0 0 20 0 41 0 25157232 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157981] ppid=157971 vsize=1711200 memory=0 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157981/stat : 157981 (fscip) D 157971 157974 152131 0 -1 4194368 8276 0 0 0 15 1 0 0 20 0 41 0 25157232 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157982] ppid=157971 vsize=1711200 memory=0 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157982/stat : 157982 (fscip) D 157971 157974 152131 0 -1 4194368 9328 0 0 0 15 1 0 0 20 0 41 0 25157232 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157983] ppid=157971 vsize=1711200 memory=0 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157983/stat : 157983 (fscip) R 157971 157974 152131 0 -1 4194368 8309 0 0 0 15 1 0 0 20 0 41 0 25157232 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157984] ppid=157971 vsize=1711200 memory=0 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157984/stat : 157984 (fscip) R 157971 157974 152131 0 -1 4194368 8315 0 0 0 14 2 0 0 20 0 41 0 25157232 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157985] ppid=157971 vsize=1711200 memory=0 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157985/stat : 157985 (fscip) R 157971 157974 152131 0 -1 4194368 9380 0 0 0 14 2 0 0 20 0 41 0 25157232 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157986] ppid=157971 vsize=1711200 memory=0 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157986/stat : 157986 (fscip) R 157971 157974 152131 0 -1 4194368 8303 0 0 0 15 1 0 0 20 0 41 0 25157232 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157987] ppid=157971 vsize=1711200 memory=16088 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157987/stat : 157987 (fscip) R 157971 157974 152131 0 -1 4194368 8192 0 0 0 14 2 0 0 20 0 41 0 25157232 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157988] ppid=157971 vsize=1711200 memory=2212 CPUtime=0.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157988/stat : 157988 (fscip) R 157971 157974 152131 0 -1 4194368 8513 0 0 0 15 2 0 0 20 0 41 0 25157232 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157989] ppid=157971 vsize=1711200 memory=6096 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157989/stat : 157989 (fscip) R 157971 157974 152131 0 -1 4194368 8178 0 0 0 13 2 0 0 20 0 41 0 25157232 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157990] ppid=157971 vsize=1711200 memory=1968 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157990/stat : 157990 (fscip) D 157971 157974 152131 0 -1 4194368 8279 0 0 0 14 2 0 0 20 0 41 0 25157232 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157991] ppid=157971 vsize=1711200 memory=54204 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157991/stat : 157991 (fscip) R 157971 157974 152131 0 -1 4194368 8513 0 0 0 14 2 0 0 20 0 41 0 25157232 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157992] ppid=157971 vsize=1711200 memory=33196 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157992/stat : 157992 (fscip) R 157971 157974 152131 0 -1 4194368 8184 0 0 0 14 2 0 0 20 0 41 0 25157232 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157993] ppid=157971 vsize=1711200 memory=21532 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157993/stat : 157993 (fscip) D 157971 157974 152131 0 -1 4194368 8280 0 0 0 14 2 0 0 20 0 41 0 25157232 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157994] ppid=157971 vsize=1711200 memory=281383440748032 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157994/stat : 157994 (fscip) D 157971 157974 152131 0 -1 4194368 10324 0 0 0 14 2 0 0 20 0 41 0 25157232 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157995] ppid=157971 vsize=1711200 memory=-5628408999910123566 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157995/stat : 157995 (fscip) D 157971 157974 152131 0 -1 4194368 8272 0 0 0 14 2 0 0 20 0 41 0 25157232 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157996] ppid=157971 vsize=1711200 memory=-1598831813028945288 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157996/stat : 157996 (fscip) S 157971 157974 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25157258 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157997] ppid=157971 vsize=1711200 memory=3688508706254238770 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157997/stat : 157997 (fscip) S 157971 157974 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25157258 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157998] ppid=157971 vsize=1711200 memory=100 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157998/stat : 157998 (fscip) S 157971 157974 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25157258 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157999] ppid=157971 vsize=1711200 memory=1836 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157999/stat : 157999 (fscip) S 157971 157974 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25157258 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158000] ppid=157971 vsize=1711200 memory=25988 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158000/stat : 158000 (fscip) S 157971 157974 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25157258 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158001] ppid=157971 vsize=1711200 memory=2244 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158001/stat : 158001 (fscip) S 157971 157974 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25157258 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158002] ppid=157971 vsize=1711200 memory=2716 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158002/stat : 158002 (fscip) S 157971 157974 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25157258 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158003] ppid=157971 vsize=1711200 memory=6744 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158003/stat : 158003 (fscip) S 157971 157974 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25157258 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158004] ppid=157971 vsize=1711200 memory=3548388 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158004/stat : 158004 (fscip) S 157971 157974 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25157259 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158005] ppid=157971 vsize=1711200 memory=2812 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158005/stat : 158005 (fscip) S 157971 157974 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25157259 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158006] ppid=157971 vsize=1711200 memory=4672 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158006/stat : 158006 (fscip) S 157971 157974 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25157259 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158007] ppid=157971 vsize=1711200 memory=466056 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158007/stat : 158007 (fscip) S 157971 157974 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25157259 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158008] ppid=157971 vsize=1711200 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158008/stat : 158008 (fscip) S 157971 157974 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25157259 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158009] ppid=157971 vsize=1711200 memory=7866208049374969920 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158009/stat : 158009 (fscip) S 157971 157974 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25157259 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158010] ppid=157971 vsize=1711200 memory=-7825974714190476140 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158010/stat : 158010 (fscip) S 157971 157974 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25157259 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158011] ppid=157971 vsize=1711200 memory=-8325000837725706836 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158011/stat : 158011 (fscip) S 157971 157974 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25157259 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158012] ppid=157971 vsize=1711200 memory=-7819220407477041021 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158012/stat : 158012 (fscip) S 157971 157974 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25157259 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158013] ppid=157971 vsize=1711200 memory=-8325000837725444693 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158013/stat : 158013 (fscip) S 157971 157974 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25157259 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158014] ppid=157971 vsize=1711200 memory=4132771212810548115 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158014/stat : 158014 (fscip) S 157971 157974 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25157259 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158015] ppid=157971 vsize=1711200 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158015/stat : 158015 (fscip) S 157971 157974 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25157259 1752268800 186970 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
Current children cumulated CPU time: 3.65 s
Current children cumulated vsize: 1711200 KiB
Current children cumulated memory: 747880 KiB

[startup+1.50135 s]
/proc/loadavg: 79.03 80.06 77.46 81/1025 158015

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

/proc/157974/task/157995/stat : 157995 (fscip) R 157971 157974 152131 0 -1 4194368 2094718 0 0 0 354710 342 0 0 20 0 41 0 25157232 5928185856 1112667 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157996] ppid=157971 vsize=5789244 memory=4568044 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157996/stat : 157996 (fscip) S 157971 157974 152131 0 -1 1077936192 54 0 0 0 2 0 0 0 20 0 41 0 25157258 5928185856 1112667 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157997] ppid=157971 vsize=5789244 memory=2788 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157997/stat : 157997 (fscip) S 157971 157974 152131 0 -1 1077936192 144 0 0 0 1 0 0 0 20 0 41 0 25157258 5928185856 1112667 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157998] ppid=157971 vsize=5789244 memory=11572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157998/stat : 157998 (fscip) S 157971 157974 152131 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 25157258 5928185856 1112667 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157999] ppid=157971 vsize=5789244 memory=15780 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157999/stat : 157999 (fscip) S 157971 157974 152131 0 -1 1077936192 145 0 0 0 2 0 0 0 20 0 41 0 25157258 5928185856 1112667 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158000] ppid=157971 vsize=5789244 memory=16088 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158000/stat : 158000 (fscip) S 157971 157974 152131 0 -1 1077936192 143 0 0 0 2 0 0 0 20 0 41 0 25157258 5928185856 1112667 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158001] ppid=157971 vsize=5789244 memory=2212 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158001/stat : 158001 (fscip) S 157971 157974 152131 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 25157258 5928185856 1112667 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158002] ppid=157971 vsize=5789244 memory=4444704 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158002/stat : 158002 (fscip) S 157971 157974 152131 0 -1 1077936192 137 0 0 0 0 1 0 0 20 0 41 0 25157258 5928185856 1112667 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158003] ppid=157971 vsize=5789244 memory=7151822037873353043 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158003/stat : 158003 (fscip) S 157971 157974 152131 0 -1 1077936192 144 0 0 0 2 0 0 0 20 0 41 0 25157258 5928185856 1112667 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158004] ppid=157971 vsize=5789244 memory=281383442431920 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158004/stat : 158004 (fscip) S 157971 157974 152131 0 -1 1077936192 93 0 0 0 2 0 0 0 20 0 41 0 25157259 5928185856 1112667 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158005] ppid=157971 vsize=5789244 memory=4449096 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158005/stat : 158005 (fscip) S 157971 157974 152131 0 -1 1077936192 108 0 0 0 2 0 0 0 20 0 41 0 25157259 5928185856 1112667 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158006] ppid=157971 vsize=5789244 memory=33196 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158006/stat : 158006 (fscip) S 157971 157974 152131 0 -1 1077936192 109 0 0 0 2 0 0 0 20 0 41 0 25157259 5928185856 1112667 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158007] ppid=157971 vsize=5789244 memory=4450240 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158007/stat : 158007 (fscip) S 157971 157974 152131 0 -1 1077936192 135 0 0 0 2 0 0 0 20 0 41 0 25157259 5928185856 1112667 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158008] ppid=157971 vsize=5789244 memory=11572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158008/stat : 158008 (fscip) S 157971 157974 152131 0 -1 1077936192 145 0 0 0 2 0 0 0 20 0 41 0 25157259 5928185856 1112667 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158009] ppid=157971 vsize=5789244 memory=4450248 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158009/stat : 158009 (fscip) S 157971 157974 152131 0 -1 1077936192 138 0 0 0 2 0 0 0 20 0 41 0 25157259 5928185856 1112667 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158010] ppid=157971 vsize=5789244 memory=13752 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158010/stat : 158010 (fscip) S 157971 157974 152131 0 -1 1077936192 146 0 0 0 2 0 0 0 20 0 41 0 25157259 5928185856 1112667 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158011] ppid=157971 vsize=5789244 memory=4450520 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158011/stat : 158011 (fscip) S 157971 157974 152131 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 25157259 5928185856 1112667 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158012] ppid=157971 vsize=5789244 memory=11636 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158012/stat : 158012 (fscip) S 157971 157974 152131 0 -1 1077936192 109 0 0 0 2 0 0 0 20 0 41 0 25157259 5928185856 1112667 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158013] ppid=157971 vsize=5789244 memory=198340509722 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158013/stat : 158013 (fscip) S 157971 157974 152131 0 -1 1077936192 132 0 0 0 2 0 0 0 20 0 41 0 25157259 5928185856 1112667 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158014] ppid=157971 vsize=5789244 memory=32195 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158014/stat : 158014 (fscip) S 157971 157974 152131 0 -1 1077936192 108 0 0 0 2 0 0 0 20 0 41 0 25157259 5928185856 1112667 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158015] ppid=157971 vsize=5789244 memory=11572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158015/stat : 158015 (fscip) S 157971 157974 152131 0 -1 1077936192 108 0 0 0 2 0 0 0 20 0 41 0 25157259 5928185856 1112667 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
Current children cumulated CPU time: 71034.1 s
Current children cumulated vsize: 5789244 KiB
Current children cumulated memory: 4450668 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631 s]*
/proc/loadavg: 81.17 80.68 80.55 81/1023 161135
/proc/meminfo: memFree=764453472/790760800 swapFree=131071996/131071996
[pid=157974] ppid=157971 vsize=5789244 memory=4475852 CPUtime=72000.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/stat : 157974 (fscip) S 157971 157974 152131 0 -1 1077936128 21861773 0 0 0 7185922 14130 0 0 20 0 41 0 25157208 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 17 19 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
/proc/157974/statm: 1447311 1118963 3334 3035 0 1308654 0
[pid=157974/tid=157976] ppid=157971 vsize=5789244 memory=6720664350488543336 CPUtime=3594.56 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157976/stat : 157976 (fscip) R 157971 157974 152131 0 -1 4194368 845172 0 0 0 359344 112 0 0 20 0 41 0 25157232 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157977] ppid=157971 vsize=5789244 memory=4786860 CPUtime=3604.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157977/stat : 157977 (fscip) R 157971 157974 152131 0 -1 4194368 2117240 0 0 0 360118 307 0 0 20 0 41 0 25157232 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157978] ppid=157971 vsize=5789244 memory=8173016736634594643 CPUtime=3598.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157978/stat : 157978 (fscip) R 157971 157974 152131 0 -1 4194368 218158 0 0 0 357543 2281 0 0 20 0 41 0 25157232 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157979] ppid=157971 vsize=5789244 memory=-7665265820358237568 CPUtime=3601.59 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157979/stat : 157979 (fscip) R 157971 157974 152131 0 -1 4194368 980071 0 0 0 359999 160 0 0 20 0 41 0 25157232 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157980] ppid=157971 vsize=5789244 memory=819170522747439 CPUtime=3591.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157980/stat : 157980 (fscip) R 157971 157974 152131 0 -1 4194368 1701334 0 0 0 358946 195 0 0 20 0 41 0 25157232 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157981] ppid=157971 vsize=5789244 memory=819170522747440 CPUtime=3598.37 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157981/stat : 157981 (fscip) R 157971 157974 152131 0 -1 4194368 252775 0 0 0 358036 1801 0 0 20 0 41 0 25157232 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157982] ppid=157971 vsize=5789244 memory=819170522747441 CPUtime=3603.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157982/stat : 157982 (fscip) R 157971 157974 152131 0 -1 4194368 799017 0 0 0 360242 94 0 0 20 0 41 0 25157232 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157983] ppid=157971 vsize=5789244 memory=819170522747442 CPUtime=3604.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157983/stat : 157983 (fscip) R 157971 157974 152131 0 -1 4194368 1903468 0 0 0 360188 236 0 0 20 0 41 0 25157232 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157984] ppid=157971 vsize=5789244 memory=819170522747443 CPUtime=3594.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157984/stat : 157984 (fscip) R 157971 157974 152131 0 -1 4194368 248361 0 0 0 358373 1093 0 0 20 0 41 0 25157232 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157985] ppid=157971 vsize=5789244 memory=819170522747444 CPUtime=3605.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157985/stat : 157985 (fscip) R 157971 157974 152131 0 -1 4194368 1147388 0 0 0 360319 212 0 0 20 0 41 0 25157232 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157986] ppid=157971 vsize=5789244 memory=819170522747445 CPUtime=3599.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157986/stat : 157986 (fscip) R 157971 157974 152131 0 -1 4194368 1780790 0 0 0 359787 199 0 0 20 0 41 0 25157232 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157987] ppid=157971 vsize=5789244 memory=819170522747446 CPUtime=3603 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157987/stat : 157987 (fscip) R 157971 157974 152131 0 -1 4194368 319771 0 0 0 358372 1928 0 0 20 0 41 0 25157232 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157988] ppid=157971 vsize=5789244 memory=819170522747447 CPUtime=3600.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157988/stat : 157988 (fscip) R 157971 157974 152131 0 -1 4194368 836297 0 0 0 359921 99 0 0 20 0 41 0 25157232 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157989] ppid=157971 vsize=5789244 memory=819170522747448 CPUtime=3604.95 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157989/stat : 157989 (fscip) R 157971 157974 152131 0 -1 4194368 1920590 0 0 0 360216 279 0 0 20 0 41 0 25157232 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157990] ppid=157971 vsize=5789244 memory=819170522747449 CPUtime=3592.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157990/stat : 157990 (fscip) R 157971 157974 152131 0 -1 4194368 242735 0 0 0 357038 2165 0 0 20 0 41 0 25157232 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157991] ppid=157971 vsize=5789244 memory=819170522747450 CPUtime=3597.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157991/stat : 157991 (fscip) R 157971 157974 152131 0 -1 4194368 855118 0 0 0 359625 115 0 0 20 0 41 0 25157232 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157992] ppid=157971 vsize=5789244 memory=819170522747451 CPUtime=3601.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157992/stat : 157992 (fscip) R 157971 157974 152131 0 -1 4194368 2058882 0 0 0 359806 317 0 0 20 0 41 0 25157232 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157993] ppid=157971 vsize=5789244 memory=819170522747452 CPUtime=3600.52 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157993/stat : 157993 (fscip) R 157971 157974 152131 0 -1 4194368 286397 0 0 0 358158 1894 0 0 20 0 41 0 25157232 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157994] ppid=157971 vsize=5789244 memory=819170522747453 CPUtime=3604.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157994/stat : 157994 (fscip) R 157971 157974 152131 0 -1 4194368 1207442 0 0 0 360204 250 0 0 20 0 41 0 25157232 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157995] ppid=157971 vsize=5789244 memory=819170522747454 CPUtime=3598.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157995/stat : 157995 (fscip) R 157971 157974 152131 0 -1 4194368 2121812 0 0 0 359543 347 0 0 20 0 41 0 25157232 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157996] ppid=157971 vsize=5789244 memory=819170522747455 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157996/stat : 157996 (fscip) S 157971 157974 152131 0 -1 1077936192 55 0 0 0 2 0 0 0 20 0 41 0 25157258 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157997] ppid=157971 vsize=5789244 memory=819170522747456 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157997/stat : 157997 (fscip) S 157971 157974 152131 0 -1 1077936192 146 0 0 0 1 0 0 0 20 0 41 0 25157258 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157998] ppid=157971 vsize=5789244 memory=281383442707616 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157998/stat : 157998 (fscip) S 157971 157974 152131 0 -1 1077936192 135 0 0 0 2 0 0 0 20 0 41 0 25157258 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=157999] ppid=157971 vsize=5789244 memory=819170522747458 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/157999/stat : 157999 (fscip) S 157971 157974 152131 0 -1 1077936192 148 0 0 0 2 0 0 0 20 0 41 0 25157258 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158000] ppid=157971 vsize=5789244 memory=1744 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158000/stat : 158000 (fscip) S 157971 157974 152131 0 -1 1077936192 146 0 0 0 2 0 0 0 20 0 41 0 25157258 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158001] ppid=157971 vsize=5789244 memory=9652 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158001/stat : 158001 (fscip) S 157971 157974 152131 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 25157258 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158002] ppid=157971 vsize=5789244 memory=25333125866717268 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158002/stat : 158002 (fscip) S 157971 157974 152131 0 -1 1077936192 139 0 0 0 0 1 0 0 20 0 41 0 25157258 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158003] ppid=157971 vsize=5789244 memory=6720661060678270821 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158003/stat : 158003 (fscip) S 157971 157974 152131 0 -1 1077936192 146 0 0 0 2 0 0 0 20 0 41 0 25157258 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158004] ppid=157971 vsize=5789244 memory=3539829505453719578 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158004/stat : 158004 (fscip) S 157971 157974 152131 0 -1 1077936192 95 0 0 0 2 0 0 0 20 0 41 0 25157259 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158005] ppid=157971 vsize=5789244 memory=32195 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158005/stat : 158005 (fscip) S 157971 157974 152131 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 25157259 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158006] ppid=157971 vsize=5789244 memory=-4546129931942301828 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158006/stat : 158006 (fscip) S 157971 157974 152131 0 -1 1077936192 111 0 0 0 2 0 0 0 20 0 41 0 25157259 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158007] ppid=157971 vsize=5789244 memory=9052978025149149667 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158007/stat : 158007 (fscip) S 157971 157974 152131 0 -1 1077936192 138 0 0 0 2 0 0 0 20 0 41 0 25157259 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158008] ppid=157971 vsize=5789244 memory=5859279190412509282 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158008/stat : 158008 (fscip) S 157971 157974 152131 0 -1 1077936192 147 0 0 0 2 0 0 0 20 0 41 0 25157259 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158009] ppid=157971 vsize=5789244 memory=281383442514104 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158009/stat : 158009 (fscip) S 157971 157974 152131 0 -1 1077936192 141 0 0 0 2 0 0 0 20 0 41 0 25157259 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158010] ppid=157971 vsize=5789244 memory=25333125866717268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158010/stat : 158010 (fscip) S 157971 157974 152131 0 -1 1077936192 149 0 0 0 2 0 0 0 20 0 41 0 25157259 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158011] ppid=157971 vsize=5789244 memory=101390 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158011/stat : 158011 (fscip) S 157971 157974 152131 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 25157259 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158012] ppid=157971 vsize=5789244 memory=294625 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158012/stat : 158012 (fscip) S 157971 157974 152131 0 -1 1077936192 111 0 0 0 2 0 0 0 20 0 41 0 25157259 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158013] ppid=157971 vsize=5789244 memory=3762792918679242389 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158013/stat : 158013 (fscip) S 157971 157974 152131 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 25157259 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158014] ppid=157971 vsize=5789244 memory=6656426216303648864 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158014/stat : 158014 (fscip) S 157971 157974 152131 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 25157259 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
[pid=157974/tid=158015] ppid=157971 vsize=5789244 memory=7020078713717745259 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/157974/task/158015/stat : 158015 (fscip) S 157971 157974 152131 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 25157259 5928185856 1118963 809668444160 4194304 16623229 140727834916512 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 28073984 140727834924041 140727834924159 140727834924159 140727834931184 0
Current children cumulated CPU time: 72000.5 s
Current children cumulated vsize: 5789244 KiB
Current children cumulated memory: 4475852 KiB

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

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

# cumulated CPU time of all completed processes:  user=71859.5 s, system=141.479 s

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

[startup+3631.22 s]
/proc/loadavg: 81.17 80.68 80.55 62/984 161135
/proc/meminfo: memFree=767168440/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3631.23
CPU time (s): 72001
CPU user time (s): 71859.5
CPU system time (s): 141.479
CPU usage (%): 1982.83
Max. virtual memory (cumulated for all children) (KiB): 5789244
Max. memory (cumulated for all children) (KiB): 4488816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71859.5
system time used= 141.479
maximum resident set size= 4489844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21861776
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= 221531
involuntary context switches= 256870


# summary of solver processes directly reported to runsolver:
#   pid: 157974
#   total CPU time (s): 72001
#   total CPU user time (s): 71859.5
#   total CPU system time (s): 141.479

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.1928 second user time and 81.8754 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-02 10:02:58
IDJOB=4465877
IDBENCH=162302
IDSOLVER=3094
FILE ID=nodeD104/4465877-1722585778
RUNJOBID= nodeD104-1722578068-152144
SLURM_JOB_ID= 8254293
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size96-round23-2.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-4465877-1722585778/watcher-4465877-1722585778 -o /tmp/evaluation-result-4465877-1722585778/solver-4465877-1722585778 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722578068-152144 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465877-1722585778.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= a8b84d78b1363b4a3850ebb291b1422d
RANDOM SEED=1298282626

nodeD104.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		: 3019.005
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		: 2896.359
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	: 5006.76
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		: 3074.983
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	: 5013.48
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		: 2825.090
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	: 5010.76
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		: 3012.119
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		: 2893.728
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	: 5006.76
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		: 3077.920
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	: 5013.48
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		: 3238.672
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	: 5010.76
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		: 3023.965
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		: 2893.662
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	: 5006.76
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		: 3087.697
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	: 5013.48
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		: 3103.200
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	: 5010.76
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		: 3020.955
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		: 2895.335
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	: 5006.76
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		: 3086.715
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	: 5013.48
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		: 2926.165
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	: 5010.76
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		: 3023.349
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		: 2892.328
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	: 5006.76
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		: 3083.629
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	: 5013.48
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		: 2363.756
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	: 5010.76
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		: 3015.651
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		: 2831.983
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	: 5006.76
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		: 3087.904
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	: 5013.48
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		: 3338.791
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	: 5010.76
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		: 3016.094
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		: 2895.640
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	: 5006.76
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		: 3082.136
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	: 5013.48
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		: 2656.383
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	: 5010.76
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		: 3024.178
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		: 2890.614
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	: 5006.76
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		: 3087.994
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	: 5013.48
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		: 2669.556
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	: 5010.76
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		: 3016.146
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		: 2896.345
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	: 5006.76
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		: 3088.109
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	: 5013.48
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		: 2656.797
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	: 5010.76
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		: 3012.992
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		: 2895.641
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	: 5006.76
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		: 3088.138
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	: 5013.48
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		: 1577.337
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	: 5010.76
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		: 3024.286
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		: 2896.341
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	: 5006.76
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		: 3088.129
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	: 5013.48
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		: 2626.650
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	: 5010.76
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		: 3022.171
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		: 2892.298
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	: 5006.76
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		: 3070.282
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	: 5013.48
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		: 2634.390
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	: 5010.76
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		: 3024.377
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		: 2896.337
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	: 5006.76
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		: 3080.189
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	: 5013.48
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		: 2656.640
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	: 5010.76
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		: 3018.434
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		: 2896.336
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	: 5006.76
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		: 3088.113
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	: 5013.48
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		: 2668.146
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	: 5010.76
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		: 3015.968
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		: 2893.352
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	: 5006.76
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		: 3076.438
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	: 5013.48
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		: 2663.740
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	: 5010.76
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		: 3024.523
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		: 2896.333
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	: 5006.76
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		: 3088.103
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	: 5013.48
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		: 2669.203
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	: 5010.76
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		: 3016.620
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		: 2896.330
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	: 5006.76
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		: 3074.303
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	: 5013.48
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		: 2649.632
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	: 5010.76
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		: 3024.616
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		: 2894.210
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	: 5006.76
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		: 3085.953
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	: 5013.48
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		: 2669.975
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	: 5010.76
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		: 3020.429
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		: 2896.328
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	: 5006.76
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		: 3088.089
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	: 5013.48
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		: 2668.748
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	: 5010.76
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		: 3024.706
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		: 2896.325
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	: 5006.76
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		: 2904.771
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	: 5013.48
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		: 3593.121
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	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        770931896 kB
MemAvailable:   772702756 kB
Buffers:          364216 kB
Cached:          4722724 kB
SwapCached:            0 kB
Active:           539840 kB
Inactive:       16685064 kB
Active(anon):       2212 kB
Inactive(anon): 12158284 kB
Active(file):     537628 kB
Inactive(file):  4526780 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28680 kB
Writeback:            92 kB
AnonPages:      12133484 kB
Mapped:           131060 kB
Shmem:             22536 kB
KReclaimable:     252336 kB
Slab:             616808 kB
SReclaimable:     252336 kB
SUnreclaim:       364472 kB
KernelStack:       16864 kB
PageTables:        35040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1840232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           293760 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3303424 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:      651264 kB
DirectMap2M:    58566656 kB
DirectMap1G:    746586112 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD104 at 2024-08-02 11:03:29