Trace number 4467972

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-08-09? (TO) 72000.7 3626.47

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size144-round23-0.opb
MD5SUMb3190b6d7590b4907713913d99d6bfc0
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 constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
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: 917abe4c5e]
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   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         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 = 45981696, getVmSize() = 45981696, SCIPgetMemUsed() = 20824305, SCIPgetMemTotal() = 23503681, SCIPgetMemExternEstim() = 13408067
0.00/0.03	c ** set memory limit for presolving in LC to 8.79595e+12 for SCIP **
0.11/0.22	c ** Estimated virtualMemUsedAtSolver = 38640254, getVmSize() = 68902912, SCIPgetMemUsed() = 24312154, SCIPgetMemTotal() = 44552314, SCIPgetMemExternEstim() = 13408067
0.11/0.22	c ** set memory limit for solvers to 4.18849e+11 for each SCIP **
0.11/0.22	c Original Problem   :
0.11/0.22	c   Problem name     : instance-4467972-1723259213
0.11/0.22	c   Variables        : 4288 (4288 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.22	c   Constraints      : 9520
0.11/0.22	c   Objective sense  : minimize
0.11/0.22	c Presolved Problem  :
0.11/0.22	c   Variables        : 3346 (3346 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.22	c   Constraints      : 7761
0.11/0.22	c Constraints        : Number
0.11/0.22	c   and              : 32 
0.11/0.22	c   linear           : 1315 
0.11/0.22	c   logicor          : 6414 
0.11/0.22	c ** Instance transfer method used: 0
0.11/0.23	c ** ParaScipInstance copy does not increase the number of variables. **
0.44/0.47	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.44/0.47	c                                Nodes    Active                                            
0.44/0.47	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
403.94/20.94	c        21              2           1        20                -           0.0000          -
503.11/25.97	c        26              2           1        20                -           0.0000          -
606.81/31.15	c        31           6889           0        20                -           0.0000          -
706.08/36.18	c        36           6889           0        20                -           0.0000          -
806.43/41.23	c        41             24          23        20                -           0.0000          -
907.59/46.34	c        46             12          11        20                -           0.0000          -
1006.75/51.39	c        51             12          11        20                -           0.0000          -
1107.90/56.44	c        56             12          11        20                -           0.0000          -
1207.10/61.49	c        62             13          12        20                -           0.0000          -
1308.29/66.54	c        67             13          12        20                -           0.0000          -
1407.50/71.59	c        72             42          41        20                -           0.0000          -
1508.67/76.67	c        77             42          41        20                -           0.0000          -
1607.89/81.68	c        82             42          41        20                -           0.0000          -
1711.11/86.84	c        87             42          41        20                -           0.0000          -
1815.10/92.12	c        92             42          41        20                -           0.0000          -
1916.23/97.17	c        97             42          41        20                -           0.0000          -
2016.80/102.22	c       102             42          41        20                -           0.0000          -
2116.02/107.27	c       107             24          23        20                -           0.0000          -
2215.29/112.30	c       112             24          23        20                -           0.0000          -
2318.47/117.44	c       117             24          23        20                -           0.0000          -
2417.69/122.49	c       122             24          23        20                -           0.0000          -
2518.93/127.54	c       128             24          23        20                -           0.0000          -
2618.19/132.59	c       133             24          23        20                -           0.0000          -
2719.43/137.63	c       138             24          23        20                -           0.0000          -
2820.67/142.70	c       143             24          23        20                -           0.0000          -
2919.95/147.74	c       148             24          23        20                -           0.0000          -
3019.24/152.79	c       153             24          23        20                -           0.0000          -
3120.53/157.84	c       158             24          23        20                -           0.0000          -
3219.80/162.89	c       163             24          23        20                -           0.0000          -
3321.04/167.94	c       168             24          23        20                -           0.0000          -
3420.28/172.99	c       173             24          23        20                -           0.0000          -
3522.23/178.04	c       178             24          23        20                -           0.0000          -
3621.51/183.09	c       183             24          23        20                -           0.0000          -
3720.85/188.14	c       188             24          23        20                -           0.0000          -
3821.93/193.19	c       193             24          23        20                -           0.0000          -
3922.56/198.24	c       198             24          23        20                -           0.0000          -
4021.83/203.29	c       203             24          23        20                -           0.0000          -
4123.08/208.34	c       208             24          23        20                -           0.0000          -
4222.33/213.39	c       213             24          23        20                -           0.0000          -
4323.59/218.44	c       218             24          23        20                -           0.0000          -
4422.83/223.49	c       224             24          23        20                -           0.0000          -
4524.04/228.54	c       229             24          23        20                -           0.0000          -
4623.25/233.59	c       234             24          23        20                -           0.0000          -
4724.47/238.64	c       239             24          23        20                -           0.0000          -
4823.71/243.69	c       244             24          23        20                -           0.0000          -
4924.97/248.74	c       249             24          23        20                -           0.0000          -
5024.24/253.79	c       254             24          23        20                -           0.0000          -
5125.52/258.83	c       259             24          23        20                -           0.0000          -
5224.81/263.88	c       264             24          23        20                -           0.0000          -
5326.07/268.93	c       269             24          23        20                -           0.0000          -
5425.35/273.98	c       274             24          23        20                -           0.0000          -
5524.62/279.03	c       279             24          23        20                -           0.0000          -
5626.61/284.08	c       284             24          23        20                -           0.0000          -
5727.67/289.13	c       289             24          23        20                -           0.0000          -
5827.01/294.18	c       294             24          23        20                -           0.0000          -
5927.69/299.23	c       299             24          23        20                -           0.0000          -
6026.96/304.28	c       304             24          23        20                -           0.0000          -
6128.22/309.33	c       309             24          23        20                -           0.0000          -
6227.47/314.38	c       314             24          23        20                -           0.0000          -
6328.71/319.43	c       319             24          23        20                -           0.0000          -
6427.98/324.48	c       324             24          23        20                -           0.0000          -
6529.24/329.53	c       330             24          23        20                -           0.0000          -
6628.49/334.58	c       335             24          23        20                -           0.0000          -
6729.71/339.63	c       340             24          23        20                -           0.0000          -
6828.93/344.68	c       345             24          23        20                -           0.0000          -
6930.13/349.73	c       350             24          23        20                -           0.0000          -
7029.33/354.78	c       355             24          23        20                -           0.0000          -
7130.54/359.83	c       360             24          23        20                -           0.0000          -
7229.73/364.88	c       365             24          23        20                -           0.0000          -
7330.89/369.91	c       370             24          23        20                -           0.0000          -
7430.08/374.98	c       375            756         739        20                -           0.0000          -
7529.28/380.03	c       380            762         761        20                -           0.0000          -
7631.18/385.08	c       385            762         761        20                -           0.0000          -
7730.26/390.10	c       390            792         775        20                -           0.0000          -
7831.55/395.18	c       395            792         775        20                -           0.0000          -
7932.03/400.23	c       400             38          37        20                -           0.0000          -
8031.21/405.28	c       405           1377        1372        20                -           0.0000          -
8132.39/410.33	c       410           1377        1372        20                -           0.0000          -
8231.54/415.38	c       415             42          41        20                -           0.0000          -
8332.72/420.43	c       420            867         866        20                -           0.0000          -
8431.91/425.48	c       425            867         866        20                -           0.0000          -
8531.11/430.49	c       430            867         866        20                -           0.0000          -
8632.31/435.58	c       436            962         942        20                -           0.0000          -
8733.49/440.63	c       441             67          66        20                -           0.0000          -
8832.71/445.68	c       446            917         916        20                -           0.0000          -
8933.94/450.73	c       451            917         916        20                -           0.0000          -
9033.17/455.78	c       456           1528        1523        20                -           0.0000          -
9134.38/460.83	c       461           1528        1523        20                -           0.0000          -
9233.56/465.88	c       466           1054        1030        20                -           0.0000          -
9334.72/470.93	c       471           1038        1037        20                -           0.0000          -
9433.91/475.98	c       476           1114        1090        20                -           0.0000          -
9533.12/481.03	c       481           1114        1090        20                -           0.0000          -
9635.08/486.08	c       486           1114        1090        20                -           0.0000          -
9734.18/491.13	c       491            124         123        20                -           0.0000          -
9835.29/496.18	c       496           1703        1698        20                -           0.0000          -
9935.85/501.23	c       501           1703        1698        20                -           0.0000          -
10035.03/506.28	c       506           1703        1698        20                -           0.0000          -
10136.20/511.33	c       511           1703        1698        20                -           0.0000          -
10235.36/516.38	c       516           1703        1698        20                -           0.0000          -
10336.46/521.43	c       521           1703        1698        20                -           0.0000          -
10435.65/526.46	c       526           1703        1698        20                -           0.0000          -
10536.80/531.53	c       532           1314         262        20                -           0.0000          -
10635.94/536.58	c       537           1314         262        20                -           0.0000          -
10737.11/541.63	c       542            194         193        20                -           0.0000          -
10836.26/546.64	c       547           1782        1777        20                -           0.0000          -
10937.40/551.73	c       552           1782        1777        20                -           0.0000          -
11036.62/556.78	c       557           1782        1777        20                -           0.0000          -
11137.79/561.83	c       562           1354         302        20                -           0.0000          -
11237.00/566.88	c       567           1354         302        20                -           0.0000          -
11338.15/571.93	c       572           1354         302        20                -           0.0000          -
11437.30/576.94	c       577           1354         302        20                -           0.0000          -
11536.44/582.03	c       582           1354         302        20                -           0.0000          -
11638.18/587.08	c       587           1354         302        20                -           0.0000          -
11737.40/592.13	c       592           1354         302        20                -           0.0000          -
11838.58/597.18	c       597           1354         302        20                -           0.0000          -
11939.12/602.23	c       602           1354         302        20                -           0.0000          -
12038.33/607.28	c       607           1354         302        20                -           0.0000          -
12139.53/612.33	c       612            351         350        20                -           0.0000          -
12240.68/617.46	c       617            355         354        20                -           0.0000          -
12341.86/622.52	c       623           1867        1839        20                -           0.0000          -
12446.99/627.82	c       628           1867        1839        20                -           0.0000          -
12546.18/632.85	c       633            374         373        20                -           0.0000          -
12647.34/637.92	c       638           2298        2293        20                -           0.0000          -
12746.59/642.97	c       643           2298        2293        20                -           0.0000          -
12845.83/648.02	c       648           2298        2293        20                -           0.0000          -
12947.77/653.07	c       653           1912        1884        20                -           0.0000          -
13046.80/658.12	c       658           1912        1884        20                -           0.0000          -
13147.88/663.17	c       663           1631         579        20                -           0.0000          -
13248.45/668.22	c       668           2408        2403        20                -           0.0000          -
13347.63/673.27	c       673           2408        2403        20                -           0.0000          -
13448.81/678.32	c       678        4498149         301        20                -           0.0000          -
13547.94/683.33	c       683            434         433        20                -           0.0000          -
13649.10/688.42	c       688           2022        1994        20                -           0.0000          -
13748.31/693.44	c       693           2022        1994        20                -           0.0000          -
13847.51/698.49	c       698           1803         749        20                -           0.0000          -
13948.70/703.54	c       704           1803         749        20                -           0.0000          -
14047.93/708.59	c       709           1803         749        20                -           0.0000          -
14149.12/713.63	c       714           1803         749        20                -           0.0000          -
14248.34/718.69	c       719           2078        2050        20                -           0.0000          -
14349.55/723.71	c       724           2688        2683        20                -           0.0000          -
14448.70/728.79	c       729           2688        2683        20                -           0.0000          -
14549.86/733.84	c       734           2102        2074        20                -           0.0000          -
14649.02/738.89	c       739           2051         997        20                -           0.0000          -
14750.16/743.94	c       744            613         612        20                -           0.0000          -
14849.26/748.99	c       749           2142        2114        20                -           0.0000          -
14950.98/754.04	c       754           2836        2831        20                -           0.0000          -
15050.05/759.09	c       759            642         641        20                -           0.0000          -
15151.27/764.14	c       764           2295        1241        20                -           0.0000          -
15250.54/769.19	c       769           2412        2384        20                -           0.0000          -
15350.85/774.24	c       774            652         651        20                -           0.0000          -
15449.97/779.29	c       779           2442        2414        20                -           0.0000          -
15551.15/784.32	c       784           2442        2414        20                -           0.0000          -
15650.39/789.39	c       789           2442        2414        20                -           0.0000          -
15751.62/794.44	c       794           2442        2414        20                -           0.0000          -
15850.82/799.49	c       800            733         732        20                -           0.0000          -
15952.02/804.54	c       805           2661        1607        20                -           0.0000          -
16051.23/809.59	c       810           3238        3233        20                -           0.0000          -
16152.42/814.64	c       815           3243        3238        20                -           0.0000          -
16251.62/819.69	c       820           2716        2688        20                -           0.0000          -
16352.83/824.74	c       825           3288        3283        20                -           0.0000          -
16452.04/829.79	c       830           3288        3283        20                -           0.0000          -
16553.24/834.80	c       835           3288        3283        20                -           0.0000          -
16652.44/839.86	c       840           3288        3283        20                -           0.0000          -
16751.66/844.89	c       845           3288        3283        20                -           0.0000          -
16852.86/849.99	c       850           3288        3283        20                -           0.0000          -
16954.68/855.04	c       855           3288        3283        20                -           0.0000          -
17053.97/860.09	c       860           3288        3283        20                -           0.0000          -
17155.09/865.14	c       865           3171        2117        20                -           0.0000          -
17254.49/870.18	c       870           3171        2117        20                -           0.0000          -
17354.83/875.23	c       875           3443        3415        20                -           0.0000          -
17453.94/880.29	c       880           3443        3415        20                -           0.0000          -
17555.04/885.34	c       885           3443        3415        20                -           0.0000          -
17654.19/890.39	c       890           3443        3415        20                -           0.0000          -
17755.29/895.44	c       895           3443        3415        20                -           0.0000          -
17854.40/900.48	c       900           3443        3415        20                -           0.0000          -
17955.48/905.51	c       906            994         993        20                -           0.0000          -
18054.66/910.58	c       911           3698        3693        20                -           0.0000          -
18155.69/915.63	c       916           3502        3474        20                -           0.0000          -
18254.79/920.69	c       921           3502        3474        20                -           0.0000          -
18355.93/925.74	c       926           1050           0        20                -           0.0000          -
18455.16/930.79	c       931           1050           0        20                -           0.0000          -
18556.36/935.84	c       936           1050           0        20                -           0.0000          -
18655.59/940.89	c       941           1050           0        20                -           0.0000          -
18756.78/945.94	c       946           1050           0        20                -           0.0000          -
18856.01/950.99	c       951           1050           0        20                -           0.0000          -
18957.96/956.04	c       956           1050           0        20                -           0.0000          -
19057.14/961.09	c       961           1050           0        20                -           0.0000          -
19156.46/966.14	c       966           1050           0        20                -           0.0000          -
19257.47/971.18	c       971           1050           0        20                -           0.0000          -
19357.99/976.26	c       976           1050           0        20                -           0.0000          -
19459.18/981.32	c       981           1050           0        20                -           0.0000          -
19558.39/986.37	c       986           1050           0        20                -           0.0000          -
19657.60/991.40	c       991           3913        2855        20                -           0.0000          -
19758.81/996.45	c       996           3913        2855        20                -           0.0000          -
19860.01/1001.52	c      1002           3913        2855        20                -           0.0000          -
19959.21/1006.57	c      1007           3913        2855        20                -           0.0000          -
20060.40/1011.62	c      1012           3913        2855        20                -           0.0000          -
20159.62/1016.67	c      1017           3913        2855        20                -           0.0000          -
20260.83/1021.72	c      1022           3913        2855        20                -           0.0000          -
20360.08/1026.77	c      1027           3913        2855        20                -           0.0000          -
20459.31/1031.79	c      1032           3913        2855        20                -           0.0000          -
20560.53/1036.81	c      1037           3913        2855        20                -           0.0000          -
20659.76/1041.87	c      1042           3913        2855        20                -           0.0000          -
20760.99/1046.97	c      1047           3913        2855        20                -           0.0000          -
20860.21/1052.02	c      1052           4848        4818        20                -           0.0000          -
20962.17/1057.07	c      1057           3919        2861        20                -           0.0000          -
21061.24/1062.12	c      1062           3919        2861        20                -           0.0000          -
21162.48/1067.17	c      1067           3919        2861        20                -           0.0000          -
21263.03/1072.22	c      1072           3962        2902        20                -           0.0000          -
21362.26/1077.24	c      1077           4008        2948        20                -           0.0000          -
21463.46/1082.32	c      1082           5072        5042        20                -           0.0000          -
21562.69/1087.37	c      1087           4125        3065        20                -           0.0000          -
21663.89/1092.42	c      1092           5226        5194        20                -           0.0000          -
21763.09/1097.47	c      1097           5246        5214        20                -           0.0000          -
21864.30/1102.52	c      1103           5246        5214        20                -           0.0000          -
21963.51/1107.57	c      1108           5246        5214        20                -           0.0000          -
22064.71/1112.62	c      1113           4263        3203        20                -           0.0000          -
22163.94/1117.67	c      1118           4269        3209        20                -           0.0000          -
22265.14/1122.72	c      1123           5404        5397        20                -           0.0000          -
22364.36/1127.77	c      1128           5404        5397        20                -           0.0000          -
22465.58/1132.82	c      1133           5404        5397        20                -           0.0000          -
22564.80/1137.87	c      1138           5404        5397        20                -           0.0000          -
22666.03/1142.92	c      1143           5404        5397        20                -           0.0000          -
22765.35/1147.95	c      1148           5404        5397        20                -           0.0000          -
22864.45/1153.02	c      1153           5404        5397        20                -           0.0000          -
22966.40/1158.07	c      1158           5404        5397        20                -           0.0000          -
23065.49/1163.12	c      1163           5404        5397        20                -           0.0000          -
23164.91/1168.13	c      1168           5404        5397        20                -           0.0000          -
23267.36/1173.22	c      1173           5404        5397        20                -           0.0000          -
23366.61/1178.24	c      1178           5626        5582        20                -           0.0000          -
23467.84/1183.32	c      1183           1413         359        20                -           0.0000          -
23567.05/1188.37	c      1188           5654        5610        20                -           0.0000          -
23666.28/1193.39	c      1193           5654        5610        20                -           0.0000          -
23767.50/1198.47	c      1198           4755        3695        20                -           0.0000          -
23868.72/1203.52	c      1204           4755        3695        20                -           0.0000          -
23967.97/1208.57	c      1209           5577        5570        20                -           0.0000          -
24067.22/1213.59	c      1214           5577        5570        20                -           0.0000          -
24168.45/1218.64	c      1219           5577        5570        20                -           0.0000          -
24269.66/1223.72	c      1224           5794        5746        20                -           0.0000          -
24368.87/1228.75	c      1229           5646        5639        20                -           0.0000          -
24469.98/1233.82	c      1234           5733        5726        20                -           0.0000          -
24569.13/1238.87	c      1239           5085        4025        20                -           0.0000          -
24668.24/1243.89	c      1244           5764        5757        20                -           0.0000          -
24769.36/1248.90	c      1249           5833        5826        20                -           0.0000          -
24868.51/1253.95	c      1254           5833        5826        20                -           0.0000          -
24967.72/1259.03	c      1259           6175        6125        20                -           0.0000          -
25069.45/1264.08	c      1264           6175        6125        20                -           0.0000          -
25170.56/1269.17	c      1269           6175        6125        20                -           0.0000          -
25271.02/1274.22	c      1274           6181        6131        20                -           0.0000          -
25370.17/1279.27	c      1279           6181        6131        20                -           0.0000          -
25471.34/1284.32	c      1284           6181        6131        20                -           0.0000          -
25570.52/1289.35	c      1289           5415        4355        20                -           0.0000          -
25671.69/1294.42	c      1294           5415        4355        20                -           0.0000          -
25770.97/1299.47	c      1299        8980052         301        20                -           0.0000          -
25870.07/1304.49	c      1304           6294        6287        20                -           0.0000          -
25971.24/1309.56	c      1310           6294        6287        20                -           0.0000          -
26070.52/1314.57	c      1315           6294        6287        20                -           0.0000          -
26171.79/1319.66	c      1320           6294        6287        20                -           0.0000          -
26273.05/1324.72	c      1325           6283        6233        20                -           0.0000          -
26372.31/1329.77	c      1330           6393        6386        20                -           0.0000          -
26473.55/1334.82	c      1335           6434        6427        20                -           0.0000          -
26572.82/1339.87	c      1340           6352        6302        20                -           0.0000          -
26674.08/1344.92	c      1345           6352        6302        20                -           0.0000          -
26773.34/1349.97	c      1350           6410        6360        20                -           0.0000          -
26872.58/1355.02	c      1355           6419        6369        20                -           0.0000          -
26974.52/1360.07	c      1360           6419        6369        20                -           0.0000          -
27073.69/1365.12	c      1365           6419        6369        20                -           0.0000          -
27174.95/1370.17	c      1370           6066        5006        20                -           0.0000          -
27275.41/1375.22	c      1375           6465        6415        20                -           0.0000          -
27374.66/1380.23	c      1380           6465        6415        20                -           0.0000          -
27473.90/1385.24	c      1385           6465        6415        20                -           0.0000          -
27575.17/1390.30	c      1390           6165        5105        20                -           0.0000          -
27674.42/1395.33	c      1395           6165        5105        20                -           0.0000          -
27775.64/1400.42	c      1400           6186        5126        20                -           0.0000          -
27874.90/1405.48	c      1405           6186        5126        20                -           0.0000          -
27976.13/1410.50	c      1411           6186        5126        20                -           0.0000          -
28075.38/1415.53	c      1416           6186        5126        20                -           0.0000          -
28174.62/1420.58	c      1421           6731        6681        20                -           0.0000          -
28275.86/1425.61	c      1426           6225        5163        20                -           0.0000          -
28375.10/1430.63	c      1431           7309        7302        20                -           0.0000          -
28474.37/1435.63	c      1436           7309        7302        20                -           0.0000          -
28577.61/1440.87	c      1441           6751        6701        20                -           0.0000          -
28678.87/1445.92	c      1446           6427        5363        20                -           0.0000          -
28778.12/1450.97	c      1451           6427        5363        20                -           0.0000          -
28877.38/1456.02	c      1456           6427        5363        20                -           0.0000          -
28979.26/1461.07	c      1461           6864        6814        20                -           0.0000          -
29078.67/1466.12	c      1466           6538        5474        20                -           0.0000          -
29179.82/1471.13	c      1471           7549        7542        20                -           0.0000          -
29280.47/1476.22	c      1476           7549        7542        20                -           0.0000          -
29379.86/1481.27	c      1481           6951        6901        20                -           0.0000          -
29481.08/1486.32	c      1486           6951        6901        20                -           0.0000          -
29580.39/1491.37	c      1491           6961        6911        20                -           0.0000          -
29681.69/1496.42	c      1496           6961        6911        20                -           0.0000          -
29781.03/1501.47	c      1501           7804        7797        20                -           0.0000          -
29882.27/1506.52	c      1507           7834        7827        20                -           0.0000          -
29981.55/1511.54	c      1512          26061        1220        20                -           0.0000          -
30082.82/1516.61	c      1517          26563        1211        20                -           0.0000          -
30182.11/1521.67	c      1522           7989        7982        20                -           0.0000          -
30283.33/1526.72	c      1527           7140        7090        20                -           0.0000          -
30382.58/1531.73	c      1532           7079        6015        20                -           0.0000          -
30483.87/1536.81	c      1537           7132        6068        20                -           0.0000          -
30583.20/1541.87	c      1542           7166        6102        20                -           0.0000          -
30684.51/1546.92	c      1547           7265        7215        20                -           0.0000          -
30783.83/1551.97	c      1552           7265        7215        20                -           0.0000          -
30883.17/1557.02	c      1557           7265        7215        20                -           0.0000          -
30985.04/1562.07	c      1562           8259        8252        20                -           0.0000          -
31084.29/1567.12	c      1567           8259        8252        20                -           0.0000          -
31185.66/1572.17	c      1572           8259        8252        20                -           0.0000          -
31286.35/1577.21	c      1577           7318        6250        20                -           0.0000          -
31385.66/1582.26	c      1582           7318        6250        20                -           0.0000          -
31486.97/1587.31	c      1587           7415        7365        20                -           0.0000          -
31586.26/1592.34	c      1592           7415        7365        20                -           0.0000          -
31685.57/1597.39	c      1597           7415        7365        20                -           0.0000          -
31786.85/1602.46	c      1602           7415        7365        20                -           0.0000          -
31888.12/1607.52	c      1608           7415        7365        20                -           0.0000          -
31987.44/1612.57	c      1613           7415        7365        20                -           0.0000          -
32086.75/1617.58	c      1618           7415        7365        20                -           0.0000          -
32188.04/1622.65	c      1623           7415        7365        20                -           0.0000          -
32289.34/1627.70	c      1628           7415        7365        20                -           0.0000          -
32388.64/1632.77	c      1633       11947753         298        20                -           0.0000          -
32489.95/1637.82	c      1638           8800        8793        20                -           0.0000          -
32589.27/1642.87	c      1643           7449        7399        20                -           0.0000          -
32690.57/1647.92	c      1648           7449        7399        20                -           0.0000          -
32789.88/1652.97	c      1653           8914        8907        20                -           0.0000          -
32889.19/1658.02	c      1658           7485        7435        20                -           0.0000          -
32991.16/1663.07	c      1663           8991        8984        20                -           0.0000          -
33090.52/1668.12	c      1668           8991        8984        20                -           0.0000          -
33191.59/1673.17	c      1673           8991        8984        20                -           0.0000          -
33292.32/1678.22	c      1678           8991        8984        20                -           0.0000          -
33391.61/1683.27	c      1683           8018        6950        20                -           0.0000          -
33492.90/1688.32	c      1688           8018        6950        20                -           0.0000          -
33592.22/1693.33	c      1693           8018        6950        20                -           0.0000          -
33693.53/1698.42	c      1698           8018        6950        20                -           0.0000          -
33792.83/1703.47	c      1703           8018        6950        20                -           0.0000          -
33894.17/1708.52	c      1709           8018        6950        20                -           0.0000          -
33993.58/1713.57	c      1714           8018        6950        20                -           0.0000          -
34094.77/1718.60	c      1719           8018        6950        20                -           0.0000          -
34194.09/1723.67	c      1724           8018        6950        20                -           0.0000          -
34295.41/1728.72	c      1729           8018        6950        20                -           0.0000          -
34394.72/1733.77	c      1734           8018        6950        20                -           0.0000          -
34496.05/1738.82	c      1739           8018        6950        20                -           0.0000          -
34595.40/1743.87	c      1744           8018        6950        20                -           0.0000          -
34694.74/1748.88	c      1749           8018        6950        20                -           0.0000          -
34796.06/1753.92	c      1754           8018        6950        20                -           0.0000          -
34895.38/1759.02	c      1759           8018        6950        20                -           0.0000          -
34994.68/1764.03	c      1764           9264        9257        20                -           0.0000          -
35096.66/1769.12	c      1769           9264        9257        20                -           0.0000          -
35198.06/1774.16	c      1774           9328        9321        20                -           0.0000          -
35298.60/1779.22	c      1779           8290        8240        20                -           0.0000          -
35397.92/1784.27	c      1784           8290        8240        20                -           0.0000          -
35499.23/1789.32	c      1789           8290        8240        20                -           0.0000          -
35598.54/1794.33	c      1794           8335        7261        20                -           0.0000          -
35699.84/1799.42	c      1799           8327        8277        20                -           0.0000          -
35799.18/1804.47	c      1804           8327        8277        20                -           0.0000          -
35900.36/1809.52	c      1810           8331        8281        20                -           0.0000          -
35999.68/1814.54	c      1815           9879        9872        20                -           0.0000          -
36100.98/1819.62	c      1820           8518        7444        20                -           0.0000          -
36200.28/1824.67	c      1825           8525        7451        20                -           0.0000          -
36301.59/1829.71	c      1830           8525        7451        20                -           0.0000          -
36400.92/1834.77	c      1835           8525        7451        20                -           0.0000          -
36502.24/1839.82	c      1840          10176       10169        20                -           0.0000          -
36601.52/1844.84	c      1845          10176       10169        20                -           0.0000          -
36700.78/1849.89	c      1850           8562        7488        20                -           0.0000          -
36802.07/1854.94	c      1855           8562        7488        20                -           0.0000          -
36901.34/1860.00	c      1860           8562        7488        20                -           0.0000          -
37003.10/1865.07	c      1865          10447       10440        20                -           0.0000          -
37102.36/1870.10	c      1870           8918        8868        20                -           0.0000          -
37203.77/1875.17	c      1875           8696        7622        20                -           0.0000          -
37303.12/1880.19	c      1880           8979        8929        20                -           0.0000          -
37403.66/1885.27	c      1885           8979        8929        20                -           0.0000          -
37502.95/1890.28	c      1890           8979        8929        20                -           0.0000          -
37604.23/1895.30	c      1895           8739        7665        20                -           0.0000          -
37703.52/1900.40	c      1900           9031        8981        20                -           0.0000          -
37804.82/1905.47	c      1905           9031        8981        20                -           0.0000          -
37906.13/1910.52	c      1911           8811        7737        20                -           0.0000          -
38005.43/1915.57	c      1916          11014       11007        20                -           0.0000          -
38106.73/1920.62	c      1921          11014       11007        20                -           0.0000          -
38206.05/1925.67	c      1926          11014       11007        20                -           0.0000          -
38307.35/1930.71	c      1931       14591840         306        20                -           0.0000          -
38406.66/1935.77	c      1936          11139       11132        20                -           0.0000          -
38505.94/1940.79	c      1941           9154        8080        20                -           0.0000          -
38607.22/1945.83	c      1946           9182        8108        20                -           0.0000          -
38708.72/1950.92	c      1951           9491        9441        20                -           0.0000          -
38807.84/1955.97	c      1956           9491        9441        20                -           0.0000          -
38907.13/1961.02	c      1961           9491        9441        20                -           0.0000          -
39009.10/1966.07	c      1966       14911736         302        20                -           0.0000          -
39108.37/1971.12	c      1971       14957667         301        20                -           0.0000          -
39209.78/1976.17	c      1976           9438        8360        20                -           0.0000          -
39310.32/1981.22	c      1981           9749        9699        20                -           0.0000          -
39409.68/1986.27	c      1986           9492        8414        20                -           0.0000          -
39509.01/1991.28	c      1991           9775        9725        20                -           0.0000          -
39610.36/1996.33	c      1996           9775        9725        20                -           0.0000          -
39711.71/2001.42	c      2001           9775        9725        20                -           0.0000          -
39811.06/2006.43	c      2006           9833        9783        20                -           0.0000          -
39910.39/2011.48	c      2011           9771        8689        20                -           0.0000          -
40011.76/2016.56	c      2017          12124       12117        20                -           0.0000          -
40113.09/2021.62	c      2022          12124       12117        20                -           0.0000          -
40212.45/2026.67	c      2027           9956        8874        20                -           0.0000          -
40313.76/2031.72	c      2032          10038        9988        20                -           0.0000          -
40413.11/2036.77	c      2037          10038        9988        20                -           0.0000          -
40512.48/2041.79	c      2042          10038        9988        20                -           0.0000          -
40613.85/2046.80	c      2047          10038        9988        20                -           0.0000          -
40713.21/2051.85	c      2052          10038        9988        20                -           0.0000          -
40814.55/2056.97	c      2057          10038        9988        20                -           0.0000          -
40913.99/2062.02	c      2062          10038        9988        20                -           0.0000          -
41015.95/2067.07	c      2067          10038        9988        20                -           0.0000          -
41115.09/2072.11	c      2072          10038        9988        20                -           0.0000          -
41216.58/2077.17	c      2077          10307        9223        20                -           0.0000          -
41317.30/2082.22	c      2082          12615       12608        20                -           0.0000          -
41416.69/2087.27	c      2087          10149       10099        20                -           0.0000          -
41518.05/2092.32	c      2092          10149       10099        20                -           0.0000          -
41617.41/2097.37	c      2097          12708       12701        20                -           0.0000          -
41718.79/2102.42	c      2102          12708       12701        20                -           0.0000          -
41818.19/2107.47	c      2107          10608        9518        20                -           0.0000          -
41919.56/2112.52	c      2113          10608        9518        20                -           0.0000          -
42018.95/2117.57	c      2118          12832       12825        20                -           0.0000          -
42120.30/2122.62	c      2123          12832       12825        20                -           0.0000          -
42219.66/2127.67	c      2128          10677        9587        20                -           0.0000          -
42321.10/2132.72	c      2133          12922       12913        20                -           0.0000          -
42420.57/2137.77	c      2138          12963           0        20                -           0.0000          -
42519.77/2142.79	c      2143          12963           0        20                -           0.0000          -
42621.14/2147.87	c      2148          10768       10716        20                -           0.0000          -
42722.50/2152.92	c      2153          10768       10716        20                -           0.0000          -
42821.85/2157.97	c      2158          10768       10716        20                -           0.0000          -
42921.20/2163.00	c      2163          13020          57        20                -           0.0000          -
43023.16/2168.07	c      2168          13020          57        20                -           0.0000          -
43122.39/2173.08	c      2173          13020          57        20                -           0.0000          -
43223.91/2178.13	c      2178          13020          57        20                -           0.0000          -
43323.28/2183.19	c      2183          13020          57        20                -           0.0000          -
43423.94/2188.25	c      2188          13020          57        20                -           0.0000          -
43525.29/2193.32	c      2193          13020          57        20                -           0.0000          -
43624.64/2198.37	c      2198          13020          57        20                -           0.0000          -
43725.98/2203.42	c      2203          13020          57        20                -           0.0000          -
43825.34/2208.47	c      2208          13020          57        20                -           0.0000          -
43924.71/2213.49	c      2214          13020          57        20                -           0.0000          -
44026.07/2218.53	c      2219          13020          57        20                -           0.0000          -
44125.41/2223.57	c      2224          13020          57        20                -           0.0000          -
44224.75/2228.59	c      2229          13020          57        20                -           0.0000          -
44326.09/2233.67	c      2234          13020          57        20                -           0.0000          -
44427.44/2238.74	c      2239          13020          57        20                -           0.0000          -
44528.83/2243.82	c      2244          11372       10278        20                -           0.0000          -
44628.20/2248.87	c      2249          11372       10278        20                -           0.0000          -
44729.56/2253.92	c      2254          13027          64        20                -           0.0000          -
44828.94/2258.95	c      2259          13027          64        20                -           0.0000          -
44928.28/2264.00	c      2264          13027          64        20                -           0.0000          -
45027.64/2269.03	c      2269          11615       10519        20                -           0.0000          -
45129.42/2274.10	c      2274          11643       10547        20                -           0.0000          -
45230.88/2279.13	c      2279          13061          98        20                -           0.0000          -
45330.51/2284.14	c      2284          13061          98        20                -           0.0000          -
45431.08/2289.27	c      2289          11844       10748        20                -           0.0000          -
45532.44/2294.32	c      2294          11879       10783        20                -           0.0000          -
45631.81/2299.34	c      2299          11908       10810        20                -           0.0000          -
45731.17/2304.37	c      2304          11922       10824        20                -           0.0000          -
45832.51/2309.47	c      2309          13202         239        20                -           0.0000          -
45933.87/2314.52	c      2315          13556       13480        20                -           0.0000          -
46033.24/2319.57	c      2320          13556       13480        20                -           0.0000          -
46134.63/2324.62	c      2325          13556       13480        20                -           0.0000          -
46234.01/2329.67	c      2330          13261         298        20                -           0.0000          -
46335.37/2334.72	c      2335          13261         298        20                -           0.0000          -
46434.73/2339.77	c      2340          13278         315        20                -           0.0000          -
46534.11/2344.79	c      2345          13278         315        20                -           0.0000          -
46635.45/2349.81	c      2350          13278         315        20                -           0.0000          -
46734.80/2354.84	c      2355          12308       11208        20                -           0.0000          -
46836.12/2359.93	c      2360          12429       11329        20                -           0.0000          -
46935.46/2365.02	c      2365          12470       11370        20                -           0.0000          -
47037.25/2370.07	c      2370          13398         435        20                -           0.0000          -
47136.72/2375.12	c      2375          13398         435        20                -           0.0000          -
47238.20/2380.16	c      2380          12472       11372        20                -           0.0000          -
47338.83/2385.22	c      2385          13407         444        20                -           0.0000          -
47438.23/2390.27	c      2390          13407         444        20                -           0.0000          -
47539.60/2395.32	c      2395          13407         444        20                -           0.0000          -
47638.96/2400.33	c      2400          13407         444        20                -           0.0000          -
47738.32/2405.38	c      2405          12522       11422        20                -           0.0000          -
47839.68/2410.47	c      2410          13429         466        20                -           0.0000          -
47941.05/2415.52	c      2416          13429         466        20                -           0.0000          -
48040.42/2420.57	c      2421          14815       14717        20                -           0.0000          -
48141.77/2425.62	c      2426          14815       14717        20                -           0.0000          -
48241.14/2430.67	c      2431          14815       14717        20                -           0.0000          -
48340.53/2435.68	c      2436          14815       14717        20                -           0.0000          -
48441.89/2440.74	c      2441          14815       14717        20                -           0.0000          -
48543.26/2445.80	c      2446          14815       14717        20                -           0.0000          -
48642.63/2450.86	c      2451          12874       11774        20                -           0.0000          -
48742.00/2455.89	c      2456          12874       11774        20                -           0.0000          -
48843.36/2460.95	c      2461          12874       11774        20                -           0.0000          -
48942.72/2466.02	c      2466          12874       11774        20                -           0.0000          -
49044.67/2471.03	c      2471          12874       11774        20                -           0.0000          -
49144.23/2476.09	c      2476          12874       11774        20                -           0.0000          -
49245.31/2481.17	c      2481          12874       11774        20                -           0.0000          -
49346.13/2486.22	c      2486          12874       11774        20                -           0.0000          -
49445.51/2491.27	c      2491          12874       11774        20                -           0.0000          -
49544.90/2496.29	c      2496          12874       11774        20                -           0.0000          -
49646.25/2501.31	c      2501          12874       11774        20                -           0.0000          -
49745.60/2506.36	c      2506          12874       11774        20                -           0.0000          -
49847.03/2511.43	c      2511          12874       11774        20                -           0.0000          -
49946.32/2516.48	c      2516          12874       11774        20                -           0.0000          -
50047.69/2521.57	c      2522          12874       11774        20                -           0.0000          -
50149.06/2526.62	c      2527          15375         179        20                -           0.0000          -
50248.41/2531.67	c      2532          13694         731        20                -           0.0000          -
50349.75/2536.72	c      2537          12893       11793        20                -           0.0000          -
50449.09/2541.77	c      2542          12893       11793        20                -           0.0000          -
50550.43/2546.82	c      2547          13720         757        20                -           0.0000          -
50649.78/2551.84	c      2552          13720         757        20                -           0.0000          -
50751.08/2556.92	c      2557          13720         757        20                -           0.0000          -
50850.47/2561.97	c      2562          13024       11924        20                -           0.0000          -
50949.83/2567.02	c      2567          13744         781        20                -           0.0000          -
51051.79/2572.07	c      2572          13744         781        20                -           0.0000          -
51151.19/2577.12	c      2577          13744         781        20                -           0.0000          -
51252.62/2582.15	c      2582          13073       11971        20                -           0.0000          -
51353.24/2587.21	c      2587          13794         831        20                -           0.0000          -
51452.58/2592.22	c      2592          13830         867        20                -           0.0000          -
51553.92/2597.32	c      2597          13842         879        20                -           0.0000          -
51653.28/2602.37	c      2602          13869         906        20                -           0.0000          -
51754.61/2607.42	c      2607          13869         906        20                -           0.0000          -
51853.89/2612.47	c      2612          13869         906        20                -           0.0000          -
51953.23/2617.48	c      2617          13903         940        20                -           0.0000          -
52054.57/2622.55	c      2623          13425       12319        20                -           0.0000          -
52155.89/2627.62	c      2628          13425       12319        20                -           0.0000          -
52255.27/2632.65	c      2633          13425       12319        20                -           0.0000          -
52356.60/2637.71	c      2638          13425       12319        20                -           0.0000          -
52455.96/2642.77	c      2643          14002        1039        20                -           0.0000          -
52557.31/2647.80	c      2648          14028        1065        20                -           0.0000          -
52656.68/2652.82	c      2653          14064        1101        20                -           0.0000          -
52758.01/2657.90	c      2658          14090        1127        20                -           0.0000          -
52857.35/2662.95	c      2663          23289        1038        20                -           0.0000          -
52956.70/2668.02	c      2668          23768        1061        20                -           0.0000          -
53058.53/2673.03	c      2673          13696       12590        20                -           0.0000          -
53157.88/2678.12	c      2678          13758       12652        20                -           0.0000          -
53259.38/2683.17	c      2683          14355        1390        20                -           0.0000          -
53358.54/2688.18	c      2688          14538        1573        20                -           0.0000          -
53459.38/2693.27	c      2693          25579        1063        20                -           0.0000          -
53560.72/2698.32	c      2698          25626        1059        20                -           0.0000          -
53660.07/2703.37	c      2703       21088535         305        20                -           0.0000          -
53761.42/2708.42	c      2708          13955       12847        20                -           0.0000          -
53860.76/2713.47	c      2713       21150810         300        20                -           0.0000          -
53962.09/2718.52	c      2719          14083       12975        20                -           0.0000          -
54061.44/2723.57	c      2724          17523        1952        20                -           0.0000          -
54160.79/2728.59	c      2729          14141       13033        20                -           0.0000          -
54262.13/2733.67	c      2734          14187       13079        20                -           0.0000          -
54363.41/2738.72	c      2739          14232       13122        20                -           0.0000          -
54462.77/2743.77	c      2744          14292       13182        20                -           0.0000          -
54564.12/2748.82	c      2749       21373215         299        20                -           0.0000          -
54663.46/2753.87	c      2754          14401       13287        20                -           0.0000          -
54764.77/2758.92	c      2759          14453       13337        20                -           0.0000          -
54864.12/2763.97	c      2764          14472       13356        20                -           0.0000          -
54963.49/2769.00	c      2769          31567        1102        20                -           0.0000          -
55065.36/2774.04	c      2774          31876        1085        20                -           0.0000          -
55164.72/2779.11	c      2779          20483        1978        20                -           0.0000          -
55266.13/2784.16	c      2784          14601       13485        20                -           0.0000          -
55366.89/2789.22	c      2789          14601       13485        20                -           0.0000          -
55466.28/2794.27	c      2794       21648170         304        20                -           0.0000          -
55567.63/2799.32	c      2799       21668283         299        20                -           0.0000          -
55666.95/2804.37	c      2804          14651       13533        20                -           0.0000          -
55768.28/2809.42	c      2809          22117        1989        20                -           0.0000          -
55867.65/2814.43	c      2814          14751       13633        20                -           0.0000          -
55969.01/2819.51	c      2820          14751       13633        20                -           0.0000          -
56068.39/2824.57	c      2825          14751       13633        20                -           0.0000          -
56169.74/2829.61	c      2830          14751       13633        20                -           0.0000          -
56269.10/2834.66	c      2835         145852        1246        20                -           0.0000          -
56370.44/2839.72	c      2840          14799       13679        20                -           0.0000          -
56469.81/2844.77	c      2845          38415        1107        20                -           0.0000          -
56571.17/2849.82	c      2850          14859       13739        20                -           0.0000          -
56670.55/2854.85	c      2855          14859       13739        20                -           0.0000          -
56771.90/2859.92	c      2860          14859       13739        20                -           0.0000          -
56871.24/2864.97	c      2865          40660        1054        20                -           0.0000          -
56970.58/2870.02	c      2870          14966       13846        20                -           0.0000          -
57072.50/2875.04	c      2875          14973       13853        20                -           0.0000          -
57172.04/2880.11	c      2880          14988       13868        20                -           0.0000          -
57273.37/2885.17	c      2885          14988       13868        20                -           0.0000          -
57373.95/2890.22	c      2890          14994       13874        20                -           0.0000          -
57473.27/2895.26	c      2895       22449262         298        20                -           0.0000          -
57572.60/2900.27	c      2900          27117        2048        20                -           0.0000          -
57673.92/2905.36	c      2905          27510        2058        20                -           0.0000          -
57775.25/2910.42	c      2910          27702        2055        20                -           0.0000          -
57874.61/2915.47	c      2915          27889        2055        20                -           0.0000          -
57975.93/2920.52	c      2921       22666366         294        20                -           0.0000          -
58075.26/2925.57	c      2926          15373       14251        20                -           0.0000          -
58176.62/2930.62	c      2931          15429       14307        20                -           0.0000          -
58275.96/2935.67	c      2936          15546       14422        20                -           0.0000          -
58377.29/2940.72	c      2941          15561       14437        20                -           0.0000          -
58476.57/2945.77	c      2946          15589       14465        20                -           0.0000          -
58577.91/2950.82	c      2951       22928127         295        20                -           0.0000          -
58677.27/2955.87	c      2956       22971195         297        20                -           0.0000          -
58778.62/2960.92	c      2961          15758       14634        20                -           0.0000          -
58877.98/2965.97	c      2966          49384        1159        20                -           0.0000          -
58977.33/2971.02	c      2971          15832       14704        20                -           0.0000          -
59079.14/2976.07	c      2976          15870       14742        20                -           0.0000          -
59178.65/2981.12	c      2981          15911       14783        20                -           0.0000          -
59280.00/2986.15	c      2986          15911       14783        20                -           0.0000          -
59379.28/2991.15	c      2991          15911       14783        20                -           0.0000          -
59480.11/2996.22	c      2996          15911       14783        20                -           0.0000          -
59579.47/3001.24	c      3001          15911       14783        20                -           0.0000          -
59678.84/3006.25	c      3006          15932       14804        20                -           0.0000          -
59780.18/3011.34	c      3011          52519        1256        20                -           0.0000          -
59881.53/3016.47	c      3016          16132       15004        20                -           0.0000          -
59982.87/3021.52	c      3022         162212        1284        20                -           0.0000          -
60082.22/3026.57	c      3027          16233       15105        20                -           0.0000          -
60181.56/3031.60	c      3032          16239       15111        20                -           0.0000          -
60283.04/3036.67	c      3037          31754        2061        20                -           0.0000          -
60382.23/3041.68	c      3042          16282       15154        20                -           0.0000          -
60483.56/3046.74	c      3047          16344       15216        20                -           0.0000          -
60584.88/3051.81	c      3052          16413       15285        20                -           0.0000          -
60684.22/3056.87	c      3057          16545       15417        20                -           0.0000          -
60785.71/3061.92	c      3062          16545       15417        20                -           0.0000          -
60884.92/3066.97	c      3067          16620       15492        20                -           0.0000          -
60984.30/3072.02	c      3072          16620       15492        20                -           0.0000          -
61086.19/3077.07	c      3077          16620       15492        20                -           0.0000          -
61185.63/3082.09	c      3082          16626       15498        20                -           0.0000          -
61286.98/3087.14	c      3087       24122971         303        20                -           0.0000          -
61387.70/3092.22	c      3092          33728        2075        20                -           0.0000          -
61487.06/3097.27	c      3097          16746       15618        20                -           0.0000          -
61588.41/3102.32	c      3102          16802       15674        20                -           0.0000          -
61687.77/3107.37	c      3107       24287516         292        20                -           0.0000          -
61789.10/3112.42	c      3112          16918       15790        20                -           0.0000          -
61888.45/3117.47	c      3117          16951       15823        20                -           0.0000          -
61989.79/3122.52	c      3123          17032       15902        20                -           0.0000          -
62089.15/3127.53	c      3128          17075       15945        20                -           0.0000          -
62188.50/3132.56	c      3133          36371        2063        20                -           0.0000          -
62289.84/3137.64	c      3138          17123       15993        20                -           0.0000          -
62389.21/3142.64	c      3143       24607211         294        20                -           0.0000          -
62488.56/3147.65	c      3148       24652652         299        20                -           0.0000          -
62587.91/3152.68	c      3153          17241       16107        20                -           0.0000          -
62689.25/3157.73	c      3158          17298       16164        20                -           0.0000          -
62790.60/3162.84	c      3163          17410       16270        20                -           0.0000          -
62891.96/3167.90	c      3168          38416        2057        20                -           0.0000          -
62991.31/3172.94	c      3173          62433        1254        20                -           0.0000          -
63090.68/3177.96	c      3178          62433        1254        20                -           0.0000          -
63190.03/3182.97	c      3183          39082        2066        20                -           0.0000          -
63291.92/3188.10	c      3188          17693       16551        20                -           0.0000          -
63394.52/3193.22	c      3193          17729       16587        20                -           0.0000          -
63493.86/3198.27	c      3198          17736       16594        20                -           0.0000          -
63595.23/3203.32	c      3203          17736       16594        20                -           0.0000          -
63694.60/3208.37	c      3208          17736       16594        20                -           0.0000          -
63795.94/3213.42	c      3213          17736       16594        20                -           0.0000          -
63895.28/3218.47	c      3218          17745       16603        20                -           0.0000          -
63996.62/3223.52	c      3224          41100        2061        20                -           0.0000          -
64095.96/3228.54	c      3229          17882       16740        20                -           0.0000          -
64197.30/3233.62	c      3234          65782        1232        20                -           0.0000          -
64296.65/3238.67	c      3239          41645        2064        20                -           0.0000          -
64397.97/3243.72	c      3244          18007       16865        20                -           0.0000          -
64497.31/3248.77	c      3249          41997        2060        20                -           0.0000          -
64598.72/3253.82	c      3254          18146       17004        20                -           0.0000          -
64697.98/3258.87	c      3259       25612121         298        20                -           0.0000          -
64799.32/3263.92	c      3264          42442        2058        20                -           0.0000          -
64898.68/3268.97	c      3269          18179       17037        20                -           0.0000          -
64998.03/3274.02	c      3274          18179       17037        20                -           0.0000          -
65099.98/3279.07	c      3279          18179       17037        20                -           0.0000          -
65199.42/3284.09	c      3284          18179       17037        20                -           0.0000          -
65298.54/3289.13	c      3289          18179       17037        20                -           0.0000          -
65401.37/3294.21	c      3294          18179       17037        20                -           0.0000          -
65500.73/3299.27	c      3299          18179       17037        20                -           0.0000          -
65602.08/3304.32	c      3304          18179       17037        20                -           0.0000          -
65701.43/3309.37	c      3309          18179       17037        20                -           0.0000          -
65802.78/3314.40	c      3314          18179       17037        20                -           0.0000          -
65902.15/3319.44	c      3319          18179       17037        20                -           0.0000          -
66003.49/3324.52	c      3325          18179       17037        20                -           0.0000          -
66102.88/3329.56	c      3330          18179       17037        20                -           0.0000          -
66204.20/3334.62	c      3335          18179       17037        20                -           0.0000          -
66303.58/3339.67	c      3340          18179       17037        20                -           0.0000          -
66402.93/3344.68	c      3345          18179       17037        20                -           0.0000          -
66504.27/3349.72	c      3350          18179       17037        20                -           0.0000          -
66603.62/3354.74	c      3355          18179       17037        20                -           0.0000          -
66702.99/3359.75	c      3360          18179       17037        20                -           0.0000          -
66804.34/3364.84	c      3365          18179       17037        20                -           0.0000          -
66905.67/3369.96	c      3370          18179       17037        20                -           0.0000          -
67005.02/3375.02	c      3375          18179       17037        20                -           0.0000          -
67106.90/3380.07	c      3380          18294       17152        20                -           0.0000          -
67206.48/3385.12	c      3385          18294       17152        20                -           0.0000          -
67307.58/3390.17	c      3390          18294       17152        20                -           0.0000          -
67408.43/3395.22	c      3395          18356       17214        20                -           0.0000          -
67507.81/3400.27	c      3400       26800788         296        20                -           0.0000          -
67609.18/3405.32	c      3405          18415       17273        20                -           0.0000          -
67708.54/3410.37	c      3410       26883113         297        20                -           0.0000          -
67809.87/3415.42	c      3415          18508       17364        20                -           0.0000          -
67909.25/3420.47	c      3420          18560       17416        20                -           0.0000          -
68010.61/3425.52	c      3426          78263        1384        20                -           0.0000          -
68109.97/3430.55	c      3431          78693        1389        20                -           0.0000          -
68209.32/3435.58	c      3436       27071453         293        20                -           0.0000          -
68310.66/3440.63	c      3441          18735       17589        20                -           0.0000          -
68412.02/3445.72	c      3446          18766       17620        20                -           0.0000          -
68511.38/3450.77	c      3451          52720        2101        20                -           0.0000          -
68612.70/3455.82	c      3456          18908       17760        20                -           0.0000          -
68712.07/3460.87	c      3461          53031        2092        20                -           0.0000          -
68813.40/3465.92	c      3466       27285720         299        20                -           0.0000          -
68912.77/3470.96	c      3471          19042       17890        20                -           0.0000          -
69012.04/3476.02	c      3476          19068       17916        20                -           0.0000          -
69114.03/3481.07	c      3481          19103       17951        20                -           0.0000          -
69213.36/3486.12	c      3486          54490        2099        20                -           0.0000          -
69314.71/3491.17	c      3491          19275       18123        20                -           0.0000          -
69415.36/3496.22	c      3496       27444124           0        20                -           0.0000          -
69514.71/3501.27	c      3501       27444124           0        20                -           0.0000          -
69616.02/3506.32	c      3506       27444125           1        20                -           0.0000          -
69715.32/3511.37	c      3511          19468       18316        20                -           0.0000          -
69816.63/3516.42	c      3516          19482       18330        20                -           0.0000          -
69915.98/3521.47	c      3521          19546       18392        20                -           0.0000          -
70015.32/3526.50	c      3526          19618       18462        20                -           0.0000          -
70116.65/3531.56	c      3532       27535682         261        20                -           0.0000          -
70216.01/3536.58	c      3537          19727       18569        20                -           0.0000          -
70317.37/3541.61	c      3542         214569        1268        20                -           0.0000          -
70416.73/3546.66	c      3547          19816       18658        20                -           0.0000          -
70518.09/3551.71	c      3552          19816       18658        20                -           0.0000          -
70619.44/3556.80	c      3557         215984        1296        20                -           0.0000          -
70718.80/3561.87	c      3562          19891       18733        20                -           0.0000          -
70820.11/3566.92	c      3567          19891       18733        20                -           0.0000          -
70919.47/3571.97	c      3572          19942       18784        20                -           0.0000          -
71018.80/3577.02	c      3577       27679383         330        20                -           0.0000          -
71120.63/3582.07	c      3582          20059       18899        20                -           0.0000          -
71220.20/3587.08	c      3587       27710500         360        20                -           0.0000          -
71321.43/3592.14	c      3592       27722565         358        20                -           0.0000          -
71420.81/3597.16	c      3597          20220       19058        20                -           0.0000          -
71520.21/3602.19	c      3602          89213        1257        20                -           0.0000          -
71620.83/3607.26	c      3607       27771297         358        20                -           0.0000          -
71722.17/3612.31	c      3612          20321       19157        20                -           0.0000          -
71821.52/3617.36	c      3617       27792692           0        20                -           0.0000          -
71920.86/3622.39	c      3622       27792692           0        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 (158890 MiB free)
  memory of node 1: 193531 MiB (181677 MiB free)
  memory of node 2: 193531 MiB (170162 MiB free)
  memory of node 3: 193493 MiB (152514 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-4467972-1723259213/watcher-4467972-1723259213 -o /tmp/evaluation-result-4467972-1723259213/solver-4467972-1723259213 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1723249546-564622 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467972-1723259213.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.10012 s]*
/proc/loadavg: 59.51 60.99 62.63 43/941 571866
/proc/meminfo: memFree=679130272/790760804 swapFree=131071996/131071996
[pid=571865] ppid=571862 vsize=56032 memory=45324 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/stat : 571865 (fscip) R 571862 571865 564611 0 -1 4194304 10228 0 0 0 10 1 0 0 20 0 1 0 92504006 57376768 11331 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
/proc/571865/statm: 14008 11331 2742 3035 0 10404 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 56032 KiB
Current children cumulated memory: 45324 KiB

[startup+0.219066 s]*
/proc/loadavg: 59.51 60.99 62.63 43/941 571866
/proc/meminfo: memFree=679120632/790760804 swapFree=131071996/131071996
[pid=571865] ppid=571862 vsize=1545224 memory=61444 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/stat : 571865 (fscip) S 571862 571865 564611 0 -1 1077936128 15239 0 0 0 21 2 0 0 20 0 21 0 92504006 1582309376 15295 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
/proc/571865/statm: 386306 15361 2790 3035 0 56127 0
[pid=571865/tid=571867] ppid=571862 vsize=1545224 memory=8318255677412212789 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571867/stat : 571867 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 15361 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571868] ppid=571862 vsize=1545224 memory=241407623510 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571868/stat : 571868 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 15361 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571869] ppid=571862 vsize=1545224 memory=60710185132526 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571869/stat : 571869 (fscip) R 571862 571865 564611 0 -1 4194368 430 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 15361 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571870] ppid=571862 vsize=1545224 memory=58519768589018 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571870/stat : 571870 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 15361 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571871] ppid=571862 vsize=1545224 memory=55186907521990 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571871/stat : 571871 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 15361 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571872] ppid=571862 vsize=1545224 memory=61818387377632 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571872/stat : 571872 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 15361 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571873] ppid=571862 vsize=1545224 memory=14132242817483953 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571873/stat : 571873 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 15361 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571874] ppid=571862 vsize=1545224 memory=4121981338633109590 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571874/stat : 571874 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 15361 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571875] ppid=571862 vsize=1545224 memory=1545510 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571875/stat : 571875 (fscip) S 571862 571865 564611 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 15427 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571876] ppid=571862 vsize=1545224 memory=1652429 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571876/stat : 571876 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 15427 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571877] ppid=571862 vsize=1545224 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571877/stat : 571877 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 15427 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571878] ppid=571862 vsize=1545224 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571878/stat : 571878 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 15427 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571879] ppid=571862 vsize=1545224 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571879/stat : 571879 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 15427 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571880] ppid=571862 vsize=1545224 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571880/stat : 571880 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 15427 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571881] ppid=571862 vsize=1545224 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571881/stat : 571881 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 15427 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571882] ppid=571862 vsize=1545224 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571882/stat : 571882 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 15427 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571883] ppid=571862 vsize=1545224 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571883/stat : 571883 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 15427 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571884] ppid=571862 vsize=1545224 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571884/stat : 571884 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 15427 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571885] ppid=571862 vsize=1545224 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571885/stat : 571885 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 15427 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571886] ppid=571862 vsize=1545224 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571886/stat : 571886 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 15427 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1545224 KiB
Current children cumulated memory: 61444 KiB

