Trace number 4469185

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-12? 70831.6 3598.43

General information on the benchmark

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

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 3bb793453d]
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 = 45965312, getVmSize() = 45965312, SCIPgetMemUsed() = 20782449, SCIPgetMemTotal() = 23503681, SCIPgetMemExternEstim() = 13363524
0.00/0.03	c ** set memory limit for presolving in LC to 8.79595e+12 for SCIP **
0.12/0.24	c ** Estimated virtualMemUsedAtSolver = 39249822, getVmSize() = 69873664, SCIPgetMemUsed() = 24639649, SCIPgetMemTotal() = 45511209, SCIPgetMemExternEstim() = 13363524
0.12/0.24	c ** set memory limit for solvers to 4.18849e+11 for each SCIP **
0.12/0.24	c Original Problem   :
0.12/0.24	c   Problem name     : instance-4469185-1723650339
0.12/0.24	c   Variables        : 4288 (4288 binary, 0 integer, 0 implicit integer, 0 continuous)
0.12/0.24	c   Constraints      : 9472
0.12/0.24	c   Objective sense  : minimize
0.12/0.24	c Presolved Problem  :
0.12/0.24	c   Variables        : 3496 (3496 binary, 0 integer, 0 implicit integer, 0 continuous)
0.12/0.24	c   Constraints      : 7936
0.12/0.24	c Constraints        : Number
0.12/0.24	c   and              : 32 
0.12/0.24	c   xor              : 2 
0.12/0.24	c   linear           : 1403 
0.12/0.24	c   logicor          : 6499 
0.12/0.24	c ** Instance transfer method used: 0
0.25/0.26	c ** ParaScipInstance copy does not increase the number of variables. **
0.45/0.53	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.45/0.53	c                                Nodes    Active                                            
0.45/0.53	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
412.31/21.44	c        21              2           1        20                -           0.0000          -
513.48/26.51	c        27              2           1        20                -           0.0000          -
612.64/31.56	c        32              2           1        20                -           0.0000          -
713.82/36.61	c        37             13          12        20                -           0.0000          -
814.96/41.70	c        42             13          12        20                -           0.0000          -
913.96/46.75	c        47             13          12        20                -           0.0000          -
1015.07/51.80	c        52             13          12        20                -           0.0000          -
1114.21/56.85	c        57             13          12        20                -           0.0000          -
1215.32/61.90	c        62             13          12        20                -           0.0000          -
1314.46/66.92	c        67             13          12        20                -           0.0000          -
1413.54/71.98	c        72             13          12        20                -           0.0000          -
1512.63/77.05	c        77             24          23        20                -           0.0000          -
1614.74/82.10	c        82             24          23        20                -           0.0000          -
1713.69/87.15	c        87             24          23        20                -           0.0000          -
1815.76/92.20	c        92             24          23        20                -           0.0000          -
1914.86/97.25	c        97             20          19        20                -           0.0000          -
2015.98/102.30	c       102             20          19        20                -           0.0000          -
2115.19/107.35	c       107             20          19        20                -           0.0000          -
2216.38/112.40	c       112             20          19        20                -           0.0000          -
2315.55/117.45	c       117             20          19        20                -           0.0000          -
2416.74/122.50	c       123             20          19        20                -           0.0000          -
2515.96/127.55	c       128             20          19        20                -           0.0000          -
2617.17/132.60	c       133             20          19        20                -           0.0000          -
2716.34/137.65	c       138             20          19        20                -           0.0000          -
2817.45/142.70	c       143             20          19        20                -           0.0000          -
2916.61/147.75	c       148             20          19        20                -           0.0000          -
3017.73/152.80	c       153             20          19        20                -           0.0000          -
3116.84/157.81	c       158             20          19        20                -           0.0000          -
3218.05/162.90	c       163             20          19        20                -           0.0000          -
3317.27/167.95	c       168             20          19        20                -           0.0000          -
3416.50/173.00	c       173             20          19        20                -           0.0000          -
3515.71/178.05	c       178             20          19        20                -           0.0000          -
3617.82/183.10	c       183             20          19        20                -           0.0000          -
3718.90/188.15	c       188             20          19        20                -           0.0000          -
3819.11/193.20	c       193             20          19        20                -           0.0000          -
3918.32/198.25	c       198             20          19        20                -           0.0000          -
4019.52/203.30	c       203             20          19        20                -           0.0000          -
4118.73/208.35	c       208             20          19        20                -           0.0000          -
4219.93/213.40	c       213             20          19        20                -           0.0000          -
4319.15/218.45	c       218             20          19        20                -           0.0000          -
4420.34/223.50	c       224             20          19        20                -           0.0000          -
4519.55/228.55	c       229             20          19        20                -           0.0000          -
4620.63/233.60	c       234             20          19        20                -           0.0000          -
4719.77/238.65	c       239             20          19        20                -           0.0000          -
4820.67/243.70	c       244             20          19        20                -           0.0000          -
4919.64/248.75	c       249             20          19        20                -           0.0000          -
5020.80/253.80	c       254             20          19        20                -           0.0000          -
5119.92/258.84	c       259             20          19        20                -           0.0000          -
5219.01/263.89	c       264             20          19        20                -           0.0000          -
5320.15/268.94	c       269             20          19        20                -           0.0000          -
5419.32/273.99	c       274             20          19        20                -           0.0000          -
5518.52/279.04	c       279             20          19        20                -           0.0000          -
5620.88/284.09	c       284             20          19        20                -           0.0000          -
5720.12/289.14	c       289             20          19        20                -           0.0000          -
5821.25/294.19	c       294             20          19        20                -           0.0000          -
5921.29/299.24	c       299             20          19        20                -           0.0000          -
6020.49/304.26	c       304             20          19        20                -           0.0000          -
6121.67/309.30	c       309             20          19        20                -           0.0000          -
6220.84/314.39	c       314             20          19        20                -           0.0000          -
6322.00/319.44	c       319             20          19        20                -           0.0000          -
6421.21/324.49	c       324             20          19        20                -           0.0000          -
6522.40/329.54	c       330             20          19        20                -           0.0000          -
6621.59/334.59	c       335           1072        1063        20                -           0.0000          -
6722.77/339.63	c       340           1072        1063        20                -           0.0000          -
6821.95/344.69	c       345           1072        1063        20                -           0.0000          -
6923.12/349.74	c       350           1072        1063        20                -           0.0000          -
7022.30/354.79	c       355           1072        1063        20                -           0.0000          -
7123.47/359.84	c       360            782         781        20                -           0.0000          -
7222.62/364.89	c       365            782         781        20                -           0.0000          -
7323.82/369.94	c       370            782         781        20                -           0.0000          -
7423.04/374.99	c       375            782         781        20                -           0.0000          -
7522.23/380.04	c       380           1107        1098        20                -           0.0000          -
7624.56/385.09	c       385            598         597        20                -           0.0000          -
7723.79/390.14	c       390            598         597        20                -           0.0000          -
7825.17/395.19	c       395            598         597        20                -           0.0000          -
7924.88/400.21	c       400           1132        1123        20                -           0.0000          -
8024.07/405.27	c       405            605         604        20                -           0.0000          -
8125.27/410.34	c       410            605         604        20                -           0.0000          -
8224.47/415.39	c       415            605         604        20                -           0.0000          -
8325.64/420.44	c       420           1050           0        20                -           0.0000          -
8424.84/425.49	c       426             80          79        20                -           0.0000          -
8526.04/430.54	c       431             92          91        20                -           0.0000          -
8625.20/435.59	c       436           1397        1388        20                -           0.0000          -
8726.39/440.64	c       441           1397        1388        20                -           0.0000          -
8825.57/445.69	c       446           1397        1388        20                -           0.0000          -
8926.61/450.74	c       451           1081          31        20                -           0.0000          -
9025.67/455.79	c       456           1081          31        20                -           0.0000          -
9126.85/460.84	c       461            860         859        20                -           0.0000          -
9226.02/465.89	c       466            120         119        20                -           0.0000          -
9327.19/470.94	c       471            908         907        20                -           0.0000          -
9426.36/475.99	c       476            908         907        20                -           0.0000          -
9525.53/481.04	c       481            908         907        20                -           0.0000          -
9627.83/486.09	c       486            908         907        20                -           0.0000          -
9726.96/491.14	c       491            908         907        20                -           0.0000          -
9828.34/496.19	c       496            908         907        20                -           0.0000          -
9928.19/501.24	c       501            908         907        20                -           0.0000          -
10027.36/506.29	c       506            908         907        20                -           0.0000          -
10128.51/511.34	c       511            908         907        20                -           0.0000          -
10227.58/516.39	c       516            908         907        20                -           0.0000          -
10328.76/521.44	c       521           1907        1898        20                -           0.0000          -
10427.71/526.49	c       526           1194         144        20                -           0.0000          -
10528.84/531.54	c       532           1194         144        20                -           0.0000          -
10627.96/536.59	c       537           1194         144        20                -           0.0000          -
10728.97/541.60	c       542           1194         144        20                -           0.0000          -
10828.06/546.69	c       547           1194         144        20                -           0.0000          -
10929.13/551.74	c       552           1194         144        20                -           0.0000          -
11028.25/556.79	c       557           1194         144        20                -           0.0000          -
11129.30/561.84	c       562           1194         144        20                -           0.0000          -
11228.40/566.89	c       567           1194         144        20                -           0.0000          -
11329.36/571.93	c       572           1125        1122        20                -           0.0000          -
11427.96/576.99	c       577           1125        1122        20                -           0.0000          -
11527.04/582.04	c       582            339         338        20                -           0.0000          -
11625.97/587.05	c       587           1178        1175        20                -           0.0000          -
11728.25/592.14	c       592           1276         224        20                -           0.0000          -
11827.40/597.15	c       597           1218        1215        20                -           0.0000          -
11929.25/602.24	c       602           1218        1215        20                -           0.0000          -
12028.52/607.29	c       607           1281         229        20                -           0.0000          -
12129.54/612.30	c       612           1233        1230        20                -           0.0000          -
12228.64/617.39	c       617           1233        1230        20                -           0.0000          -
12329.72/622.44	c       622           1233        1230        20                -           0.0000          -
12428.77/627.49	c       628           1233        1230        20                -           0.0000          -
12529.84/632.54	c       633           2727        2718        20                -           0.0000          -
12628.82/637.59	c       638           2727        2718        20                -           0.0000          -
12729.88/642.64	c       643           2727        2718        20                -           0.0000          -
12828.98/647.68	c       648           1632         576        20                -           0.0000          -
12930.01/652.74	c       653           1463        1460        20                -           0.0000          -
13029.01/657.79	c       658           1463        1460        20                -           0.0000          -
13130.00/662.84	c       663           2792        2783        20                -           0.0000          -
13229.14/667.89	c       668           2792        2783        20                -           0.0000          -
13330.18/672.94	c       673           1807         751        20                -           0.0000          -
13429.32/677.99	c       678        1526583           0        20                -           0.0000          -
13528.40/683.02	c       683           2801        2792        20                -           0.0000          -
13630.50/688.09	c       688           1954         896        20                -           0.0000          -
13729.73/693.14	c       693           1565        1562        20                -           0.0000          -
13830.24/698.19	c       698           1565        1562        20                -           0.0000          -
13930.76/703.24	c       703           1565        1562        20                -           0.0000          -
14029.73/708.29	c       708           2912        2903        20                -           0.0000          -
14130.73/713.32	c       713           2912        2903        20                -           0.0000          -
14229.84/718.39	c       718           2912        2903        20                -           0.0000          -
14264.71/720.07	c Warning: Ramp-Up Phase Process is switched to 1. CollectOnce, MergeNodesAtRestart and RacingStatBranching are switched to FALSE.
14264.71/720.07	c You should check the following parameter values: StopRacingNumberOfNodesLeft, StopRacingNumberOfNodesLeftMultiplier, ProhibitCollectOnceMultiplier
14264.71/720.07	Racing ramp-up finished after 720.0700 seconds. Selected strategy 17.
14292.96/726.97	c       727              0        2903         1                -           0.0000          -           0.0000          -
14335.70/748.40	c       748           2924        2915         1                -           0.0000          -           0.0000          -
14776.26/770.94	c       771           2953        2920        19                -           0.0000          -           0.0000          -
14875.49/776.01	c       776          21509        3823        19                -           0.0000          -           0.0000          -
14979.66/781.17	c       781         128589        4901        19                -           0.0000          -           0.0000          -
15079.57/786.22	c       786         236574        5575        20                -           0.0000          -           0.0000          -
15178.77/791.27	c       791         319360        5639        20                -           0.0000          -           0.0000          -
15279.87/796.32	c       796         408836        5729        20                -           0.0000          -           0.0000          -
15379.06/801.37	c       801         499012        5747        20                -           0.0000          -           0.0000          -
15480.03/806.42	c       806         588533        5758        20                -           0.0000          -           0.0000          -
15579.25/811.47	c       811         676395        5819        20                -           0.0000          -           0.0000          -
15680.41/816.52	c       817         808488        5895        20                -           0.0000          -           0.0000          -
15779.61/821.55	c       822         898262        5930        20                -           0.0000          -           0.0000          -
15880.75/826.62	c       827         991942        6009        20                -           0.0000          -           0.0000          -
15979.93/831.68	c       832        1080882        6080        20                -           0.0000          -           0.0000          -
16081.06/836.72	c       837        1169296        6109        20                -           0.0000          -           0.0000          -
16180.19/841.75	c       842        1249080        6219        20                -           0.0000          -           0.0000          -
16281.32/846.82	c       847        1333772        6262        20                -           0.0000          -           0.0000          -
16380.47/851.87	c       852        1413390        6375        20                -           0.0000          -           0.0000          -
16481.42/856.92	c       857        1504532        6554        20                -           0.0000          -           0.0000          -
16580.60/861.97	c       862        1615892        6609        20                -           0.0000          -           0.0000          -
16679.66/867.03	c       867        1702700        6739        20                -           0.0000          -           0.0000          -
16781.80/872.08	c       872        1787715        6869        20                -           0.0000          -           0.0000          -
16881.05/877.13	c       877        1870491        6982        20                -           0.0000          -           0.0000          -
16982.31/882.18	c       882        1955305        7139        20                -           0.0000          -           0.0000          -
17082.34/887.21	c       887        2032781        7205        20                -           0.0000          -           0.0000          -
17181.38/892.28	c       892        2113066        7343        20                -           0.0000          -           0.0000          -
17282.56/897.33	c       897        2191658        7476        20                -           0.0000          -           0.0000          -
17381.75/902.38	c       902        2294014        7516        20                -           0.0000          -           0.0000          -
17482.94/907.43	c       907        2371802        7704        20                -           0.0000          -           0.0000          -
17582.15/912.48	c       912        2460458        7808        20                -           0.0000          -           0.0000          -
17683.28/917.53	c       918        2542604        7944        20                -           0.0000          -           0.0000          -
17782.49/922.58	c       923        2622995        8132        20                -           0.0000          -           0.0000          -
17881.64/927.59	c       928        2711459        8250        20                -           0.0000          -           0.0000          -
17982.78/932.68	c       933        2811411        8440        20                -           0.0000          -           0.0000          -
18083.95/937.73	c       938        2900590        8598        20                -           0.0000          -           0.0000          -
18183.14/942.78	c       943        2984429        8798        20                -           0.0000          -           0.0000          -
18284.30/947.83	c       948        3071351        8971        20                -           0.0000          -           0.0000          -
18383.48/952.88	c       953        3161136        9085        20                -           0.0000          -           0.0000          -
18484.63/957.93	c       958        3253722        9307        20                -           0.0000          -           0.0000          -
18583.80/962.98	c       963        3343525        9410        20                -           0.0000          -           0.0000          -
18683.04/968.01	c       968        3430925        9482        20                -           0.0000          -           0.0000          -
18785.37/973.08	c       973        3522977        9579        20                -           0.0000          -           0.0000          -
18884.67/978.13	c       978        3614746        9667        20                -           0.0000          -           0.0000          -
18985.79/983.18	c       983        3705815        9777        20                -           0.0000          -           0.0000          -
19085.82/988.23	c       988        3795829        9976        20                -           0.0000          -           0.0000          -
19185.00/993.28	c       993        3881825       10161        20                -           0.0000          -           0.0000          -
19286.18/998.33	c       998        3989273       10324        20                -           0.0000          -           0.0000          -
19385.32/1003.38	c      1003        4097802       10448        20                -           0.0000          -           0.0000          -
19486.48/1008.43	c      1008        4214260       10537        20                -           0.0000          -           0.0000          -
19585.68/1013.48	c      1013        4336497       10694        20                -           0.0000          -           0.0000          -
19686.87/1018.53	c      1019        4437562       10922        20                -           0.0000          -           0.0000          -
19785.97/1023.58	c      1024        4546262       11136        20                -           0.0000          -           0.0000          -
19887.11/1028.63	c      1029        4669974       11487        20                -           0.0000          -           0.0000          -
19986.28/1033.68	c      1034        4772727       11763        20                -           0.0000          -           0.0000          -
20087.45/1038.73	c      1039        4873817       12012        20                -           0.0000          -           0.0000          -
20186.63/1043.74	c      1044        4973281       12260        20                -           0.0000          -           0.0000          -
20287.83/1048.82	c      1049        5070198       12537        20                -           0.0000          -           0.0000          -
20386.94/1053.88	c      1054        5154838       12750        20                -           0.0000          -           0.0000          -
20488.14/1058.93	c      1059        5237982       13100        20                -           0.0000          -           0.0000          -
20587.33/1063.98	c      1064        5329916       13299        20                -           0.0000          -           0.0000          -
20686.46/1069.03	c      1069        5421554       13464        20                -           0.0000          -           0.0000          -
20788.72/1074.08	c      1074        5511760       13675        20                -           0.0000          -           0.0000          -
20887.84/1079.13	c      1079        5594789       13868        20                -           0.0000          -           0.0000          -
20989.08/1084.18	c      1084        5676604       14088        20                -           0.0000          -           0.0000          -
21089.11/1089.23	c      1089        5762645       14472        20                -           0.0000          -           0.0000          -
21188.30/1094.28	c      1094        5845122       14562        20                -           0.0000          -           0.0000          -
21289.42/1099.33	c      1099        5932290       14686        20                -           0.0000          -           0.0000          -
21388.58/1104.38	c      1104        6022595       14798        20                -           0.0000          -           0.0000          -
21489.68/1109.41	c      1109        6108765       15047        20                -           0.0000          -           0.0000          -
21588.85/1114.48	c      1114        6189403       15447        20                -           0.0000          -           0.0000          -
21689.86/1119.53	c      1120        6271732       15510        20                -           0.0000          -           0.0000          -
21789.03/1124.58	c      1125        6355004       15667        20                -           0.0000          -           0.0000          -
21890.23/1129.63	c      1130        6442419       15970        20                -           0.0000          -           0.0000          -
21989.35/1134.68	c      1135        6523171       16186        20                -           0.0000          -           0.0000          -
22090.53/1139.73	c      1140        6604146       16538        20                -           0.0000          -           0.0000          -
22189.72/1144.78	c      1145        6686474       17014        20                -           0.0000          -           0.0000          -
22290.83/1149.83	c      1150        6763235       17477        20                -           0.0000          -           0.0000          -
22390.01/1154.88	c      1155        6845410       17971        20                -           0.0000          -           0.0000          -
22491.09/1159.93	c      1160        6943716       18343        20                -           0.0000          -           0.0000          -
22590.24/1164.98	c      1165        7034091       18595        20                -           0.0000          -           0.0000          -
22689.43/1170.03	c      1170        7140155       18954        20                -           0.0000          -           0.0000          -
22791.24/1175.05	c      1175        7239585       19350        20                -           0.0000          -           0.0000          -
22890.68/1180.13	c      1180        7342428       19679        20                -           0.0000          -           0.0000          -
22992.08/1185.18	c      1185        7430092       20031        20                -           0.0000          -           0.0000          -
23092.07/1190.23	c      1190        7530976       20247        20                -           0.0000          -           0.0000          -
23191.26/1195.28	c      1195        7628013       20448        20                -           0.0000          -           0.0000          -
23292.41/1200.33	c      1200        7724932       20622        20                -           0.0000          -           0.0000          -
23391.58/1205.38	c      1205        7807553       20855        20                -           0.0000          -           0.0000          -
23492.73/1210.43	c      1210        7918146       20999        20                -           0.0000          -           0.0000          -
23591.90/1215.47	c      1215        7998848       21121        20                -           0.0000          -           0.0000          -
23693.08/1220.53	c      1221        8089139       21291        20                -           0.0000          -           0.0000          -
23792.25/1225.58	c      1226        8179633       21466        20                -           0.0000          -           0.0000          -
23891.27/1230.59	c      1231        8257311       21650        20                -           0.0000          -           0.0000          -
23992.38/1235.68	c      1236        8345180       21801        20                -           0.0000          -           0.0000          -
24093.48/1240.73	c      1241        8441154       22351        20                -           0.0000          -           0.0000          -
24192.50/1245.78	c      1246        8531600       22678        20                -           0.0000          -           0.0000          -
24293.55/1250.83	c      1251        8617214       22989        20                -           0.0000          -           0.0000          -
24392.67/1255.88	c      1256        8698626       23248        20                -           0.0000          -           0.0000          -
24493.84/1260.93	c      1261        8812740       23480        20                -           0.0000          -           0.0000          -
24593.02/1265.98	c      1266        8905752       23720        20                -           0.0000          -           0.0000          -
24692.18/1271.03	c      1271        9006330       23869        20                -           0.0000          -           0.0000          -
24794.15/1276.08	c      1276        9139919       24004        20                -           0.0000          -           0.0000          -
24893.59/1281.13	c      1281        9278774       24153        20                -           0.0000          -           0.0000          -
24994.76/1286.18	c      1286        9417476       24444        20                -           0.0000          -           0.0000          -
25094.71/1291.23	c      1291        9552409       24742        20                -           0.0000          -           0.0000          -
25193.81/1296.28	c      1296        9681022       25176        20                -           0.0000          -           0.0000          -
25294.95/1301.33	c      1301        9778249       25517        20                -           0.0000          -           0.0000          -
25394.13/1306.38	c      1306        9879294       25829        20                -           0.0000          -           0.0000          -
25495.29/1311.41	c      1311        9970004       26129        20                -           0.0000          -           0.0000          -
25594.46/1316.48	c      1316       10076084       26323        20                -           0.0000          -           0.0000          -
25695.60/1321.53	c      1322       10184588       26545        20                -           0.0000          -           0.0000          -
25794.72/1326.58	c      1327       10290008       26703        20                -           0.0000          -           0.0000          -
25895.81/1331.61	c      1332       10387014       26995        20                -           0.0000          -           0.0000          -
25994.95/1336.68	c      1337       10472944       27085        20                -           0.0000          -           0.0000          -
26096.03/1341.73	c      1342       10562335       27251        20                -           0.0000          -           0.0000          -
26195.21/1346.78	c      1347       10645119       27430        20                -           0.0000          -           0.0000          -
26296.35/1351.83	c      1352       10732204       27670        20                -           0.0000          -           0.0000          -
26395.43/1356.88	c      1357       10832743       28008        20                -           0.0000          -           0.0000          -
26496.60/1361.93	c      1362       10930684       28072        20                -           0.0000          -           0.0000          -
26595.79/1366.98	c      1367       11037288       28187        20                -           0.0000          -           0.0000          -
26694.97/1372.03	c      1372       11133546       28279        20                -           0.0000          -           0.0000          -
26797.01/1377.08	c      1377       11233626       28414        20                -           0.0000          -           0.0000          -
26895.83/1382.09	c      1382       11325725       28610        20                -           0.0000          -           0.0000          -
26997.67/1387.18	c      1387       11413113       28764        20                -           0.0000          -           0.0000          -
27097.54/1392.23	c      1392       11494350       28962        20                -           0.0000          -           0.0000          -
27196.73/1397.28	c      1397       11577155       29106        20                -           0.0000          -           0.0000          -
27297.80/1402.33	c      1402       11661841       29271        20                -           0.0000          -           0.0000          -
27396.99/1407.38	c      1407       11755247       29486        20                -           0.0000          -           0.0000          -
27496.03/1412.39	c      1412       11860228       29762        20                -           0.0000          -           0.0000          -
27597.19/1417.43	c      1417       11946655       29949        20                -           0.0000          -           0.0000          -
27698.30/1422.53	c      1423       12029112       30119        20                -           0.0000          -           0.0000          -
27797.45/1427.58	c      1428       12118665       30317        20                -           0.0000          -           0.0000          -
27898.62/1432.63	c      1433       12205412       30556        20                -           0.0000          -           0.0000          -
27997.70/1437.68	c      1438       12290353       30761        20                -           0.0000          -           0.0000          -
28098.87/1442.72	c      1443       12368572       31004        20                -           0.0000          -           0.0000          -
28198.06/1447.76	c      1448       12447297       31259        20                -           0.0000          -           0.0000          -
28299.19/1452.83	c      1453       12535549       31455        20                -           0.0000          -           0.0000          -
28398.36/1457.87	c      1458       12613258       31738        20                -           0.0000          -           0.0000          -
28499.51/1462.93	c      1463       12696716       32118        20                -           0.0000          -           0.0000          -
28598.70/1467.95	c      1468       12804220       32262        20                -           0.0000          -           0.0000          -
28697.84/1472.99	c      1473       12894412       32583        20                -           0.0000          -           0.0000          -
28800.24/1478.06	c      1478       12971988       32890        20                -           0.0000          -           0.0000          -
28899.32/1483.07	c      1483       13050048       33160        20                -           0.0000          -           0.0000          -
28998.42/1488.12	c      1488       13136547       33412        20                -           0.0000          -           0.0000          -
29099.48/1493.18	c      1493       13213946       33716        20                -           0.0000          -           0.0000          -
29199.45/1498.26	c      1498       13296464       33959        20                -           0.0000          -           0.0000          -
29300.49/1503.33	c      1503       13378661       34164        20                -           0.0000          -           0.0000          -
29399.64/1508.35	c      1508       13466370       34419        20                -           0.0000          -           0.0000          -
29500.75/1513.43	c      1513       13571291       34758        20                -           0.0000          -           0.0000          -
29599.88/1518.48	c      1518       13683654       35216        20                -           0.0000          -           0.0000          -
29700.91/1523.53	c      1524       13765129       35618        20                -           0.0000          -           0.0000          -
29800.07/1528.54	c      1529       13845330       35815        20                -           0.0000          -           0.0000          -
29899.15/1533.58	c      1534       13930899       36072        20                -           0.0000          -           0.0000          -
30000.25/1538.68	c      1539       14025049       36322        20                -           0.0000          -           0.0000          -
30101.40/1543.72	c      1544       14109311       36604        20                -           0.0000          -           0.0000          -
30200.52/1548.78	c      1549       14191808       36951        20                -           0.0000          -           0.0000          -
30301.65/1553.83	c      1554       14275198       37383        20                -           0.0000          -           0.0000          -
30400.81/1558.88	c      1559       14367735       37905        20                -           0.0000          -           0.0000          -
30501.90/1563.93	c      1564       14454450       38397        20                -           0.0000          -           0.0000          -
30601.00/1568.98	c      1569       14530852       38765        20                -           0.0000          -           0.0000          -
30700.16/1574.03	c      1574       14600988       39136        20                -           0.0000          -           0.0000          -
30802.30/1579.08	c      1579       14677661       39416        20                -           0.0000          -           0.0000          -
30901.58/1584.10	c      1584       14755732       39559        20                -           0.0000          -           0.0000          -
31002.80/1589.18	c      1589       14841580       39817        20                -           0.0000          -           0.0000          -
31102.70/1594.23	c      1594       14933725       39994        20                -           0.0000          -           0.0000          -
31201.97/1599.24	c      1599       15005839       40146        20                -           0.0000          -           0.0000          -
31301.01/1604.26	c      1604       15102082       40445        20                -           0.0000          -           0.0000          -
31400.17/1609.27	c      1609       15183585       40631        20                -           0.0000          -           0.0000          -
31501.34/1614.36	c      1614       15263182       40733        20                -           0.0000          -           0.0000          -
31602.51/1619.48	c      1619       15348168       41037        20                -           0.0000          -           0.0000          -
31703.58/1624.53	c      1625       15419626       41483        20                -           0.0000          -           0.0000          -
31802.74/1629.57	c      1630       15496340       41761        20                -           0.0000          -           0.0000          -
31903.83/1634.63	c      1635       15577180       42189        20                -           0.0000          -           0.0000          -
32003.00/1639.68	c      1640       15651748       42479        20                -           0.0000          -           0.0000          -
32104.14/1644.73	c      1645       15734231       42782        20                -           0.0000          -           0.0000          -
32203.34/1649.78	c      1650       15817744       42933        20                -           0.0000          -           0.0000          -
32304.49/1654.83	c      1655       15898512       43097        20                -           0.0000          -           0.0000          -
32403.66/1659.88	c      1660       15983730       43330        20                -           0.0000          -           0.0000          -
32504.80/1664.93	c      1665       16064025       43578        20                -           0.0000          -           0.0000          -
32603.97/1669.98	c      1670       16137232       43873        20                -           0.0000          -           0.0000          -
32703.11/1675.03	c      1675       16215717       44492        20                -           0.0000          -           0.0000          -
32805.44/1680.08	c      1680       16318355       44775        20                -           0.0000          -           0.0000          -
32904.50/1685.11	c      1685       16427774       45030        20                -           0.0000          -           0.0000          -
33005.66/1690.18	c      1690       16560414       45211        20                -           0.0000          -           0.0000          -
33105.76/1695.23	c      1695       16687050       45505        20                -           0.0000          -           0.0000          -
33204.80/1700.28	c      1700       16769603       45800        20                -           0.0000          -           0.0000          -
33305.94/1705.33	c      1705       16851697       46049        20                -           0.0000          -           0.0000          -
33405.09/1710.38	c      1710       16926530       46307        20                -           0.0000          -           0.0000          -
33506.20/1715.43	c      1715       17006347       46499        20                -           0.0000          -           0.0000          -
33605.38/1720.48	c      1720       17090245       46566        20                -           0.0000          -           0.0000          -
33706.52/1725.53	c      1726       17174042       46672        20                -           0.0000          -           0.0000          -
33805.69/1730.58	c      1731       17269367       46761        20                -           0.0000          -           0.0000          -
33906.83/1735.63	c      1736       17346956       47010        20                -           0.0000          -           0.0000          -
34006.02/1740.68	c      1741       17431780       47055        20                -           0.0000          -           0.0000          -
34107.16/1745.73	c      1746       17518715       47342        20                -           0.0000          -           0.0000          -
34206.26/1750.78	c      1751       17597823       47628        20                -           0.0000          -           0.0000          -
34307.34/1755.81	c      1756       17675904       47914        20                -           0.0000          -           0.0000          -
34406.50/1760.88	c      1761       17756892       48298        20                -           0.0000          -           0.0000          -
34507.71/1765.93	c      1766       17843473       48449        20                -           0.0000          -           0.0000          -
34606.88/1770.98	c      1771       17946112       48590        20                -           0.0000          -           0.0000          -
34706.07/1776.03	c      1776       18026800       48773        20                -           0.0000          -           0.0000          -
34808.35/1781.08	c      1781       18130066       49041        20                -           0.0000          -           0.0000          -
34907.33/1786.13	c      1786       18276006       49336        20                -           0.0000          -           0.0000          -
35008.70/1791.17	c      1791       18376976       49550        20                -           0.0000          -           0.0000          -
35108.67/1796.23	c      1796       18469445       49692        20                -           0.0000          -           0.0000          -
35207.80/1801.28	c      1801       18559549       49870        20                -           0.0000          -           0.0000          -
35308.94/1806.31	c      1806       18636408       50120        20                -           0.0000          -           0.0000          -
35408.05/1811.38	c      1811       18715724       50405        20                -           0.0000          -           0.0000          -
35509.09/1816.43	c      1816       18802392       50623        20                -           0.0000          -           0.0000          -
35608.28/1821.48	c      1821       18882564       50818        20                -           0.0000          -           0.0000          -
35709.37/1826.53	c      1827       18967981       51131        20                -           0.0000          -           0.0000          -
35808.54/1831.58	c      1832       19053606       51265        20                -           0.0000          -           0.0000          -
35909.68/1836.63	c      1837       19142037       51590        20                -           0.0000          -           0.0000          -
36008.89/1841.66	c      1842       19236110       51880        20                -           0.0000          -           0.0000          -
36109.96/1846.73	c      1847       19333927       52066        20                -           0.0000          -           0.0000          -
36209.31/1851.78	c      1852       19427835       52373        20                -           0.0000          -           0.0000          -
36310.23/1856.83	c      1857       19513386       52712        20                -           0.0000          -           0.0000          -
36409.39/1861.88	c      1862       19596738       52861        20                -           0.0000          -           0.0000          -
36508.58/1866.89	c      1867       19711358       52963        20                -           0.0000          -           0.0000          -
36609.67/1871.97	c      1872       19833697       53018        20                -           0.0000          -           0.0000          -
36708.86/1876.99	c      1877       19933370       53090        20                -           0.0000          -           0.0000          -
36808.02/1882.06	c      1882       20013861       53402        20                -           0.0000          -           0.0000          -
36910.24/1887.13	c      1887       20097516       53634        20                -           0.0000          -           0.0000          -
37011.43/1892.18	c      1892       20184774       53718        20                -           0.0000          -           0.0000          -
37111.39/1897.23	c      1897       20271321       53909        20                -           0.0000          -           0.0000          -
37210.57/1902.28	c      1902       20356603       54147        20                -           0.0000          -           0.0000          -
37311.70/1907.33	c      1907       20437390       54278        20                -           0.0000          -           0.0000          -
37410.82/1912.38	c      1912       20522987       54617        20                -           0.0000          -           0.0000          -
37511.96/1917.43	c      1917       20608778       54789        20                -           0.0000          -           0.0000          -
37611.14/1922.48	c      1922       20737017       54957        20                -           0.0000          -           0.0000          -
37712.31/1927.53	c      1928       20858118       55191        20                -           0.0000          -           0.0000          -
37811.44/1932.55	c      1933       20947350       55422        20                -           0.0000          -           0.0000          -
37910.57/1937.57	c      1938       21024335       55962        20                -           0.0000          -           0.0000          -
38009.72/1942.59	c      1943       21123771       56190        20                -           0.0000          -           0.0000          -
38108.85/1947.60	c      1948       21212901       56523        20                -           0.0000          -           0.0000          -
38211.84/1952.78	c      1953       21304328       57111        20                -           0.0000          -           0.0000          -
38312.99/1957.83	c      1958       21385911       57273        20                -           0.0000          -           0.0000          -
38412.14/1962.88	c      1963       21463147       57365        20                -           0.0000          -           0.0000          -
38513.31/1967.93	c      1968       21545201       57490        20                -           0.0000          -           0.0000          -
38612.49/1972.98	c      1973       21629871       57755        20                -           0.0000          -           0.0000          -
38711.67/1978.03	c      1978       21709564       57904        20                -           0.0000          -           0.0000          -
38813.75/1983.08	c      1983       21786127       58163        20                -           0.0000          -           0.0000          -
38913.12/1988.13	c      1988       21879600       58259        20                -           0.0000          -           0.0000          -
39013.89/1993.15	c      1993       21963435       58518        20                -           0.0000          -           0.0000          -
39113.38/1998.17	c      1998       22054060       58821        20                -           0.0000          -           0.0000          -
39212.45/2003.18	c      2003       22135200       58990        20                -           0.0000          -           0.0000          -
39314.28/2008.31	c      2008       22217291       59143        20                -           0.0000          -           0.0000          -
39413.32/2013.34	c      2013       22302803       59232        20                -           0.0000          -           0.0000          -
39514.50/2018.43	c      2018       22415433       59276        20                -           0.0000          -           0.0000          -
39613.54/2023.48	c      2023       22517160       59467        20                -           0.0000          -           0.0000          -
39714.72/2028.51	c      2029       22612392       59748        20                -           0.0000          -           0.0000          -
39813.86/2033.53	c      2034       22702900       59878        20                -           0.0000          -           0.0000          -
39915.01/2038.63	c      2039       22795719       60253        20                -           0.0000          -           0.0000          -
40014.14/2043.64	c      2044       22872331       60327        20                -           0.0000          -           0.0000          -
40115.30/2048.73	c      2049       22963633       60615        20                -           0.0000          -           0.0000          -
40214.37/2053.78	c      2054       23048425       60835        20                -           0.0000          -           0.0000          -
40315.51/2058.83	c      2059       23127563       61076        20                -           0.0000          -           0.0000          -
40414.66/2063.88	c      2064       23216491       61392        20                -           0.0000          -           0.0000          -
40515.82/2068.93	c      2069       23300549       61548        20                -           0.0000          -           0.0000          -
40614.95/2073.97	c      2074       23377668       61985        20                -           0.0000          -           0.0000          -
40713.98/2078.99	c      2079       23463011       62228        20                -           0.0000          -           0.0000          -
40815.94/2084.08	c      2084       23553098       62498        20                -           0.0000          -           0.0000          -
40915.47/2089.13	c      2089       23637660       62584        20                -           0.0000          -           0.0000          -
41016.54/2094.18	c      2094       23718877       62812        20                -           0.0000          -           0.0000          -
41116.57/2099.23	c      2099       23799267       62870        20                -           0.0000          -           0.0000          -
41215.68/2104.28	c      2104       23876200       63051        20                -           0.0000          -           0.0000          -
41316.84/2109.33	c      2109       23959860       63248        20                -           0.0000          -           0.0000          -
41415.98/2114.37	c      2114       24037060       63524        20                -           0.0000          -           0.0000          -
41517.16/2119.43	c      2119       24118404       63834        20                -           0.0000          -           0.0000          -
41616.33/2124.47	c      2124       24198629       64029        20                -           0.0000          -           0.0000          -
41717.49/2129.53	c      2130       24279308       64152        20                -           0.0000          -           0.0000          -
41816.61/2134.58	c      2135       24353788       64430        20                -           0.0000          -           0.0000          -
41917.79/2139.63	c      2140       24430478       64536        20                -           0.0000          -           0.0000          -
42016.95/2144.67	c      2145       24515645       64624        20                -           0.0000          -           0.0000          -
42116.14/2149.70	c      2150       24604586       64617        20                -           0.0000          -           0.0000          -
42217.25/2154.78	c      2155       24696569       64701        20                -           0.0000          -           0.0000          -
42318.46/2159.83	c      2160       24787314       64712        20                -           0.0000          -           0.0000          -
42417.57/2164.88	c      2165       24876097       64907        20                -           0.0000          -           0.0000          -
42518.74/2169.93	c      2170       24958959       65042        20                -           0.0000          -           0.0000          -
42617.89/2174.98	c      2175       25040079       65248        20                -           0.0000          -           0.0000          -
42717.07/2180.03	c      2180       25128348       65422        20                -           0.0000          -           0.0000          -
42819.30/2185.08	c      2185       25213456       65397        20                -           0.0000          -           0.0000          -
42918.68/2190.13	c      2190       25288165       65509        20                -           0.0000          -           0.0000          -
43019.37/2195.18	c      2195       25366593       65658        20                -           0.0000          -           0.0000          -
43119.64/2200.23	c      2200       25443280       65858        20                -           0.0000          -           0.0000          -
43218.79/2205.26	c      2205       25528708       65988        20                -           0.0000          -           0.0000          -
43319.89/2210.33	c      2210       25615497       66244        20                -           0.0000          -           0.0000          -
43419.00/2215.38	c      2215       25689121       66523        20                -           0.0000          -           0.0000          -
43520.15/2220.43	c      2220       25767929       66722        20                -           0.0000          -           0.0000          -
43619.26/2225.47	c      2225       25846976       66891        20                -           0.0000          -           0.0000          -
43720.41/2230.53	c      2231       25928408       67163        20                -           0.0000          -           0.0000          -
43819.55/2235.58	c      2236       26021072       67268        20                -           0.0000          -           0.0000          -
43920.69/2240.63	c      2241       26108443       67653        20                -           0.0000          -           0.0000          -
44019.78/2245.66	c      2246       26198632       67798        20                -           0.0000          -           0.0000          -
44120.92/2250.71	c      2251       26282155       68035        20                -           0.0000          -           0.0000          -
44220.05/2255.77	c      2256       26374315       68388        20                -           0.0000          -           0.0000          -
44321.01/2260.83	c      2261       26457384       68653        20                -           0.0000          -           0.0000          -
44420.11/2265.88	c      2266       26539930       68951        20                -           0.0000          -           0.0000          -
44521.27/2270.93	c      2271       26617323       69146        20                -           0.0000          -           0.0000          -
44620.45/2275.98	c      2276       26700197       69274        20                -           0.0000          -           0.0000          -
44719.61/2281.03	c      2281       26791058       69410        20                -           0.0000          -           0.0000          -
44821.83/2286.08	c      2286       26897386       69712        20                -           0.0000          -           0.0000          -
44920.78/2291.13	c      2291       27004518       70149        20                -           0.0000          -           0.0000          -
45022.31/2296.18	c      2296       27095775       70360        20                -           0.0000          -           0.0000          -
45122.08/2301.23	c      2301       27193749       70497        20                -           0.0000          -           0.0000          -
45221.24/2306.28	c      2306       27288821       70769        20                -           0.0000          -           0.0000          -
45322.32/2311.33	c      2311       27382260       70976        20                -           0.0000          -           0.0000          -
45421.48/2316.38	c      2316       27468750       71297        20                -           0.0000          -           0.0000          -
45522.61/2321.43	c      2321       27548025       71428        20                -           0.0000          -           0.0000          -
45621.76/2326.48	c      2326       27629883       71655        20                -           0.0000          -           0.0000          -
45722.70/2331.50	c      2332       27722604       71848        20                -           0.0000          -           0.0000          -
45821.78/2336.58	c      2337       27812597       71985        20                -           0.0000          -           0.0000          -
45922.93/2341.63	c      2342       27910195       72157        20                -           0.0000          -           0.0000          -
46022.05/2346.67	c      2347       27999793       72500        20                -           0.0000          -           0.0000          -
46121.17/2351.70	c      2352       28095129       72671        20                -           0.0000          -           0.0000          -
46222.21/2356.78	c      2357       28213319       72841        20                -           0.0000          -           0.0000          -
46323.35/2361.80	c      2362       28333094       72984        20                -           0.0000          -           0.0000          -
46422.51/2366.86	c      2367       28514636       73144        20                -           0.0000          -           0.0000          -
46523.48/2371.93	c      2372       28679363       73327        20                -           0.0000          -           0.0000          -
46622.34/2376.96	c      2377       28774368       73558        20                -           0.0000          -           0.0000          -
46721.50/2381.97	c      2382       28879441       73716        20                -           0.0000          -           0.0000          -
46820.64/2387.04	c      2387       28991275       73856        20                -           0.0000          -           0.0000          -
46922.88/2392.13	c      2392       29108549       74011        20                -           0.0000          -           0.0000          -
47023.97/2397.18	c      2397       29205892       74095        20                -           0.0000          -           0.0000          -
47123.95/2402.23	c      2402       29310316       74281        20                -           0.0000          -           0.0000          -
47223.23/2407.28	c      2407       29413066       74402        20                -           0.0000          -           0.0000          -
47324.43/2412.33	c      2412       29516957       74536        20                -           0.0000          -           0.0000          -
47423.34/2417.38	c      2417       29624950       74559        20                -           0.0000          -           0.0000          -
47524.39/2422.43	c      2422       29741320       74700        20                -           0.0000          -           0.0000          -
47623.52/2427.44	c      2427       29839162       74812        20                -           0.0000          -           0.0000          -
47724.64/2432.53	c      2433       29944837       75077        20                -           0.0000          -           0.0000          -
47823.78/2437.58	c      2438       30038762       75359        20                -           0.0000          -           0.0000          -
47924.88/2442.61	c      2443       30125149       75703        20                -           0.0000          -           0.0000          -
48024.02/2447.68	c      2448       30231922       75836        20                -           0.0000          -           0.0000          -
48125.12/2452.73	c      2453       30340637       75968        20                -           0.0000          -           0.0000          -
48224.24/2457.75	c      2458       30441937       76118        20                -           0.0000          -           0.0000          -
48325.08/2462.83	c      2463       30548003       76262        20                -           0.0000          -           0.0000          -
48424.20/2467.88	c      2468       30661589       76399        20                -           0.0000          -           0.0000          -
48525.33/2472.92	c      2473       30770458       76562        20                -           0.0000          -           0.0000          -
48624.49/2477.98	c      2478       30868734       76779        20                -           0.0000          -           0.0000          -
48723.53/2483.02	c      2483       30953672       76889        20                -           0.0000          -           0.0000          -
48825.62/2488.08	c      2488       31073257       76959        20                -           0.0000          -           0.0000          -
48924.79/2493.13	c      2493       31190698       77130        20                -           0.0000          -           0.0000          -
49026.08/2498.18	c      2498       31297274       77232        20                -           0.0000          -           0.0000          -
49125.91/2503.23	c      2503       31409459       77428        20                -           0.0000          -           0.0000          -
49225.05/2508.27	c      2508       31496324       77619        20                -           0.0000          -           0.0000          -
49326.12/2513.33	c      2513       31586013       77766        20                -           0.0000          -           0.0000          -
49425.23/2518.38	c      2518       31675729       77878        20                -           0.0000          -           0.0000          -
49526.26/2523.43	c      2523       31761199       77972        20                -           0.0000          -           0.0000          -
49625.40/2528.48	c      2528       31842682       78282        20                -           0.0000          -           0.0000          -
49726.53/2533.53	c      2534       31938420       78450        20                -           0.0000          -           0.0000          -
49825.69/2538.58	c      2539       32082125       78626        20                -           0.0000          -           0.0000          -
49926.84/2543.63	c      2544       32180547       78734        20                -           0.0000          -           0.0000          -
50026.02/2548.64	c      2549       32261688       78913        20                -           0.0000          -           0.0000          -
50125.14/2553.65	c      2554       32354393       79127        20                -           0.0000          -           0.0000          -
50226.29/2558.72	c      2559       32433543       79244        20                -           0.0000          -           0.0000          -
50325.40/2563.79	c      2564       32522113       79483        20                -           0.0000          -           0.0000          -
50426.48/2568.87	c      2569       32616743       79676        20                -           0.0000          -           0.0000          -
50527.43/2573.93	c      2574       32717653       79952        20                -           0.0000          -           0.0000          -
50626.44/2578.98	c      2579       32806257       80064        20                -           0.0000          -           0.0000          -
50725.55/2584.04	c      2584       32897191       80227        20                -           0.0000          -           0.0000          -
50827.67/2589.05	c      2589       33007427       80581        20                -           0.0000          -           0.0000          -
50927.01/2594.06	c      2594       33116896       80815        20                -           0.0000          -           0.0000          -
51026.21/2599.11	c      2599       33214266       81004        20                -           0.0000          -           0.0000          -
51128.08/2604.22	c      2604       33319397       81162        20                -           0.0000          -           0.0000          -
51227.23/2609.28	c      2609       33433188       81221        20                -           0.0000          -           0.0000          -
51328.36/2614.31	c      2614       33534716       81244        20                -           0.0000          -           0.0000          -
51427.48/2619.37	c      2619       33630796       81370        20                -           0.0000          -           0.0000          -
51528.58/2624.42	c      2624       33723062       81568        20                -           0.0000          -           0.0000          -
51627.75/2629.48	c      2629       33821193       81623        20                -           0.0000          -           0.0000          -
51728.82/2634.53	c      2635       33910074       81808        20                -           0.0000          -           0.0000          -
51827.98/2639.54	c      2640       33987854       81848        20                -           0.0000          -           0.0000          -
51928.98/2644.63	c      2645       34074166       81933        20                -           0.0000          -           0.0000          -
52028.06/2649.69	c      2650       34171751       81961        20                -           0.0000          -           0.0000          -
52129.16/2654.73	c      2655       34262118       82063        20                -           0.0000          -           0.0000          -
52228.25/2659.75	c      2660       34346777       82111        20                -           0.0000          -           0.0000          -
52327.40/2664.79	c      2665       34435389       82142        20                -           0.0000          -           0.0000          -
52428.52/2669.87	c      2670       34523292       82283        20                -           0.0000          -           0.0000          -
52529.53/2674.93	c      2675       34622196       82480        20                -           0.0000          -           0.0000          -
52628.58/2679.98	c      2680       34717787       82605        20                -           0.0000          -           0.0000          -
52727.69/2685.03	c      2685       34806529       82729        20                -           0.0000          -           0.0000          -
52829.78/2690.08	c      2690       34925135       82818        20                -           0.0000          -           0.0000          -
52929.02/2695.13	c      2695       35031505       83033        20                -           0.0000          -           0.0000          -
53030.17/2700.18	c      2700       35148660       83129        20                -           0.0000          -           0.0000          -
53130.01/2705.23	c      2705       35263783       83374        20                -           0.0000          -           0.0000          -
53229.08/2710.28	c      2710       35376802       83657        20                -           0.0000          -           0.0000          -
53330.19/2715.33	c      2715       35490925       83839        20                -           0.0000          -           0.0000          -
53429.34/2720.35	c      2720       35601882       84057        20                -           0.0000          -           0.0000          -
53530.37/2725.43	c      2725       35709634       84333        20                -           0.0000          -           0.0000          -
53629.50/2730.48	c      2730       35826063       84564        20                -           0.0000          -           0.0000          -
53728.71/2735.50	c      2736       35909549       84630        20                -           0.0000          -           0.0000          -
53829.81/2740.58	c      2741       35994665       84700        20                -           0.0000          -           0.0000          -
53930.87/2745.63	c      2746       36077850       84930        20                -           0.0000          -           0.0000          -
54030.04/2750.68	c      2751       36154136       85211        20                -           0.0000          -           0.0000          -
54131.06/2755.73	c      2756       36239132       85244        20                -           0.0000          -           0.0000          -
54230.24/2760.78	c      2761       36334303       85337        20                -           0.0000          -           0.0000          -
54331.32/2765.83	c      2766       36417508       85612        20                -           0.0000          -           0.0000          -
54430.36/2770.88	c      2771       36496833       85732        20                -           0.0000          -           0.0000          -
54531.39/2775.93	c      2776       36580432       85952        20                -           0.0000          -           0.0000          -
54630.56/2780.98	c      2781       36664996       86167        20                -           0.0000          -           0.0000          -
54729.72/2786.03	c      2786       36760713       86400        20                -           0.0000          -           0.0000          -
54828.75/2791.06	c      2791       36860493       86495        20                -           0.0000          -           0.0000          -
54930.92/2796.13	c      2796       36949029       86558        20                -           0.0000          -           0.0000          -
55029.98/2801.16	c      2801       37034618       86598        20                -           0.0000          -           0.0000          -
55132.18/2806.23	c      2806       37127187       86637        20                -           0.0000          -           0.0000          -
55231.32/2811.28	c      2811       37226857       86788        20                -           0.0000          -           0.0000          -
55332.44/2816.33	c      2816       37318218       86819        20                -           0.0000          -           0.0000          -
55431.55/2821.38	c      2821       37417925       86927        20                -           0.0000          -           0.0000          -
55532.70/2826.43	c      2826       37522072       87036        20                -           0.0000          -           0.0000          -
55631.87/2831.48	c      2831       37613901       87094        20                -           0.0000          -           0.0000          -
55733.03/2836.51	c      2837       37693957       87213        20                -           0.0000          -           0.0000          -
55832.15/2841.58	c      2842       37774987       87449        20                -           0.0000          -           0.0000          -
55933.26/2846.63	c      2847       37863915       87609        20                -           0.0000          -           0.0000          -
56032.33/2851.68	c      2852       37951046       87770        20                -           0.0000          -           0.0000          -
56133.36/2856.73	c      2857       38048894       87988        20                -           0.0000          -           0.0000          -
56232.57/2861.78	c      2862       38149226       88170        20                -           0.0000          -           0.0000          -
56333.66/2866.83	c      2867       38236377       88374        20                -           0.0000          -           0.0000          -
56432.71/2871.84	c      2872       38329673       88671        20                -           0.0000          -           0.0000          -
56531.74/2876.88	c      2877       38425151       88803        20                -           0.0000          -           0.0000          -
56630.78/2881.90	c      2882       38510983       88815        20                -           0.0000          -           0.0000          -
56731.92/2886.91	c      2887       38600408       89000        20                -           0.0000          -           0.0000          -
56831.04/2891.99	c      2892       38736662       89118        20                -           0.0000          -           0.0000          -
56930.19/2897.05	c      2897       38843189       89408        20                -           0.0000          -           0.0000          -
57032.16/2902.10	c      2902       38960469       89439        20                -           0.0000          -           0.0000          -
57133.45/2907.17	c      2907       39062298       89505        20                -           0.0000          -           0.0000          -
57233.46/2912.20	c      2912       39166393       89676        20                -           0.0000          -           0.0000          -
57332.58/2917.28	c      2917       39270810       89872        20                -           0.0000          -           0.0000          -
57433.59/2922.38	c      2922       39384620       90108        20                -           0.0000          -           0.0000          -
57534.72/2927.43	c      2927       39488316       90283        20                -           0.0000          -           0.0000          -
57633.87/2932.47	c      2932       39586711       90403        20                -           0.0000          -           0.0000          -
57735.00/2937.53	c      2938       39672901       90532        20                -           0.0000          -           0.0000          -
57834.06/2942.58	c      2943       39762346       90614        20                -           0.0000          -           0.0000          -
57935.17/2947.63	c      2948       39862182       90709        20                -           0.0000          -           0.0000          -
58034.25/2952.67	c      2953       39947266       90789        20                -           0.0000          -           0.0000          -
58135.35/2957.73	c      2958       40069062       91046        20                -           0.0000          -           0.0000          -
58234.43/2962.78	c      2963       40180554       91271        20                -           0.0000          -           0.0000          -
58335.49/2967.83	c      2968       40302691       91354        20                -           0.0000          -           0.0000          -
58434.52/2972.88	c      2973       40411922       91399        20                -           0.0000          -           0.0000          -
58535.61/2977.93	c      2978       40530228       91534        20                -           0.0000          -           0.0000          -
58634.58/2982.95	c      2983       40654868       91534        20                -           0.0000          -           0.0000          -
58733.73/2988.02	c      2988       40759003       91740        20                -           0.0000          -           0.0000          -
58832.92/2993.03	c      2993       40864289       91867        20                -           0.0000          -           0.0000          -
58932.19/2998.05	c      2998       40983554       92053        20                -           0.0000          -           0.0000          -
59034.40/3003.16	c      3003       41096010       92110        20                -           0.0000          -           0.0000          -
59136.24/3008.22	c      3008       41208454       92084        20                -           0.0000          -           0.0000          -
59235.38/3013.28	c      3013       41303510       92187        20                -           0.0000          -           0.0000          -
59336.42/3018.33	c      3018       41388255       92376        20                -           0.0000          -           0.0000          -
59435.56/3023.38	c      3023       41467984       92482        20                -           0.0000          -           0.0000          -
59536.70/3028.43	c      3028       41548839       92588        20                -           0.0000          -           0.0000          -
59635.72/3033.49	c      3033       41635525       92683        20                -           0.0000          -           0.0000          -
59736.85/3038.53	c      3039       41718438       92932        20                -           0.0000          -           0.0000          -
59835.94/3043.59	c      3044       41815899       93153        20                -           0.0000          -           0.0000          -
59936.87/3048.63	c      3049       41890145       93300        20                -           0.0000          -           0.0000          -
60035.98/3053.67	c      3054       41962145       93470        20                -           0.0000          -           0.0000          -
60137.13/3058.73	c      3059       42059884       93582        20                -           0.0000          -           0.0000          -
60236.28/3063.78	c      3064       42143118       93610        20                -           0.0000          -           0.0000          -
60337.45/3068.83	c      3069       42226909       93665        20                -           0.0000          -           0.0000          -
60436.58/3073.88	c      3074       42312914       93709        20                -           0.0000          -           0.0000          -
60535.73/3078.89	c      3079       42395637       93801        20                -           0.0000          -           0.0000          -
60636.87/3083.96	c      3084       42501726       93892        20                -           0.0000          -           0.0000          -
60736.04/3088.97	c      3089       42610404       94050        20                -           0.0000          -           0.0000          -
60835.19/3093.99	c      3094       42716612       94219        20                -           0.0000          -           0.0000          -
60934.29/3099.01	c      3099       42802870       94341        20                -           0.0000          -           0.0000          -
61036.24/3104.10	c      3104       42891298       94394        20                -           0.0000          -           0.0000          -
61136.96/3109.17	c      3109       42975434       94588        20                -           0.0000          -           0.0000          -
61236.66/3114.17	c      3114       43058275       94799        20                -           0.0000          -           0.0000          -
61335.85/3119.20	c      3119       43142844       95039        20                -           0.0000          -           0.0000          -
61435.82/3124.21	c      3124       43232494       95097        20                -           0.0000          -           0.0000          -
61536.96/3129.34	c      3129       43357557       95188        20                -           0.0000          -           0.0000          -
61638.06/3134.42	c      3134       43446691       95393        20                -           0.0000          -           0.0000          -
61739.21/3139.53	c      3140       43542197       95404        20                -           0.0000          -           0.0000          -
61838.35/3144.58	c      3145       43634856       95506        20                -           0.0000          -           0.0000          -
61939.43/3149.63	c      3150       43715923       95667        20                -           0.0000          -           0.0000          -
62038.48/3154.66	c      3155       43784883       95758        20                -           0.0000          -           0.0000          -
62137.63/3159.69	c      3160       43873912       95812        20                -           0.0000          -           0.0000          -
62238.76/3164.75	c      3165       43952559       95968        20                -           0.0000          -           0.0000          -
62339.85/3169.83	c      3170       44037989       96120        20                -           0.0000          -           0.0000          -
62439.00/3174.88	c      3175       44118609       96239        20                -           0.0000          -           0.0000          -
62540.15/3179.93	c      3180       44196623       96278        20                -           0.0000          -           0.0000          -
62639.30/3184.96	c      3185       44285530       96362        20                -           0.0000          -           0.0000          -
62738.49/3189.98	c      3190       44363063       96472        20                -           0.0000          -           0.0000          -
62837.61/3195.04	c      3195       44440831       96563        20                -           0.0000          -           0.0000          -
62939.93/3200.13	c      3200       44536284       96709        20                -           0.0000          -           0.0000          -
63041.07/3205.18	c      3205       44626100       96908        20                -           0.0000          -           0.0000          -
63140.77/3210.23	c      3210       44729215       97180        20                -           0.0000          -           0.0000          -
63240.07/3215.28	c      3215       44827899       97225        20                -           0.0000          -           0.0000          -
63340.97/3220.33	c      3220       44923445       97419        20                -           0.0000          -           0.0000          -
63440.15/3225.36	c      3225       45016522       97498        20                -           0.0000          -           0.0000          -
63539.23/3230.37	c      3230       45110269       97538        20                -           0.0000          -           0.0000          -
63640.37/3235.41	c      3235       45203449       97610        20                -           0.0000          -           0.0000          -
63739.57/3240.48	c      3240       45313906       97608        20                -           0.0000          -           0.0000          -
63840.72/3245.55	c      3246       45410517       97774        20                -           0.0000          -           0.0000          -
63941.89/3250.60	c      3251       45506581       97773        20                -           0.0000          -           0.0000          -
64041.05/3255.61	c      3256       45634683       97879        20                -           0.0000          -           0.0000          -
64140.17/3260.64	c      3261       45760433       98095        20                -           0.0000          -           0.0000          -
64241.26/3265.71	c      3266       45890482       98181        20                -           0.0000          -           0.0000          -
64340.41/3270.78	c      3271       45987873       98231        20                -           0.0000          -           0.0000          -
64441.55/3275.82	c      3276       46075263       98203        20                -           0.0000          -           0.0000          -
64540.72/3280.89	c      3281       46169701       98231        20                -           0.0000          -           0.0000          -
64641.75/3285.95	c      3286       46271073       98316        20                -           0.0000          -           0.0000          -
64740.93/3291.00	c      3291       46362203       98433        20                -           0.0000          -           0.0000          -
64839.96/3296.02	c      3296       46458978       98507        20                -           0.0000          -           0.0000          -
64942.35/3301.13	c      3301       46554059       98732        20                -           0.0000          -           0.0000          -
65043.23/3306.18	c      3306       46640752       98829        20                -           0.0000          -           0.0000          -
65143.33/3311.23	c      3311       46736193       98835        20                -           0.0000          -           0.0000          -
65242.33/3316.24	c      3316       46819846       99040        20                -           0.0000          -           0.0000          -
65343.46/3321.30	c      3321       46918262       99084        20                -           0.0000          -           0.0000          -
65442.52/3326.38	c      3326       47015107       99260        20                -           0.0000          -           0.0000          -
65543.55/3331.43	c      3331       47119659       99515        20                -           0.0000          -           0.0000          -
65642.75/3336.48	c      3336       47229478       99654        20                -           0.0000          -           0.0000          -
65743.86/3341.53	c      3342       47332662       99839        20                -           0.0000          -           0.0000          -
65843.06/3346.58	c      3347       47447953       99936        20                -           0.0000          -           0.0000          -
65944.28/3351.63	c      3352       47558308      100114        20                -           0.0000          -           0.0000          -
66043.55/3356.68	c      3357       47662001      100323        20                -           0.0000          -           0.0000          -
66144.69/3361.73	c      3362       47754908      100474        20                -           0.0000          -           0.0000          -
66243.73/3366.75	c      3367       47839715      100584        20                -           0.0000          -           0.0000          -
66344.91/3371.82	c      3372       47942072      100688        20                -           0.0000          -           0.0000          -
66443.98/3376.88	c      3377       48046345      100774        20                -           0.0000          -           0.0000          -
66545.11/3381.93	c      3382       48149091      100850        20                -           0.0000          -           0.0000          -
66644.30/3386.98	c      3387       48245328      100936        20                -           0.0000          -           0.0000          -
66743.48/3392.03	c      3392       48340728      101069        20                -           0.0000          -           0.0000          -
66845.77/3397.08	c      3397       48438704      101172        20                -           0.0000          -           0.0000          -
66944.94/3402.13	c      3402       48533475      101312        20                -           0.0000          -           0.0000          -
67045.91/3407.18	c      3407       48606782      101442        20                -           0.0000          -           0.0000          -
67145.86/3412.23	c      3412       48692649      101546        20                -           0.0000          -           0.0000          -
67245.06/3417.28	c      3417       48772714      101625        20                -           0.0000          -           0.0000          -
67346.09/3422.30	c      3422       48846569      101722        20                -           0.0000          -           0.0000          -
67445.24/3427.37	c      3427       48954155      101854        20                -           0.0000          -           0.0000          -
67546.38/3432.43	c      3432       49043977      101895        20                -           0.0000          -           0.0000          -
67645.54/3437.47	c      3437       49123002      102000        20                -           0.0000          -           0.0000          -
67744.64/3442.49	c      3442       49210642      102152        20                -           0.0000          -           0.0000          -
67845.78/3447.54	c      3448       49297623      102257        20                -           0.0000          -           0.0000          -
67944.84/3452.58	c      3453       49391850      102490        20                -           0.0000          -           0.0000          -
68045.96/3457.65	c      3458       49471709      102613        20                -           0.0000          -           0.0000          -
68147.08/3462.70	c      3463       49552662      102754        20                -           0.0000          -           0.0000          -
68246.07/3467.78	c      3468       49632800      102904        20                -           0.0000          -           0.0000          -
68347.17/3472.81	c      3473       49708764      103100        20                -           0.0000          -           0.0000          -
68446.16/3477.85	c      3478       49799326      103132        20                -           0.0000          -           0.0000          -
68547.28/3482.93	c      3483       49897243      103213        20                -           0.0000          -           0.0000          -
68646.32/3487.98	c      3488       49990247      103410        20                -           0.0000          -           0.0000          -
68745.46/3493.03	c      3493       50076160      103563        20                -           0.0000          -           0.0000          -
68847.62/3498.07	c      3498       50152055      103806        20                -           0.0000          -           0.0000          -
68946.67/3503.13	c      3503       50234676      103863        20                -           0.0000          -           0.0000          -
69047.88/3508.18	c      3508       50345715      103984        20                -           0.0000          -           0.0000          -
69147.92/3513.23	c      3513       50430869      104155        20                -           0.0000          -           0.0000          -
69247.09/3518.28	c      3518       50514016      104255        20                -           0.0000          -           0.0000          -
69348.25/3523.33	c      3523       50616249      104419        20                -           0.0000          -           0.0000          -
69447.36/3528.35	c      3528       50702908      104560        20                -           0.0000          -           0.0000          -
69546.49/3533.36	c      3533       50784031      104673        20                -           0.0000          -           0.0000          -
69645.66/3538.38	c      3538       50877220      104730        20                -           0.0000          -           0.0000          -
69748.78/3543.53	c      3544       50969488      105052        20                -           0.0000          -           0.0000          -
69847.95/3548.58	c      3549       51048193      105059        20                -           0.0000          -           0.0000          -
69947.10/3553.59	c      3554       51136731      105241        20                -           0.0000          -           0.0000          -
70048.22/3558.60	c      3559       51222011      105356        20                -           0.0000          -           0.0000          -
70147.34/3563.68	c      3564       51334871      105534        20                -           0.0000          -           0.0000          -
70246.41/3568.70	c      3569       51439010      105771        20                -           0.0000          -           0.0000          -
70347.55/3573.76	c      3574       51540953      105919        20                -           0.0000          -           0.0000          -
70446.72/3578.77	c      3579       51632726      106038        20                -           0.0000          -           0.0000          -
70547.86/3583.83	c      3584       51723829      106195        20                -           0.0000          -           0.0000          -
70648.95/3588.92	c      3589       51814681      106351        20                -           0.0000          -           0.0000          -
70747.98/3593.98	c      3594       51898240      106479        20                -           0.0000          -           0.0000          -
70831.27/3598.16	c SCIP Status        : c solving was interrupted [hard time limit reached]
70831.27/3598.16	c Total Time         : 3598.1600
70831.27/3598.16	c   solving          : 3598.1600
70831.27/3598.16	c   presolving       : 0.2131 (included in solving)
70831.27/3598.16	c B&B Tree           :
70831.27/3598.16	c   nodes (total)    : 51989882
70831.27/3598.16	c Solution           :
70831.27/3598.16	c   Solutions found  : 0
70831.27/3598.16	c   Primal Bound     :          -
70831.27/3598.16	c   Dual Bound       : +0.00000000000000e+00
70831.27/3598.16	c Gap                :          -
70831.34/3598.27	s UNKNOWN

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 (157568 MiB free)
  memory of node 1: 193531 MiB (173217 MiB free)
  memory of node 2: 193531 MiB (174308 MiB free)
  memory of node 3: 193493 MiB (173205 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-4469185-1723650339/watcher-4469185-1723650339 -o /tmp/evaluation-result-4469185-1723650339/solver-4469185-1723650339 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD103-1723650339-805995 --watchdog 3760 fscip settings/racing.prm HOME/instance-4469185-1723650339.opb -qsol -t 3600 -sth 20 

running on 20 cores: 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76

CPU governors:
  performance: 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76

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


[startup+0.100101 s]*
/proc/loadavg: 43.17 56.24 65.87 6/862 806058
/proc/meminfo: memFree=694451444/790760804 swapFree=131071996/131071996
[pid=806049] ppid=806040 vsize=57488 memory=46804 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/stat : 806049 (fscip) R 806040 806049 805985 0 -1 4194304 10615 0 0 0 11 1 0 0 20 0 1 0 131616633 58867712 11701 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 17 40 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
/proc/806049/statm: 14372 11701 2742 3035 0 10768 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 57488 KiB
Current children cumulated memory: 46804 KiB

[startup+0.231812 s]*
/proc/loadavg: 43.17 56.24 65.87 6/902 806098
/proc/meminfo: memFree=694324840/790760804 swapFree=131071996/131071996
[pid=806049] ppid=806040 vsize=1552940 memory=67048 CPUtime=0.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/stat : 806049 (fscip) R 806040 806049 805985 0 -1 4194304 14953 0 0 0 23 2 0 0 20 0 21 0 131616633 1590210560 16762 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 17 40 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
/proc/806049/statm: 388235 16762 2790 3035 0 57591 0
[pid=806049/tid=806099] ppid=806040 vsize=1552940 memory=3472328300254199927 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806099/stat : 806099 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616658 1590210560 16762 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806100] ppid=806040 vsize=1552940 memory=57910 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806100/stat : 806100 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616658 1590210560 16762 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806101] ppid=806040 vsize=1552940 memory=56316433531346 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806101/stat : 806101 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616658 1590210560 16762 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806102] ppid=806040 vsize=1552940 memory=54083084091976 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806102/stat : 806102 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616658 1590210560 16762 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806103] ppid=806040 vsize=1552940 memory=61783977231038 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806103/stat : 806103 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616658 1590210560 16762 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806104] ppid=806040 vsize=1552940 memory=56282191234110 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806104/stat : 806104 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616658 1590210560 16762 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806105] ppid=806040 vsize=1552940 memory=15539617701037672 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806105/stat : 806105 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616658 1590210560 16762 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806106] ppid=806040 vsize=1552940 memory=1906356 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806106/stat : 806106 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616658 1590210560 16762 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806107] ppid=806040 vsize=1552940 memory=3762257448023621712 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806107/stat : 806107 (fscip) S 806040 806049 805985 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 131616658 1590210560 16762 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806108] ppid=806040 vsize=1552940 memory=3691038751309693010 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806108/stat : 806108 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616658 1590210560 16762 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806109] ppid=806040 vsize=1552940 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806109/stat : 806109 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616658 1590210560 16762 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806110] ppid=806040 vsize=1552940 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806110/stat : 806110 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616658 1590210560 16762 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806111] ppid=806040 vsize=1552940 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806111/stat : 806111 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616659 1590210560 16762 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806112] ppid=806040 vsize=1552940 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806112/stat : 806112 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616659 1590210560 16762 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806113] ppid=806040 vsize=1552940 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806113/stat : 806113 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616659 1590210560 16762 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806114] ppid=806040 vsize=1552940 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806114/stat : 806114 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616659 1590210560 16762 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806115] ppid=806040 vsize=1552940 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806115/stat : 806115 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616659 1590210560 16762 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806116] ppid=806040 vsize=1552940 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806116/stat : 806116 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616659 1590210560 16762 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806117] ppid=806040 vsize=1552940 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806117/stat : 806117 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616659 1590210560 16762 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806118] ppid=806040 vsize=1552940 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806118/stat : 806118 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616659 1590210560 16762 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 1552940 KiB
Current children cumulated memory: 67048 KiB

