Trace number 4465864

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size112-round22-3.opb
MD5SUMfa6ba6ab9373c7e836356a3f9ed023a2
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 benchmark65.6087
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8688
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 45441024, getVmSize() = 45441024, SCIPgetMemUsed() = 20029401, SCIPgetMemTotal() = 23175801, SCIPgetMemExternEstim() = 12394666
0.00/0.03	c ** set memory limit for presolving in LC to 8.79595e+12 for SCIP **
0.10/0.19	c ** Estimated virtualMemUsedAtSolver = 37526241, getVmSize() = 68104192, SCIPgetMemUsed() = 23704992, SCIPgetMemTotal() = 43894696, SCIPgetMemExternEstim() = 12394666
0.10/0.19	c ** set memory limit for solvers to 4.1885e+11 for each SCIP **
0.10/0.19	c Original Problem   :
0.10/0.19	c   Problem name     : instance-4465864-1722582819
0.10/0.19	c   Variables        : 4128 (4128 binary, 0 integer, 0 implicit integer, 0 continuous)
0.10/0.19	c   Constraints      : 8688
0.10/0.19	c   Objective sense  : minimize
0.10/0.19	c Presolved Problem  :
0.10/0.19	c   Variables        : 3276 (3276 binary, 0 integer, 0 implicit integer, 0 continuous)
0.10/0.19	c   Constraints      : 7110
0.10/0.19	c Constraints        : Number
0.10/0.19	c   and              : 32 
0.10/0.19	c   linear           : 1290 
0.10/0.19	c   logicor          : 5788 
0.10/0.19	c ** Instance transfer method used: 0
0.10/0.21	c ** ParaScipInstance copy does not increase the number of variables. **
0.44/0.44	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.44/0.44	c                                Nodes    Active                                            
0.44/0.44	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
101.98/5.69	c         6          18714         438        20                -           0.0000          -
202.73/10.74	c        11          41129         277        20                -           0.0000          -
301.85/15.79	c        16          68137         279        20                -           0.0000          -
403.04/20.84	c        21              8           7        20                -           0.0000          -
502.19/25.89	c        26              2           1        20                -           0.0000          -
603.28/30.94	c        31             22          21        20                -           0.0000          -
702.54/35.98	c        36             22          21        20                -           0.0000          -
804.30/41.03	c        41             22          21        20                -           0.0000          -
903.67/46.08	c        46             22          21        20                -           0.0000          -
1002.85/51.13	c        51             12          11        20                -           0.0000          -
1104.10/56.18	c        56             12          11        20                -           0.0000          -
1204.75/61.23	c        61             12          11        20                -           0.0000          -
1304.02/66.28	c        66             13          12        20                -           0.0000          -
1405.28/71.33	c        71             14          13        20                -           0.0000          -
1504.54/76.38	c        76             25          24        20                -           0.0000          -
1605.85/81.43	c        81             25          24        20                -           0.0000          -
1705.11/86.48	c        86             15          14        20                -           0.0000          -
1806.42/91.53	c        92             15          14        20                -           0.0000          -
1905.61/96.58	c        97             15          14        20                -           0.0000          -
2006.92/101.63	c       102             15          14        20                -           0.0000          -
2106.27/106.68	c       107             15          14        20                -           0.0000          -
2207.60/111.73	c       112             15          14        20                -           0.0000          -
2306.93/116.78	c       117             15          14        20                -           0.0000          -
2408.16/121.83	c       122             15          14        20                -           0.0000          -
2507.49/126.88	c       127             15          14        20                -           0.0000          -
2608.82/131.92	c       132             15          14        20                -           0.0000          -
2708.15/136.97	c       137             15          14        20                -           0.0000          -
2807.49/142.02	c       142             15          14        20                -           0.0000          -
2909.56/147.07	c       147             15          14        20                -           0.0000          -
3010.65/152.12	c       152             15          14        20                -           0.0000          -
3110.07/157.17	c       157             15          14        20                -           0.0000          -
3210.80/162.22	c       162             15          14        20                -           0.0000          -
3310.14/167.27	c       167             15          14        20                -           0.0000          -
3411.47/172.32	c       172             15          14        20                -           0.0000          -
3510.81/177.36	c       177             15          14        20                -           0.0000          -
3612.12/182.42	c       182             15          14        20                -           0.0000          -
3711.47/187.47	c       187             15          14        20                -           0.0000          -
3812.82/192.52	c       193             15          14        20                -           0.0000          -
3912.13/197.57	c       198             15          14        20                -           0.0000          -
4013.47/202.62	c       203             15          14        20                -           0.0000          -
4112.94/207.67	c       208             15          14        20                -           0.0000          -
4214.11/212.72	c       213             15          14        20                -           0.0000          -
4313.45/217.77	c       218             15          14        20                -           0.0000          -
4414.80/222.83	c       223             15          14        20                -           0.0000          -
4514.13/227.87	c       228             15          14        20                -           0.0000          -
4615.40/232.93	c       233             15          14        20                -           0.0000          -
4714.69/237.97	c       238            628         615        20                -           0.0000          -
4813.98/243.02	c       243            628         615        20                -           0.0000          -
4915.82/248.07	c       248            577         576        20                -           0.0000          -
5015.07/253.12	c       253            708         695        20                -           0.0000          -
5116.54/258.16	c       258             20          19        20                -           0.0000          -
5216.95/263.21	c       263             22          21        20                -           0.0000          -
5316.22/268.26	c       268            607         590        20                -           0.0000          -
5417.53/273.31	c       273            607         590        20                -           0.0000          -
5516.84/278.36	c       278            607         590        20                -           0.0000          -
5618.13/283.41	c       283            744         743        20                -           0.0000          -
5717.41/288.46	c       288            744         743        20                -           0.0000          -
5818.66/293.51	c       294            959         944        20                -           0.0000          -
5917.92/298.56	c       299            613         596        20                -           0.0000          -
6019.29/303.61	c       304            613         596        20                -           0.0000          -
6118.45/308.66	c       309            613         596        20                -           0.0000          -
6219.69/313.71	c       314            621         604        20                -           0.0000          -
6318.97/318.76	c       319            621         604        20                -           0.0000          -
6420.16/323.81	c       324            788         787        20                -           0.0000          -
6519.42/328.86	c       329            788         787        20                -           0.0000          -
6620.65/333.92	c       334           1328        1293        20                -           0.0000          -
6719.91/338.96	c       339           1328        1293        20                -           0.0000          -
6819.16/344.01	c       344            755         738        20                -           0.0000          -
6921.23/349.07	c       349            755         738        20                -           0.0000          -
7020.31/354.11	c       354            847         846        20                -           0.0000          -
7121.54/359.16	c       359            847         846        20                -           0.0000          -
7220.48/364.19	c       364            102         101        20                -           0.0000          -
7321.17/369.26	c       369            853         852        20                -           0.0000          -
7422.33/374.31	c       374            853         852        20                -           0.0000          -
7521.52/379.36	c       379            853         852        20                -           0.0000          -
7622.77/384.41	c       384            892         875        20                -           0.0000          -
7721.98/389.46	c       389            892         891        20                -           0.0000          -
7823.16/394.51	c       395           1929        1866        20                -           0.0000          -
7922.42/399.56	c       400            915         914        20                -           0.0000          -
8023.62/404.61	c       405            915         914        20                -           0.0000          -
8122.92/409.66	c       410           1105        1086        20                -           0.0000          -
8222.00/414.69	c       415           1105        1086        20                -           0.0000          -
8323.18/419.77	c       420           1105        1086        20                -           0.0000          -
8424.31/424.82	c       425           1105        1086        20                -           0.0000          -
8523.53/429.86	c       430           1105        1086        20                -           0.0000          -
8624.78/434.91	c       435           1105        1086        20                -           0.0000          -
8724.04/439.97	c       440           1105        1086        20                -           0.0000          -
8823.28/445.01	c       445           2360        2277        20                -           0.0000          -
8925.18/450.06	c       450           2360        2277        20                -           0.0000          -
9024.13/455.11	c       455           2360        2277        20                -           0.0000          -
9125.29/460.16	c       460           2360        2277        20                -           0.0000          -
9225.89/465.21	c       465           2360        2277        20                -           0.0000          -
9325.11/470.26	c       470           1392        1373        20                -           0.0000          -
9426.14/475.31	c       475           1392        1373        20                -           0.0000          -
9525.38/480.36	c       480           1252         202        20                -           0.0000          -
9626.61/485.40	c       485           2629        2520        20                -           0.0000          -
9725.83/490.46	c       490           1452        1431        20                -           0.0000          -
9826.98/495.51	c       496           1452        1431        20                -           0.0000          -
9926.18/500.52	c       501           1339         289        20                -           0.0000          -
10025.38/505.56	c       506           1355         305        20                -           0.0000          -
10124.55/510.57	c       511            507         500        20                -           0.0000          -
10225.75/515.62	c       516           1446         396        20                -           0.0000          -
10326.92/520.78	c       521           1491         441        20                -           0.0000          -
10428.13/525.82	c       526           1491         441        20                -           0.0000          -
10527.33/530.87	c       531           3115        2970        20                -           0.0000          -
10628.55/535.91	c       536           3115        2970        20                -           0.0000          -
10727.74/540.96	c       541           1812        1787        20                -           0.0000          -
10826.84/546.01	c       546           1532         480        20                -           0.0000          -
10928.75/551.07	c       551           1532         480        20                -           0.0000          -
11027.79/556.11	c       556           1532         480        20                -           0.0000          -
11129.16/561.15	c       561           1532         480        20                -           0.0000          -
11229.61/566.21	c       566           1532         480        20                -           0.0000          -
11328.93/571.26	c       571           1532         480        20                -           0.0000          -
11430.02/576.31	c       576           1532         480        20                -           0.0000          -
11529.19/581.36	c       581           1549         497        20                -           0.0000          -
11630.39/586.41	c       586           3662        3477        20                -           0.0000          -
11729.56/591.46	c       591           2977        2735        20                -           0.0000          -
11830.77/596.52	c       597           2977        2735        20                -           0.0000          -
11929.97/601.57	c       602            753         746        20                -           0.0000          -
12031.02/606.62	c       607           1694         640        20                -           0.0000          -
12130.20/611.66	c       612           3939        3728        20                -           0.0000          -
12231.32/616.72	c       617           1749         695        20                -           0.0000          -
12330.44/621.78	c       622           1749         695        20                -           0.0000          -
12431.64/626.83	c       627            817         810        20                -           0.0000          -
12530.81/631.88	c       632           1797         743        20                -           0.0000          -
12632.03/636.93	c       637           1813         759        20                -           0.0000          -
12731.25/641.97	c       642           1837         783        20                -           0.0000          -
12830.41/647.02	c       647           1861         807        20                -           0.0000          -
12932.31/652.07	c       652           4648        4385        20                -           0.0000          -
13031.39/657.12	c       657           4648        4385        20                -           0.0000          -
13132.70/662.17	c       662           1893         839        20                -           0.0000          -
13233.10/667.22	c       667           1893         839        20                -           0.0000          -
13332.28/672.27	c       672            924         917        20                -           0.0000          -
13433.35/677.32	c       677           1909         855        20                -           0.0000          -
13532.54/682.38	c       682           1934         880        20                -           0.0000          -
13633.76/687.41	c       687           1934         880        20                -           0.0000          -
13732.95/692.47	c       692           4859        4588        20                -           0.0000          -
13834.16/697.52	c       698           1070        1063        20                -           0.0000          -
13933.27/702.57	c       703           2041         987        20                -           0.0000          -
14034.51/707.62	c       708           1100        1093        20                -           0.0000          -
14133.74/712.67	c       713           2147        1093        20                -           0.0000          -
14235.01/717.72	c       718           5090        4809        20                -           0.0000          -
14334.28/722.77	c       723           5090        4809        20                -           0.0000          -
14435.52/727.82	c       728           5090        4809        20                -           0.0000          -
14534.77/732.87	c       733           1191        1184        20                -           0.0000          -
14636.04/737.92	c       738           5097        4816        20                -           0.0000          -
14735.32/742.98	c       743           2301        1247        20                -           0.0000          -
14834.57/748.02	c       748           1261        1254        20                -           0.0000          -
14936.47/753.07	c       753           5278        4991        20                -           0.0000          -
15035.87/758.12	c       758           5278        4991        20                -           0.0000          -
15136.92/763.17	c       763           5278        4991        20                -           0.0000          -
15237.57/768.23	c       768           5278        4991        20                -           0.0000          -
15336.85/773.28	c       773           1335        1328        20                -           0.0000          -
15438.13/778.31	c       778           2451        1397        20                -           0.0000          -
15537.37/783.37	c       783           5450        5157        20                -           0.0000          -
15638.61/788.42	c       788           5450        5157        20                -           0.0000          -
15737.83/793.47	c       793           5450        5157        20                -           0.0000          -
15839.02/798.52	c       799           5450        5157        20                -           0.0000          -
15938.24/803.54	c       804           5450        5157        20                -           0.0000          -
16039.43/808.62	c       809           5450        5157        20                -           0.0000          -
16138.70/813.67	c       814           5450        5157        20                -           0.0000          -
16239.88/818.72	c       819           5450        5157        20                -           0.0000          -
16339.07/823.77	c       824           5450        5157        20                -           0.0000          -
16440.27/828.82	c       829           1559        1552        20                -           0.0000          -
16539.50/833.87	c       834           1570        1563        20                -           0.0000          -
16640.72/838.92	c       839           2801        1747        20                -           0.0000          -
16739.92/843.95	c       844           5709        5413        20                -           0.0000          -
16839.03/849.02	c       849           5752        5454        20                -           0.0000          -
16938.22/854.03	c       854           1684        1677        20                -           0.0000          -
17040.20/859.12	c       859           1699        1692        20                -           0.0000          -
17141.09/864.17	c       864           5875        5575        20                -           0.0000          -
17241.85/869.22	c       869           2971        1915        20                -           0.0000          -
17341.11/874.27	c       874           1746        1739        20                -           0.0000          -
17442.28/879.32	c       879           1746        1739        20                -           0.0000          -
17541.42/884.38	c       884           1746        1739        20                -           0.0000          -
17642.55/889.42	c       889           1746        1739        20                -           0.0000          -
17741.72/894.47	c       894           1746        1739        20                -           0.0000          -
17842.87/899.52	c       900           1746        1739        20                -           0.0000          -
17942.12/904.57	c       905           1746        1739        20                -           0.0000          -
18043.36/909.63	c       910           1746        1739        20                -           0.0000          -
18142.55/914.67	c       915           1746        1739        20                -           0.0000          -
18243.74/919.72	c       920           1746        1739        20                -           0.0000          -
18342.86/924.78	c       925           1746        1739        20                -           0.0000          -
18444.01/929.82	c       930           1746        1739        20                -           0.0000          -
18543.27/934.87	c       935           1746        1739        20                -           0.0000          -
18644.54/939.92	c       940           1746        1739        20                -           0.0000          -
18743.75/944.97	c       945           1746        1739        20                -           0.0000          -
18843.01/950.02	c       950           1746        1739        20                -           0.0000          -
18944.79/955.06	c       955           1746        1739        20                -           0.0000          -
19045.95/960.12	c       960           1746        1739        20                -           0.0000          -
19145.31/965.17	c       965           1746        1739        20                -           0.0000          -
19245.95/970.22	c       970           1746        1739        20                -           0.0000          -
19345.18/975.25	c       975           1746        1739        20                -           0.0000          -
19446.41/980.32	c       980           1746        1739        20                -           0.0000          -
19545.57/985.37	c       985           1746        1739        20                -           0.0000          -
19646.81/990.42	c       990           1746        1739        20                -           0.0000          -
19746.04/995.47	c       995           1746        1739        20                -           0.0000          -
19847.27/1000.52	c      1001           1746        1739        20                -           0.0000          -
19946.38/1005.57	c      1006           1746        1739        20                -           0.0000          -
20047.61/1010.62	c      1011           1746        1739        20                -           0.0000          -
20146.65/1015.67	c      1016           1746        1739        20                -           0.0000          -
20247.71/1020.72	c      1021           1746        1739        20                -           0.0000          -
20346.88/1025.74	c      1026           1746        1739        20                -           0.0000          -
20447.94/1030.82	c      1031           1746        1739        20                -           0.0000          -
20547.05/1035.87	c      1036           1746        1739        20                -           0.0000          -
20648.26/1040.92	c      1041           1746        1739        20                -           0.0000          -
20747.43/1045.93	c      1046           1746        1739        20                -           0.0000          -
20846.60/1050.94	c      1051           1746        1739        20                -           0.0000          -
20948.25/1056.06	c      1056           1746        1739        20                -           0.0000          -
21047.48/1061.11	c      1061           1746        1739        20                -           0.0000          -
21148.77/1066.16	c      1066           1746        1739        20                -           0.0000          -
21249.33/1071.21	c      1071           1746        1739        20                -           0.0000          -
21348.53/1076.23	c      1076           1746        1739        20                -           0.0000          -
21447.74/1081.28	c      1081           1746        1739        20                -           0.0000          -
21548.90/1086.36	c      1086           1746        1739        20                -           0.0000          -
21650.09/1091.41	c      1091           1758        1751        20                -           0.0000          -
21749.28/1096.43	c      1096          12284        1291        20                -           0.0000          -
21850.46/1101.51	c      1102        4910904         291        20                -           0.0000          -
21949.63/1106.56	c      1107           1839        1832        20                -           0.0000          -
22050.96/1111.61	c      1112           4311        3253        20                -           0.0000          -
22150.02/1116.66	c      1117           4361        3303        20                -           0.0000          -
22251.21/1121.71	c      1122           4361        3303        20                -           0.0000          -
22350.44/1126.76	c      1127          41696        3503        20                -           0.0000          -
22451.63/1131.81	c      1132           4421        3363        20                -           0.0000          -
22550.74/1136.86	c      1137          42265        3502        20                -           0.0000          -
22651.93/1141.91	c      1142        5177621         295        20                -           0.0000          -
22751.05/1146.96	c      1147           1984        1977        20                -           0.0000          -
22850.28/1152.00	c      1152           4511        3453        20                -           0.0000          -
22952.09/1157.06	c      1157          17828        1329        20                -           0.0000          -
23051.38/1162.11	c      1162           4563        3501        20                -           0.0000          -
23152.22/1167.16	c      1167           4563        3501        20                -           0.0000          -
23251.35/1172.18	c      1172           2110        2103        20                -           0.0000          -
23352.09/1177.25	c      1177           2125        2118        20                -           0.0000          -
23451.29/1182.30	c      1182           4705        3639        20                -           0.0000          -
23552.46/1187.31	c      1187           4705        3639        20                -           0.0000          -
23653.64/1192.41	c      1192           4715        3649        20                -           0.0000          -
23752.83/1197.46	c      1197        5543714         300        20                -           0.0000          -
23854.04/1202.51	c      1203           4826        3758        20                -           0.0000          -
23953.12/1207.54	c      1208           4846        3778        20                -           0.0000          -
24054.28/1212.60	c      1213           2419        2412        20                -           0.0000          -
24153.47/1217.65	c      1218           4995        3921        20                -           0.0000          -
24254.65/1222.71	c      1223           2438        2431        20                -           0.0000          -
24353.75/1227.76	c      1228           2442        2435        20                -           0.0000          -
24454.89/1232.81	c      1233           5073        3999        20                -           0.0000          -
24554.11/1237.86	c      1238           2508        2499        20                -           0.0000          -
24655.30/1242.91	c      1243        5874496         296        20                -           0.0000          -
24754.54/1247.96	c      1248           2544        2535        20                -           0.0000          -
24853.84/1253.01	c      1253           2558        2547        20                -           0.0000          -
24955.49/1258.06	c      1258        5986822         298        20                -           0.0000          -
25054.75/1263.11	c      1263           5368        4294        20                -           0.0000          -
25155.67/1268.14	c      1268        6060398         288        20                -           0.0000          -
25256.31/1273.21	c      1273           2674        2663        20                -           0.0000          -
25355.43/1278.26	c      1278           5476        4400        20                -           0.0000          -
25456.62/1283.31	c      1283           2720        2709        20                -           0.0000          -
25555.70/1288.36	c      1288           5539        4463        20                -           0.0000          -
25654.83/1293.38	c      1293           5539        4463        20                -           0.0000          -
25755.99/1298.42	c      1298           2761        2750        20                -           0.0000          -
25855.20/1303.46	c      1303           2767        2756        20                -           0.0000          -
25956.40/1308.50	c      1308           5619        4543        20                -           0.0000          -
26057.53/1313.61	c      1314           5639        4563        20                -           0.0000          -
26156.66/1318.66	c      1319           5639        4563        20                -           0.0000          -
26257.52/1323.71	c      1324           2817        2806        20                -           0.0000          -
26356.66/1328.75	c      1329        6487562         296        20                -           0.0000          -
26455.69/1333.78	c      1334           5691        4613        20                -           0.0000          -
26556.83/1338.85	c      1339           2857        2846        20                -           0.0000          -
26658.02/1343.91	c      1344           5768        4686        20                -           0.0000          -
26757.21/1348.95	c      1349           2868        2857        20                -           0.0000          -
26856.44/1354.01	c      1354           5794        4712        20                -           0.0000          -
26957.99/1359.06	c      1359           5794        4712        20                -           0.0000          -
27057.35/1364.11	c      1364           5794        4712        20                -           0.0000          -
27158.09/1369.16	c      1369           5794        4712        20                -           0.0000          -
27257.23/1374.18	c      1374           5794        4712        20                -           0.0000          -
27357.69/1379.25	c      1379           5794        4712        20                -           0.0000          -
27456.88/1384.28	c      1384           5794        4712        20                -           0.0000          -
27557.67/1389.30	c      1389           5794        4712        20                -           0.0000          -
27658.64/1394.41	c      1394           5808        4726        20                -           0.0000          -
27757.78/1399.44	c      1399           5808        4726        20                -           0.0000          -
27858.97/1404.51	c      1405           5808        4726        20                -           0.0000          -
27958.18/1409.55	c      1410           3051        3040        20                -           0.0000          -
28057.36/1414.58	c      1415           3056        3045        20                -           0.0000          -
28158.52/1419.66	c      1420           5939        4855        20                -           0.0000          -
28259.62/1424.71	c      1425           5959        4875        20                -           0.0000          -
28358.80/1429.77	c      1430           3091        3080        20                -           0.0000          -
28457.98/1434.79	c      1435           5999        4915        20                -           0.0000          -
28559.12/1439.86	c      1440           6039        4953        20                -           0.0000          -
28660.27/1444.91	c      1445           6085        4999        20                -           0.0000          -
28759.45/1449.96	c      1450           6091        5005        20                -           0.0000          -
28858.62/1454.98	c      1455           6091        5005        20                -           0.0000          -
28957.85/1460.03	c      1460          48994        1401        20                -           0.0000          -
29059.30/1465.07	c      1465           3182        3171        20                -           0.0000          -
29158.39/1470.13	c      1470           6191        5105        20                -           0.0000          -
29259.63/1475.15	c      1475           6191        5105        20                -           0.0000          -
29358.50/1480.16	c      1480          50911        1436        20                -           0.0000          -
29457.75/1485.19	c      1485           6231        5145        20                -           0.0000          -
29558.00/1490.29	c      1490           3253        3242        20                -           0.0000          -
29659.14/1495.39	c      1495           3272        3261        20                -           0.0000          -
29760.32/1500.45	c      1500           6331        5245        20                -           0.0000          -
29861.51/1505.51	c      1506           3293        3282        20                -           0.0000          -
29960.73/1510.56	c      1511           3294        3283        20                -           0.0000          -
30061.81/1515.61	c      1516          70354        3542        20                -           0.0000          -
30161.00/1520.66	c      1521           6451        5365        20                -           0.0000          -
30262.19/1525.71	c      1526           3322        3311        20                -           0.0000          -
30361.34/1530.73	c      1531           3327        3316        20                -           0.0000          -
30460.49/1535.76	c      1536        7929412         296        20                -           0.0000          -
30559.66/1540.76	c      1541           3343        3332        20                -           0.0000          -
30660.77/1545.88	c      1546        8003427         291        20                -           0.0000          -
30761.91/1550.98	c      1551           3375        3364        20                -           0.0000          -
30861.08/1556.01	c      1556           3380        3369        20                -           0.0000          -
30963.13/1561.06	c      1561           3402        3391        20                -           0.0000          -
31062.08/1566.10	c      1566           3415        3404        20                -           0.0000          -
31163.15/1571.16	c      1571           6779        5693        20                -           0.0000          -
31263.67/1576.21	c      1576           6818        5732        20                -           0.0000          -
31362.85/1581.26	c      1581        8212331         289        20                -           0.0000          -
31463.93/1586.31	c      1586           3508        3497        20                -           0.0000          -
31562.91/1591.36	c      1591        8270586         296        20                -           0.0000          -
31661.99/1596.39	c      1596        8302508         290        20                -           0.0000          -
31763.15/1601.46	c      1601           6940        5854        20                -           0.0000          -
31864.30/1606.51	c      1607           6986        5900        20                -           0.0000          -
31963.48/1611.57	c      1612          64347        1403        20                -           0.0000          -
32064.63/1616.60	c      1617        8431523         289        20                -           0.0000          -
32163.83/1621.61	c      1622           3594        3583        20                -           0.0000          -
32263.01/1626.66	c      1627           7111        6025        20                -           0.0000          -
32364.17/1631.75	c      1632           3616        3605        20                -           0.0000          -
32465.31/1636.80	c      1637           7166        6080        20                -           0.0000          -
32564.44/1641.86	c      1642           3626        3615        20                -           0.0000          -
32665.51/1646.93	c      1647           7230        6144        20                -           0.0000          -
32764.60/1651.98	c      1652           7241        6155        20                -           0.0000          -
32863.70/1657.02	c      1657           7261        6175        20                -           0.0000          -
32965.33/1662.04	c      1662           7261        6175        20                -           0.0000          -
33064.65/1667.11	c      1667           3747        3736        20                -           0.0000          -
33165.70/1672.18	c      1672           7341        6255        20                -           0.0000          -
33266.15/1677.23	c      1677          89256        3550        20                -           0.0000          -
33365.17/1682.28	c      1682          89840        3543        20                -           0.0000          -
33465.98/1687.33	c      1687          90517        3541        20                -           0.0000          -
33564.97/1692.38	c      1692           3820        3809        20                -           0.0000          -
33666.15/1697.40	c      1697           3822        3811        20                -           0.0000          -
33765.32/1702.48	c      1702           7497        6411        20                -           0.0000          -
33866.49/1707.53	c      1708           3842        3831        20                -           0.0000          -
33965.68/1712.57	c      1713           7599        6513        20                -           0.0000          -
34066.84/1717.63	c      1718           3867        3856        20                -           0.0000          -
34166.00/1722.68	c      1723           7651        6565        20                -           0.0000          -
34267.09/1727.73	c      1728           7702        6616        20                -           0.0000          -
34366.15/1732.78	c      1733           7731        6645        20                -           0.0000          -
34467.26/1737.83	c      1738          76791        1446        20                -           0.0000          -
34566.44/1742.88	c      1743           7769        6683        20                -           0.0000          -
34665.62/1747.89	c      1748           3983        3970        20                -           0.0000          -
34767.01/1752.98	c      1753           4011        3998        20                -           0.0000          -
34868.66/1758.03	c      1758           4024        4011        20                -           0.0000          -
34967.76/1763.08	c      1763          79695        1448        20                -           0.0000          -
35068.62/1768.13	c      1768           4067        4054        20                -           0.0000          -
35167.98/1773.14	c      1773           4089        4076        20                -           0.0000          -
35268.45/1778.23	c      1778           4110        4097        20                -           0.0000          -
35367.60/1783.28	c      1783           8028        6942        20                -           0.0000          -
35468.73/1788.33	c      1788           4174        4161        20                -           0.0000          -
35567.89/1793.39	c      1793           8111        7025        20                -           0.0000          -
35669.05/1798.43	c      1798           4194        4181        20                -           0.0000          -
35768.21/1803.48	c      1803           8160        7074        20                -           0.0000          -
35869.34/1808.53	c      1809           8160        7074        20                -           0.0000          -
35968.50/1813.58	c      1814           8160        7074        20                -           0.0000          -
36069.67/1818.63	c      1819           8160        7074        20                -           0.0000          -
36168.91/1823.68	c      1824           8160        7074        20                -           0.0000          -
36269.83/1828.70	c      1829           8160        7074        20                -           0.0000          -
36368.99/1833.77	c      1834           8160        7074        20                -           0.0000          -
36470.06/1838.83	c      1839           8160        7074        20                -           0.0000          -
36569.24/1843.88	c      1844           8160        7074        20                -           0.0000          -
36670.37/1848.94	c      1849           4300        4287        20                -           0.0000          -
36769.40/1853.98	c      1854           8201        7115        20                -           0.0000          -
36870.79/1859.03	c      1859           4327        4314        20                -           0.0000          -
36969.84/1864.08	c      1864           8281        7195        20                -           0.0000          -
37071.03/1869.13	c      1869          89824        1482        20                -           0.0000          -
37170.28/1874.18	c      1874           4393        4380        20                -           0.0000          -
37270.73/1879.23	c      1879           8341        7255        20                -           0.0000          -
37369.89/1884.28	c      1884           8341        7255        20                -           0.0000          -
37471.02/1889.33	c      1889       10124417         298        20                -           0.0000          -
37570.11/1894.35	c      1894           8421        7335        20                -           0.0000          -
37671.26/1899.43	c      1899           4481        4468        20                -           0.0000          -
37770.41/1904.48	c      1904           4516        4503        20                -           0.0000          -
37871.56/1909.53	c      1910           4545        4532        20                -           0.0000          -
37970.66/1914.58	c      1915           8571        7485        20                -           0.0000          -
38069.74/1919.60	c      1920       10311088         289        20                -           0.0000          -
38170.74/1924.68	c      1925           4587        4574        20                -           0.0000          -
38271.87/1929.73	c      1930           4592        4579        20                -           0.0000          -
38370.96/1934.78	c      1935           4592        4579        20                -           0.0000          -
38471.72/1939.83	c      1940           4596        4583        20                -           0.0000          -
38570.77/1944.85	c      1945           8777        7691        20                -           0.0000          -
38671.90/1949.93	c      1950           8831        7745        20                -           0.0000          -
38771.08/1954.98	c      1955           8861        7775        20                -           0.0000          -
38870.25/1960.03	c      1960           8881        7795        20                -           0.0000          -
38972.04/1965.08	c      1965           4681        4668        20                -           0.0000          -
39071.45/1970.13	c      1970           8959        7873        20                -           0.0000          -
39172.36/1975.18	c      1975           4709        4696        20                -           0.0000          -
39271.37/1980.19	c      1980       10652482         295        20                -           0.0000          -
39372.08/1985.28	c      1985         122568        3585        20                -           0.0000          -
39473.04/1990.33	c      1990           9171        8085        20                -           0.0000          -
39572.20/1995.35	c      1995           4840        4827        20                -           0.0000          -
39673.35/2000.41	c      2000           4852        4839        20                -           0.0000          -
39772.49/2005.48	c      2005           4856        4843        20                -           0.0000          -
39873.61/2010.53	c      2011           9392        8306        20                -           0.0000          -
39972.73/2015.58	c      2016           9396        8310        20                -           0.0000          -
40073.89/2020.63	c      2021         103347        1510        20                -           0.0000          -
40173.05/2025.68	c      2026           9511        8425        20                -           0.0000          -
40274.19/2030.72	c      2031           4999        4986        20                -           0.0000          -
40373.36/2035.79	c      2036           9541        8455        20                -           0.0000          -
40474.52/2040.80	c      2041         104958        1518        20                -           0.0000          -
40573.68/2045.85	c      2046           5052        5039        20                -           0.0000          -
40672.81/2050.88	c      2051           9621        8535        20                -           0.0000          -
40771.94/2055.88	c      2056       10977703         298        20                -           0.0000          -
40873.08/2060.97	c      2061           9711        8625        20                -           0.0000          -
40972.17/2065.99	c      2066           9721        8635        20                -           0.0000          -
41073.76/2071.08	c      2071           5137        5124        20                -           0.0000          -
41173.27/2076.12	c      2076           9839        8753        20                -           0.0000          -
41275.58/2081.20	c      2081           5166        5153        20                -           0.0000          -
41374.78/2086.28	c      2086           5166        5153        20                -           0.0000          -
41475.96/2091.30	c      2091           5181        5168        20                -           0.0000          -
41575.12/2096.38	c      2096          10032        8944        20                -           0.0000          -
41676.28/2101.43	c      2101         132511        3567        20                -           0.0000          -
41775.44/2106.48	c      2106           5212        5199        20                -           0.0000          -
41874.56/2111.49	c      2112           5220        5207        20                -           0.0000          -
41975.64/2116.57	c      2117          10192        9104        20                -           0.0000          -
42076.43/2121.63	c      2122          10212        9124        20                -           0.0000          -
42175.51/2126.68	c      2127         112062        1527        20                -           0.0000          -
42276.69/2131.73	c      2132           5316        5303        20                -           0.0000          -
42375.78/2136.78	c      2137          10382        9294        20                -           0.0000          -
42476.95/2141.83	c      2142          10440        9352        20                -           0.0000          -
42576.15/2146.89	c      2147           5374        5361        20                -           0.0000          -
42677.14/2151.93	c      2152          10502        9414        20                -           0.0000          -
42776.29/2156.99	c      2157         136412        3544        20                -           0.0000          -
42875.43/2162.03	c      2162           5415        5402        20                -           0.0000          -
42977.24/2167.05	c      2167          10624        9536        20                -           0.0000          -
43078.02/2172.13	c      2172           5469        5456        20                -           0.0000          -
43177.27/2177.18	c      2177           5476        5463        20                -           0.0000          -
43277.74/2182.23	c      2182          10752        9664        20                -           0.0000          -
43376.97/2187.28	c      2187         118138        1572        20                -           0.0000          -
43478.06/2192.33	c      2192          10782        9694        20                -           0.0000          -
43577.15/2197.38	c      2197          10782        9694        20                -           0.0000          -
43678.25/2202.42	c      2202          10785        9697        20                -           0.0000          -
43777.39/2207.48	c      2207          10812        9724        20                -           0.0000          -
43878.48/2212.54	c      2213           5643        5630        20                -           0.0000          -
43977.59/2217.58	c      2218          10891        9803        20                -           0.0000          -
44078.67/2222.63	c      2223          10926        9838        20                -           0.0000          -
44177.81/2227.68	c      2228          10978        9890        20                -           0.0000          -
44278.82/2232.73	c      2233          10995        9907        20                -           0.0000          -
44377.96/2237.78	c      2238          10995        9907        20                -           0.0000          -
44478.96/2242.81	c      2243          10995        9907        20                -           0.0000          -
44578.14/2247.86	c      2248          10995        9907        20                -           0.0000          -
44679.19/2252.92	c      2253          10995        9907        20                -           0.0000          -
44778.24/2257.98	c      2258          10995        9907        20                -           0.0000          -
44879.96/2263.03	c      2263          10995        9907        20                -           0.0000          -
44978.97/2268.08	c      2268          10995        9907        20                -           0.0000          -
45077.77/2273.13	c      2273           5898        5885        20                -           0.0000          -
45178.91/2278.18	c      2278          11012        9924        20                -           0.0000          -
45279.00/2283.23	c      2283          11022        9934        20                -           0.0000          -
45378.08/2288.28	c      2288         147513        3583        20                -           0.0000          -
45479.14/2293.33	c      2293           5973        5960        20                -           0.0000          -
45578.21/2298.38	c      2298           5992        5979        20                -           0.0000          -
45679.42/2303.43	c      2303          11155       10067        20                -           0.0000          -
45778.61/2308.48	c      2308           6034        6021        20                -           0.0000          -
45879.79/2313.52	c      2314           6053        6040        20                -           0.0000          -
45978.97/2318.58	c      2319           6056        6043        20                -           0.0000          -
46080.13/2323.63	c      2324          11248       10160        20                -           0.0000          -
46179.33/2328.68	c      2329           6086        6073        20                -           0.0000          -
46280.51/2333.73	c      2334           6108        6095        20                -           0.0000          -
46379.72/2338.76	c      2339           6108        6095        20                -           0.0000          -
46480.88/2343.83	c      2344           6132        6119        20                -           0.0000          -
46580.03/2348.88	c      2349           6168        6155        20                -           0.0000          -
46679.20/2353.89	c      2354           6201        6188        20                -           0.0000          -
46780.38/2358.91	c      2359          11485       10395        20                -           0.0000          -
46879.57/2363.95	c      2364       12370767         305        20                -           0.0000          -
46978.75/2368.96	c      2369           6241        6228        20                -           0.0000          -
47077.94/2374.01	c      2374         136236        1580        20                -           0.0000          -
47179.75/2379.09	c      2379          11642       10552        20                -           0.0000          -
47280.64/2384.13	c      2384         137305        1592        20                -           0.0000          -
47381.38/2389.27	c      2389          11700       10610        20                -           0.0000          -
47482.55/2394.33	c      2394          11761       10671        20                -           0.0000          -
47581.75/2399.39	c      2399          11792       10702        20                -           0.0000          -
47682.91/2404.43	c      2404          11852       10762        20                -           0.0000          -
47782.09/2409.48	c      2409          11872       10782        20                -           0.0000          -
47883.26/2414.51	c      2415       12603390         302        20                -           0.0000          -
47982.47/2419.58	c      2420           6496        6483        20                -           0.0000          -
48083.53/2424.63	c      2425           6500        6487        20                -           0.0000          -
48182.74/2429.68	c      2430           6521        6508        20                -           0.0000          -
48283.92/2434.73	c      2435           6554        6541        20                -           0.0000          -
48383.13/2439.78	c      2440          12090       11000        20                -           0.0000          -
48484.25/2444.82	c      2445          12130       11040        20                -           0.0000          -
48583.46/2449.88	c      2450           6688        6675        20                -           0.0000          -
48684.66/2454.93	c      2455           6714        6701        20                -           0.0000          -
48783.89/2459.95	c      2460           6739        6726        20                -           0.0000          -
48883.05/2465.01	c      2465          12292       11202        20                -           0.0000          -
48984.90/2470.09	c      2470         161921        3560        20                -           0.0000          -
49084.21/2475.14	c      2475          12402       11312        20                -           0.0000          -
49185.01/2480.18	c      2480           6810        6797        20                -           0.0000          -
49285.28/2485.23	c      2485         163162        3560        20                -           0.0000          -
49384.39/2490.28	c      2490           6851        6838        20                -           0.0000          -
49485.50/2495.33	c      2495          12562       11472        20                -           0.0000          -
49584.63/2500.39	c      2500          12572       11482        20                -           0.0000          -
49685.73/2505.43	c      2505          12572       11482        20                -           0.0000          -
49784.84/2510.45	c      2510          12576       11486        20                -           0.0000          -
49885.84/2515.50	c      2516           6969        6956        20                -           0.0000          -
49985.01/2520.57	c      2521           6986        6973        20                -           0.0000          -
50086.12/2525.63	c      2526          12632       11542        20                -           0.0000          -
50185.32/2530.68	c      2531          12632       11542        20                -           0.0000          -
50286.50/2535.73	c      2536          12632       11542        20                -           0.0000          -
50385.10/2540.78	c      2541           7028        7015        20                -           0.0000          -
50486.08/2545.83	c      2546           7032        7019        20                -           0.0000          -
50585.22/2550.88	c      2551         153857        1604        20                -           0.0000          -
50686.38/2555.93	c      2556           7060        7047        20                -           0.0000          -
50785.10/2560.99	c      2561          12773       11679        20                -           0.0000          -
50886.80/2566.03	c      2566           7137        7124        20                -           0.0000          -
50985.94/2571.09	c      2571          12843       11749        20                -           0.0000          -
51086.76/2576.13	c      2576          12843       11749        20                -           0.0000          -
51186.35/2581.14	c      2581          12853       11759        20                -           0.0000          -
51286.60/2586.23	c      2586          12858       11764        20                -           0.0000          -
51385.67/2591.28	c      2591          12913       11819        20                -           0.0000          -
51486.83/2596.33	c      2596           7265        7252        20                -           0.0000          -
51585.98/2601.38	c      2601           7287        7274        20                -           0.0000          -
51687.16/2606.43	c      2606          13036       11942        20                -           0.0000          -
51786.21/2611.45	c      2611           7357        7344        20                -           0.0000          -
51887.38/2616.53	c      2617           7376        7363        20                -           0.0000          -
51986.48/2621.58	c      2622           7423        7410        20                -           0.0000          -
52087.62/2626.61	c      2627       13564548         306        20                -           0.0000          -
52186.75/2631.64	c      2632           7458        7445        20                -           0.0000          -
52285.79/2636.68	c      2637         174975        3557        20                -           0.0000          -
52386.86/2641.79	c      2642          13284       12188        20                -           0.0000          -
52487.97/2646.83	c      2647         161519        1646        20                -           0.0000          -
52587.12/2651.88	c      2652           7560        7547        20                -           0.0000          -
52688.30/2656.93	c      2657          13344       12248        20                -           0.0000          -
52787.46/2661.98	c      2662       13740270         298        20                -           0.0000          -
52886.47/2667.03	c      2667           7631        7618        20                -           0.0000          -
52988.15/2672.09	c      2672         177802        3577        20                -           0.0000          -
53089.38/2677.13	c      2677          13474       12378        20                -           0.0000          -
53188.50/2682.18	c      2682           7730        7717        20                -           0.0000          -
53288.81/2687.23	c      2687           7743        7730        20                -           0.0000          -
53387.99/2692.28	c      2692          13609       12513        20                -           0.0000          -
53489.11/2697.32	c      2697          13609       12513        20                -           0.0000          -
53588.25/2702.37	c      2702          13609       12513        20                -           0.0000          -
53687.44/2707.39	c      2707          13650       12554        20                -           0.0000          -
53788.55/2712.44	c      2712         180578        3576        20                -           0.0000          -
53887.72/2717.49	c      2717         180901        3585        20                -           0.0000          -
53988.92/2722.55	c      2723          13724       12628        20                -           0.0000          -
54088.14/2727.56	c      2728         168882        1629        20                -           0.0000          -
54189.34/2732.64	c      2733          13764       12668        20                -           0.0000          -
54288.55/2737.67	c      2738       14116118         300        20                -           0.0000          -
54389.66/2742.70	c      2743          13819       12723        20                -           0.0000          -
54488.86/2747.72	c      2748          13819       12723        20                -           0.0000          -
54590.05/2752.88	c      2753          13819       12723        20                -           0.0000          -
54691.24/2757.93	c      2758          13819       12723        20                -           0.0000          -
54790.45/2762.98	c      2763          13819       12723        20                -           0.0000          -
54892.08/2768.03	c      2768          13819       12723        20                -           0.0000          -
54991.36/2773.06	c      2773          13819       12723        20                -           0.0000          -
55092.57/2778.13	c      2778          13819       12723        20                -           0.0000          -
55191.74/2783.18	c      2783          13819       12723        20                -           0.0000          -
55292.22/2788.23	c      2788           8213        8198        20                -           0.0000          -
55391.43/2793.28	c      2793           8241        8226        20                -           0.0000          -
55492.61/2798.33	c      2798          13906       12810        20                -           0.0000          -
55591.80/2803.38	c      2803           8288        8273        20                -           0.0000          -
55693.01/2808.43	c      2808           8317        8302        20                -           0.0000          -
55792.25/2813.48	c      2813           8344        8329        20                -           0.0000          -
55893.47/2818.53	c      2819           8349        8334        20                -           0.0000          -
55992.71/2823.58	c      2824          14125       13029        20                -           0.0000          -
56093.92/2828.63	c      2829          14195       13099        20                -           0.0000          -
56193.06/2833.68	c      2834          14281       13185        20                -           0.0000          -
56294.25/2838.71	c      2839          14304       13208        20                -           0.0000          -
56393.44/2843.75	c      2844       14606594         298        20                -           0.0000          -
56494.64/2848.81	c      2849           8490        8475        20                -           0.0000          -
56593.89/2853.86	c      2854          14414       13318        20                -           0.0000          -
56694.98/2858.94	c      2859          14443       13347        20                -           0.0000          -
56794.20/2863.98	c      2864          14474       13378        20                -           0.0000          -
56893.45/2869.03	c      2869         183285        1628        20                -           0.0000          -
56995.17/2874.04	c      2874           8597        8582        20                -           0.0000          -
57094.46/2879.10	c      2879       14785924         298        20                -           0.0000          -
57195.29/2884.12	c      2884           8645        8630        20                -           0.0000          -
57294.84/2889.14	c      2889         193191        3573        20                -           0.0000          -
57395.19/2894.28	c      2894           8676        8661        20                -           0.0000          -
57496.41/2899.34	c      2899           8691        8676        20                -           0.0000          -
57595.55/2904.37	c      2904         186523        1650        20                -           0.0000          -
57696.73/2909.43	c      2909           8745        8730        20                -           0.0000          -
57795.92/2914.48	c      2914         195869        3550        20                -           0.0000          -
57897.11/2919.50	c      2920           8783        8768        20                -           0.0000          -
57996.21/2924.58	c      2925           8787        8772        20                -           0.0000          -
58097.40/2929.63	c      2930           8798        8783        20                -           0.0000          -
58196.61/2934.68	c      2935           8817        8802        20                -           0.0000          -
58297.80/2939.72	c      2940          15125       14027        20                -           0.0000          -
58397.04/2944.74	c      2945          15125       14027        20                -           0.0000          -
58498.24/2949.82	c      2950          15135       14037        20                -           0.0000          -
58597.27/2954.88	c      2955          15145       14047        20                -           0.0000          -
58698.40/2959.93	c      2960          15188       14090        20                -           0.0000          -
58797.62/2964.98	c      2965           8938        8923        20                -           0.0000          -
58896.79/2970.03	c      2970          15283       14185        20                -           0.0000          -
58998.45/2975.08	c      2975           8972        8957        20                -           0.0000          -
59097.45/2980.12	c      2980           9005        8990        20                -           0.0000          -
59198.44/2985.18	c      2985          15375       14277        20                -           0.0000          -
59299.15/2990.23	c      2990         201503        3569        20                -           0.0000          -
59398.35/2995.28	c      2995           9095        9080        20                -           0.0000          -
59499.39/3000.33	c      3000          15450       14352        20                -           0.0000          -
59598.55/3005.38	c      3005          15500       14402        20                -           0.0000          -
59699.67/3010.41	c      3010       15565519         302        20                -           0.0000          -
59798.86/3015.43	c      3015           9207        9192        20                -           0.0000          -
59899.95/3020.52	c      3021          15625       14525        20                -           0.0000          -
59999.13/3025.57	c      3026          15645       14545        20                -           0.0000          -
60100.17/3030.63	c      3031          15683       14583        20                -           0.0000          -
60199.33/3035.68	c      3036          15703       14603        20                -           0.0000          -
60300.50/3040.73	c      3041           9280        9265        20                -           0.0000          -
60399.55/3045.75	c      3046          15834       14730        20                -           0.0000          -
60500.38/3050.80	c      3051           9295        9280        20                -           0.0000          -
60599.51/3055.86	c      3056         201109        1583        20                -           0.0000          -
60700.62/3060.91	c      3061         201240        1585        20                -           0.0000          -
60799.84/3065.97	c      3066         201303        1596        20                -           0.0000          -
60898.78/3071.03	c      3071           9324        9309        20                -           0.0000          -
61000.52/3076.08	c      3076         202323        1584        20                -           0.0000          -
61099.96/3081.10	c      3081           9366        9351        20                -           0.0000          -
61200.94/3086.19	c      3086          16126       15022        20                -           0.0000          -
61301.32/3091.23	c      3091          16156       15052        20                -           0.0000          -
61400.44/3096.28	c      3096         210924        3565        20                -           0.0000          -
61501.47/3101.34	c      3101          16242       15138        20                -           0.0000          -
61600.62/3106.38	c      3106         212080        3551        20                -           0.0000          -
61701.68/3111.43	c      3111           9523        9508        20                -           0.0000          -
61800.75/3116.49	c      3116           9527        9512        20                -           0.0000          -
61901.93/3121.53	c      3122           9532        9517        20                -           0.0000          -
62001.12/3126.58	c      3127          16376       15272        20                -           0.0000          -
62102.25/3131.60	c      3132          16426       15322        20                -           0.0000          -
62201.45/3136.67	c      3137           9600        9585        20                -           0.0000          -
62302.63/3141.73	c      3142         208893        1551        20                -           0.0000          -
62401.84/3146.78	c      3147          16557       15451        20                -           0.0000          -
62502.97/3151.81	c      3152       16248825         299        20                -           0.0000          -
62601.96/3156.88	c      3157         216615        3548        20                -           0.0000          -
62702.91/3161.93	c      3162           9662        9647        20                -           0.0000          -
62801.96/3166.97	c      3167          16790       15684        20                -           0.0000          -
62903.61/3172.03	c      3172          16812       15706        20                -           0.0000          -
63002.73/3177.08	c      3177           9720        9705        20                -           0.0000          -
63103.90/3182.13	c      3182           9736        9721        20                -           0.0000          -
63202.91/3187.18	c      3187           9743        9728        20                -           0.0000          -
63303.33/3192.23	c      3192          16937       15831        20                -           0.0000          -
63402.45/3197.27	c      3197           9792        9777        20                -           0.0000          -
63503.54/3202.33	c      3202           9840        9825        20                -           0.0000          -
63602.66/3207.38	c      3207          17047       15941        20                -           0.0000          -
63703.85/3212.43	c      3212           9852        9837        20                -           0.0000          -
63803.01/3217.48	c      3217           9896        9881        20                -           0.0000          -
63904.12/3222.53	c      3223          17173       16067        20                -           0.0000          -
64003.22/3227.58	c      3228         216795        1690        20                -           0.0000          -
64104.24/3232.63	c      3233           9981        9964        20                -           0.0000          -
64203.07/3237.65	c      3238          17318       16212        20                -           0.0000          -
64302.24/3242.69	c      3243       16652532         300        20                -           0.0000          -
64403.29/3247.73	c      3248          10050       10031        20                -           0.0000          -
64502.51/3252.77	c      3253          10055       10036        20                -           0.0000          -
64603.60/3257.88	c      3258          17488       16380        20                -           0.0000          -
64704.71/3262.93	c      3263          17517       16409        20                -           0.0000          -
64803.90/3267.98	c      3268          10116       10095        20                -           0.0000          -
64902.88/3273.03	c      3273          17567       16459        20                -           0.0000          -
65004.65/3278.05	c      3278          17567       16459        20                -           0.0000          -
65103.72/3283.13	c      3283          17567       16459        20                -           0.0000          -
65204.48/3288.18	c      3288          10142       10121        20                -           0.0000          -
65304.86/3293.24	c      3293          10142       10121        20                -           0.0000          -
65404.08/3298.28	c      3298          10142       10121        20                -           0.0000          -
65505.29/3303.32	c      3303          10142       10121        20                -           0.0000          -
65604.53/3308.38	c      3308          10142       10121        20                -           0.0000          -
65705.77/3313.43	c      3313          10142       10121        20                -           0.0000          -
65805.03/3318.44	c      3318          10142       10121        20                -           0.0000          -
65906.18/3323.53	c      3324          10142       10121        20                -           0.0000          -
66005.37/3328.58	c      3329          10142       10121        20                -           0.0000          -
66106.61/3333.63	c      3334          10142       10121        20                -           0.0000          -
66205.78/3338.68	c      3339          10142       10121        20                -           0.0000          -
66307.02/3343.73	c      3344          10142       10121        20                -           0.0000          -
66406.02/3348.78	c      3349          10142       10121        20                -           0.0000          -
66507.23/3353.83	c      3354          10142       10121        20                -           0.0000          -
66606.41/3358.85	c      3359          10142       10121        20                -           0.0000          -
66705.69/3363.88	c      3364          10142       10121        20                -           0.0000          -
66804.66/3368.89	c      3369          10142       10121        20                -           0.0000          -
66905.88/3373.94	c      3374          10142       10121        20                -           0.0000          -
67004.91/3379.02	c      3379          10142       10121        20                -           0.0000          -
67108.70/3384.13	c      3384          10142       10121        20                -           0.0000          -
67207.89/3389.18	c      3389          10142       10121        20                -           0.0000          -
67308.23/3394.23	c      3394          10142       10121        20                -           0.0000          -
67407.29/3399.23	c      3399          10142       10121        20                -           0.0000          -
67506.30/3404.30	c      3404          10142       10121        20                -           0.0000          -
67607.41/3409.38	c      3409          10142       10121        20                -           0.0000          -
67708.62/3414.43	c      3414          10142       10121        20                -           0.0000          -
67807.81/3419.48	c      3419          10142       10121        20                -           0.0000          -
67909.00/3424.53	c      3425          10142       10121        20                -           0.0000          -
68008.21/3429.58	c      3430          10142       10121        20                -           0.0000          -
68109.38/3434.63	c      3435          10142       10121        20                -           0.0000          -
68208.70/3439.65	c      3440          10142       10121        20                -           0.0000          -
68309.73/3444.73	c      3445          10142       10121        20                -           0.0000          -
68408.93/3449.78	c      3450          10142       10121        20                -           0.0000          -
68510.02/3454.83	c      3455          10142       10121        20                -           0.0000          -
68609.22/3459.87	c      3460          10142       10121        20                -           0.0000          -
68708.43/3464.90	c      3465          10142       10121        20                -           0.0000          -
68809.60/3469.92	c      3470          10142       10121        20                -           0.0000          -
68908.81/3474.92	c      3475          10142       10121        20                -           0.0000          -
69007.98/3479.98	c      3480          10142       10121        20                -           0.0000          -
69107.19/3484.98	c      3485          10142       10121        20                -           0.0000          -
69206.21/3490.02	c      3490          10142       10121        20                -           0.0000          -
69305.34/3495.04	c      3495          10142       10121        20                -           0.0000          -
69408.87/3500.14	c      3500          10142       10121        20                -           0.0000          -
69509.59/3505.21	c      3505          18874       17760        20                -           0.0000          -
69608.62/3510.26	c      3510          18874       17760        20                -           0.0000          -
69709.65/3515.32	c      3515          10192       10171        20                -           0.0000          -
69808.49/3520.39	c      3520          18941       17827        20                -           0.0000          -
69911.59/3525.53	c      3526         239080        1914        20                -           0.0000          -
70010.67/3530.55	c      3531          18997       17881        20                -           0.0000          -
70111.93/3535.64	c      3536          10278       10257        20                -           0.0000          -
70210.92/3540.68	c      3541          19053       17937        20                -           0.0000          -
70311.94/3545.73	c      3546          10292       10271        20                -           0.0000          -
70411.12/3550.78	c      3551          19119       18003        20                -           0.0000          -
70512.30/3555.83	c      3556          10322       10301        20                -           0.0000          -
70611.31/3560.87	c      3561          10346       10325        20                -           0.0000          -
70712.43/3565.93	c      3566          19186       18070        20                -           0.0000          -
70811.62/3570.99	c      3571          19186       18070        20                -           0.0000          -
70913.34/3576.03	c      3576          10428       10407        20                -           0.0000          -
71012.54/3581.08	c      3581          19264       18148        20                -           0.0000          -
71111.93/3586.13	c      3586          19286       18170        20                -           0.0000          -
71212.96/3591.15	c      3591          19316       18200        20                -           0.0000          -
71313.41/3596.21	c      3596          10492       10469        20                -           0.0000          -
71412.62/3601.28	c      3601          10498       10475        20                -           0.0000          -
71513.83/3606.33	c      3606          19408       18292        20                -           0.0000          -
71612.97/3611.38	c      3611         269588        3544        20                -           0.0000          -
71714.04/3616.43	c      3616          19521       18403        20                -           0.0000          -
71813.23/3621.48	c      3621          10579       10554        20                -           0.0000          -
71914.40/3626.53	c      3627          19629       18511        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