[startup+0.319938 s]*
/proc/loadavg: 59.51 60.99 62.63 43/961 571886
/proc/meminfo: memFree=679038832/790760804 swapFree=131071996/131071996
[pid=571865] ppid=571862 vsize=1545224 memory=148796 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/stat : 571865 (fscip) S 571862 571865 564611 0 -1 1077936128 37433 0 0 0 29 4 0 0 20 0 21 0 92504006 1582309376 37199 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
/proc/571865/statm: 386306 37199 2790 3035 0 78530 0
[pid=571865/tid=571867] ppid=571862 vsize=1545224 memory=-6296713320630238058 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571867/stat : 571867 (fscip) S 571862 571865 564611 0 -1 1077936192 2617 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 37199 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571868] ppid=571862 vsize=1545224 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571868/stat : 571868 (fscip) S 571862 571865 564611 0 -1 1077936192 2617 0 0 0 1 0 0 0 20 0 21 0 92504028 1582309376 37199 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571869] ppid=571862 vsize=1545224 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571869/stat : 571869 (fscip) S 571862 571865 564611 0 -1 1077936192 2618 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 37199 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571870] ppid=571862 vsize=1545224 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571870/stat : 571870 (fscip) S 571862 571865 564611 0 -1 1077936192 2617 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 37199 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571871] ppid=571862 vsize=1545224 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571871/stat : 571871 (fscip) S 571862 571865 564611 0 -1 1077936192 2617 0 0 0 1 0 0 0 20 0 21 0 92504028 1582309376 37265 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571872] ppid=571862 vsize=1545224 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571872/stat : 571872 (fscip) S 571862 571865 564611 0 -1 1077936192 2617 0 0 0 1 0 0 0 20 0 21 0 92504028 1582309376 37265 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571873] ppid=571862 vsize=1545224 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571873/stat : 571873 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 37265 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571874] ppid=571862 vsize=1545224 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571874/stat : 571874 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 37265 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571875] ppid=571862 vsize=1545224 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571875/stat : 571875 (fscip) S 571862 571865 564611 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 37265 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571876] ppid=571862 vsize=1545224 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571876/stat : 571876 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 37265 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571877] ppid=571862 vsize=1545224 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571877/stat : 571877 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 37265 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571878] ppid=571862 vsize=1545224 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571878/stat : 571878 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 37265 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571879] ppid=571862 vsize=1545224 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571879/stat : 571879 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 37265 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571880] ppid=571862 vsize=1545224 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571880/stat : 571880 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 37265 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571881] ppid=571862 vsize=1545224 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571881/stat : 571881 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 37265 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571882] ppid=571862 vsize=1545224 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571882/stat : 571882 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 37265 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571883] ppid=571862 vsize=1545224 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571883/stat : 571883 (fscip) S 571862 571865 564611 0 -1 1077936192 2617 0 0 0 1 0 0 0 20 0 21 0 92504028 1582309376 37265 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571884] ppid=571862 vsize=1545224 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571884/stat : 571884 (fscip) S 571862 571865 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 37265 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571885] ppid=571862 vsize=1545224 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571885/stat : 571885 (fscip) S 571862 571865 564611 0 -1 1077936192 2617 0 0 0 1 0 0 0 20 0 21 0 92504028 1582309376 37265 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571886] ppid=571862 vsize=1545224 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571886/stat : 571886 (fscip) R 571862 571865 564611 0 -1 4194368 1728 0 0 0 0 0 0 0 20 0 21 0 92504028 1582309376 37265 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1545224 KiB
Current children cumulated memory: 148796 KiB