[startup+0.331504 s]*
/proc/loadavg: 43.17 56.24 65.87 6/942 806138
/proc/meminfo: memFree=694025572/790760804 swapFree=131071996/131071996
[pid=806049] ppid=806040 vsize=1546176 memory=135456 CPUtime=0.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/stat : 806049 (fscip) S 806040 806049 805985 0 -1 1077936128 34101 0 0 0 30 5 0 0 20 0 21 0 131616633 1583284224 33864 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 17 40 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
/proc/806049/statm: 386544 33864 2790 3035 0 75248 0
[pid=806049/tid=806099] ppid=806040 vsize=1546176 memory=-6443074840976079722 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806099/stat : 806099 (fscip) S 806040 806049 805985 0 -1 1077936192 2615 0 0 0 1 0 0 0 20 0 21 0 131616658 1583284224 33864 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806100] ppid=806040 vsize=1546176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806100/stat : 806100 (fscip) S 806040 806049 805985 0 -1 1077936192 2615 0 0 0 0 0 0 0 20 0 21 0 131616658 1583284224 33864 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806101] ppid=806040 vsize=1546176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806101/stat : 806101 (fscip) S 806040 806049 805985 0 -1 1077936192 2615 0 0 0 0 0 0 0 20 0 21 0 131616658 1583284224 33864 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806102] ppid=806040 vsize=1546176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806102/stat : 806102 (fscip) S 806040 806049 805985 0 -1 1077936192 2614 0 0 0 0 0 0 0 20 0 21 0 131616658 1583284224 33864 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806103] ppid=806040 vsize=1546176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806103/stat : 806103 (fscip) S 806040 806049 805985 0 -1 1077936192 2615 0 0 0 0 0 0 0 20 0 21 0 131616658 1583284224 33864 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806104] ppid=806040 vsize=1546176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806104/stat : 806104 (fscip) S 806040 806049 805985 0 -1 1077936192 2615 0 0 0 0 0 0 0 20 0 21 0 131616658 1583284224 33864 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806105] ppid=806040 vsize=1546176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806105/stat : 806105 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616658 1583284224 33864 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806106] ppid=806040 vsize=1546176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806106/stat : 806106 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616658 1583284224 33930 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806107] ppid=806040 vsize=1546176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806107/stat : 806107 (fscip) S 806040 806049 805985 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 131616658 1583284224 33930 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806108] ppid=806040 vsize=1546176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806108/stat : 806108 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616658 1583284224 33930 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806109] ppid=806040 vsize=1546176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806109/stat : 806109 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616658 1583284224 33930 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806110] ppid=806040 vsize=1546176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806110/stat : 806110 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616658 1583284224 33930 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806111] ppid=806040 vsize=1546176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806111/stat : 806111 (fscip) R 806040 806049 805985 0 -1 4194368 838 0 0 0 0 0 0 0 20 0 21 0 131616659 1583284224 33930 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806112] ppid=806040 vsize=1546176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806112/stat : 806112 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616659 1583284224 33930 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806113] ppid=806040 vsize=1546176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806113/stat : 806113 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616659 1583284224 33930 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806114] ppid=806040 vsize=1546176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806114/stat : 806114 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616659 1583284224 33996 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806115] ppid=806040 vsize=1546176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806115/stat : 806115 (fscip) S 806040 806049 805985 0 -1 1077936192 2616 0 0 0 0 0 0 0 20 0 21 0 131616659 1583284224 33996 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806116] ppid=806040 vsize=1546176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806116/stat : 806116 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616659 1583284224 33996 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806117] ppid=806040 vsize=1546176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806117/stat : 806117 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616659 1583284224 33996 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806118] ppid=806040 vsize=1546176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806118/stat : 806118 (fscip) S 806040 806049 805985 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131616659 1583284224 33996 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 1546176 KiB
Current children cumulated memory: 135456 KiB

