Trace number 4465874

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) 72000.4 3632.22

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size160-round23-5.opb
MD5SUM31f4cbeae6238292a97a65729b160061
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
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 constraints9536
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)448
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 = 47267840, getVmSize() = 47267840, SCIPgetMemUsed() = 21387441, SCIPgetMemTotal() = 24920777, SCIPgetMemExternEstim() = 13422915
0.00/0.03	c ** set memory limit for presolving in LC to 8.79594e+12 for SCIP **
0.11/0.21	c ** Estimated virtualMemUsedAtSolver = 39258900, getVmSize() = 69824512, SCIPgetMemUsed() = 25004203, SCIPgetMemTotal() = 45465435, SCIPgetMemExternEstim() = 13422915
0.11/0.21	c ** set memory limit for solvers to 4.18849e+11 for each SCIP **
0.11/0.21	c Original Problem   :
0.11/0.21	c   Problem name     : instance-4465874-1722581908
0.11/0.21	c   Variables        : 4288 (4288 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.21	c   Constraints      : 9536
0.11/0.21	c   Objective sense  : minimize
0.11/0.21	c Presolved Problem  :
0.11/0.21	c   Variables        : 3303 (3303 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.21	c   Constraints      : 7718
0.11/0.21	c Constraints        : Number
0.11/0.21	c   and              : 32 
0.11/0.21	c   linear           : 1269 
0.11/0.21	c   logicor          : 6417 
0.11/0.21	c ** Instance transfer method used: 0
0.11/0.23	c ** ParaScipInstance copy does not increase the number of variables. **
0.44/0.48	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.44/0.48	c                                Nodes    Active                                            
0.44/0.48	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
103.04/5.76	c         6           9026         404        20                -           0.0000          -
203.84/10.81	c        11          31068         329        20                -           0.0000          -
302.45/15.86	c        16          75237         328        20                -           0.0000          -
403.48/20.90	c        21         101935         181        20                -           0.0000          -
502.44/26.01	c        26             15          14        20                -           0.0000          -
604.15/31.05	c        31             17          16        20                -           0.0000          -
703.27/36.06	c        36             22          21        20                -           0.0000          -
802.25/41.14	c        41             22          21        20                -           0.0000          -
903.28/46.19	c        46             22          21        20                -           0.0000          -
1003.97/51.24	c        51             22          21        20                -           0.0000          -
1103.11/56.29	c        56             22          21        20                -           0.0000          -
1204.25/61.34	c        61             22          21        20                -           0.0000          -
1303.47/66.38	c        66             22          21        20                -           0.0000          -
1404.67/71.43	c        71             22          21        20                -           0.0000          -
1503.74/76.47	c        76             22          21        20                -           0.0000          -
1604.90/81.53	c        82             22          21        20                -           0.0000          -
1704.05/86.59	c        87             22          21        20                -           0.0000          -
1805.32/91.63	c        92             22          21        20                -           0.0000          -
1904.10/96.68	c        97             22          21        20                -           0.0000          -
2004.92/101.71	c       102             22          21        20                -           0.0000          -
2103.97/106.78	c       107             22          21        20                -           0.0000          -
2204.96/111.83	c       112             22          21        20                -           0.0000          -
2304.17/116.88	c       117             22          21        20                -           0.0000          -
2405.38/121.93	c       122             22          21        20                -           0.0000          -
2504.65/126.98	c       127             22          21        20                -           0.0000          -
2603.92/132.03	c       132             22          21        20                -           0.0000          -
2705.76/137.08	c       137             22          21        20                -           0.0000          -
2807.10/142.14	c       142             22          21        20                -           0.0000          -
2906.28/147.18	c       147             22          21        20                -           0.0000          -
3006.78/152.24	c       152             22          21        20                -           0.0000          -
3105.91/157.28	c       157             22          21        20                -           0.0000          -
3207.16/162.33	c       162             22          21        20                -           0.0000          -
3306.42/167.39	c       167             22          21        20                -           0.0000          -
3407.65/172.43	c       172             22          21        20                -           0.0000          -
3506.85/177.49	c       177             22          21        20                -           0.0000          -
3608.06/182.53	c       183             22          21        20                -           0.0000          -
3707.33/187.59	c       188             22          21        20                -           0.0000          -
3808.60/192.63	c       193             22          21        20                -           0.0000          -
3907.80/197.69	c       198             22          21        20                -           0.0000          -
4009.02/202.73	c       203             22          21        20                -           0.0000          -
4108.13/207.78	c       208             22          21        20                -           0.0000          -
4209.32/212.84	c       213             22          21        20                -           0.0000          -
4308.52/217.88	c       218             22          21        20                -           0.0000          -
4409.70/222.94	c       223             22          21        20                -           0.0000          -
4508.96/227.98	c       228             22          21        20                -           0.0000          -
4608.23/233.03	c       233             22          21        20                -           0.0000          -
4710.15/238.08	c       238             22          21        20                -           0.0000          -
4809.13/243.13	c       243             22          21        20                -           0.0000          -
4910.55/248.18	c       248             22          21        20                -           0.0000          -
5010.86/253.23	c       253             22          21        20                -           0.0000          -
5110.12/258.28	c       258             22          21        20                -           0.0000          -
5211.28/263.33	c       263             22          21        20                -           0.0000          -
5310.43/268.38	c       268             22          21        20                -           0.0000          -
5411.66/273.43	c       273             22          21        20                -           0.0000          -
5510.76/278.48	c       278             22          21        20                -           0.0000          -
5611.96/283.53	c       284             22          21        20                -           0.0000          -
5711.08/288.58	c       289            399         378        20                -           0.0000          -
5812.27/293.60	c       294            668         667        20                -           0.0000          -
5911.33/298.68	c       299            668         667        20                -           0.0000          -
6012.30/303.73	c       304            668         667        20                -           0.0000          -
6111.42/308.78	c       309            668         667        20                -           0.0000          -
6212.65/313.83	c       314            668         667        20                -           0.0000          -
6311.92/318.88	c       319            668         667        20                -           0.0000          -
6413.04/323.93	c       324            668         667        20                -           0.0000          -
6512.30/328.98	c       329            668         667        20                -           0.0000          -
6614.19/334.03	c       334            474         453        20                -           0.0000          -
6713.44/339.08	c       339            474         453        20                -           0.0000          -
6812.93/344.13	c       344            474         453        20                -           0.0000          -
6913.99/349.18	c       349            474         453        20                -           0.0000          -
7014.47/354.23	c       354            474         453        20                -           0.0000          -
7113.70/359.28	c       359            474         453        20                -           0.0000          -
7214.79/364.33	c       364            685         684        20                -           0.0000          -
7313.89/369.38	c       369             80          79        20                -           0.0000          -
7415.11/374.42	c       374            691         690        20                -           0.0000          -
7514.36/379.48	c       379            691         690        20                -           0.0000          -
7615.52/384.53	c       385           1332        1005        20                -           0.0000          -
7714.73/389.58	c       390           1340        1009        20                -           0.0000          -
7815.93/394.63	c       395            114         113        20                -           0.0000          -
7914.98/399.68	c       400           1461        1004        20                -           0.0000          -
8015.99/404.73	c       405            775         774        20                -           0.0000          -
8115.03/409.75	c       410            775         774        20                -           0.0000          -
8216.12/414.83	c       415           1569        1005        20                -           0.0000          -
8315.16/419.85	c       420            922         901        20                -           0.0000          -
8416.31/424.93	c       425           1702        1003        20                -           0.0000          -
8515.19/429.98	c       430            868         867        20                -           0.0000          -
8614.37/435.03	c       435            997         976        20                -           0.0000          -
8716.20/440.08	c       440            997         976        20                -           0.0000          -
8815.16/445.13	c       445            942         941        20                -           0.0000          -
8916.55/450.18	c       450            942         941        20                -           0.0000          -
9017.08/455.23	c       455            942         941        20                -           0.0000          -
9116.33/460.26	c       460           1020         999        20                -           0.0000          -
9217.55/465.32	c       465           1020         999        20                -           0.0000          -
9316.72/470.38	c       470            307         306        20                -           0.0000          -
9417.90/475.43	c       475           2482        1011        20                -           0.0000          -
9517.13/480.48	c       480           1055        1034        20                -           0.0000          -
9618.28/485.53	c       486           1055        1034        20                -           0.0000          -
9717.33/490.58	c       491            355         354        20                -           0.0000          -
9818.46/495.63	c       496           1068        1047        20                -           0.0000          -
9917.71/500.64	c       501           1068        1047        20                -           0.0000          -
10018.75/505.73	c       506           1085        1064        20                -           0.0000          -
10117.75/510.78	c       511           1067          17        20                -           0.0000          -
10218.88/515.83	c       516           1106          54        20                -           0.0000          -
10317.88/520.88	c       521           5100        1025        20                -           0.0000          -
10419.10/525.93	c       526           1128          76        20                -           0.0000          -
10518.18/530.98	c       531           1128          76        20                -           0.0000          -
10617.40/536.00	c       536           1202        1181        20                -           0.0000          -
10719.21/541.08	c       541           1202        1181        20                -           0.0000          -
10820.15/546.13	c       546           1232        1209        20                -           0.0000          -
10919.32/551.18	c       551           1232        1209        20                -           0.0000          -
11019.84/556.21	c       556           1232        1209        20                -           0.0000          -
11119.05/561.28	c       561           1326         274        20                -           0.0000          -
11220.27/566.33	c       566           1326         274        20                -           0.0000          -
11319.33/571.38	c       571           1326         274        20                -           0.0000          -
11420.52/576.43	c       576           1326         274        20                -           0.0000          -
11519.73/581.47	c       581           1292        1269        20                -           0.0000          -
11620.93/586.53	c       587           1375         323        20                -           0.0000          -
11719.97/591.58	c       592           1394         342        20                -           0.0000          -
11821.16/596.63	c       597           1344        1321        20                -           0.0000          -
11920.23/601.68	c       602           1344        1321        20                -           0.0000          -
12021.09/606.73	c       607            654         653        20                -           0.0000          -
12120.11/611.78	c       612            654         653        20                -           0.0000          -
12221.18/616.82	c       617           1459         407        20                -           0.0000          -
12320.22/621.88	c       622           1459         407        20                -           0.0000          -
12421.41/626.93	c       627            703         702        20                -           0.0000          -
12520.50/631.97	c       632           1499         447        20                -           0.0000          -
12619.72/637.03	c       637           1499         447        20                -           0.0000          -
12721.51/642.08	c       642           1499         447        20                -           0.0000          -
12820.82/647.13	c       647           1572        1549        20                -           0.0000          -
12921.78/652.18	c       652           1549         497        20                -           0.0000          -
13022.24/657.23	c       657           1549         497        20                -           0.0000          -
13121.32/662.28	c       662           1549         497        20                -           0.0000          -
13222.05/667.33	c       667           1549         497        20                -           0.0000          -
13321.16/672.38	c       672           1696        1673        20                -           0.0000          -
13422.18/677.43	c       677           1696        1673        20                -           0.0000          -
13521.47/682.48	c       682           1696        1673        20                -           0.0000          -
13622.38/687.53	c       688           1696        1673        20                -           0.0000          -
13721.17/692.58	c       693           1696        1673        20                -           0.0000          -
13822.40/697.63	c       698           1696        1673        20                -           0.0000          -
13921.47/702.68	c       703           1696        1673        20                -           0.0000          -
14022.55/707.72	c       708           1696        1673        20                -           0.0000          -
14121.75/712.78	c       713          21714        1140        20                -           0.0000          -
14222.95/717.83	c       718           1635         583        20                -           0.0000          -
14322.17/722.88	c       723           1635         583        20                -           0.0000          -
14423.37/727.93	c       728           1772        1749        20                -           0.0000          -
14522.60/732.96	c       733           1772        1749        20                -           0.0000          -
14621.52/738.03	c       738           1038        1035        20                -           0.0000          -
14723.57/743.08	c       743           1050           0        20                -           0.0000          -
14822.69/748.11	c       748           1050           0        20                -           0.0000          -
14923.65/753.16	c       753           1050           0        20                -           0.0000          -
15022.92/758.18	c       758           1050           0        20                -           0.0000          -
15123.33/763.23	c       763           1050           0        20                -           0.0000          -
15224.41/768.33	c       768           1050           0        20                -           0.0000          -
15323.64/773.38	c       773           1050           0        20                -           0.0000          -
15424.75/778.42	c       778           1050           0        20                -           0.0000          -
15523.82/783.42	c       783           1050           0        20                -           0.0000          -
15622.42/788.49	c       788           1050           0        20                -           0.0000          -
15723.61/793.55	c       794           1050           0        20                -           0.0000          -
15822.85/798.60	c       799           1050           0        20                -           0.0000          -
15924.19/803.68	c       804           1050           0        20                -           0.0000          -
16025.16/808.73	c       809           1740         688        20                -           0.0000          -
16124.42/813.78	c       814           1740         688        20                -           0.0000          -
16225.51/818.83	c       819           1740         688        20                -           0.0000          -
16324.64/823.88	c       824           1740         688        20                -           0.0000          -
16425.66/828.93	c       829           1740         688        20                -           0.0000          -
16524.86/833.98	c       834           1740         688        20                -           0.0000          -
16626.75/839.03	c       839           2362        2337        20                -           0.0000          -
16726.41/844.08	c       844           2362        2337        20                -           0.0000          -
16827.23/849.13	c       849           2362        2337        20                -           0.0000          -
16926.51/854.16	c       854           2362        2337        20                -           0.0000          -
17027.02/859.23	c       859           1789         737        20                -           0.0000          -
17126.28/864.28	c       864           1814         762        20                -           0.0000          -
17227.49/869.33	c       869           2414        2389        20                -           0.0000          -
17326.74/874.38	c       874           2414        2389        20                -           0.0000          -
17427.70/879.43	c       879           1904         852        20                -           0.0000          -
17526.81/884.48	c       884           2530        2505        20                -           0.0000          -
17628.07/889.52	c       890           1965         913        20                -           0.0000          -
17727.20/894.53	c       895           1994         942        20                -           0.0000          -
17826.36/899.55	c       900           2662        2637        20                -           0.0000          -
17925.56/904.57	c       905           2662        2637        20                -           0.0000          -
18028.21/909.73	c       910           2662        2637        20                -           0.0000          -
18127.38/914.78	c       915           2662        2637        20                -           0.0000          -
18228.38/919.83	c       920           2172        1120        20                -           0.0000          -
18327.39/924.88	c       925           1451         313        20                -           0.0000          -
18428.57/929.93	c       930           2761        2736        20                -           0.0000          -
18527.85/934.98	c       935           2761        2736        20                -           0.0000          -
18629.54/940.04	c       940          42073        1286        20                -           0.0000          -
18728.65/945.08	c       945          42186        1284        20                -           0.0000          -
18827.50/950.09	c       950           2330        1278        20                -           0.0000          -
18926.64/955.14	c       955           2870        2845        20                -           0.0000          -
19027.53/960.19	c       960           2870        2845        20                -           0.0000          -
19128.07/965.24	c       965           2407        1355        20                -           0.0000          -
19227.12/970.25	c       970           2930        2905        20                -           0.0000          -
19328.34/975.38	c       975           1873         731        20                -           0.0000          -
19429.55/980.43	c       980           1902         760        20                -           0.0000          -
19528.91/985.48	c       985           3192        3167        20                -           0.0000          -
19630.00/990.53	c       991          45836        1268        20                -           0.0000          -
19729.23/995.58	c       996           2584        1532        20                -           0.0000          -
19830.31/1000.60	c      1001           3516        3485        20                -           0.0000          -
19929.30/1005.62	c      1006           2630        1578        20                -           0.0000          -
20030.49/1010.71	c      1011           2630        1578        20                -           0.0000          -
20129.41/1015.78	c      1016           2630        1578        20                -           0.0000          -
20230.76/1020.83	c      1021           3903        3836        20                -           0.0000          -
20329.81/1025.88	c      1026           3947           1        20                -           0.0000          -
20430.95/1030.93	c      1031           3947           1        20                -           0.0000          -
20530.16/1035.98	c      1036           3947           1        20                -           0.0000          -
20629.42/1041.00	c      1041           3947           1        20                -           0.0000          -
20728.45/1046.02	c      1046           3947           1        20                -           0.0000          -
20830.56/1051.06	c      1051           3947           1        20                -           0.0000          -
20931.56/1056.16	c      1056           3947           1        20                -           0.0000          -
21031.86/1061.23	c      1061           3947           1        20                -           0.0000          -
21130.96/1066.28	c      1066           3947           1        20                -           0.0000          -
21232.10/1071.33	c      1071           3947           1        20                -           0.0000          -
21331.26/1076.38	c      1076           3947           1        20                -           0.0000          -
21432.33/1081.43	c      1081           3947           1        20                -           0.0000          -
21531.47/1086.48	c      1086           3947           1        20                -           0.0000          -
21632.61/1091.52	c      1092           3947           1        20                -           0.0000          -
21731.82/1096.58	c      1097           3947           1        20                -           0.0000          -
21832.99/1101.63	c      1102           3947           1        20                -           0.0000          -
21932.25/1106.68	c      1107           3947           1        20                -           0.0000          -
22033.47/1111.73	c      1112           3947           1        20                -           0.0000          -
22132.72/1116.77	c      1117           3947           1        20                -           0.0000          -
22231.99/1121.78	c      1122           3947           1        20                -           0.0000          -
22333.18/1126.88	c      1127           3947           1        20                -           0.0000          -
22434.32/1131.90	c      1132           3947           1        20                -           0.0000          -
22533.55/1136.98	c      1137           3049        1995        20                -           0.0000          -
22632.80/1142.03	c      1142           3049        1995        20                -           0.0000          -
22734.61/1147.07	c      1147           3090        2034        20                -           0.0000          -
22833.79/1152.13	c      1152           4000          54        20                -           0.0000          -
22935.01/1157.18	c      1157           3139        2083        20                -           0.0000          -
23035.49/1162.23	c      1162           3139        2083        20                -           0.0000          -
23134.72/1167.28	c      1167           3139        2083        20                -           0.0000          -
23235.74/1172.33	c      1172           3173        2017        20                -           0.0000          -
23334.77/1177.38	c      1177           3170        2114        20                -           0.0000          -
23436.02/1182.43	c      1182           3170        2114        20                -           0.0000          -
23535.11/1187.47	c      1187           3279        2119        20                -           0.0000          -
23634.31/1192.48	c      1192           3291        2131        20                -           0.0000          -
23735.33/1197.58	c      1198           3219        2163        20                -           0.0000          -
23836.39/1202.63	c      1203           3248        2192        20                -           0.0000          -
23935.39/1207.68	c      1208           4243         297        20                -           0.0000          -
24036.60/1212.73	c      1213           4253         307        20                -           0.0000          -
24135.45/1217.76	c      1218           4253         307        20                -           0.0000          -
24236.63/1222.83	c      1223           4253         307        20                -           0.0000          -
24335.64/1227.88	c      1228           3453        2283        20                -           0.0000          -
24436.73/1232.93	c      1233           4254         308        20                -           0.0000          -
24535.94/1237.95	c      1238           4254         308        20                -           0.0000          -
24634.89/1243.01	c      1243           4265         319        20                -           0.0000          -
24736.73/1248.06	c      1248           4285         339        20                -           0.0000          -
24835.90/1253.13	c      1253           4337         391        20                -           0.0000          -
24937.29/1258.18	c      1258           3565        2391        20                -           0.0000          -
25037.58/1263.23	c      1263           4349         403        20                -           0.0000          -
25136.65/1268.28	c      1268           3620        2444        20                -           0.0000          -
25237.87/1273.33	c      1273           4434         488        20                -           0.0000          -
25337.10/1278.38	c      1278           4451         505        20                -           0.0000          -
25438.30/1283.43	c      1283           3833        2777        20                -           0.0000          -
25537.39/1288.48	c      1288           3833        2777        20                -           0.0000          -
25638.62/1293.51	c      1294           3833        2777        20                -           0.0000          -
25737.86/1298.58	c      1299           3833        2777        20                -           0.0000          -
25839.04/1303.63	c      1304           3833        2777        20                -           0.0000          -
25938.24/1308.66	c      1309           3833        2777        20                -           0.0000          -
26039.45/1313.73	c      1314           3833        2777        20                -           0.0000          -
26138.61/1318.74	c      1319           3833        2777        20                -           0.0000          -
26237.88/1323.78	c      1324           3833        2777        20                -           0.0000          -
26339.09/1328.80	c      1329           3833        2777        20                -           0.0000          -
26440.24/1333.93	c      1334           3833        2777        20                -           0.0000          -
26539.49/1338.98	c      1339           3833        2777        20                -           0.0000          -
26638.60/1344.03	c      1344           3833        2777        20                -           0.0000          -
26740.49/1349.08	c      1349           3833        2777        20                -           0.0000          -
26839.87/1354.13	c      1354           3833        2777        20                -           0.0000          -
26940.87/1359.15	c      1359           3862        2680        20                -           0.0000          -
27041.43/1364.23	c      1364           3862        2680        20                -           0.0000          -
27140.71/1369.28	c      1369           3862        2680        20                -           0.0000          -
27241.72/1374.33	c      1374           3862        2680        20                -           0.0000          -
27340.95/1379.35	c      1379           3862        2680        20                -           0.0000          -
27442.15/1384.41	c      1384           3862        2680        20                -           0.0000          -
27541.23/1389.48	c      1389           3862        2680        20                -           0.0000          -
27642.42/1394.53	c      1395           3862        2680        20                -           0.0000          -
27741.51/1399.56	c      1400           3862        2680        20                -           0.0000          -
27842.62/1404.63	c      1405           3862        2680        20                -           0.0000          -
27941.78/1409.68	c      1410           3862        2680        20                -           0.0000          -
28042.95/1414.70	c      1415           3862        2680        20                -           0.0000          -
28142.20/1419.72	c      1420           3862        2680        20                -           0.0000          -
28243.43/1424.83	c      1425           3862        2680        20                -           0.0000          -
28342.64/1429.88	c      1430           3862        2680        20                -           0.0000          -
28443.78/1434.93	c      1435           3862        2680        20                -           0.0000          -
28543.01/1439.97	c      1440           3862        2680        20                -           0.0000          -
28642.25/1445.03	c      1445           3862        2680        20                -           0.0000          -
28744.08/1450.08	c      1450           3862        2680        20                -           0.0000          -
28845.13/1455.13	c      1455           4298        3240        20                -           0.0000          -
28944.53/1460.18	c      1460           5825        1879        20                -           0.0000          -
29044.73/1465.23	c      1465           3928        2746        20                -           0.0000          -
29143.90/1470.28	c      1470           4385        3327        20                -           0.0000          -
29244.82/1475.33	c      1475           4412        3354        20                -           0.0000          -
29344.03/1480.38	c      1480        4878628         181        20                -           0.0000          -
29445.24/1485.43	c      1485           4476        3418        20                -           0.0000          -
29544.35/1490.48	c      1490           4476        3418        20                -           0.0000          -
29645.50/1495.53	c      1496           6088        2142        20                -           0.0000          -
29744.65/1500.58	c      1501           4514        3456        20                -           0.0000          -
29845.57/1505.63	c      1506           4519        3461        20                -           0.0000          -
29944.57/1510.66	c      1511           4558        3500        20                -           0.0000          -
30043.64/1515.69	c      1516          97651        1407        20                -           0.0000          -
30144.71/1520.78	c      1521           4579        3521        20                -           0.0000          -
30245.64/1525.81	c      1526           4203        3019        20                -           0.0000          -
30344.73/1530.83	c      1531           4656        3598        20                -           0.0000          -
30443.89/1535.90	c      1536           4677        3619        20                -           0.0000          -
30545.00/1540.98	c      1541           4713        3655        20                -           0.0000          -
30644.14/1546.01	c      1546        5113296         179        20                -           0.0000          -
30745.98/1551.05	c      1551           6659        2713        20                -           0.0000          -
30845.20/1556.08	c      1556           6674        2728        20                -           0.0000          -
30944.52/1561.12	c      1561           5080        3961        20                -           0.0000          -
31045.59/1566.15	c      1566           5199        3974        20                -           0.0000          -
31144.77/1571.17	c      1571        5195923         180        20                -           0.0000          -
31247.14/1576.31	c      1576           6845        2899        20                -           0.0000          -
31346.29/1581.34	c      1581           6852        2906        20                -           0.0000          -
31447.50/1586.42	c      1586           4495        3305        20                -           0.0000          -
31546.75/1591.48	c      1591           6952        3006        20                -           0.0000          -
31647.97/1596.52	c      1597           4538        3343        20                -           0.0000          -
31747.20/1601.58	c      1602           6685        4157        20                -           0.0000          -
31848.14/1606.63	c      1607           7060        3114        20                -           0.0000          -
31947.33/1611.68	c      1612           4620        3421        20                -           0.0000          -
32048.43/1616.73	c      1617         107879        1386        20                -           0.0000          -
32147.65/1621.78	c      1622           7159        3213        20                -           0.0000          -
32248.81/1626.83	c      1627        5382085         178        20                -           0.0000          -
32348.00/1631.88	c      1632        5398935         184        20                -           0.0000          -
32449.14/1636.93	c      1637           7278        3332        20                -           0.0000          -
32548.14/1641.98	c      1642           7309        3363        20                -           0.0000          -
32647.35/1647.03	c      1647           7961        4156        20                -           0.0000          -
32748.97/1652.08	c      1652           7386        3440        20                -           0.0000          -
32850.30/1657.13	c      1657           4819        3620        20                -           0.0000          -
32949.57/1662.18	c      1662           8263        4158        20                -           0.0000          -
33050.04/1667.20	c      1667           7465        3519        20                -           0.0000          -
33149.28/1672.22	c      1672           7465        3519        20                -           0.0000          -
33250.51/1677.33	c      1677        5556808         183        20                -           0.0000          -
33349.53/1682.38	c      1682           7505        3559        20                -           0.0000          -
33450.75/1687.43	c      1687           7545        3599        20                -           0.0000          -
33549.94/1692.48	c      1692           7545        3599        20                -           0.0000          -
33651.06/1697.52	c      1698           7545        3599        20                -           0.0000          -
33750.08/1702.58	c      1703           7545        3599        20                -           0.0000          -
33851.12/1707.63	c      1708           7545        3599        20                -           0.0000          -
33950.35/1712.68	c      1713           7545        3599        20                -           0.0000          -
34051.56/1717.73	c      1718           7545        3599        20                -           0.0000          -
34150.64/1722.78	c      1723           7545        3599        20                -           0.0000          -
34251.89/1727.83	c      1728           7545        3599        20                -           0.0000          -
34351.09/1732.88	c      1733           7545        3599        20                -           0.0000          -
34452.33/1737.91	c      1738           7545        3599        20                -           0.0000          -
34551.57/1742.92	c      1743           7545        3599        20                -           0.0000          -
34653.42/1748.03	c      1748           7545        3599        20                -           0.0000          -
34752.69/1753.08	c      1753           7545        3599        20                -           0.0000          -
34851.68/1758.13	c      1758           7545        3599        20                -           0.0000          -
34952.92/1763.18	c      1763           7545        3599        20                -           0.0000          -
35053.13/1768.21	c      1768           7545        3599        20                -           0.0000          -
35152.28/1773.25	c      1773           7545        3599        20                -           0.0000          -
35251.46/1778.29	c      1778           7545        3599        20                -           0.0000          -
35352.56/1783.38	c      1783           7545        3599        20                -           0.0000          -
35453.80/1788.43	c      1788           7545        3599        20                -           0.0000          -
35552.95/1793.48	c      1793           7545        3599        20                -           0.0000          -
35654.06/1798.53	c      1799           7545        3599        20                -           0.0000          -
35753.24/1803.58	c      1804           7545        3599        20                -           0.0000          -
35854.54/1808.63	c      1809           7545        3599        20                -           0.0000          -
35953.44/1813.68	c      1814           7545        3599        20                -           0.0000          -
36054.59/1818.73	c      1819           7576        3630        20                -           0.0000          -
36153.76/1823.78	c      1824           5643        4430        20                -           0.0000          -
36254.84/1828.83	c      1829        6151632         177        20                -           0.0000          -
36353.94/1833.88	c      1834          17126        4176        20                -           0.0000          -
36455.05/1838.90	c      1839        6192536         183        20                -           0.0000          -
36554.01/1843.92	c      1844        6213792         179        20                -           0.0000          -
36653.12/1848.98	c      1849           5806        4591        20                -           0.0000          -
36754.93/1854.04	c      1854           7802        3856        20                -           0.0000          -
36854.29/1859.09	c      1859           7824        3878        20                -           0.0000          -
36955.09/1864.18	c      1864           5918        4703        20                -           0.0000          -
37055.44/1869.21	c      1869        6323829         180        20                -           0.0000          -
37154.56/1874.23	c      1874        6346393         182        20                -           0.0000          -
37255.69/1879.32	c      1879           8036        4090        20                -           0.0000          -
37354.87/1884.38	c      1884           8109        4163        20                -           0.0000          -
37456.01/1889.43	c      1889           6060        4845        20                -           0.0000          -
37555.14/1894.48	c      1894          20956        4279        20                -           0.0000          -
37656.00/1899.53	c      1900           8208        4262        20                -           0.0000          -
37755.01/1904.58	c      1905        6487497         178        20                -           0.0000          -
37855.42/1909.61	c      1910        6512422         177        20                -           0.0000          -
37954.36/1914.68	c      1915        6536954         179        20                -           0.0000          -
38055.27/1919.72	c      1920           8431        4485        20                -           0.0000          -
38154.18/1924.78	c      1925        6586288         177        20                -           0.0000          -
38255.30/1929.83	c      1930           8481        4535        20                -           0.0000          -
38354.14/1934.88	c      1935           6308        5093        20                -           0.0000          -
38455.29/1939.93	c      1940          22845        4273        20                -           0.0000          -
38554.20/1944.98	c      1945           8645        4699        20                -           0.0000          -
38653.29/1950.03	c      1950           6371        5150        20                -           0.0000          -
38754.91/1955.08	c      1955           6395        5174        20                -           0.0000          -
38855.90/1960.13	c      1960           6422        5201        20                -           0.0000          -
38955.20/1965.18	c      1965           8817        4871        20                -           0.0000          -
39055.41/1970.23	c      1970           8857        4911        20                -           0.0000          -
39154.51/1975.28	c      1975          24914        4294        20                -           0.0000          -
39255.45/1980.33	c      1980          25064        4287        20                -           0.0000          -
39354.45/1985.35	c      1985           6537        5314        20                -           0.0000          -
39453.27/1990.37	c      1990          25171        4298        20                -           0.0000          -
39554.31/1995.48	c      1995           9095        5149        20                -           0.0000          -
39655.36/2000.53	c      2001           9111        5165        20                -           0.0000          -
39754.35/2005.54	c      2006        6889962         186        20                -           0.0000          -
39855.43/2010.60	c      2011           9188        5242        20                -           0.0000          -
39954.62/2015.67	c      2016           6654        5431        20                -           0.0000          -
40055.68/2020.73	c      2021           9231        5285        20                -           0.0000          -
40154.75/2025.78	c      2026           9278        5332        20                -           0.0000          -
40255.85/2030.83	c      2031          27117        4308        20                -           0.0000          -
40354.82/2035.86	c      2036           6730        5505        20                -           0.0000          -
40455.79/2040.91	c      2041           9372        5426        20                -           0.0000          -
40554.89/2045.94	c      2046          28112        4307        20                -           0.0000          -
40654.00/2050.98	c      2051           6832        5607        20                -           0.0000          -
40756.00/2056.08	c      2056           9587        5641        20                -           0.0000          -
40857.09/2061.14	c      2061          28865        4313        20                -           0.0000          -
40956.10/2066.15	c      2066           6936        5711        20                -           0.0000          -
41055.12/2071.17	c      2071           9639        5693        20                -           0.0000          -
41155.28/2076.28	c      2076           9639        5693        20                -           0.0000          -
41256.45/2081.33	c      2081           9639        5693        20                -           0.0000          -
41355.66/2086.38	c      2086           9663        5717        20                -           0.0000          -
41456.80/2091.42	c      2091           9719        5773        20                -           0.0000          -
41555.96/2096.47	c      2096           9735        5789        20                -           0.0000          -
41657.10/2101.53	c      2102        7252997         183        20                -           0.0000          -
41756.25/2106.58	c      2107           9855        5909        20                -           0.0000          -
41857.33/2111.63	c      2112           9879        5933        20                -           0.0000          -
41956.50/2116.68	c      2117           9887        5941        20                -           0.0000          -
42057.60/2121.73	c      2122        7336988         179        20                -           0.0000          -
42156.71/2126.78	c      2127           9967        6021        20                -           0.0000          -
42257.86/2131.83	c      2132           9991        6045        20                -           0.0000          -
42356.98/2136.88	c      2137          33404        4354        20                -           0.0000          -
42457.92/2141.93	c      2142          10023        6077        20                -           0.0000          -
42556.91/2146.98	c      2147          10031        6085        20                -           0.0000          -
42658.68/2152.03	c      2152           7356        6127        20                -           0.0000          -
42758.04/2157.08	c      2157          10159        6213        20                -           0.0000          -
42858.97/2162.13	c      2162          34622        4361        20                -           0.0000          -
42957.87/2167.18	c      2167        7530161         182        20                -           0.0000          -
43058.40/2172.23	c      2172          34827        4352        20                -           0.0000          -
43157.41/2177.28	c      2177          10391        6445        20                -           0.0000          -
43258.57/2182.33	c      2182           7521        6292        20                -           0.0000          -
43357.70/2187.38	c      2187          35633        4349        20                -           0.0000          -
43458.85/2192.43	c      2192          10479        6533        20                -           0.0000          -
43558.10/2197.46	c      2197          10479        6533        20                -           0.0000          -
43659.11/2202.53	c      2203          10479        6533        20                -           0.0000          -
43758.25/2207.58	c      2208          10480        6534        20                -           0.0000          -
43859.35/2212.60	c      2213          10535        6589        20                -           0.0000          -
43958.50/2217.61	c      2218        7742957         182        20                -           0.0000          -
44057.62/2222.68	c      2223          10583        6637        20                -           0.0000          -
44158.56/2227.78	c      2228           7821        6590        20                -           0.0000          -
44259.73/2232.83	c      2233        7810836         183        20                -           0.0000          -
44358.89/2237.88	c      2238           7857        6624        20                -           0.0000          -
44460.01/2242.93	c      2243        7854456         181        20                -           0.0000          -
44559.15/2247.97	c      2248           7916        6681        20                -           0.0000          -
44658.35/2253.03	c      2253          38415        4327        20                -           0.0000          -
44760.15/2258.08	c      2258        7916634         181        20                -           0.0000          -
44859.33/2263.11	c      2263           8031        6796        20                -           0.0000          -
44960.46/2268.18	c      2268           8053        6818        20                -           0.0000          -
45061.02/2273.23	c      2273         174449        1729        20                -           0.0000          -
45160.13/2278.28	c      2278          11047        7101        20                -           0.0000          -
45261.28/2283.32	c      2283        8019291         186        20                -           0.0000          -
45360.44/2288.37	c      2288          11123        7177        20                -           0.0000          -
45461.65/2293.43	c      2293           8192        6957        20                -           0.0000          -
45560.84/2298.48	c      2298           8220        6985        20                -           0.0000          -
45661.86/2303.53	c      2304          11210        7264        20                -           0.0000          -
45761.00/2308.55	c      2309           8256        7021        20                -           0.0000          -
45862.17/2313.61	c      2314           8268        7033        20                -           0.0000          -
45961.31/2318.65	c      2319           8295        7058        20                -           0.0000          -
46062.46/2323.73	c      2324          42945        4334        20                -           0.0000          -
46161.42/2328.78	c      2329           8373        7134        20                -           0.0000          -
46262.57/2333.83	c      2334          11487        7541        20                -           0.0000          -
46361.72/2338.88	c      2339          11487        7541        20                -           0.0000          -
46462.86/2343.93	c      2344          11487        7541        20                -           0.0000          -
46561.78/2348.96	c      2349          11528        7582        20                -           0.0000          -
46660.88/2354.03	c      2354           8517        7274        20                -           0.0000          -
46762.70/2359.08	c      2359           8540        7297        20                -           0.0000          -
46862.12/2364.11	c      2364          11671        7725        20                -           0.0000          -
46963.00/2369.18	c      2369         184264        1763        20                -           0.0000          -
47063.36/2374.20	c      2374          11733        7787        20                -           0.0000          -
47162.56/2379.26	c      2379          11733        7787        20                -           0.0000          -
47261.66/2384.27	c      2384          11733        7787        20                -           0.0000          -
47362.85/2389.32	c      2389          11751        7805        20                -           0.0000          -
47462.05/2394.33	c      2394          11751        7805        20                -           0.0000          -
47563.24/2399.42	c      2399          11751        7805        20                -           0.0000          -
47662.29/2404.42	c      2404           8736        7491        20                -           0.0000          -
47761.44/2409.47	c      2409           8736        7491        20                -           0.0000          -
47864.55/2414.63	c      2415           8736        7491        20                -           0.0000          -
47963.93/2419.68	c      2420           8736        7491        20                -           0.0000          -
48064.81/2424.73	c      2425           8736        7491        20                -           0.0000          -
48164.01/2429.78	c      2430           8736        7491        20                -           0.0000          -
48265.21/2434.83	c      2435           8736        7491        20                -           0.0000          -
48364.39/2439.86	c      2440           8736        7491        20                -           0.0000          -
48465.54/2444.93	c      2445           8736        7491        20                -           0.0000          -
48564.73/2449.95	c      2450           8736        7491        20                -           0.0000          -
48663.85/2455.03	c      2455           8736        7491        20                -           0.0000          -
48765.61/2460.04	c      2460           8736        7491        20                -           0.0000          -
48864.72/2465.06	c      2465           8736        7491        20                -           0.0000          -
48963.88/2470.09	c      2470           8736        7491        20                -           0.0000          -
49065.06/2475.16	c      2475           8736        7491        20                -           0.0000          -
49165.50/2480.20	c      2480           8736        7491        20                -           0.0000          -
49266.66/2485.33	c      2485           8736        7491        20                -           0.0000          -
49365.81/2490.35	c      2490           8736        7491        20                -           0.0000          -
49467.03/2495.43	c      2495           8736        7491        20                -           0.0000          -
49566.22/2500.48	c      2500           8736        7491        20                -           0.0000          -
49667.28/2505.53	c      2506           8736        7491        20                -           0.0000          -
49766.46/2510.58	c      2511           8736        7491        20                -           0.0000          -
49867.45/2515.60	c      2516           8736        7491        20                -           0.0000          -
49966.69/2520.68	c      2521           8736        7491        20                -           0.0000          -
50067.90/2525.73	c      2526           8736        7491        20                -           0.0000          -
50167.15/2530.78	c      2531           8736        7491        20                -           0.0000          -
50268.32/2535.81	c      2536           8736        7491        20                -           0.0000          -
50367.44/2540.86	c      2541          12380        8434        20                -           0.0000          -
50468.42/2545.92	c      2546          12380        8434        20                -           0.0000          -
50567.56/2550.93	c      2551          12380        8434        20                -           0.0000          -
50666.77/2556.03	c      2556          12380        8434        20                -           0.0000          -
50768.64/2561.08	c      2561          12380        8434        20                -           0.0000          -
50869.85/2566.13	c      2566          12380        8434        20                -           0.0000          -
50969.09/2571.18	c      2571          12380        8434        20                -           0.0000          -
51069.49/2576.23	c      2576          12380        8434        20                -           0.0000          -
51168.63/2581.28	c      2581          12380        8434        20                -           0.0000          -
51269.80/2586.33	c      2586          12380        8434        20                -           0.0000          -
51368.95/2591.38	c      2591          12380        8434        20                -           0.0000          -
51470.26/2596.43	c      2596          12380        8434        20                -           0.0000          -
51569.22/2601.48	c      2601          12380        8434        20                -           0.0000          -
51670.06/2606.53	c      2607          12380        8434        20                -           0.0000          -
51769.23/2611.58	c      2612          61507        4332        20                -           0.0000          -
51870.43/2616.63	c      2617          61507        4332        20                -           0.0000          -
51969.59/2621.68	c      2622          61749        4333        20                -           0.0000          -
52070.74/2626.73	c      2627           9157        7902        20                -           0.0000          -
52170.05/2631.79	c      2632          12551        8603        20                -           0.0000          -
52271.05/2636.83	c      2637           9203        7948        20                -           0.0000          -
52370.25/2641.88	c      2642           9203        7948        20                -           0.0000          -
52471.36/2646.93	c      2647        9510633         185        20                -           0.0000          -
52570.33/2651.98	c      2652           9251        7996        20                -           0.0000          -
52669.46/2657.00	c      2657          12852        8902        20                -           0.0000          -
52771.20/2662.08	c      2662        9575360         180        20                -           0.0000          -
52870.40/2667.10	c      2667          12913        8963        20                -           0.0000          -
52971.54/2672.18	c      2672          12921        8971        20                -           0.0000          -
53071.90/2677.20	c      2677           9380        8125        20                -           0.0000          -
53170.95/2682.28	c      2682           9414        8157        20                -           0.0000          -
53272.00/2687.33	c      2687           9429        8172        20                -           0.0000          -
53371.04/2692.38	c      2692           9460        8203        20                -           0.0000          -
53472.07/2697.43	c      2697          13097        9147        20                -           0.0000          -
53571.25/2702.46	c      2702          13128        9178        20                -           0.0000          -
53672.41/2707.53	c      2708           9500        8243        20                -           0.0000          -
53771.46/2712.58	c      2713          13316        9366        20                -           0.0000          -
53872.57/2717.63	c      2718          13337        9387        20                -           0.0000          -
53971.85/2722.68	c      2723           9567        8310        20                -           0.0000          -
54072.80/2727.73	c      2728          13438        9488        20                -           0.0000          -
54171.96/2732.78	c      2733          13438        9488        20                -           0.0000          -
54273.10/2737.83	c      2738          13438        9488        20                -           0.0000          -
54372.26/2742.88	c      2743          13438        9488        20                -           0.0000          -
54473.26/2747.92	c      2748          69922        4384        20                -           0.0000          -
54572.31/2752.94	c      2753          70148        4377        20                -           0.0000          -
54671.48/2757.97	c      2758        9942124         180        20                -           0.0000          -
54773.10/2763.04	c      2763           9778        8517        20                -           0.0000          -
54872.28/2768.13	c      2768          13737        9787        20                -           0.0000          -
54973.44/2773.18	c      2773           9824        8562        20                -           0.0000          -
55073.81/2778.23	c      2778           9834        8572        20                -           0.0000          -
55172.99/2783.28	c      2783          71937        4381        20                -           0.0000          -
55274.15/2788.33	c      2788       10072297         181        20                -           0.0000          -
55373.23/2793.38	c      2793          13993       10043        20                -           0.0000          -
55472.41/2798.39	c      2798       10115158         186        20                -           0.0000          -
55573.57/2803.48	c      2803           9983        8719        20                -           0.0000          -
55674.73/2808.53	c      2809       10160745         177        20                -           0.0000          -
55773.90/2813.53	c      2814          14193       10241        20                -           0.0000          -
55875.05/2818.63	c      2819       10206210         184        20                -           0.0000          -
55974.24/2823.65	c      2824          10090        8824        20                -           0.0000          -
56075.43/2828.72	c      2829          10091        8825        20                -           0.0000          -
56174.53/2833.78	c      2834          14355       10403        20                -           0.0000          -
56275.73/2838.83	c      2839          10135        8869        20                -           0.0000          -
56374.94/2843.88	c      2844       10311405         177        20                -           0.0000          -
56476.07/2848.93	c      2849          14469       10515        20                -           0.0000          -
56575.26/2853.98	c      2854          14527       10573        20                -           0.0000          -
56674.40/2859.02	c      2859       10371473         175        20                -           0.0000          -
56773.50/2864.02	c      2864          14613       10659        20                -           0.0000          -
56875.35/2869.12	c      2869          14613       10659        20                -           0.0000          -
56976.36/2874.18	c      2874       10436211         177        20                -           0.0000          -
57076.96/2879.23	c      2879          14653       10699        20                -           0.0000          -
57176.14/2884.27	c      2884          14653       10699        20                -           0.0000          -
57277.35/2889.32	c      2889          14653       10699        20                -           0.0000          -
57376.44/2894.38	c      2894          14653       10699        20                -           0.0000          -
57477.57/2899.43	c      2899          10503        9233        20                -           0.0000          -
57576.81/2904.48	c      2904          10526        9256        20                -           0.0000          -
57675.85/2909.50	c      2910          14820       10866        20                -           0.0000          -
57776.89/2914.52	c      2915          10555        9285        20                -           0.0000          -
57876.02/2919.57	c      2920          14917       10963        20                -           0.0000          -
57976.84/2924.68	c      2925          10593        9323        20                -           0.0000          -
58077.89/2929.73	c      2930       10694182         182        20                -           0.0000          -
58177.07/2934.78	c      2935          10672        9400        20                -           0.0000          -
58278.21/2939.83	c      2940          10690        9416        20                -           0.0000          -
58377.29/2944.88	c      2945       10760133         179        20                -           0.0000          -
58478.56/2949.93	c      2950         248675        2056        20                -           0.0000          -
58577.52/2954.96	c      2955          15258       11300        20                -           0.0000          -
58679.30/2960.04	c      2960          15311       11353        20                -           0.0000          -
58778.19/2965.06	c      2965          15327       11369        20                -           0.0000          -
58879.29/2970.13	c      2970          10854        9578        20                -           0.0000          -
58978.64/2975.18	c      2975       10901303         177        20                -           0.0000          -
59079.00/2980.23	c      2980          10878        9602        20                -           0.0000          -
59178.19/2985.28	c      2985          82066        4330        20                -           0.0000          -
59279.36/2990.33	c      2990          15583       11625        20                -           0.0000          -
59378.48/2995.38	c      2995          15583       11625        20                -           0.0000          -
59479.54/3000.43	c      3000          10958        9682        20                -           0.0000          -
59578.65/3005.49	c      3005          15609       11651        20                -           0.0000          -
59679.72/3010.50	c      3011       11052780         178        20                -           0.0000          -
59778.81/3015.52	c      3016          15719       11761        20                -           0.0000          -
59877.93/3020.60	c      3021          15743       11785        20                -           0.0000          -
59979.07/3025.65	c      3026          15784       11826        20                -           0.0000          -
60078.22/3030.69	c      3031       11146680         180        20                -           0.0000          -
60179.36/3035.78	c      3036          84718        4329        20                -           0.0000          -
60280.56/3040.83	c      3041          15873       11915        20                -           0.0000          -
60379.77/3045.88	c      3046          15873       11915        20                -           0.0000          -
60480.93/3050.93	c      3051       11239996         178        20                -           0.0000          -
60580.11/3055.97	c      3056          15903       11945        20                -           0.0000          -
60679.29/3061.00	c      3061          11317       10039        20                -           0.0000          -
60778.40/3066.02	c      3066          16068       12110        20                -           0.0000          -
60880.23/3071.05	c      3071          16071       12113        20                -           0.0000          -
60981.40/3076.18	c      3076          16138       12180        20                -           0.0000          -
61081.80/3081.23	c      3081          11388       10110        20                -           0.0000          -
61180.87/3086.28	c      3086          16271       12313        20                -           0.0000          -
61282.02/3091.33	c      3091          16279       12321        20                -           0.0000          -
61381.03/3096.38	c      3096          11463       10185        20                -           0.0000          -
61480.13/3101.40	c      3101          16327       12369        20                -           0.0000          -
61581.18/3106.47	c      3106          16408       12450        20                -           0.0000          -
61680.33/3111.50	c      3112         264406        2172        20                -           0.0000          -
61781.40/3116.57	c      3117       11546335         183        20                -           0.0000          -
61882.54/3121.63	c      3122          16575       12617        20                -           0.0000          -
61981.61/3126.66	c      3127          16663       12705        20                -           0.0000          -
62082.76/3131.73	c      3132          11667       10389        20                -           0.0000          -
62181.87/3136.76	c      3137          11695       10417        20                -           0.0000          -
62281.03/3141.78	c      3142          11713       10435        20                -           0.0000          -
62382.20/3146.88	c      3147          16839       12881        20                -           0.0000          -
62483.38/3151.93	c      3152          16882       12924        20                -           0.0000          -
62582.56/3156.98	c      3157          11771       10493        20                -           0.0000          -
62681.84/3162.03	c      3162         270067        2185        20                -           0.0000          -
62783.54/3167.08	c      3167          91650        4328        20                -           0.0000          -
62882.95/3172.13	c      3172          11830       10550        20                -           0.0000          -
62983.98/3177.17	c      3177       11825242         184        20                -           0.0000          -
63084.40/3182.20	c      3182          17279       13321        20                -           0.0000          -
63183.55/3187.25	c      3187          11895       10615        20                -           0.0000          -
63284.68/3192.33	c      3192       11894063         183        20                -           0.0000          -
63383.73/3197.36	c      3197          11937       10657        20                -           0.0000          -
63482.83/3202.38	c      3202          93902        4363        20                -           0.0000          -
63583.95/3207.48	c      3207          11976       10696        20                -           0.0000          -
63685.09/3212.50	c      3212          11999       10719        20                -           0.0000          -
63784.21/3217.58	c      3218          17663       13705        20                -           0.0000          -
63885.36/3222.63	c      3223          12021       10741        20                -           0.0000          -
63984.44/3227.68	c      3228          17785       13827        20                -           0.0000          -
64085.58/3232.73	c      3233          17807       13849        20                -           0.0000          -
64184.64/3237.78	c      3238          12092       10812        20                -           0.0000          -
64285.70/3242.83	c      3243          17953       13995        20                -           0.0000          -
64384.72/3247.87	c      3248          17953       13995        20                -           0.0000          -
64483.83/3252.90	c      3253          17953       13995        20                -           0.0000          -
64584.93/3257.96	c      3258          17953       13995        20                -           0.0000          -
64684.10/3263.03	c      3263          12229       10943        20                -           0.0000          -
64785.96/3268.05	c      3268          17999       14041        20                -           0.0000          -
64885.09/3273.13	c      3273          18023       14065        20                -           0.0000          -
64986.23/3278.18	c      3278          18023       14065        20                -           0.0000          -
65086.54/3283.23	c      3283          18023       14065        20                -           0.0000          -
65185.62/3288.28	c      3288          18031       14073        20                -           0.0000          -
65286.74/3293.31	c      3293       12395032         180        20                -           0.0000          -
65385.80/3298.38	c      3298         283898        2132        20                -           0.0000          -
65486.90/3303.43	c      3303          12395       11105        20                -           0.0000          -
65585.98/3308.48	c      3308          18275       14317        20                -           0.0000          -
65685.06/3313.50	c      3314          12437       11147        20                -           0.0000          -
65786.11/3318.58	c      3319         101368        4307        20                -           0.0000          -
65887.27/3323.63	c      3324          18431       14473        20                -           0.0000          -
65986.38/3328.68	c      3329       12563047         175        20                -           0.0000          -
66087.45/3333.72	c      3334          12519       11227        20                -           0.0000          -
66186.54/3338.78	c      3339          18612       14654        20                -           0.0000          -
66287.54/3343.83	c      3344       12639617         177        20                -           0.0000          -
66386.69/3348.88	c      3349          18639       14681        20                -           0.0000          -
66487.81/3353.90	c      3354          12619       11327        20                -           0.0000          -
66586.69/3358.91	c      3359          18743       14785        20                -           0.0000          -
66685.54/3364.03	c      3364          18776       14818        20                -           0.0000          -
66787.26/3369.05	c      3369       12755103         179        20                -           0.0000          -
66888.34/3374.13	c      3374          18799       14841        20                -           0.0000          -
66987.59/3379.16	c      3379          18872       14914        20                -           0.0000          -
67086.81/3384.18	c      3384          12740       11446        20                -           0.0000          -
67187.02/3389.28	c      3389       12842235         181        20                -           0.0000          -
67288.07/3394.33	c      3394          18983       15025        20                -           0.0000          -
67387.20/3399.38	c      3399          12830       11536        20                -           0.0000          -
67488.27/3404.43	c      3404          19055       15097        20                -           0.0000          -
67587.25/3409.48	c      3409         295838        2177        20                -           0.0000          -
67688.42/3414.53	c      3415         107411        4302        20                -           0.0000          -
67787.50/3419.58	c      3420          19180       15222        20                -           0.0000          -
67888.59/3424.63	c      3425          19180       15222        20                -           0.0000          -
67987.75/3429.66	c      3430          19180       15222        20                -           0.0000          -
68086.65/3434.67	c      3435          19180       15222        20                -           0.0000          -
68187.78/3439.78	c      3440       13093661         179        20                -           0.0000          -
68288.87/3444.82	c      3445          19223       15265        20                -           0.0000          -
68387.91/3449.83	c      3450          19249       15291        20                -           0.0000          -
68489.06/3454.93	c      3455          19300       15342        20                -           0.0000          -
68588.25/3459.95	c      3460          19300       15342        20                -           0.0000          -
68687.37/3465.03	c      3465          19300       15342        20                -           0.0000          -
68789.19/3470.08	c      3470         111538        4311        20                -           0.0000          -
68890.28/3475.13	c      3475          19374       15416        20                -           0.0000          -
68989.64/3480.18	c      3480       13338945         185        20                -           0.0000          -
69089.73/3485.23	c      3485       13370326         186        20                -           0.0000          -
69188.91/3490.28	c      3490          19487       15529        20                -           0.0000          -
69290.03/3495.33	c      3495       13432515         183        20                -           0.0000          -
69389.11/3500.38	c      3500          13369       12069        20                -           0.0000          -
69490.11/3505.41	c      3505          19593       15635        20                -           0.0000          -
69589.05/3510.48	c      3510          19593       15635        20                -           0.0000          -
69690.14/3515.53	c      3516          19593       15635        20                -           0.0000          -
69789.31/3520.58	c      3521          19593       15635        20                -           0.0000          -
69890.40/3525.63	c      3526          19593       15635        20                -           0.0000          -
69989.60/3530.68	c      3531          19593       15635        20                -           0.0000          -
70090.77/3535.70	c      3536          19593       15635        20                -           0.0000          -
70189.77/3540.75	c      3541          19593       15635        20                -           0.0000          -
70288.95/3545.76	c      3546          19593       15635        20                -           0.0000          -
70387.93/3550.76	c      3551          19593       15635        20                -           0.0000          -
70488.98/3555.82	c      3556          19593       15635        20                -           0.0000          -
70588.17/3560.88	c      3561          19593       15635        20                -           0.0000          -
70689.32/3566.03	c      3566          19593       15635        20                -           0.0000          -
70791.16/3571.08	c      3571          19593       15635        20                -           0.0000          -
70890.48/3576.13	c      3576          19593       15635        20                -           0.0000          -
70991.18/3581.18	c      3581          19593       15635        20                -           0.0000          -
71091.44/3586.23	c      3586          19593       15635        20                -           0.0000          -
71190.59/3591.28	c      3591          19593       15635        20                -           0.0000          -
71291.55/3596.33	c      3596          19593       15635        20                -           0.0000          -
71390.71/3601.38	c      3601          19605       15647        20                -           0.0000          -
71491.86/3606.43	c      3606          13956       12656        20                -           0.0000          -
71590.91/3611.48	c      3611          19705       15747        20                -           0.0000          -
71692.09/3616.53	c      3617          19717       15759        20                -           0.0000          -
71791.23/3621.58	c      3622       14217433         183        20                -           0.0000          -
71892.24/3626.63	c      3627       14249280         184        20                -           0.0000          -
71991.34/3631.67	c      3632          19797       15839        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 (186416 MiB free)
  memory of node 1: 193494 MiB (181763 MiB free)
  memory of node 2: 193531 MiB (188605 MiB free)
  memory of node 3: 193531 MiB (192136 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-4465874-1722581908/watcher-4465874-1722581908 -o /tmp/evaluation-result-4465874-1722581908/solver-4465874-1722581908 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722581828-159987 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465874-1722581908.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=160953, runsolver pid=160950
Current StackSize limit: 8192 KiB


[startup+0.1001 s]*
/proc/loadavg: 78.78 81.70 83.20 63/983 160954
/proc/meminfo: memFree=766863832/790760804 swapFree=131071996/131071996
[pid=160953] ppid=160950 vsize=57108 memory=46344 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/160953/stat : 160953 (fscip) R 160950 160953 159974 0 -1 4194304 10481 0 0 0 10 1 0 0 20 0 1 0 24773895 58478592 11586 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
/proc/160953/statm: 14277 11586 2726 3035 0 10673 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 57108 KiB
Current children cumulated memory: 46344 KiB

[startup+0.219702 s]*
/proc/loadavg: 78.78 81.70 83.20 62/1003 160974
/proc/meminfo: memFree=766846752/790760804 swapFree=131071996/131071996
[pid=160953] ppid=160950 vsize=1546252 memory=70128 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/160953/stat : 160953 (fscip) S 160950 160953 159974 0 -1 1077936128 16959 0 0 0 21 2 0 0 20 0 21 0 24773895 1583362048 17532 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
/proc/160953/statm: 386563 17532 2774 3035 0 57964 0
[pid=160953/tid=160955] ppid=160950 vsize=1546252 memory=3472328300254199927 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160955/stat : 160955 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 17598 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160956] ppid=160950 vsize=1546252 memory=25153 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160956/stat : 160956 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 17598 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160957] ppid=160950 vsize=1546252 memory=59614968414677 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160957/stat : 160957 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 17598 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160958] ppid=160950 vsize=1546252 memory=56282107347530 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160958/stat : 160958 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 17598 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160959] ppid=160950 vsize=1546252 memory=54091690803904 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160959/stat : 160959 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 17598 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160960] ppid=160950 vsize=1546252 memory=54083167978556 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160960/stat : 160960 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 17598 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160961] ppid=160950 vsize=1546252 memory=14976667747616358 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160961/stat : 160961 (fscip) S 160950 160953 159974 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 17598 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160962] ppid=160950 vsize=1546252 memory=115698 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160962/stat : 160962 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 17598 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160963] ppid=160950 vsize=1546252 memory=3616724972179160436 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160963/stat : 160963 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 17664 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160964] ppid=160950 vsize=1546252 memory=3689635795830205449 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160964/stat : 160964 (fscip) R 160950 160953 159974 0 -1 4194368 1984 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 17664 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160965] ppid=160950 vsize=1546252 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/160953/task/160965/stat : 160965 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 17664 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160966] ppid=160950 vsize=1546252 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/160953/task/160966/stat : 160966 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 17664 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160967] ppid=160950 vsize=1546252 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/160953/task/160967/stat : 160967 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 17664 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160968] ppid=160950 vsize=1546252 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/160953/task/160968/stat : 160968 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 17664 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160969] ppid=160950 vsize=1546252 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/160953/task/160969/stat : 160969 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 17664 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160970] ppid=160950 vsize=1546252 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/160953/task/160970/stat : 160970 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 17664 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160971] ppid=160950 vsize=1546252 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/160953/task/160971/stat : 160971 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 17664 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160972] ppid=160950 vsize=1546252 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/160953/task/160972/stat : 160972 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 17664 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160973] ppid=160950 vsize=1546252 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/160953/task/160973/stat : 160973 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 17664 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160974] ppid=160950 vsize=1546252 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/160953/task/160974/stat : 160974 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 17664 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1546252 KiB
Current children cumulated memory: 70128 KiB