[startup+0.701607 s]
/proc/loadavg: 59.51 60.99 62.63 62/981 571906
/proc/meminfo: memFree=678664412/790760804 swapFree=131071996/131071996
[pid=571865] ppid=571862 vsize=1709144 memory=784552 CPUtime=4.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/stat : 571865 (fscip) S 571862 571865 564611 0 -1 1077936128 195658 0 0 0 416 48 0 0 20 0 41 0 92504006 1750163456 196138 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
/proc/571865/statm: 427286 196138 2870 3035 0 285849 0
[pid=571865/tid=571867] ppid=571862 vsize=1709144 memory=3545775685915718708 CPUtime=0.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571867/stat : 571867 (fscip) R 571862 571865 564611 0 -1 4194368 9478 0 0 0 18 2 0 0 20 0 41 0 92504028 1750163456 196138 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571868] ppid=571862 vsize=1709144 memory=11636 CPUtime=0.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571868/stat : 571868 (fscip) R 571862 571865 564611 0 -1 4194368 7997 0 0 0 20 1 0 0 20 0 41 0 92504028 1750163456 196138 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571869] ppid=571862 vsize=1709144 memory=16108 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571869/stat : 571869 (fscip) R 571862 571865 564611 0 -1 4194368 9774 0 0 0 19 3 0 0 20 0 41 0 92504028 1750163456 196138 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571870] ppid=571862 vsize=1709144 memory=5440 CPUtime=0.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571870/stat : 571870 (fscip) R 571862 571865 564611 0 -1 4194368 11383 0 0 0 18 2 0 0 20 0 41 0 92504028 1750163456 196138 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571871] ppid=571862 vsize=1709144 memory=31492 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571871/stat : 571871 (fscip) R 571862 571865 564611 0 -1 4194368 7996 0 0 0 20 2 0 0 20 0 41 0 92504028 1750163456 196138 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571872] ppid=571862 vsize=1709144 memory=0 CPUtime=0.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571872/stat : 571872 (fscip) R 571862 571865 564611 0 -1 4194368 7995 0 0 0 20 1 0 0 20 0 41 0 92504028 1750163456 196204 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571873] ppid=571862 vsize=1709144 memory=0 CPUtime=0.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571873/stat : 571873 (fscip) R 571862 571865 564611 0 -1 4194368 12187 0 0 0 18 3 0 0 20 0 41 0 92504028 1750163456 196204 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571874] ppid=571862 vsize=1709144 memory=0 CPUtime=0.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571874/stat : 571874 (fscip) R 571862 571865 564611 0 -1 4194368 7993 0 0 0 19 2 0 0 20 0 41 0 92504028 1750163456 196204 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571875] ppid=571862 vsize=1709144 memory=0 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571875/stat : 571875 (fscip) R 571862 571865 564611 0 -1 4194368 7995 0 0 0 20 2 0 0 20 0 41 0 92504028 1750163456 196204 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571876] ppid=571862 vsize=1709144 memory=0 CPUtime=0.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571876/stat : 571876 (fscip) R 571862 571865 564611 0 -1 4194368 12190 0 0 0 19 2 0 0 20 0 41 0 92504028 1750163456 196204 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571877] ppid=571862 vsize=1709144 memory=0 CPUtime=0.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571877/stat : 571877 (fscip) S 571862 571865 564611 0 -1 1077936192 8934 0 0 0 19 2 0 0 20 0 41 0 92504028 1750163456 196204 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571878] ppid=571862 vsize=1709144 memory=2522 CPUtime=0.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571878/stat : 571878 (fscip) R 571862 571865 564611 0 -1 4194368 7991 0 0 0 20 1 0 0 20 0 41 0 92504028 1750163456 196204 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571879] ppid=571862 vsize=1709144 memory=7 CPUtime=0.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571879/stat : 571879 (fscip) R 571862 571865 564611 0 -1 4194368 9945 0 0 0 19 2 0 0 20 0 41 0 92504028 1750163456 196204 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571880] ppid=571862 vsize=1709144 memory=0 CPUtime=0.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571880/stat : 571880 (fscip) R 571862 571865 564611 0 -1 4194368 7996 0 0 0 20 1 0 0 20 0 41 0 92504028 1750163456 196204 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571881] ppid=571862 vsize=1709144 memory=2212 CPUtime=0.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571881/stat : 571881 (fscip) R 571862 571865 564611 0 -1 4194368 7997 0 0 0 20 1 0 0 20 0 41 0 92504028 1750163456 196204 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571882] ppid=571862 vsize=1709144 memory=52808 CPUtime=0.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571882/stat : 571882 (fscip) R 571862 571865 564611 0 -1 4194368 9942 0 0 0 19 2 0 0 20 0 41 0 92504028 1750163456 196204 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571883] ppid=571862 vsize=1709144 memory=1952 CPUtime=0.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571883/stat : 571883 (fscip) R 571862 571865 564611 0 -1 4194368 7997 0 0 0 20 1 0 0 20 0 41 0 92504028 1750163456 196204 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571884] ppid=571862 vsize=1709144 memory=1852 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571884/stat : 571884 (fscip) R 571862 571865 564611 0 -1 4194368 7994 0 0 0 20 2 0 0 20 0 41 0 92504028 1750163456 196270 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571885] ppid=571862 vsize=1709144 memory=33108 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571885/stat : 571885 (fscip) R 571862 571865 564611 0 -1 4194368 9180 0 0 0 18 1 0 0 20 0 41 0 92504028 1750163456 196270 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571886] ppid=571862 vsize=1709144 memory=2208 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571886/stat : 571886 (fscip) R 571862 571865 564611 0 -1 4194368 7998 0 0 0 20 2 0 0 20 0 41 0 92504028 1750163456 196270 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571887] ppid=571862 vsize=1709144 memory=280577865616160 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571887/stat : 571887 (fscip) S 571862 571865 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92504053 1750163456 196270 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571888] ppid=571862 vsize=1709144 memory=53017915482814 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571888/stat : 571888 (fscip) S 571862 571865 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92504053 1750163456 196270 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571889] ppid=571862 vsize=1709144 memory=54121738855322 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571889/stat : 571889 (fscip) S 571862 571865 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92504053 1750163456 196270 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0

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