[startup+0.701097 s]
/proc/loadavg: 43.17 56.24 65.87 44/981 806178
/proc/meminfo: memFree=692906776/790760804 swapFree=131071996/131071996
[pid=806049] ppid=806040 vsize=1710096 memory=707308 CPUtime=3.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/stat : 806049 (fscip) S 806040 806049 805985 0 -1 1077936128 176802 0 0 0 297 44 0 0 20 0 41 0 131616633 1751138304 176827 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 17 40 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
/proc/806049/statm: 427524 176827 2806 3035 0 267175 0
[pid=806049/tid=806099] ppid=806040 vsize=1710096 memory=2212 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806099/stat : 806099 (fscip) R 806040 806049 805985 0 -1 4194368 8272 0 0 0 13 2 0 0 20 0 41 0 131616658 1751138304 176827 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806100] ppid=806040 vsize=1710096 memory=2 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806100/stat : 806100 (fscip) R 806040 806049 805985 0 -1 4194368 7934 0 0 0 13 2 0 0 20 0 41 0 131616658 1751138304 176827 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806101] ppid=806040 vsize=1710096 memory=11636 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806101/stat : 806101 (fscip) R 806040 806049 805985 0 -1 4194368 7946 0 0 0 13 2 0 0 20 0 41 0 131616658 1751138304 176827 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806102] ppid=806040 vsize=1710096 memory=42224 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806102/stat : 806102 (fscip) R 806040 806049 805985 0 -1 4194368 8270 0 0 0 13 2 0 0 20 0 41 0 131616658 1751138304 176827 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806103] ppid=806040 vsize=1710096 memory=10528 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806103/stat : 806103 (fscip) R 806040 806049 805985 0 -1 4194368 7918 0 0 0 13 2 0 0 20 0 41 0 131616658 1751138304 176827 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806104] ppid=806040 vsize=1710096 memory=1952 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806104/stat : 806104 (fscip) R 806040 806049 805985 0 -1 4194368 7941 0 0 0 13 2 0 0 20 0 41 0 131616658 1751138304 176827 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806105] ppid=806040 vsize=1710096 memory=52948 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806105/stat : 806105 (fscip) R 806040 806049 805985 0 -1 4194368 8274 0 0 0 13 2 0 0 20 0 41 0 131616658 1751138304 176827 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806106] ppid=806040 vsize=1710096 memory=0 CPUtime=0.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806106/stat : 806106 (fscip) R 806040 806049 805985 0 -1 4194368 7939 0 0 0 13 1 0 0 20 0 41 0 131616658 1751138304 176827 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806107] ppid=806040 vsize=1710096 memory=5440 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806107/stat : 806107 (fscip) R 806040 806049 805985 0 -1 4194368 7919 0 0 0 13 2 0 0 20 0 41 0 131616658 1751138304 176827 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806108] ppid=806040 vsize=1710096 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806108/stat : 806108 (fscip) R 806040 806049 805985 0 -1 4194368 8270 0 0 0 13 2 0 0 20 0 41 0 131616658 1751138304 176827 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806109] ppid=806040 vsize=1710096 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806109/stat : 806109 (fscip) R 806040 806049 805985 0 -1 4194368 7922 0 0 0 14 1 0 0 20 0 41 0 131616658 1751138304 176827 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806110] ppid=806040 vsize=1710096 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806110/stat : 806110 (fscip) R 806040 806049 805985 0 -1 4194368 7934 0 0 0 13 2 0 0 20 0 41 0 131616658 1751138304 176827 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806111] ppid=806040 vsize=1710096 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806111/stat : 806111 (fscip) R 806040 806049 805985 0 -1 4194368 8271 0 0 0 13 2 0 0 20 0 41 0 131616659 1751138304 176827 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806112] ppid=806040 vsize=1710096 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806112/stat : 806112 (fscip) R 806040 806049 805985 0 -1 4194368 7945 0 0 0 14 1 0 0 20 0 41 0 131616659 1751138304 176827 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806113] ppid=806040 vsize=1710096 memory=0 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806113/stat : 806113 (fscip) R 806040 806049 805985 0 -1 4194368 7930 0 0 0 14 2 0 0 20 0 41 0 131616659 1751138304 176827 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806114] ppid=806040 vsize=1710096 memory=59787 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806114/stat : 806114 (fscip) R 806040 806049 805985 0 -1 4194368 8270 0 0 0 14 1 0 0 20 0 41 0 131616659 1751138304 176827 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806115] ppid=806040 vsize=1710096 memory=3594379794 CPUtime=0.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806115/stat : 806115 (fscip) R 806040 806049 805985 0 -1 4194368 7928 0 0 0 13 1 0 0 20 0 41 0 131616659 1751138304 176827 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806116] ppid=806040 vsize=1710096 memory=279868660055840 CPUtime=0.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806116/stat : 806116 (fscip) R 806040 806049 805985 0 -1 4194368 7942 0 0 0 13 1 0 0 20 0 41 0 131616659 1751138304 176827 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806117] ppid=806040 vsize=1710096 memory=2208 CPUtime=0.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806117/stat : 806117 (fscip) R 806040 806049 805985 0 -1 4194368 9019 0 0 0 13 1 0 0 20 0 41 0 131616659 1751138304 176827 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806118] ppid=806040 vsize=1710096 memory=25992 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806118/stat : 806118 (fscip) R 806040 806049 805985 0 -1 4194368 7938 0 0 0 13 2 0 0 20 0 41 0 131616659 1751138304 176827 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806199] ppid=806040 vsize=1710096 memory=104 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806199/stat : 806199 (fscip) S 806040 806049 805985 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 131616687 1751138304 176827 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806200] ppid=806040 vsize=1710096 memory=279868659141424 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806200/stat : 806200 (fscip) S 806040 806049 805985 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 131616687 1751138304 176827 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806201] ppid=806040 vsize=1710096 memory=59614985191994 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806201/stat : 806201 (fscip) S 806040 806049 805985 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 131616687 1751138304 176827 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0

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