[startup+0.319913 s]*
/proc/loadavg: 78.78 81.70 83.20 62/1003 160974
/proc/meminfo: memFree=766769508/790760804 swapFree=131071996/131071996
[pid=160953] ppid=160950 vsize=1546252 memory=155896 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/stat : 160953 (fscip) S 160950 160953 159974 0 -1 1077936128 38655 0 0 0 28 6 0 0 20 0 21 0 24773895 1583362048 38908 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
/proc/160953/statm: 386563 38908 2774 3035 0 79867 0
[pid=160953/tid=160955] ppid=160950 vsize=1546252 memory=-6368490543565159276 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160955/stat : 160955 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 38974 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160956] ppid=160950 vsize=1546252 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/160953/task/160956/stat : 160956 (fscip) S 160950 160953 159974 0 -1 1077936192 2677 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 38974 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160957] ppid=160950 vsize=1546252 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/160953/task/160957/stat : 160957 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 38974 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160958] ppid=160950 vsize=1546252 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/160953/task/160958/stat : 160958 (fscip) S 160950 160953 159974 0 -1 1077936192 2677 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 38974 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160959] ppid=160950 vsize=1546252 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/160953/task/160959/stat : 160959 (fscip) S 160950 160953 159974 0 -1 1077936192 2677 0 0 0 1 0 0 0 20 0 21 0 24773917 1583362048 38974 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160960] ppid=160950 vsize=1546252 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/160953/task/160960/stat : 160960 (fscip) S 160950 160953 159974 0 -1 1077936192 2677 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 38974 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160961] ppid=160950 vsize=1546252 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/160953/task/160961/stat : 160961 (fscip) S 160950 160953 159974 0 -1 1077936192 2677 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 39040 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160962] ppid=160950 vsize=1546252 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/160953/task/160962/stat : 160962 (fscip) R 160950 160953 159974 0 -1 4194368 2253 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 39040 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160963] ppid=160950 vsize=1546252 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/160953/task/160963/stat : 160963 (fscip) S 160950 160953 159974 0 -1 1077936192 2677 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 39040 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160964] ppid=160950 vsize=1546252 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/160953/task/160964/stat : 160964 (fscip) S 160950 160953 159974 0 -1 1077936192 2678 0 0 0 1 0 0 0 20 0 21 0 24773917 1583362048 39040 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160965] ppid=160950 vsize=1546252 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/160953/task/160965/stat : 160965 (fscip) S 160950 160953 159974 0 -1 1077936192 2676 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 39040 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160966] ppid=160950 vsize=1546252 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/160953/task/160966/stat : 160966 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 39040 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160967] ppid=160950 vsize=1546252 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/160953/task/160967/stat : 160967 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 39040 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160968] ppid=160950 vsize=1546252 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/160953/task/160968/stat : 160968 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 39040 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160969] ppid=160950 vsize=1546252 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/160953/task/160969/stat : 160969 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 39040 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160970] ppid=160950 vsize=1546252 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/160953/task/160970/stat : 160970 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 39040 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160971] ppid=160950 vsize=1546252 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/160953/task/160971/stat : 160971 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 39040 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160972] ppid=160950 vsize=1546252 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/160953/task/160972/stat : 160972 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 39040 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160973] ppid=160950 vsize=1546252 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/160953/task/160973/stat : 160973 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 39040 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160974] ppid=160950 vsize=1546252 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/160953/task/160974/stat : 160974 (fscip) S 160950 160953 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24773917 1583362048 39040 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 1546252 KiB
Current children cumulated memory: 155896 KiB