/proc/571865/task/571886/stat : 571886 (fscip) R 571862 571865 564611 0 -1 4194368 1767562 0 0 0 353550 320 0 0 20 0 41 0 92504028 7334653952 1452825 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571887] ppid=571862 vsize=7162748 memory=5676660 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571887/stat : 571887 (fscip) S 571862 571865 564611 0 -1 1077936192 139 0 0 0 2 0 0 0 20 0 41 0 92504053 7334653952 1452825 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571888] ppid=571862 vsize=7162748 memory=5723936 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571888/stat : 571888 (fscip) S 571862 571865 564611 0 -1 1077936192 68 0 0 0 3 0 0 0 20 0 41 0 92504053 7334653952 1452825 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571889] ppid=571862 vsize=7162748 memory=11636 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571889/stat : 571889 (fscip) S 571862 571865 564611 0 -1 1077936192 58 0 0 0 2 0 0 0 20 0 41 0 92504053 7334653952 1452825 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571890] ppid=571862 vsize=7162748 memory=2300 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571890/stat : 571890 (fscip) S 571862 571865 564611 0 -1 1077936192 144 0 0 0 3 0 0 0 20 0 41 0 92504053 7334653952 1452825 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571891] ppid=571862 vsize=7162748 memory=1692 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571891/stat : 571891 (fscip) S 571862 571865 564611 0 -1 1077936192 123 0 0 0 1 1 0 0 20 0 41 0 92504053 7334653952 1452825 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571892] ppid=571862 vsize=7162748 memory=11636 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571892/stat : 571892 (fscip) S 571862 571865 564611 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 92504053 7334653952 1452825 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571893] ppid=571862 vsize=7162748 memory=2212 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571893/stat : 571893 (fscip) S 571862 571865 564611 0 -1 1077936192 145 0 0 0 3 0 0 0 20 0 41 0 92504053 7334653952 1452825 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571894] ppid=571862 vsize=7162748 memory=5811300 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571894/stat : 571894 (fscip) S 571862 571865 564611 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 92504053 7334653952 1452825 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571895] ppid=571862 vsize=7162748 memory=6944656592452807323 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571895/stat : 571895 (fscip) S 571862 571865 564611 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 92504053 7334653952 1452825 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571896] ppid=571862 vsize=7162748 memory=15352 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571896/stat : 571896 (fscip) S 571862 571865 564611 0 -1 1077936192 149 0 0 0 2 0 0 0 20 0 41 0 92504053 7334653952 1452825 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571897] ppid=571862 vsize=7162748 memory=28008 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571897/stat : 571897 (fscip) S 571862 571865 564611 0 -1 1077936192 111 0 0 0 2 0 0 0 20 0 41 0 92504053 7334653952 1452825 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571898] ppid=571862 vsize=7162748 memory=3736 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571898/stat : 571898 (fscip) S 571862 571865 564611 0 -1 1077936192 147 0 0 0 2 0 0 0 20 0 41 0 92504053 7334653952 1452825 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571899] ppid=571862 vsize=7162748 memory=40232 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571899/stat : 571899 (fscip) S 571862 571865 564611 0 -1 1077936192 109 0 0 0 3 0 0 0 20 0 41 0 92504053 7334653952 1452825 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571900] ppid=571862 vsize=7162748 memory=-5155633680935826750 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571900/stat : 571900 (fscip) S 571862 571865 564611 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 92504053 7334653952 1452825 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571901] ppid=571862 vsize=7162748 memory=8072 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571901/stat : 571901 (fscip) S 571862 571865 564611 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 92504053 7334653952 1452825 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571902] ppid=571862 vsize=7162748 memory=7306649935326241894 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571902/stat : 571902 (fscip) S 571862 571865 564611 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 92504053 7334653952 1452825 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571904] ppid=571862 vsize=7162748 memory=7306649935326241894 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571904/stat : 571904 (fscip) S 571862 571865 564611 0 -1 1077936192 111 0 0 0 2 0 0 0 20 0 41 0 92504053 7334653952 1452825 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571903] ppid=571862 vsize=7162748 memory=31492 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571903/stat : 571903 (fscip) S 571862 571865 564611 0 -1 1077936192 144 0 0 0 2 0 0 0 20 0 41 0 92504053 7334653952 1452825 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571905] ppid=571862 vsize=7162748 memory=5811300 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571905/stat : 571905 (fscip) S 571862 571865 564611 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 92504053 7334653952 1452825 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571906] ppid=571862 vsize=7162748 memory=11636 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571906/stat : 571906 (fscip) S 571862 571865 564611 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 92504053 7334653952 1452825 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
Current children cumulated CPU time: 71126.1 s
Current children cumulated vsize: 7162748 KiB
Current children cumulated memory: 5811300 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3626.3 s]
/proc/loadavg: 20.02 20.11 25.38 21/881 573912
/proc/meminfo: memFree=711933308/790760804 swapFree=131071996/131071996
[pid=571865] ppid=571862 vsize=7228284 memory=5867620 CPUtime=72000.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/stat : 571865 (fscip) S 571862 571865 564611 0 -1 1077936128 23205956 0 0 0 7177392 22642 0 0 20 0 41 0 92504006 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
/proc/571865/statm: 1807071 1466905 3334 3035 0 1649547 0
[pid=571865/tid=571867] ppid=571862 vsize=7228284 memory=4912489105028064 CPUtime=3575.51 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571867/stat : 571867 (fscip) R 571862 571865 564611 0 -1 4194368 951403 0 0 0 357352 199 0 0 20 0 41 0 92504028 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571868] ppid=571862 vsize=7228284 memory=27608 CPUtime=3606.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571868/stat : 571868 (fscip) R 571862 571865 564611 0 -1 4194368 1570304 0 0 0 360350 295 0 0 20 0 41 0 92504028 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571869] ppid=571862 vsize=7228284 memory=6720662155877761386 CPUtime=3604.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571869/stat : 571869 (fscip) R 571862 571865 564611 0 -1 4194368 343214 0 0 0 359191 1223 0 0 20 0 41 0 92504028 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571870] ppid=571862 vsize=7228284 memory=28147905698857045 CPUtime=3605.97 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571870/stat : 571870 (fscip) R 571862 571865 564611 0 -1 4194368 1086898 0 0 0 360339 258 0 0 20 0 41 0 92504028 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571871] ppid=571862 vsize=7228284 memory=5811312 CPUtime=3602.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571871/stat : 571871 (fscip) R 571862 571865 564611 0 -1 4194368 1814164 0 0 0 359991 248 0 0 20 0 41 0 92504028 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571872] ppid=571862 vsize=7228284 memory=0 CPUtime=3604.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571872/stat : 571872 (fscip) R 571862 571865 564611 0 -1 4194368 622567 0 0 0 357109 3302 0 0 20 0 41 0 92504028 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571873] ppid=571862 vsize=7228284 memory=1852 CPUtime=3554.97 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571873/stat : 571873 (fscip) R 571862 571865 564611 0 -1 4194368 1100563 0 0 0 355222 275 0 0 20 0 41 0 92504028 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571874] ppid=571862 vsize=7228284 memory=5440 CPUtime=3605.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571874/stat : 571874 (fscip) R 571862 571865 564611 0 -1 4194368 1672508 0 0 0 360308 200 0 0 20 0 41 0 92504028 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571875] ppid=571862 vsize=7228284 memory=31492 CPUtime=3603.75 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571875/stat : 571875 (fscip) R 571862 571865 564611 0 -1 4194368 412671 0 0 0 356660 3715 0 0 20 0 41 0 92504028 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571876] ppid=571862 vsize=7228284 memory=5867620 CPUtime=3605.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571876/stat : 571876 (fscip) R 571862 571865 564611 0 -1 4194368 1029928 0 0 0 360348 217 0 0 20 0 41 0 92504028 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571877] ppid=571862 vsize=7228284 memory=25333125866717268 CPUtime=3606.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571877/stat : 571877 (fscip) R 571862 571865 564611 0 -1 4194368 2054550 0 0 0 360291 340 0 0 20 0 41 0 92504028 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571878] ppid=571862 vsize=7228284 memory=16108 CPUtime=3604.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571878/stat : 571878 (fscip) R 571862 571865 564611 0 -1 4194368 547432 0 0 0 356870 3545 0 0 20 0 41 0 92504028 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571879] ppid=571862 vsize=7228284 memory=5867620 CPUtime=3605.37 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571879/stat : 571879 (fscip) R 571862 571865 564611 0 -1 4194368 847336 0 0 0 360425 112 0 0 20 0 41 0 92504028 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571880] ppid=571862 vsize=7228284 memory=5863440 CPUtime=3606.74 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571880/stat : 571880 (fscip) R 571862 571865 564611 0 -1 4194368 1562283 0 0 0 360478 196 0 0 20 0 41 0 92504028 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571881] ppid=571862 vsize=7228284 memory=5848932 CPUtime=3604.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571881/stat : 571881 (fscip) R 571862 571865 564611 0 -1 4194368 692872 0 0 0 357472 2930 0 0 20 0 41 0 92504028 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571882] ppid=571862 vsize=7228284 memory=15352 CPUtime=3604.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571882/stat : 571882 (fscip) R 571862 571865 564611 0 -1 4194368 1102723 0 0 0 360226 261 0 0 20 0 41 0 92504028 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571883] ppid=571862 vsize=7228284 memory=28008 CPUtime=3606.55 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571883/stat : 571883 (fscip) R 571862 571865 564611 0 -1 4194368 2411035 0 0 0 360281 374 0 0 20 0 41 0 92504028 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571884] ppid=571862 vsize=7228284 memory=1852 CPUtime=3604.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571884/stat : 571884 (fscip) R 571862 571865 564611 0 -1 4194368 481865 0 0 0 356098 4317 0 0 20 0 41 0 92504028 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571885] ppid=571862 vsize=7228284 memory=33108 CPUtime=3605.51 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571885/stat : 571885 (fscip) R 571862 571865 564611 0 -1 4194368 1104251 0 0 0 360281 270 0 0 20 0 41 0 92504028 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571886] ppid=571862 vsize=7228284 memory=5723948 CPUtime=3582.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571886/stat : 571886 (fscip) R 571862 571865 564611 0 -1 4194368 1778980 0 0 0 357925 322 0 0 20 0 41 0 92504028 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571887] ppid=571862 vsize=7228284 memory=5676660 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571887/stat : 571887 (fscip) S 571862 571865 564611 0 -1 1077936192 142 0 0 0 2 0 0 0 20 0 41 0 92504053 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571888] ppid=571862 vsize=7228284 memory=2596415105758165 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571888/stat : 571888 (fscip) S 571862 571865 564611 0 -1 1077936192 69 0 0 0 3 0 0 0 20 0 41 0 92504053 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571889] ppid=571862 vsize=7228284 memory=2596415105758166 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571889/stat : 571889 (fscip) S 571862 571865 564611 0 -1 1077936192 59 0 0 0 2 0 0 0 20 0 41 0 92504053 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571890] ppid=571862 vsize=7228284 memory=27608 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571890/stat : 571890 (fscip) S 571862 571865 564611 0 -1 1077936192 146 0 0 0 3 0 0 0 20 0 41 0 92504053 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571891] ppid=571862 vsize=7228284 memory=5822176 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571891/stat : 571891 (fscip) S 571862 571865 564611 0 -1 1077936192 125 0 0 0 1 1 0 0 20 0 41 0 92504053 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571892] ppid=571862 vsize=7228284 memory=5869952 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571892/stat : 571892 (fscip) S 571862 571865 564611 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 92504053 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571893] ppid=571862 vsize=7228284 memory=31492 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571893/stat : 571893 (fscip) S 571862 571865 564611 0 -1 1077936192 148 0 0 0 3 0 0 0 20 0 41 0 92504053 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571894] ppid=571862 vsize=7228284 memory=40232 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571894/stat : 571894 (fscip) S 571862 571865 564611 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 92504053 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571895] ppid=571862 vsize=7228284 memory=8072 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571895/stat : 571895 (fscip) S 571862 571865 564611 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 92504053 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571896] ppid=571862 vsize=7228284 memory=280577867228272 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571896/stat : 571896 (fscip) S 571862 571865 564611 0 -1 1077936192 151 0 0 0 2 0 0 0 20 0 41 0 92504053 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571897] ppid=571862 vsize=7228284 memory=3495128104387354737 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571897/stat : 571897 (fscip) S 571862 571865 564611 0 -1 1077936192 113 0 0 0 2 0 0 0 20 0 41 0 92504053 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571898] ppid=571862 vsize=7228284 memory=5848864 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571898/stat : 571898 (fscip) S 571862 571865 564611 0 -1 1077936192 150 0 0 0 2 0 0 0 20 0 41 0 92504053 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571899] ppid=571862 vsize=7228284 memory=5799172 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571899/stat : 571899 (fscip) S 571862 571865 564611 0 -1 1077936192 111 0 0 0 3 0 0 0 20 0 41 0 92504053 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571900] ppid=571862 vsize=7228284 memory=7523373473983522352 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571900/stat : 571900 (fscip) S 571862 571865 564611 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 92504053 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571901] ppid=571862 vsize=7228284 memory=3690194257562644736 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571901/stat : 571901 (fscip) S 571862 571865 564611 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 92504053 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571902] ppid=571862 vsize=7228284 memory=31492 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571902/stat : 571902 (fscip) S 571862 571865 564611 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 92504053 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571904] ppid=571862 vsize=7228284 memory=10528 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571904/stat : 571904 (fscip) S 571862 571865 564611 0 -1 1077936192 113 0 0 0 2 0 0 0 20 0 41 0 92504053 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571903] ppid=571862 vsize=7228284 memory=11636 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571903/stat : 571903 (fscip) S 571862 571865 564611 0 -1 1077936192 146 0 0 0 2 0 0 0 20 0 41 0 92504053 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571905] ppid=571862 vsize=7228284 memory=31492 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571905/stat : 571905 (fscip) S 571862 571865 564611 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 92504053 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
[pid=571865/tid=571906] ppid=571862 vsize=7228284 memory=5848864 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/571865/task/571906/stat : 571906 (fscip) S 571862 571865 564611 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 92504053 7401762816 1466905 809668444160 4194304 16622877 140722685984288 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 52510720 140722685989865 140722685989981 140722685989981 140722685997007 0
Current children cumulated CPU time: 72000.3 s
Current children cumulated vsize: 7228284 KiB
Current children cumulated memory: 5867620 KiB

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

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