[pid=806049/tid=806110] ppid=806040 vsize=8208372 memory=16240 CPUtime=3535.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806110/stat : 806110 (fscip) R 806040 806049 805985 0 -1 4194368 601092 0 0 0 351211 2308 0 0 20 0 41 0 131616658 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806111] ppid=806040 vsize=8208372 memory=2212 CPUtime=3545.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806111/stat : 806111 (fscip) R 806040 806049 805985 0 -1 4194368 1775804 0 0 0 354258 307 0 0 20 0 41 0 131616659 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806112] ppid=806040 vsize=8208372 memory=52948 CPUtime=3543.98 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806112/stat : 806112 (fscip) R 806040 806049 805985 0 -1 4194368 1730385 0 0 0 354199 199 0 0 20 0 41 0 131616659 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806113] ppid=806040 vsize=8208372 memory=1952 CPUtime=3540.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806113/stat : 806113 (fscip) R 806040 806049 805985 0 -1 4194368 557975 0 0 0 351583 2503 0 0 20 0 41 0 131616659 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806114] ppid=806040 vsize=8208372 memory=1852 CPUtime=3529.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806114/stat : 806114 (fscip) R 806040 806049 805985 0 -1 4194368 1671352 0 0 0 352705 282 0 0 20 0 41 0 131616659 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806115] ppid=806040 vsize=8208372 memory=32244 CPUtime=3572.84 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806115/stat : 806115 (fscip) R 806040 806049 805985 0 -1 4194368 2023792 0 0 0 356996 288 0 0 20 0 41 0 131616659 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806116] ppid=806040 vsize=8208372 memory=28720 CPUtime=3540.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806116/stat : 806116 (fscip) R 806040 806049 805985 0 -1 4194368 644943 0 0 0 351798 2252 0 0 20 0 41 0 131616659 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806117] ppid=806040 vsize=8208372 memory=7384 CPUtime=3537.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806117/stat : 806117 (fscip) R 806040 806049 805985 0 -1 4194368 1550190 0 0 0 353504 239 0 0 20 0 41 0 131616659 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806118] ppid=806040 vsize=8208372 memory=27608 CPUtime=3536.44 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806118/stat : 806118 (fscip) R 806040 806049 805985 0 -1 4194368 1966655 0 0 0 353350 294 0 0 20 0 41 0 131616659 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806199] ppid=806040 vsize=8208372 memory=3736 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806199/stat : 806199 (fscip) S 806040 806049 805985 0 -1 1077936192 138 0 0 0 0 2 0 0 20 0 41 0 131616687 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806200] ppid=806040 vsize=8208372 memory=40264 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806200/stat : 806200 (fscip) S 806040 806049 805985 0 -1 1077936192 84 0 0 0 2 0 0 0 20 0 41 0 131616687 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806201] ppid=806040 vsize=8208372 memory=33108 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806201/stat : 806201 (fscip) S 806040 806049 805985 0 -1 1077936192 137 0 0 0 2 0 0 0 20 0 41 0 131616687 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806202] ppid=806040 vsize=8208372 memory=2208 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806202/stat : 806202 (fscip) S 806040 806049 805985 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 131616687 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806203] ppid=806040 vsize=8208372 memory=25992 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806203/stat : 806203 (fscip) S 806040 806049 805985 0 -1 1077936192 152 0 0 0 2 0 0 0 20 0 41 0 131616687 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806204] ppid=806040 vsize=8208372 memory=104 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806204/stat : 806204 (fscip) R 806040 806049 805985 0 -1 1077936192 142 0 0 0 0 2 0 0 20 0 41 0 131616687 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806205] ppid=806040 vsize=8208372 memory=6232 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806205/stat : 806205 (fscip) S 806040 806049 805985 0 -1 1077936192 113 0 0 0 0 2 0 0 20 0 41 0 131616687 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806206] ppid=806040 vsize=8208372 memory=19860 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806206/stat : 806206 (fscip) S 806040 806049 805985 0 -1 1077936192 115 0 0 0 2 0 0 0 20 0 41 0 131616687 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806207] ppid=806040 vsize=8208372 memory=8072 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806207/stat : 806207 (fscip) S 806040 806049 805985 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 131616687 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806208] ppid=806040 vsize=8208372 memory=3516 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806208/stat : 806208 (fscip) S 806040 806049 805985 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 131616687 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806209] ppid=806040 vsize=8208372 memory=2300 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806209/stat : 806209 (fscip) S 806040 806049 805985 0 -1 1077936192 135 0 0 0 2 0 0 0 20 0 41 0 131616687 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806210] ppid=806040 vsize=8208372 memory=1692 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806210/stat : 806210 (fscip) S 806040 806049 805985 0 -1 1077936192 135 0 0 0 2 0 0 0 20 0 41 0 131616687 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806211] ppid=806040 vsize=8208372 memory=19972 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806211/stat : 806211 (fscip) S 806040 806049 805985 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 131616687 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806212] ppid=806040 vsize=8208372 memory=28008 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806212/stat : 806212 (fscip) S 806040 806049 805985 0 -1 1077936192 152 0 0 0 2 0 0 0 20 0 41 0 131616687 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806213] ppid=806040 vsize=8208372 memory=28668 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806213/stat : 806213 (fscip) S 806040 806049 805985 0 -1 1077936192 158 0 0 0 3 0 0 0 20 0 41 0 131616687 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806214] ppid=806040 vsize=8208372 memory=33756 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806214/stat : 806214 (fscip) S 806040 806049 805985 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 131616687 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806215] ppid=806040 vsize=8208372 memory=62524 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806215/stat : 806215 (fscip) S 806040 806049 805985 0 -1 1077936192 150 0 0 0 2 0 0 0 20 0 41 0 131616687 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806216] ppid=806040 vsize=8208372 memory=7764 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806216/stat : 806216 (fscip) S 806040 806049 805985 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 131616687 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806217] ppid=806040 vsize=8208372 memory=19016 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806217/stat : 806217 (fscip) S 806040 806049 805985 0 -1 1077936192 149 0 0 0 2 0 0 0 20 0 41 0 131616687 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806218] ppid=806040 vsize=8208372 memory=20448 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806218/stat : 806218 (fscip) S 806040 806049 805985 0 -1 1077936192 149 0 0 0 3 0 0 0 20 0 41 0 131616687 8405372928 1614435 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
Current children cumulated CPU time: 70821.3 s
Current children cumulated vsize: 8208372 KiB
Current children cumulated memory: 6457740 KiB