[startup+0.70074 s]
/proc/loadavg: 78.78 81.70 83.20 82/1023 160994
/proc/meminfo: memFree=766396248/790760804 swapFree=131071996/131071996
[pid=160953] ppid=160950 vsize=1710172 memory=766216 CPUtime=4.39 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/stat : 160953 (fscip) S 160950 160953 159974 0 -1 1077936128 191059 0 0 0 389 50 0 0 20 0 41 0 24773895 1751216128 191554 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
/proc/160953/statm: 427543 191554 2806 3035 0 280883 0
[pid=160953/tid=160955] ppid=160950 vsize=1710172 memory=6 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160955/stat : 160955 (fscip) R 160950 160953 159974 0 -1 4194368 9724 0 0 0 17 2 0 0 20 0 41 0 24773917 1751216128 191554 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160956] ppid=160950 vsize=1710172 memory=10544 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160956/stat : 160956 (fscip) R 160950 160953 159974 0 -1 4194368 8239 0 0 0 18 2 0 0 20 0 41 0 24773917 1751216128 191554 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160957] ppid=160950 vsize=1710172 memory=11448 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160957/stat : 160957 (fscip) R 160950 160953 159974 0 -1 4194368 8167 0 0 0 18 1 0 0 20 0 41 0 24773917 1751216128 191554 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160958] ppid=160950 vsize=1710172 memory=17288 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160958/stat : 160958 (fscip) R 160950 160953 159974 0 -1 4194368 10125 0 0 0 18 2 0 0 20 0 41 0 24773917 1751216128 191554 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160959] ppid=160950 vsize=1710172 memory=2316 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160959/stat : 160959 (fscip) R 160950 160953 159974 0 -1 4194368 8234 0 0 0 19 1 0 0 20 0 41 0 24773917 1751216128 191554 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160960] ppid=160950 vsize=1710172 memory=15776 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160960/stat : 160960 (fscip) R 160950 160953 159974 0 -1 4194368 8235 0 0 0 18 2 0 0 20 0 41 0 24773917 1751216128 191554 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160961] ppid=160950 vsize=1710172 memory=0 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160961/stat : 160961 (fscip) R 160950 160953 159974 0 -1 4194368 9973 0 0 0 18 2 0 0 20 0 41 0 24773917 1751216128 191554 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160962] ppid=160950 vsize=1710172 memory=0 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160962/stat : 160962 (fscip) R 160950 160953 159974 0 -1 4194368 8238 0 0 0 18 2 0 0 20 0 41 0 24773917 1751216128 191554 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160963] ppid=160950 vsize=1710172 memory=0 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160963/stat : 160963 (fscip) R 160950 160953 159974 0 -1 4194368 8171 0 0 0 18 2 0 0 20 0 41 0 24773917 1751216128 191554 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160964] ppid=160950 vsize=1710172 memory=0 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160964/stat : 160964 (fscip) R 160950 160953 159974 0 -1 4194368 9720 0 0 0 18 2 0 0 20 0 41 0 24773917 1751216128 191554 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160965] ppid=160950 vsize=1710172 memory=0 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160965/stat : 160965 (fscip) R 160950 160953 159974 0 -1 1077936192 9107 0 0 0 17 3 0 0 20 0 41 0 24773917 1751216128 191620 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160966] ppid=160950 vsize=1710172 memory=0 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160966/stat : 160966 (fscip) R 160950 160953 159974 0 -1 4194368 8890 0 0 0 19 1 0 0 20 0 41 0 24773917 1751216128 191620 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160967] ppid=160950 vsize=1710172 memory=0 CPUtime=0.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160967/stat : 160967 (fscip) R 160950 160953 159974 0 -1 4194368 9452 0 0 0 19 2 0 0 20 0 41 0 24773917 1751216128 191620 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160968] ppid=160950 vsize=1710172 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160968/stat : 160968 (fscip) R 160950 160953 159974 0 -1 4194368 8170 0 0 0 18 1 0 0 20 0 41 0 24773917 1751216128 191620 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160969] ppid=160950 vsize=1710172 memory=280077770611936 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160969/stat : 160969 (fscip) R 160950 160953 159974 0 -1 4194368 8232 0 0 0 18 2 0 0 20 0 41 0 24773917 1751216128 191620 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160970] ppid=160950 vsize=1710172 memory=33000 CPUtime=0.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160970/stat : 160970 (fscip) R 160950 160953 159974 0 -1 4194368 9720 0 0 0 18 3 0 0 20 0 41 0 24773917 1751216128 191620 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160971] ppid=160950 vsize=1710172 memory=1804 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160971/stat : 160971 (fscip) R 160950 160953 159974 0 -1 4194368 8170 0 0 0 18 2 0 0 20 0 41 0 24773917 1751216128 191620 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160972] ppid=160950 vsize=1710172 memory=6048 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160972/stat : 160972 (fscip) R 160950 160953 159974 0 -1 4194368 8170 0 0 0 17 2 0 0 20 0 41 0 24773917 1751216128 191620 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160973] ppid=160950 vsize=1710172 memory=51200 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160973/stat : 160973 (fscip) R 160950 160953 159974 0 -1 4194368 9117 0 0 0 17 2 0 0 20 0 41 0 24773917 1751216128 191620 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160974] ppid=160950 vsize=1710172 memory=104 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160974/stat : 160974 (fscip) R 160950 160953 159974 0 -1 4194368 8176 0 0 0 18 2 0 0 20 0 41 0 24773917 1751216128 191620 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160975] ppid=160950 vsize=1710172 memory=280077770361664 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160975/stat : 160975 (fscip) S 160950 160953 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 24773943 1751216128 191620 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160976] ppid=160950 vsize=1710172 memory=62913520075324 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160976/stat : 160976 (fscip) S 160950 160953 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 24773943 1751216128 191620 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160977] ppid=160950 vsize=1710172 memory=62917831819946 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160977/stat : 160977 (fscip) S 160950 160953 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 24773943 1751216128 191620 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0

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