running on 20 cores: 2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78

CPU governors:
  performance: 2 6 10 14 18 22 26 30 34 38 42 46 50 54 58 62 66 70 74 78

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


[startup+0.100117 s]*
/proc/loadavg: 61.31 59.53 43.17 43/944 155988
/proc/meminfo: memFree=750087988/790760800 swapFree=131071996/131071996
[pid=155987] ppid=155984 vsize=56616 memory=45984 CPUtime=0.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/stat : 155987 (fscip) R 155984 155987 152131 0 -1 4194304 10248 0 0 0 9 1 0 0 20 0 1 0 24861291 57974784 11496 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
/proc/155987/statm: 14154 11496 2742 3035 0 10550 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 56616 KiB
Current children cumulated memory: 45984 KiB

[startup+0.218776 s]*
/proc/loadavg: 61.31 59.53 43.17 43/964 156008
/proc/meminfo: memFree=750065908/790760800 swapFree=131071996/131071996
[pid=155987] ppid=155984 vsize=1544432 memory=80416 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/stat : 155987 (fscip) S 155984 155987 152131 0 -1 1077936128 19912 0 0 0 20 3 0 0 20 0 21 0 24861291 1581498368 20104 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
/proc/155987/statm: 386108 20104 2774 3035 0 60904 0
[pid=155987/tid=155989] ppid=155984 vsize=1544432 memory=8318255677412212789 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155989/stat : 155989 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 20104 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155990] ppid=155984 vsize=1544432 memory=237112656212 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155990/stat : 155990 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 20104 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155991] ppid=155984 vsize=1544432 memory=59610673479151 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155991/stat : 155991 (fscip) S 155984 155987 152131 0 -1 1077936192 2584 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 20104 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155992] ppid=155984 vsize=1544432 memory=57420256935643 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155992/stat : 155992 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 20104 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155993] ppid=155984 vsize=1544432 memory=52987884240835 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155993/stat : 155993 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 20104 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155994] ppid=155984 vsize=1544432 memory=61818370608595 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155994/stat : 155994 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 20104 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155995] ppid=155984 vsize=1544432 memory=13564890522630604 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155995/stat : 155995 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 20104 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155996] ppid=155984 vsize=1544432 memory=13563786850307096 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155996/stat : 155996 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 20104 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155997] ppid=155984 vsize=1544432 memory=3906651890477561012 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155997/stat : 155997 (fscip) S 155984 155987 152131 0 -1 1077936192 2583 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 20170 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155998] ppid=155984 vsize=1544432 memory=3760842367868228464 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155998/stat : 155998 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 20170 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155999] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155999/stat : 155999 (fscip) R 155984 155987 152131 0 -1 4194368 272 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 20170 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156000] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156000/stat : 156000 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 20170 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156001] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156001/stat : 156001 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 20170 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156002] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156002/stat : 156002 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 20170 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156003] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156003/stat : 156003 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 20170 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156004] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156004/stat : 156004 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 20170 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156005] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156005/stat : 156005 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 20170 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156006] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156006/stat : 156006 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 20170 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156007] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156007/stat : 156007 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 20170 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156008] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156008/stat : 156008 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 20170 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1544432 KiB
Current children cumulated memory: 80416 KiB