[startup+3598 s]*
/proc/loadavg: 80.66 80.61 80.19 83/1024 808127
/proc/meminfo: memFree=670049576/790760804 swapFree=131071996/131071996
[pid=806049] ppid=806040 vsize=8273908 memory=6458188 CPUtime=70829.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/stat : 806049 (fscip) S 806040 806049 805985 0 -1 1077936128 28536940 0 0 0 7065094 17894 0 0 20 0 41 0 131616633 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
/proc/806049/statm: 2068477 1614547 3334 3035 0 1900298 0
[pid=806049/tid=806099] ppid=806040 vsize=8273908 memory=6720662147153934959 CPUtime=3540.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806099/stat : 806099 (fscip) R 806040 806049 805985 0 -1 4194368 1621211 0 0 0 353784 268 0 0 20 0 41 0 131616658 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806100] ppid=806040 vsize=8273908 memory=8323350987516068516 CPUtime=3532.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806100/stat : 806100 (fscip) R 806040 806049 805985 0 -1 4194368 1875304 0 0 0 352921 302 0 0 20 0 41 0 131616658 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806101] ppid=806040 vsize=8273908 memory=13736 CPUtime=3544.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806101/stat : 806101 (fscip) R 806040 806049 805985 0 -1 4194368 653353 0 0 0 352139 2341 0 0 20 0 41 0 131616658 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806102] ppid=806040 vsize=8273908 memory=11256 CPUtime=3540.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806102/stat : 806102 (fscip) R 806040 806049 805985 0 -1 1077936192 1499539 0 0 0 353883 186 0 0 20 0 41 0 131616658 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806103] ppid=806040 vsize=8273908 memory=11256 CPUtime=3537.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806103/stat : 806103 (fscip) R 806040 806049 805985 0 -1 4194368 1897591 0 0 0 353485 278 0 0 20 0 41 0 131616658 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806104] ppid=806040 vsize=8273908 memory=11256 CPUtime=3543.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806104/stat : 806104 (fscip) R 806040 806049 805985 0 -1 4194368 664790 0 0 0 351890 2509 0 0 20 0 41 0 131616658 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806105] ppid=806040 vsize=8273908 memory=11256 CPUtime=3538.36 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806105/stat : 806105 (fscip) R 806040 806049 805985 0 -1 4194368 1643669 0 0 0 353537 299 0 0 20 0 41 0 131616658 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806106] ppid=806040 vsize=8273908 memory=2648 CPUtime=3533.98 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806106/stat : 806106 (fscip) R 806040 806049 805985 0 -1 4194368 1971355 0 0 0 353067 331 0 0 20 0 41 0 131616658 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806107] ppid=806040 vsize=8273908 memory=2784 CPUtime=3537.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806107/stat : 806107 (fscip) R 806040 806049 805985 0 -1 4194368 769490 0 0 0 351552 2198 0 0 20 0 41 0 131616658 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806108] ppid=806040 vsize=8273908 memory=6640 CPUtime=3539.83 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806108/stat : 806108 (fscip) S 806040 806049 805985 0 -1 1077936192 1563995 0 0 0 353743 240 0 0 20 0 41 0 131616658 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806109] ppid=806040 vsize=8273908 memory=6920 CPUtime=3551.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806109/stat : 806109 (fscip) R 806040 806049 805985 0 -1 4194368 1814803 0 0 0 354938 213 0 0 20 0 41 0 131616658 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806110] ppid=806040 vsize=8273908 memory=6676 CPUtime=3535.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806110/stat : 806110 (fscip) R 806040 806049 805985 0 -1 4194368 603907 0 0 0 351253 2309 0 0 20 0 41 0 131616658 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806111] ppid=806040 vsize=8273908 memory=6720659948130679409 CPUtime=3546.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806111/stat : 806111 (fscip) R 806040 806049 805985 0 -1 4194368 1776373 0 0 0 354300 308 0 0 20 0 41 0 131616659 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806112] ppid=806040 vsize=8273908 memory=6765464 CPUtime=3544.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806112/stat : 806112 (fscip) R 806040 806049 805985 0 -1 4194368 1737707 0 0 0 354241 200 0 0 20 0 41 0 131616659 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806113] ppid=806040 vsize=8273908 memory=6458300 CPUtime=3541.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806113/stat : 806113 (fscip) R 806040 806049 805985 0 -1 4194368 560163 0 0 0 351624 2505 0 0 20 0 41 0 131616659 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806114] ppid=806040 vsize=8273908 memory=5431132 CPUtime=3530.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806114/stat : 806114 (fscip) R 806040 806049 805985 0 -1 4194368 1672138 0 0 0 352746 282 0 0 20 0 41 0 131616659 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806115] ppid=806040 vsize=8273908 memory=5779660 CPUtime=3573.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806115/stat : 806115 (fscip) R 806040 806049 805985 0 -1 4194368 2024953 0 0 0 357037 289 0 0 20 0 41 0 131616659 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806116] ppid=806040 vsize=8273908 memory=6720662147153934959 CPUtime=3540.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806116/stat : 806116 (fscip) R 806040 806049 805985 0 -1 4194368 646964 0 0 0 351839 2254 0 0 20 0 41 0 131616659 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806117] ppid=806040 vsize=8273908 memory=8323350987516068516 CPUtime=3537.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806117/stat : 806117 (fscip) R 806040 806049 805985 0 -1 4194368 1550932 0 0 0 353545 240 0 0 20 0 41 0 131616659 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806118] ppid=806040 vsize=8273908 memory=20492 CPUtime=3536.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806118/stat : 806118 (fscip) R 806040 806049 805985 0 -1 4194368 1967347 0 0 0 353391 296 0 0 20 0 41 0 131616659 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806199] ppid=806040 vsize=8273908 memory=6836 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806199/stat : 806199 (fscip) S 806040 806049 805985 0 -1 1077936192 138 0 0 0 0 2 0 0 20 0 41 0 131616687 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806200] ppid=806040 vsize=8273908 memory=6055652847293562906 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806200/stat : 806200 (fscip) S 806040 806049 805985 0 -1 1077936192 84 0 0 0 2 0 0 0 20 0 41 0 131616687 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806201] ppid=806040 vsize=8273908 memory=6457992 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806201/stat : 806201 (fscip) S 806040 806049 805985 0 -1 1077936192 137 0 0 0 2 0 0 0 20 0 41 0 131616687 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806202] ppid=806040 vsize=8273908 memory=58134 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806202/stat : 806202 (fscip) S 806040 806049 805985 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 131616687 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806203] ppid=806040 vsize=8273908 memory=58464 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806203/stat : 806203 (fscip) S 806040 806049 805985 0 -1 1077936192 152 0 0 0 2 0 0 0 20 0 41 0 131616687 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806204] ppid=806040 vsize=8273908 memory=58797 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806204/stat : 806204 (fscip) S 806040 806049 805985 0 -1 1077936192 142 0 0 0 0 2 0 0 20 0 41 0 131616687 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806205] ppid=806040 vsize=8273908 memory=77559 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806205/stat : 806205 (fscip) S 806040 806049 805985 0 -1 1077936192 113 0 0 0 0 2 0 0 20 0 41 0 131616687 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806206] ppid=806040 vsize=8273908 memory=2436 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806206/stat : 806206 (fscip) S 806040 806049 805985 0 -1 1077936192 115 0 0 0 2 0 0 0 20 0 41 0 131616687 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806207] ppid=806040 vsize=8273908 memory=52303 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806207/stat : 806207 (fscip) S 806040 806049 805985 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 131616687 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806208] ppid=806040 vsize=8273908 memory=2139834 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806208/stat : 806208 (fscip) S 806040 806049 805985 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 131616687 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806209] ppid=806040 vsize=8273908 memory=2240782 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806209/stat : 806209 (fscip) S 806040 806049 805985 0 -1 1077936192 135 0 0 0 2 0 0 0 20 0 41 0 131616687 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806210] ppid=806040 vsize=8273908 memory=2290352 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806210/stat : 806210 (fscip) S 806040 806049 805985 0 -1 1077936192 135 0 0 0 2 0 0 0 20 0 41 0 131616687 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806211] ppid=806040 vsize=8273908 memory=5422576 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806211/stat : 806211 (fscip) S 806040 806049 805985 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 131616687 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806212] ppid=806040 vsize=8273908 memory=6458944 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806212/stat : 806212 (fscip) S 806040 806049 805985 0 -1 1077936192 152 0 0 0 2 0 0 0 20 0 41 0 131616687 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806213] ppid=806040 vsize=8273908 memory=6720662147153934959 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806213/stat : 806213 (fscip) S 806040 806049 805985 0 -1 1077936192 158 0 0 0 3 0 0 0 20 0 41 0 131616687 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806214] ppid=806040 vsize=8273908 memory=7256 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806214/stat : 806214 (fscip) S 806040 806049 805985 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 131616687 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806215] ppid=806040 vsize=8273908 memory=28668 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806215/stat : 806215 (fscip) S 806040 806049 805985 0 -1 1077936192 150 0 0 0 2 0 0 0 20 0 41 0 131616687 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806216] ppid=806040 vsize=8273908 memory=33756 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806216/stat : 806216 (fscip) S 806040 806049 805985 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 131616687 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806217] ppid=806040 vsize=8273908 memory=62524 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806217/stat : 806217 (fscip) S 806040 806049 805985 0 -1 1077936192 149 0 0 0 2 0 0 0 20 0 41 0 131616687 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
[pid=806049/tid=806218] ppid=806040 vsize=8273908 memory=7764 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/806049/task/806218/stat : 806218 (fscip) S 806040 806049 805985 0 -1 1077936192 149 0 0 0 3 0 0 0 20 0 41 0 131616687 8472481792 1614547 809668444160 4194304 16622685 140730462348448 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 28131328 140730462356456 140730462356571 140730462356571 140730462363599 0
Current children cumulated CPU time: 70829.9 s
Current children cumulated vsize: 8273908 KiB
Current children cumulated memory: 6458188 KiB