/proc/160953/task/160974/stat : 160974 (fscip) R 160950 160953 159974 0 -1 4194368 1741291 0 0 0 355315 287 0 0 20 0 41 0 24773917 5923090432 1101547 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160975] ppid=160950 vsize=5784268 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160975/stat : 160975 (fscip) S 160950 160953 159974 0 -1 1077936192 134 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1101547 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160976] ppid=160950 vsize=5784268 memory=11556 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/160953/task/160976/stat : 160976 (fscip) S 160950 160953 159974 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 24773943 5923090432 1101547 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160977] ppid=160950 vsize=5784268 memory=13628 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160977/stat : 160977 (fscip) S 160950 160953 159974 0 -1 1077936192 93 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1101547 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160978] ppid=160950 vsize=5784268 memory=6720659952576249956 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160978/stat : 160978 (fscip) S 160950 160953 159974 0 -1 1077936192 56 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1101547 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160979] ppid=160950 vsize=5784268 memory=4406188 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160979/stat : 160979 (fscip) S 160950 160953 159974 0 -1 1077936192 157 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1101547 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160980] ppid=160950 vsize=5784268 memory=4287456 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160980/stat : 160980 (fscip) S 160950 160953 159974 0 -1 1077936192 134 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1101547 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160981] ppid=160950 vsize=5784268 memory=4401144 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160981/stat : 160981 (fscip) S 160950 160953 159974 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1101547 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160982] ppid=160950 vsize=5784268 memory=4404172 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/160953/task/160982/stat : 160982 (fscip) S 160950 160953 159974 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 24773943 5923090432 1101547 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160983] ppid=160950 vsize=5784268 memory=4404208 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160983/stat : 160983 (fscip) S 160950 160953 159974 0 -1 1077936192 150 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1101547 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160984] ppid=160950 vsize=5784268 memory=280077770204656 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160984/stat : 160984 (fscip) S 160950 160953 159974 0 -1 1077936192 145 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1101547 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160985] ppid=160950 vsize=5784268 memory=280077771692464 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160985/stat : 160985 (fscip) S 160950 160953 159974 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1101547 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160986] ppid=160950 vsize=5784268 memory=2700 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160986/stat : 160986 (fscip) S 160950 160953 159974 0 -1 1077936192 131 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1101547 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160987] ppid=160950 vsize=5784268 memory=6732 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160987/stat : 160987 (fscip) S 160950 160953 159974 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1101547 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160988] ppid=160950 vsize=5784268 memory=11448 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160988/stat : 160988 (fscip) S 160950 160953 159974 0 -1 1077936192 147 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1101547 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160989] ppid=160950 vsize=5784268 memory=10544 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/160953/task/160989/stat : 160989 (fscip) S 160950 160953 159974 0 -1 1077936192 111 0 0 0 0 2 0 0 20 0 41 0 24773943 5923090432 1101547 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160990] ppid=160950 vsize=5784268 memory=5512 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160990/stat : 160990 (fscip) S 160950 160953 159974 0 -1 1077936192 138 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1101547 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160991] ppid=160950 vsize=5784268 memory=15776 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160991/stat : 160991 (fscip) S 160950 160953 159974 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1101547 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160992] ppid=160950 vsize=5784268 memory=20252 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160992/stat : 160992 (fscip) S 160950 160953 159974 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1101547 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160993] ppid=160950 vsize=5784268 memory=5496 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160993/stat : 160993 (fscip) S 160950 160953 159974 0 -1 1077936192 131 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1101547 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160994] ppid=160950 vsize=5784268 memory=11556 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160994/stat : 160994 (fscip) S 160950 160953 159974 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1101547 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
Current children cumulated CPU time: 71014.1 s
Current children cumulated vsize: 5784268 KiB
Current children cumulated memory: 4406188 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632 s]*
/proc/loadavg: 80.18 80.24 80.46 82/1027 163285
/proc/meminfo: memFree=769466684/790760804 swapFree=131071996/131071996
[pid=160953] ppid=160950 vsize=5784268 memory=4418788 CPUtime=72000.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/stat : 160953 (fscip) S 160950 160953 159974 0 -1 1077936128 21876825 0 0 0 7179912 20094 0 0 20 0 41 0 24773895 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 17 11 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
/proc/160953/statm: 1446067 1104697 3334 3035 0 1275602 0
[pid=160953/tid=160955] ppid=160950 vsize=5784268 memory=6720662151448707174 CPUtime=3592.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160955/stat : 160955 (fscip) R 160950 160953 159974 0 -1 4194368 1252648 0 0 0 358959 306 0 0 20 0 41 0 24773917 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160956] ppid=160950 vsize=5784268 memory=33000 CPUtime=3599.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160956/stat : 160956 (fscip) R 160950 160953 159974 0 -1 4194368 1554880 0 0 0 359735 190 0 0 20 0 41 0 24773917 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160957] ppid=160950 vsize=5784268 memory=1804 CPUtime=3599.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160957/stat : 160957 (fscip) R 160950 160953 159974 0 -1 4194368 262026 0 0 0 356727 3258 0 0 20 0 41 0 24773917 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160958] ppid=160950 vsize=5784268 memory=6048 CPUtime=3601.61 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160958/stat : 160958 (fscip) R 160950 160953 159974 0 -1 4194368 936899 0 0 0 360035 126 0 0 20 0 41 0 24773917 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160959] ppid=160950 vsize=5784268 memory=8323350987516068516 CPUtime=3590.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160959/stat : 160959 (fscip) R 160950 160953 159974 0 -1 4194368 2114326 0 0 0 358671 373 0 0 20 0 41 0 24773917 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160960] ppid=160950 vsize=5784268 memory=51200 CPUtime=3598.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160960/stat : 160960 (fscip) R 160950 160953 159974 0 -1 4194368 254096 0 0 0 356391 3457 0 0 20 0 41 0 24773917 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160961] ppid=160950 vsize=5784268 memory=104 CPUtime=3600.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160961/stat : 160961 (fscip) R 160950 160953 159974 0 -1 4194368 882830 0 0 0 359882 140 0 0 20 0 41 0 24773917 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160962] ppid=160950 vsize=5784268 memory=25932 CPUtime=3603.42 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160962/stat : 160962 (fscip) R 160950 160953 159974 0 -1 4194368 1916990 0 0 0 360034 308 0 0 20 0 41 0 24773917 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160963] ppid=160950 vsize=5784268 memory=21380 CPUtime=3601.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160963/stat : 160963 (fscip) R 160950 160953 159974 0 -1 4194368 240083 0 0 0 358257 1870 0 0 20 0 41 0 24773917 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160964] ppid=160950 vsize=5784268 memory=2208 CPUtime=3606.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160964/stat : 160964 (fscip) R 160950 160953 159974 0 -1 4194368 829650 0 0 0 360556 111 0 0 20 0 41 0 24773917 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160965] ppid=160950 vsize=5784268 memory=2036 CPUtime=3602.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160965/stat : 160965 (fscip) R 160950 160953 159974 0 -1 4194368 1534474 0 0 0 360072 195 0 0 20 0 41 0 24773917 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160966] ppid=160950 vsize=5784268 memory=31316 CPUtime=3597.58 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160966/stat : 160966 (fscip) R 160950 160953 159974 0 -1 4194368 452814 0 0 0 357323 2435 0 0 20 0 41 0 24773917 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160967] ppid=160950 vsize=5784268 memory=28568 CPUtime=3603.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160967/stat : 160967 (fscip) R 160950 160953 159974 0 -1 4194368 1114184 0 0 0 360090 219 0 0 20 0 41 0 24773917 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160968] ppid=160950 vsize=5784268 memory=1804 CPUtime=3594.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160968/stat : 160968 (fscip) R 160950 160953 159974 0 -1 4194368 1907407 0 0 0 359092 325 0 0 20 0 41 0 24773917 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160969] ppid=160950 vsize=5784268 memory=6048 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/160953/task/160969/stat : 160969 (fscip) R 160950 160953 159974 0 -1 4194368 288587 0 0 0 356863 2961 0 0 20 0 41 0 24773917 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160970] ppid=160950 vsize=5784268 memory=51200 CPUtime=3598.58 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160970/stat : 160970 (fscip) R 160950 160953 159974 0 -1 4194368 837069 0 0 0 359733 125 0 0 20 0 41 0 24773917 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160971] ppid=160950 vsize=5784268 memory=104 CPUtime=3603.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160971/stat : 160971 (fscip) R 160950 160953 159974 0 -1 4194368 2057282 0 0 0 359950 403 0 0 20 0 41 0 24773917 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160972] ppid=160950 vsize=5784268 memory=25932 CPUtime=3600.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160972/stat : 160972 (fscip) R 160950 160953 159974 0 -1 4194368 261195 0 0 0 357361 2651 0 0 20 0 41 0 24773917 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160973] ppid=160950 vsize=5784268 memory=21380 CPUtime=3600.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160973/stat : 160973 (fscip) R 160950 160953 159974 0 -1 4194368 1391560 0 0 0 359759 296 0 0 20 0 41 0 24773917 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160974] ppid=160950 vsize=5784268 memory=2208 CPUtime=3605.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160974/stat : 160974 (fscip) R 160950 160953 159974 0 -1 4194368 1769185 0 0 0 360248 292 0 0 20 0 41 0 24773917 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160975] ppid=160950 vsize=5784268 memory=2036 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160975/stat : 160975 (fscip) S 160950 160953 159974 0 -1 1077936192 136 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160976] ppid=160950 vsize=5784268 memory=31316 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/160953/task/160976/stat : 160976 (fscip) S 160950 160953 159974 0 -1 1077936192 132 0 0 0 0 2 0 0 20 0 41 0 24773943 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160977] ppid=160950 vsize=5784268 memory=28568 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160977/stat : 160977 (fscip) S 160950 160953 159974 0 -1 1077936192 94 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160978] ppid=160950 vsize=5784268 memory=11556 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160978/stat : 160978 (fscip) S 160950 160953 159974 0 -1 1077936192 57 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160979] ppid=160950 vsize=5784268 memory=2800 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160979/stat : 160979 (fscip) S 160950 160953 159974 0 -1 1077936192 159 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160980] ppid=160950 vsize=5784268 memory=6720 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160980/stat : 160980 (fscip) S 160950 160953 159974 0 -1 1077936192 136 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160981] ppid=160950 vsize=5784268 memory=4418784 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160981/stat : 160981 (fscip) S 160950 160953 159974 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160982] ppid=160950 vsize=5784268 memory=2700 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/160953/task/160982/stat : 160982 (fscip) S 160950 160953 159974 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 24773943 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160983] ppid=160950 vsize=5784268 memory=6732 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160983/stat : 160983 (fscip) S 160950 160953 159974 0 -1 1077936192 152 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160984] ppid=160950 vsize=5784268 memory=3681020 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160984/stat : 160984 (fscip) S 160950 160953 159974 0 -1 1077936192 147 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160985] ppid=160950 vsize=5784268 memory=2752 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160985/stat : 160985 (fscip) S 160950 160953 159974 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160986] ppid=160950 vsize=5784268 memory=6156 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160986/stat : 160986 (fscip) S 160950 160953 159974 0 -1 1077936192 133 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160987] ppid=160950 vsize=5784268 memory=2062140 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160987/stat : 160987 (fscip) S 160950 160953 159974 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160988] ppid=160950 vsize=5784268 memory=6720659952576249956 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160988/stat : 160988 (fscip) S 160950 160953 159974 0 -1 1077936192 149 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160989] ppid=160950 vsize=5784268 memory=32760 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/160953/task/160989/stat : 160989 (fscip) S 160950 160953 159974 0 -1 1077936192 113 0 0 0 0 2 0 0 20 0 41 0 24773943 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160990] ppid=160950 vsize=5784268 memory=7068 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160990/stat : 160990 (fscip) S 160950 160953 159974 0 -1 1077936192 140 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160991] ppid=160950 vsize=5784268 memory=36300 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160991/stat : 160991 (fscip) S 160950 160953 159974 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160992] ppid=160950 vsize=5784268 memory=4688 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160992/stat : 160992 (fscip) S 160950 160953 159974 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160993] ppid=160950 vsize=5784268 memory=20660 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160993/stat : 160993 (fscip) S 160950 160953 159974 0 -1 1077936192 133 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
[pid=160953/tid=160994] ppid=160950 vsize=5784268 memory=25333125866717268 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160953/task/160994/stat : 160994 (fscip) S 160950 160953 159974 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 24773943 5923090432 1104697 809668444160 4194304 16623229 140723162039904 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 36769792 140723162043401 140723162043519 140723162043519 140723162050544 0
Current children cumulated CPU time: 72000.1 s
Current children cumulated vsize: 5784268 KiB
Current children cumulated memory: 4418788 KiB

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

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