[startup+0.319529 s]*
/proc/loadavg: 61.31 59.53 43.17 43/964 156008
/proc/meminfo: memFree=749976268/790760800 swapFree=131071996/131071996
[pid=155987] ppid=155984 vsize=1544432 memory=172780 CPUtime=0.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/stat : 155987 (fscip) S 155984 155987 152131 0 -1 1077936128 43073 0 0 0 27 7 0 0 20 0 21 0 24861291 1581498368 43195 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
/proc/155987/statm: 386108 43195 2774 3035 0 84272 0
[pid=155987/tid=155989] ppid=155984 vsize=1544432 memory=-6152312268188203880 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155989/stat : 155989 (fscip) S 155984 155987 152131 0 -1 1077936192 2583 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 43195 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155990] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155990/stat : 155990 (fscip) S 155984 155987 152131 0 -1 1077936192 2583 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 43195 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155991] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155991/stat : 155991 (fscip) S 155984 155987 152131 0 -1 1077936192 2584 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 43195 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155992] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155992/stat : 155992 (fscip) S 155984 155987 152131 0 -1 1077936192 2583 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 43195 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155993] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155993/stat : 155993 (fscip) S 155984 155987 152131 0 -1 1077936192 2583 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 43195 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155994] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155994/stat : 155994 (fscip) S 155984 155987 152131 0 -1 1077936192 2583 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 43195 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155995] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155995/stat : 155995 (fscip) S 155984 155987 152131 0 -1 1077936192 2583 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 43195 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155996] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155996/stat : 155996 (fscip) S 155984 155987 152131 0 -1 1077936192 2582 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 43195 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155997] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155997/stat : 155997 (fscip) S 155984 155987 152131 0 -1 1077936192 2583 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 43195 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155998] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155998/stat : 155998 (fscip) S 155984 155987 152131 0 -1 1077936192 2583 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 43261 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155999] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155999/stat : 155999 (fscip) S 155984 155987 152131 0 -1 1077936192 2583 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 43261 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156000] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156000/stat : 156000 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 43261 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156001] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156001/stat : 156001 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 43261 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156002] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156002/stat : 156002 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 43261 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156003] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156003/stat : 156003 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 43261 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156004] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156004/stat : 156004 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 43261 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156005] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156005/stat : 156005 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 43261 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156006] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156006/stat : 156006 (fscip) R 155984 155987 152131 0 -1 4194368 211 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 43261 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156007] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156007/stat : 156007 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 43261 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156008] ppid=155984 vsize=1544432 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156008/stat : 156008 (fscip) S 155984 155987 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24861311 1581498368 43261 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 1544432 KiB
Current children cumulated memory: 172780 KiB