# cumulated CPU time of all completed processes:  user=71774.2 s, system=226.561 s

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

[startup+3626.41 s]*
/proc/loadavg: 20.02 20.11 25.38 2/842 573912
/proc/meminfo: memFree=716780256/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): 3626.47
CPU time (s): 72000.7
CPU user time (s): 71774.2
CPU system time (s): 226.561
CPU usage (%): 1985.42
Max. virtual memory (cumulated for all children) (KiB): 7293820
Max. memory (cumulated for all children) (KiB): 5869952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71774.2
system time used= 226.561
maximum resident set size= 5869952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23205963
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= 326344
involuntary context switches= 157909


# summary of solver processes directly reported to runsolver:
#   pid: 571865
#   total CPU time (s): 72000.7
#   total CPU user time (s): 71774.2
#   total CPU system time (s): 226.561

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.8359 second user time and 79.383 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-10 05:06:53
IDJOB=4467972
IDBENCH=162293
IDSOLVER=3097
FILE ID=nodeD103/4467972-1723259213
RUNJOBID= nodeD103-1723249546-564622
SLURM_JOB_ID= 8266910
Free space on /tmp= 8586604 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size144-round23-0.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-4467972-1723259213/watcher-4467972-1723259213 -o /tmp/evaluation-result-4467972-1723259213/solver-4467972-1723259213 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1723249546-564622 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467972-1723259213.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= b3190b6d7590b4907713913d99d6bfc0
RANDOM SEED=1893087276

nodeD103.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		: 2992.228
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		: 2003.471
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	: 5007.12
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		: 3205.793
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	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        679163520 kB
MemAvailable:   744828560 kB
Buffers:         1009820 kB
Cached:         67439072 kB
SwapCached:            0 kB
Active:          9434252 kB
Inactive:       97786664 kB
Active(anon):       2132 kB
Inactive(anon): 38808764 kB
Active(file):    9432120 kB
Inactive(file): 58977900 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28828 kB
Writeback:            80 kB
AnonPages:      38769428 kB
Mapped:           134952 kB
Shmem:             38920 kB
KReclaimable:    1349472 kB
Slab:            1873008 kB
SReclaimable:    1349472 kB
SUnreclaim:       523536 kB
KernelStack:       16192 kB
PageTables:        89464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   10526188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           836352 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6983680 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:      806912 kB
DirectMap2M:    140199936 kB
DirectMap1G:    664797184 kB

Free space on /tmp at the end= 8586728 MiB
End job on nodeD103 at 2024-08-10 06:07:20