[startup+3598.43 s]
/proc/loadavg: 80.66 80.61 80.19 6/906 808127
/proc/meminfo: memFree=682465740/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3598.43
CPU time (s): 70831.6
CPU user time (s): 70652.1
CPU system time (s): 179.494
CPU usage (%): 1968.4
Max. virtual memory (cumulated for all children) (KiB): 8273908
Max. memory (cumulated for all children) (KiB): 6460088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70652.1
system time used= 179.494
maximum resident set size= 6460352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28674965
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= 431700
involuntary context switches= 257625


# summary of solver processes directly reported to runsolver:
#   pid: 806049
#   total CPU time (s): 70831.6
#   total CPU user time (s): 70652.1
#   total CPU system time (s): 179.494

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.4364 second user time and 123.941 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-14 17:45:39
IDJOB=4469185
IDBENCH=162302
IDSOLVER=3099
FILE ID=nodeD103/4469185-1723650339
RUNJOBID= nodeD103-1723650339-805995
SLURM_JOB_ID= 8267921
Free space on /tmp= 8586756 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size96-round23-2.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t 3600 -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4469185-1723650339/watcher-4469185-1723650339 -o /tmp/evaluation-result-4469185-1723650339/solver-4469185-1723650339 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD103-1723650339-805995 --watchdog 3760  fscip settings/racing.prm HOME/instance-4469185-1723650339.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= a8b84d78b1363b4a3850ebb291b1422d
RANDOM SEED=1724255742

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		: 3434.520
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		: 3619.239
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		: 3796.010
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		: 3641.686
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		: 3567.088
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		: 3510.681
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		: 3631.501
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		: 3616.181
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		: 3421.865
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		: 3391.225
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		: 3593.157
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		: 3612.739
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		: 2941.078
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		: 3512.616
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		: 3576.044
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		: 3324.939
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		: 2717.439
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		: 3153.133
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		: 3500.229
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		: 1420.803
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		: 2582.964
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_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		: 2585.000
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		: 2651.515
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		: 2603.305
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		: 3675.417
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		: 2638.319
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		: 2666.015
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		: 2585.000
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		: 2596.590
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		: 2592.975
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		: 2494.369
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		: 2494.517
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		: 2500.000
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		: 2510.964
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		: 2511.904
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		: 2505.580
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		: 2529.205
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		: 2489.035
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		: 2488.636
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		: 2494.369
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		: 2500.000
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		: 2467.672
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		: 2500.000
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		: 2500.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		: 2332.589
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		: 2500.000
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		: 2489.316
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		: 2494.658
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		: 2532.327
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		: 2500.000
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		: 2505.482
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		: 2505.630
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		: 2332.589
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		: 2500.000
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		: 2505.681
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		: 2494.517
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		: 2510.775
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		: 2489.130
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		: 2494.469
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		: 2483.407
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		: 2332.589
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		: 2505.341
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		: 2494.658
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		: 2505.208
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		: 2478.448
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		: 2526.939
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		: 2516.592
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		: 2510.964
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		: 2375.000
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		: 2478.632
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		: 2483.258
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		: 2483.552
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		: 2332.589
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		: 2478.448
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		: 2488.636
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		: 2494.565
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		: 3523.985
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		: 2500.000
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		: 3660.256
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		: 2500.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 244
initial apicid	: 244
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_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:        694581404 kB
MemAvailable:   782900340 kB
Buffers:         1285100 kB
Cached:         89753252 kB
SwapCached:            0 kB
Active:         14584832 kB
Inactive:       76864924 kB
Active(anon):       2024 kB
Inactive(anon):   448300 kB
Active(file):   14582808 kB
Inactive(file): 76416624 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            113236 kB
Writeback:             0 kB
AnonPages:        410056 kB
Mapped:           102404 kB
Shmem:             38920 kB
KReclaimable:    1478436 kB
Slab:            2029188 kB
SReclaimable:    1478436 kB
SUnreclaim:       550752 kB
KernelStack:       14592 kB
PageTables:        11328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     242040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1146240 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 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:     1067008 kB
DirectMap2M:    209145856 kB
DirectMap1G:    595591168 kB

Free space on /tmp at the end= 8586640 MiB
End job on nodeD103 at 2024-08-14 18:45:38