[startup+0.701391 s]
/proc/loadavg: 61.31 59.53 43.17 60/984 156028
/proc/meminfo: memFree=749580436/790760800 swapFree=131071996/131071996
[pid=155987] ppid=155984 vsize=1770032 memory=831836 CPUtime=4.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/stat : 155987 (fscip) S 155984 155987 152131 0 -1 1077936128 206381 0 0 0 436 60 0 0 20 0 41 0 24861291 1812512768 207959 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 17 10 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
/proc/155987/statm: 442508 207959 2950 3035 0 296831 0
[pid=155987/tid=155989] ppid=155984 vsize=1770032 memory=3473718091877790772 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155989/stat : 155989 (fscip) R 155984 155987 152131 0 -1 4194368 11542 0 0 0 20 2 0 0 20 0 41 0 24861311 1812512768 207959 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155990] ppid=155984 vsize=1770032 memory=11572 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155990/stat : 155990 (fscip) R 155984 155987 152131 0 -1 4194368 9182 0 0 0 21 2 0 0 20 0 41 0 24861311 1812512768 207959 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155991] ppid=155984 vsize=1770032 memory=16088 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155991/stat : 155991 (fscip) R 155984 155987 152131 0 -1 4194368 8365 0 0 0 22 1 0 0 20 0 41 0 24861311 1812512768 207959 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155992] ppid=155984 vsize=1770032 memory=5556 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155992/stat : 155992 (fscip) R 155984 155987 152131 0 -1 4194368 11017 0 0 0 20 2 0 0 20 0 41 0 24861311 1812512768 207959 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155993] ppid=155984 vsize=1770032 memory=15656 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155993/stat : 155993 (fscip) R 155984 155987 152131 0 -1 4194368 9313 0 0 0 20 2 0 0 20 0 41 0 24861311 1812512768 207959 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155994] ppid=155984 vsize=1770032 memory=0 CPUtime=0.24 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155994/stat : 155994 (fscip) R 155984 155987 152131 0 -1 4194368 8647 0 0 0 23 1 0 0 20 0 41 0 24861311 1812512768 207959 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155995] ppid=155984 vsize=1770032 memory=0 CPUtime=0.21 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155995/stat : 155995 (fscip) R 155984 155987 152131 0 -1 4194368 9784 0 0 0 17 4 0 0 20 0 41 0 24861311 1812512768 207959 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155996] ppid=155984 vsize=1770032 memory=0 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155996/stat : 155996 (fscip) R 155984 155987 152131 0 -1 4194368 8777 0 0 0 21 2 0 0 20 0 41 0 24861311 1812512768 207959 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155997] ppid=155984 vsize=1770032 memory=0 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155997/stat : 155997 (fscip) R 155984 155987 152131 0 -1 4194368 8394 0 0 0 21 2 0 0 20 0 41 0 24861311 1812512768 207959 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155998] ppid=155984 vsize=1770032 memory=0 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155998/stat : 155998 (fscip) R 155984 155987 152131 0 -1 4194368 11424 0 0 0 19 3 0 0 20 0 41 0 24861311 1812512768 207959 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155999] ppid=155984 vsize=1770032 memory=0 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155999/stat : 155999 (fscip) R 155984 155987 152131 0 -1 4194368 9415 0 0 0 20 3 0 0 20 0 41 0 24861311 1812512768 207959 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156000] ppid=155984 vsize=1770032 memory=2521 CPUtime=0.24 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156000/stat : 156000 (fscip) R 155984 155987 152131 0 -1 4194368 8638 0 0 0 22 2 0 0 20 0 41 0 24861311 1812512768 207959 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156001] ppid=155984 vsize=1770032 memory=7 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156001/stat : 156001 (fscip) R 155984 155987 152131 0 -1 4194368 11420 0 0 0 19 3 0 0 20 0 41 0 24861311 1812512768 207959 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156002] ppid=155984 vsize=1770032 memory=0 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156002/stat : 156002 (fscip) R 155984 155987 152131 0 -1 4194368 9393 0 0 0 20 3 0 0 20 0 41 0 24861311 1812512768 207959 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156003] ppid=155984 vsize=1770032 memory=2212 CPUtime=0.24 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156003/stat : 156003 (fscip) R 155984 155987 152131 0 -1 4194368 8655 0 0 0 23 1 0 0 20 0 41 0 24861311 1812512768 207959 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156004] ppid=155984 vsize=1770032 memory=6096 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156004/stat : 156004 (fscip) R 155984 155987 152131 0 -1 4194368 11418 0 0 0 19 3 0 0 20 0 41 0 24861311 1812512768 207959 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156005] ppid=155984 vsize=1770032 memory=1968 CPUtime=0.24 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156005/stat : 156005 (fscip) R 155984 155987 152131 0 -1 4194368 8601 0 0 0 23 1 0 0 20 0 41 0 24861311 1812512768 207959 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156006] ppid=155984 vsize=1770032 memory=54204 CPUtime=0.24 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156006/stat : 156006 (fscip) R 155984 155987 152131 0 -1 4194368 8552 0 0 0 22 2 0 0 20 0 41 0 24861311 1812512768 207959 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156007] ppid=155984 vsize=1770032 memory=33196 CPUtime=0.21 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156007/stat : 156007 (fscip) R 155984 155987 152131 0 -1 1077936192 9790 0 0 0 17 4 0 0 20 0 41 0 24861311 1812512768 207959 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156008] ppid=155984 vsize=1770032 memory=21532 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156008/stat : 156008 (fscip) R 155984 155987 152131 0 -1 4194368 9580 0 0 0 19 3 0 0 20 0 41 0 24861311 1812512768 207959 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156009] ppid=155984 vsize=1770032 memory=279974020057888 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156009/stat : 156009 (fscip) S 155984 155987 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 24861335 1812512768 207959 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156010] ppid=155984 vsize=1770032 memory=62909225139901 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156010/stat : 156010 (fscip) S 155984 155987 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 24861335 1812512768 207959 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156011] ppid=155984 vsize=1770032 memory=61814025256857 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156011/stat : 156011 (fscip) S 155984 155987 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 24861335 1812512768 207959 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0

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