# cumulated CPU time of all completed processes:  user=71799.3 s, system=201.117 s

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

[startup+3632.15 s]*
/proc/loadavg: 80.18 80.24 80.46 63/988 163285
/proc/meminfo: memFree=772275528/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3632.22
CPU time (s): 72000.4
CPU user time (s): 71799.3
CPU system time (s): 201.117
CPU usage (%): 1982.27
Max. virtual memory (cumulated for all children) (KiB): 5784268
Max. memory (cumulated for all children) (KiB): 4418788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71799.3
system time used= 201.117
maximum resident set size= 4418788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21876827
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= 303309
involuntary context switches= 363053


# summary of solver processes directly reported to runsolver:
#   pid: 160953
#   total CPU time (s): 72000.4
#   total CPU user time (s): 71799.3
#   total CPU system time (s): 201.117

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.2311 second user time and 83.0815 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-02 08:58:28
IDJOB=4465874
IDBENCH=162170
IDSOLVER=3094
FILE ID=nodeD105/4465874-1722581908
RUNJOBID= nodeD105-1722581828-159987
SLURM_JOB_ID= 8254295
Free space on /tmp= 8622828 MiB

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

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

MD5SUM BENCH= 31f4cbeae6238292a97a65729b160061
RANDOM SEED=2108173854

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        766897696 kB
MemAvailable:   769490068 kB
Buffers:          365564 kB
Cached:          5531356 kB
SwapCached:            0 kB
Active:           569052 kB
Inactive:       20642204 kB
Active(anon):       2168 kB
Inactive(anon): 15334200 kB
Active(file):     566884 kB
Inactive(file):  5308004 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28456 kB
Writeback:            52 kB
AnonPages:      15312680 kB
Mapped:           127276 kB
Shmem:             22536 kB
KReclaimable:     274376 kB
Slab:             650196 kB
SReclaimable:     274376 kB
SUnreclaim:       375820 kB
KernelStack:       16944 kB
PageTables:        42352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2335856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           306816 kB
HardwareCorrupted:     0 kB
AnonHugePages:    712704 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:      657408 kB
DirectMap2M:    82677760 kB
DirectMap1G:    722468864 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD105 at 2024-08-02 09:59:00