[pid=155987/tid=156003] ppid=155984 vsize=5330820 memory=4337760 CPUtime=3588.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156003/stat : 156003 (fscip) R 155984 155987 152131 0 -1 4194368 235194 0 0 0 355288 3576 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156004] ppid=155984 vsize=5330820 memory=279974020609200 CPUtime=3602.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156004/stat : 156004 (fscip) R 155984 155987 152131 0 -1 4194368 799687 0 0 0 360160 100 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156005] ppid=155984 vsize=5330820 memory=1340124285944532 CPUtime=3607.59 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156005/stat : 156005 (fscip) R 155984 155987 152131 0 -1 4194368 1423153 0 0 0 360589 170 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156006] ppid=155984 vsize=5330820 memory=279974022330624 CPUtime=3594.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156006/stat : 156006 (fscip) R 155984 155987 152131 0 -1 4194368 213627 0 0 0 355878 3559 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156007] ppid=155984 vsize=5330820 memory=11572 CPUtime=3599.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156007/stat : 156007 (fscip) R 155984 155987 152131 0 -1 4194368 1026346 0 0 0 359654 251 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156008] ppid=155984 vsize=5330820 memory=4334520 CPUtime=3601.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156008/stat : 156008 (fscip) R 155984 155987 152131 0 -1 4194368 1585739 0 0 0 359849 302 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156009] ppid=155984 vsize=5330820 memory=3 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156009/stat : 156009 (fscip) S 155984 155987 152131 0 -1 1077936192 96 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156010] ppid=155984 vsize=5330820 memory=279974022162704 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156010/stat : 156010 (fscip) S 155984 155987 152131 0 -1 1077936192 87 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156011] ppid=155984 vsize=5330820 memory=16088 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156011/stat : 156011 (fscip) S 155984 155987 152131 0 -1 1077936192 144 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156012] ppid=155984 vsize=5330820 memory=5556 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156012/stat : 156012 (fscip) S 155984 155987 152131 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156013] ppid=155984 vsize=5330820 memory=15656 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156013/stat : 156013 (fscip) S 155984 155987 152131 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156014] ppid=155984 vsize=5330820 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156014/stat : 156014 (fscip) S 155984 155987 152131 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156015] ppid=155984 vsize=5330820 memory=279974022222656 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156015/stat : 156015 (fscip) S 155984 155987 152131 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156016] ppid=155984 vsize=5330820 memory=4337712 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156016/stat : 156016 (fscip) S 155984 155987 152131 0 -1 1077936192 159 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156017] ppid=155984 vsize=5330820 memory=6720664363507990376 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156017/stat : 156017 (fscip) S 155984 155987 152131 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156018] ppid=155984 vsize=5330820 memory=32852 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156018/stat : 156018 (fscip) S 155984 155987 152131 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156019] ppid=155984 vsize=5330820 memory=30399726987509844 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156019/stat : 156019 (fscip) S 155984 155987 152131 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156020] ppid=155984 vsize=5330820 memory=4341408 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156020/stat : 156020 (fscip) S 155984 155987 152131 0 -1 1077936192 153 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156021] ppid=155984 vsize=5330820 memory=4337516 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156021/stat : 156021 (fscip) S 155984 155987 152131 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156022] ppid=155984 vsize=5330820 memory=11572 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156022/stat : 156022 (fscip) S 155984 155987 152131 0 -1 1077936192 152 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156023] ppid=155984 vsize=5330820 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156023/stat : 156023 (fscip) S 155984 155987 152131 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156024] ppid=155984 vsize=5330820 memory=809932048089768 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156024/stat : 156024 (fscip) S 155984 155987 152131 0 -1 1077936192 152 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156025] ppid=155984 vsize=5330820 memory=11560 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156025/stat : 156025 (fscip) S 155984 155987 152131 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156026] ppid=155984 vsize=5330820 memory=4341236 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156026/stat : 156026 (fscip) S 155984 155987 152131 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156027] ppid=155984 vsize=5330820 memory=4341176 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156027/stat : 156027 (fscip) S 155984 155987 152131 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156028] ppid=155984 vsize=5330820 memory=4336092 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156028/stat : 156028 (fscip) S 155984 155987 152131 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
Current children cumulated CPU time: 72001.6 s
Current children cumulated vsize: 5330820 KiB
Current children cumulated memory: 4341748 KiB

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

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

# cumulated CPU time of all completed processes:  user=71760.6 s, system=241.226 s

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

[startup+3630.9 s]
/proc/loadavg: 80.48 80.39 79.06 81/1023 158225
/proc/meminfo: memFree=769040116/790760800 swapFree=131071996/131071996
[pid=155987] ppid=155984 vsize=5330820 memory=4341748 CPUtime=72001.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/stat : 155987 (fscip) S 155984 155987 152131 0 -1 1077936128 18917224 0 0 0 7176042 24114 0 0 20 0 41 0 24861291 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
/proc/155987/statm: 1332705 1085437 3334 3035 0 1188396 0
[pid=155987/tid=155989] ppid=155984 vsize=5330820 memory=1340124285944532 CPUtime=3593.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155989/stat : 155989 (fscip) R 155984 155987 152131 0 -1 4194368 1060635 0 0 0 359096 274 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155990] ppid=155984 vsize=5330820 memory=16325789170925620 CPUtime=3601.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155990/stat : 155990 (fscip) R 155984 155987 152131 0 -1 4194368 1629735 0 0 0 359771 332 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155991] ppid=155984 vsize=5330820 memory=0 CPUtime=3596.92 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155991/stat : 155991 (fscip) R 155984 155987 152131 0 -1 4194368 205675 0 0 0 356391 3301 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155992] ppid=155984 vsize=5330820 memory=4148264 CPUtime=3604.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155992/stat : 155992 (fscip) R 155984 155987 152131 0 -1 4194368 751701 0 0 0 360311 111 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155993] ppid=155984 vsize=5330820 memory=25333125866717268 CPUtime=3602.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155993/stat : 155993 (fscip) R 155984 155987 152131 0 -1 4194368 1613789 0 0 0 360081 199 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155994] ppid=155984 vsize=5330820 memory=33196 CPUtime=3597.44 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155994/stat : 155994 (fscip) R 155984 155987 152131 0 -1 4194368 294827 0 0 0 356469 3275 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155995] ppid=155984 vsize=5330820 memory=4317496 CPUtime=3603.75 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155995/stat : 155995 (fscip) R 155984 155987 152131 0 -1 4194368 782957 0 0 0 360275 100 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155996] ppid=155984 vsize=5330820 memory=279974022350016 CPUtime=3587.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155996/stat : 155996 (fscip) R 155984 155987 152131 0 -1 4194368 1543372 0 0 0 358464 317 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155997] ppid=155984 vsize=5330820 memory=31232 CPUtime=3597.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155997/stat : 155997 (fscip) R 155984 155987 152131 0 -1 4194368 247842 0 0 0 356110 3621 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155998] ppid=155984 vsize=5330820 memory=4337868 CPUtime=3604.43 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155998/stat : 155998 (fscip) R 155984 155987 152131 0 -1 4194368 1152159 0 0 0 360135 308 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=155999] ppid=155984 vsize=5330820 memory=26972 CPUtime=3602.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/155999/stat : 155999 (fscip) R 155984 155987 152131 0 -1 4194368 1657547 0 0 0 359997 230 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156000] ppid=155984 vsize=5330820 memory=279974020468880 CPUtime=3603.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156000/stat : 156000 (fscip) R 155984 155987 152131 0 -1 4194368 289479 0 0 0 356608 3723 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156001] ppid=155984 vsize=5330820 memory=4341176 CPUtime=3603.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156001/stat : 156001 (fscip) R 155984 155987 152131 0 -1 4194368 799053 0 0 0 360185 123 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156002] ppid=155984 vsize=5330820 memory=1340124285944532 CPUtime=3607.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156002/stat : 156002 (fscip) R 155984 155987 152131 0 -1 4194368 1586565 0 0 0 360565 184 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156003] ppid=155984 vsize=5330820 memory=4337760 CPUtime=3588.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156003/stat : 156003 (fscip) R 155984 155987 152131 0 -1 4194368 235194 0 0 0 355288 3576 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156004] ppid=155984 vsize=5330820 memory=279974020609200 CPUtime=3602.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156004/stat : 156004 (fscip) R 155984 155987 152131 0 -1 4194368 799687 0 0 0 360160 100 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156005] ppid=155984 vsize=5330820 memory=1340124285944532 CPUtime=3607.59 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156005/stat : 156005 (fscip) R 155984 155987 152131 0 -1 4194368 1423153 0 0 0 360589 170 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156006] ppid=155984 vsize=5330820 memory=279974022330624 CPUtime=3594.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156006/stat : 156006 (fscip) R 155984 155987 152131 0 -1 4194368 213627 0 0 0 355878 3559 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156007] ppid=155984 vsize=5330820 memory=11572 CPUtime=3599.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156007/stat : 156007 (fscip) R 155984 155987 152131 0 -1 4194368 1026346 0 0 0 359654 251 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156008] ppid=155984 vsize=5330820 memory=4334520 CPUtime=3601.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156008/stat : 156008 (fscip) R 155984 155987 152131 0 -1 4194368 1585739 0 0 0 359849 302 0 0 20 0 41 0 24861311 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156009] ppid=155984 vsize=5330820 memory=3 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156009/stat : 156009 (fscip) S 155984 155987 152131 0 -1 1077936192 96 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156010] ppid=155984 vsize=5330820 memory=279974022162704 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156010/stat : 156010 (fscip) S 155984 155987 152131 0 -1 1077936192 87 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156011] ppid=155984 vsize=5330820 memory=16088 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156011/stat : 156011 (fscip) S 155984 155987 152131 0 -1 1077936192 144 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156012] ppid=155984 vsize=5330820 memory=5556 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156012/stat : 156012 (fscip) S 155984 155987 152131 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156013] ppid=155984 vsize=5330820 memory=15656 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156013/stat : 156013 (fscip) S 155984 155987 152131 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156014] ppid=155984 vsize=5330820 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156014/stat : 156014 (fscip) S 155984 155987 152131 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156015] ppid=155984 vsize=5330820 memory=279974022222656 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156015/stat : 156015 (fscip) S 155984 155987 152131 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156016] ppid=155984 vsize=5330820 memory=4337712 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156016/stat : 156016 (fscip) S 155984 155987 152131 0 -1 1077936192 159 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156017] ppid=155984 vsize=5330820 memory=6720664363507990376 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156017/stat : 156017 (fscip) S 155984 155987 152131 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156018] ppid=155984 vsize=5330820 memory=32852 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156018/stat : 156018 (fscip) S 155984 155987 152131 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156019] ppid=155984 vsize=5330820 memory=30399726987509844 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156019/stat : 156019 (fscip) S 155984 155987 152131 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156020] ppid=155984 vsize=5330820 memory=4341408 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156020/stat : 156020 (fscip) S 155984 155987 152131 0 -1 1077936192 153 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156021] ppid=155984 vsize=5330820 memory=4337516 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156021/stat : 156021 (fscip) S 155984 155987 152131 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156022] ppid=155984 vsize=5330820 memory=11572 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156022/stat : 156022 (fscip) S 155984 155987 152131 0 -1 1077936192 152 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156023] ppid=155984 vsize=5330820 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156023/stat : 156023 (fscip) S 155984 155987 152131 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156024] ppid=155984 vsize=5330820 memory=809932048089768 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156024/stat : 156024 (fscip) S 155984 155987 152131 0 -1 1077936192 152 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156025] ppid=155984 vsize=5330820 memory=11560 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156025/stat : 156025 (fscip) S 155984 155987 152131 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156026] ppid=155984 vsize=5330820 memory=4341236 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156026/stat : 156026 (fscip) S 155984 155987 152131 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156027] ppid=155984 vsize=5330820 memory=4341176 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156027/stat : 156027 (fscip) S 155984 155987 152131 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
[pid=155987/tid=156028] ppid=155984 vsize=5330820 memory=4336092 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/155987/task/156028/stat : 156028 (fscip) S 155984 155987 152131 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 24861335 5458759680 1085437 809668444160 4194304 16623229 140733084872944 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 40988672 140733084877833 140733084877951 140733084877951 140733084884976 0
Current children cumulated CPU time: 72001.6 s
Current children cumulated vsize: 5330820 KiB
Current children cumulated memory: 4341748 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3631
CPU time (s): 72001.9
CPU user time (s): 71760.6
CPU system time (s): 241.226
CPU usage (%): 1982.98
Max. virtual memory (cumulated for all children) (KiB): 5330820
Max. memory (cumulated for all children) (KiB): 4341748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71760.6
system time used= 241.226
maximum resident set size= 4341748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18917253
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= 268211
involuntary context switches= 280945


# summary of solver processes directly reported to runsolver:
#   pid: 155987
#   total CPU time (s): 72001.9
#   total CPU user time (s): 71760.6
#   total CPU system time (s): 241.226

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.0546 second user time and 80.754 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-02 09:13:39
IDJOB=4465864
IDBENCH=162192
IDSOLVER=3094
FILE ID=nodeD104/4465864-1722582819
RUNJOBID= nodeD104-1722578068-152143
SLURM_JOB_ID= 8254293
Free space on /tmp= 8622740 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size112-round22-3.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465864-1722582819/watcher-4465864-1722582819 -o /tmp/evaluation-result-4465864-1722582819/solver-4465864-1722582819 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722578068-152143 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465864-1722582819.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= fa6ba6ab9373c7e836356a3f9ed023a2
RANDOM SEED=64144401

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        750123912 kB
MemAvailable:   752034736 kB
Buffers:          357792 kB
Cached:          4867820 kB
SwapCached:            0 kB
Active:           632680 kB
Inactive:       37354300 kB
Active(anon):       2212 kB
Inactive(anon): 32781724 kB
Active(file):     630468 kB
Inactive(file):  4572576 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28644 kB
Writeback:             0 kB
AnonPages:      32761248 kB
Mapped:           127476 kB
Shmem:             22536 kB
KReclaimable:     254988 kB
Slab:             618996 kB
SReclaimable:     254988 kB
SUnreclaim:       364008 kB
KernelStack:       16256 kB
PageTables:        85792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   15615504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           291072 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4667392 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      651264 kB
DirectMap2M:    58566656 kB
DirectMap1G:    746586112 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD104 at 2024-08-02 10:14:10