Trace number 4465869

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.28

General information on the benchmark

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

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 47267840, getVmSize() = 47267840, SCIPgetMemUsed() = 21359537, SCIPgetMemTotal() = 24920777, SCIPgetMemExternEstim() = 13393220
0.00/0.03	c ** set memory limit for presolving in LC to 8.79594e+12 for SCIP **
0.11/0.23	c ** Estimated virtualMemUsedAtSolver = 39649482, getVmSize() = 70426624, SCIPgetMemUsed() = 25230036, SCIPgetMemTotal() = 46081004, SCIPgetMemExternEstim() = 13393220
0.11/0.23	c ** set memory limit for solvers to 4.18849e+11 for each SCIP **
0.11/0.23	c Original Problem   :
0.11/0.23	c   Problem name     : instance-4465869-1722582154
0.11/0.23	c   Variables        : 4288 (4288 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.23	c   Constraints      : 9504
0.11/0.23	c   Objective sense  : minimize
0.11/0.23	c Presolved Problem  :
0.11/0.23	c   Variables        : 3387 (3387 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.23	c   Constraints      : 7789
0.11/0.23	c Constraints        : Number
0.11/0.23	c   and              : 32 
0.11/0.23	c   linear           : 1341 
0.11/0.23	c   logicor          : 6416 
0.11/0.23	c ** Instance transfer method used: 0
0.23/0.24	c ** ParaScipInstance copy does not increase the number of variables. **
0.44/0.49	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.44/0.49	c                                Nodes    Active                                            
0.44/0.49	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
102.88/5.78	c         6          11643         237        20                -           0.0000          -
203.70/10.83	c        11          23389         154        20                -           0.0000          -
302.40/15.88	c        16          24942         153        20                -           0.0000          -
403.60/20.94	c        21          26337         152        20                -           0.0000          -
502.60/25.99	c        26              2           1        20                -           0.0000          -
601.66/31.03	c        31             12          11        20                -           0.0000          -
703.34/36.08	c        36             12          11        20                -           0.0000          -
802.80/41.14	c        41             12          11        20                -           0.0000          -
903.99/46.18	c        46             12          11        20                -           0.0000          -
1004.45/51.23	c        51             12          11        20                -           0.0000          -
1103.62/56.28	c        56             12          11        20                -           0.0000          -
1204.83/61.34	c        61             12          11        20                -           0.0000          -
1304.07/66.38	c        66             12          11        20                -           0.0000          -
1405.25/71.43	c        71             12          11        20                -           0.0000          -
1504.50/76.48	c        76             12          11        20                -           0.0000          -
1605.71/81.50	c        82             12          11        20                -           0.0000          -
1704.90/86.52	c        87             34          33        20                -           0.0000          -
1806.15/91.64	c        92             34          33        20                -           0.0000          -
1905.40/96.68	c        97             22          21        20                -           0.0000          -
2006.66/101.73	c       102             22          21        20                -           0.0000          -
2105.91/106.78	c       107             22          21        20                -           0.0000          -
2207.15/111.83	c       112             22          21        20                -           0.0000          -
2306.41/116.89	c       117             22          21        20                -           0.0000          -
2407.67/121.93	c       122             22          21        20                -           0.0000          -
2506.97/126.98	c       127             22          21        20                -           0.0000          -
2606.27/132.03	c       132             22          21        20                -           0.0000          -
2708.22/137.09	c       137             22          21        20                -           0.0000          -
2807.54/142.13	c       142             22          21        20                -           0.0000          -
2908.88/147.18	c       147             22          21        20                -           0.0000          -
3009.32/152.23	c       152             22          21        20                -           0.0000          -
3108.57/157.28	c       157             22          21        20                -           0.0000          -
3209.84/162.33	c       162             22          21        20                -           0.0000          -
3309.12/167.38	c       167             22          21        20                -           0.0000          -
3410.42/172.43	c       172             22          21        20                -           0.0000          -
3509.73/177.48	c       177             22          21        20                -           0.0000          -
3611.02/182.54	c       183             22          21        20                -           0.0000          -
3710.27/187.59	c       188             22          21        20                -           0.0000          -
3811.35/192.63	c       193             22          21        20                -           0.0000          -
3910.67/197.68	c       198             22          21        20                -           0.0000          -
4011.98/202.73	c       203             22          21        20                -           0.0000          -
4111.28/207.78	c       208             22          21        20                -           0.0000          -
4212.50/212.83	c       213             22          21        20                -           0.0000          -
4311.83/217.88	c       218             22          21        20                -           0.0000          -
4413.10/222.93	c       223             22          21        20                -           0.0000          -
4512.43/227.98	c       228             22          21        20                -           0.0000          -
4611.76/233.03	c       233             22          21        20                -           0.0000          -
4713.71/238.08	c       238             22          21        20                -           0.0000          -
4814.97/243.13	c       243             22          21        20                -           0.0000          -
4914.42/248.18	c       248             22          21        20                -           0.0000          -
5014.92/253.23	c       253             22          21        20                -           0.0000          -
5114.23/258.28	c       258             22          21        20                -           0.0000          -
5215.51/263.33	c       263             22          21        20                -           0.0000          -
5314.79/268.38	c       268             22          21        20                -           0.0000          -
5416.11/273.43	c       273             22          21        20                -           0.0000          -
5515.45/278.48	c       278             22          21        20                -           0.0000          -
5616.77/283.53	c       284             22          21        20                -           0.0000          -
5716.10/288.58	c       289             22          21        20                -           0.0000          -
5817.41/293.63	c       294             22          21        20                -           0.0000          -
5916.68/298.68	c       299             22          21        20                -           0.0000          -
6017.93/303.74	c       304             22          21        20                -           0.0000          -
6117.22/308.78	c       309             22          21        20                -           0.0000          -
6218.46/313.84	c       314             22          21        20                -           0.0000          -
6317.72/318.89	c       319             22          21        20                -           0.0000          -
6418.97/323.94	c       324             22          21        20                -           0.0000          -
6518.21/328.98	c       329             22          21        20                -           0.0000          -
6617.50/334.03	c       334             22          21        20                -           0.0000          -
6719.53/339.08	c       339             22          21        20                -           0.0000          -
6820.60/344.14	c       344             22          21        20                -           0.0000          -
6920.08/349.19	c       349            916         915        20                -           0.0000          -
7020.44/354.23	c       354            916         915        20                -           0.0000          -
7119.62/359.29	c       359            916         915        20                -           0.0000          -
7220.83/364.31	c       364            762         761        20                -           0.0000          -
7320.09/369.39	c       369            847         846        20                -           0.0000          -
7421.33/374.43	c       374           1042        1041        20                -           0.0000          -
7520.50/379.48	c       379            959         958        20                -           0.0000          -
7621.61/384.54	c       385           1061          11        20                -           0.0000          -
7720.81/389.56	c       390             38          37        20                -           0.0000          -
7822.07/394.64	c       395           1002        1001        20                -           0.0000          -
7921.34/399.66	c       400           1002        1001        20                -           0.0000          -
8022.57/404.74	c       405           1002        1001        20                -           0.0000          -
8121.80/409.79	c       410           1002        1001        20                -           0.0000          -
8223.02/414.83	c       415           1122          72        20                -           0.0000          -
8322.29/419.89	c       420           1122          72        20                -           0.0000          -
8423.54/424.94	c       425           1122          72        20                -           0.0000          -
8522.80/429.95	c       430             64          63        20                -           0.0000          -
8622.01/435.03	c       435           1067          17        20                -           0.0000          -
8723.80/440.08	c       440           1067          17        20                -           0.0000          -
8824.97/445.14	c       445           1067          17        20                -           0.0000          -
8924.41/450.18	c       450           1210         160        20                -           0.0000          -
9024.82/455.23	c       455           1210         160        20                -           0.0000          -
9124.02/460.28	c       460           1091          41        20                -           0.0000          -
9225.24/465.30	c       465           1091          41        20                -           0.0000          -
9324.46/470.32	c       470           1215         165        20                -           0.0000          -
9423.69/475.37	c       475            137         134        20                -           0.0000          -
9524.94/480.43	c       480           1127          77        20                -           0.0000          -
9626.16/485.50	c       486           1127          77        20                -           0.0000          -
9725.41/490.55	c       491           1127          77        20                -           0.0000          -
9824.63/495.59	c       496            180         177        20                -           0.0000          -
9925.82/500.68	c       501           1269         219        20                -           0.0000          -
10027.02/505.73	c       506           1157         107        20                -           0.0000          -
10126.25/510.79	c       511           1157         107        20                -           0.0000          -
10227.51/515.80	c       516            198         195        20                -           0.0000          -
10326.75/520.87	c       521           1323         259        20                -           0.0000          -
10427.92/525.93	c       526           1233         183        20                -           0.0000          -
10527.04/530.97	c       531           1236         186        20                -           0.0000          -
10626.27/536.03	c       536           1236         186        20                -           0.0000          -
10728.36/541.07	c       541           1236         186        20                -           0.0000          -
10827.30/546.12	c       546           1236         186        20                -           0.0000          -
10928.40/551.17	c       551           1377         297        20                -           0.0000          -
11028.93/556.23	c       556           1380         300        20                -           0.0000          -
11128.10/561.28	c       561           1281         231        20                -           0.0000          -
11229.30/566.30	c       566            278         275        20                -           0.0000          -
11328.49/571.37	c       571            294         291        20                -           0.0000          -
11429.68/576.43	c       576           1399         315        20                -           0.0000          -
11528.92/581.48	c       581           1399         315        20                -           0.0000          -
11630.10/586.52	c       587           1442         392        20                -           0.0000          -
11729.28/591.57	c       592           1442         392        20                -           0.0000          -
11828.51/596.58	c       597         989166         171        20                -           0.0000          -
11929.70/601.67	c       602            420         417        20                -           0.0000          -
12030.94/606.72	c       607           1470         368        20                -           0.0000          -
12130.15/611.77	c       612           1507         457        20                -           0.0000          -
12231.35/616.82	c       617           1507         457        20                -           0.0000          -
12330.57/621.88	c       622            466         463        20                -           0.0000          -
12431.69/626.93	c       627           1606         556        20                -           0.0000          -
12530.88/631.97	c       632           1651         601        20                -           0.0000          -
12630.10/637.02	c       637           1673         623        20                -           0.0000          -
12732.01/642.05	c       642           1699         649        20                -           0.0000          -
12831.22/647.09	c       647            616         613        20                -           0.0000          -
12932.48/652.16	c       652            616         613        20                -           0.0000          -
13033.02/657.22	c       657           1743         627        20                -           0.0000          -
13132.06/662.28	c       662            624         621        20                -           0.0000          -
13233.30/667.32	c       667           1764         648        20                -           0.0000          -
13332.58/672.37	c       672           1891         841        20                -           0.0000          -
13433.60/677.43	c       677           1891         841        20                -           0.0000          -
13532.83/682.48	c       682           1891         841        20                -           0.0000          -
13634.07/687.52	c       688           1854         732        20                -           0.0000          -
13733.35/692.58	c       693           1915         865        20                -           0.0000          -
13834.52/697.60	c       698           1915         865        20                -           0.0000          -
13933.74/702.68	c       703           1915         865        20                -           0.0000          -
14032.94/707.68	c       708           1899         773        20                -           0.0000          -
14134.12/712.77	c       713            735         732        20                -           0.0000          -
14235.35/717.82	c       718            741         736        20                -           0.0000          -
14334.56/722.87	c       723           1973         847        20                -           0.0000          -
14435.76/727.90	c       728            754         749        20                -           0.0000          -
14534.98/732.92	c       733           2048         996        20                -           0.0000          -
14634.21/737.95	c       738           2048         996        20                -           0.0000          -
14733.38/743.01	c       743           2048         996        20                -           0.0000          -
14835.17/748.12	c       748           2048         996        20                -           0.0000          -
14934.39/753.13	c       753           2048         996        20                -           0.0000          -
15035.45/758.15	c       758           2048         996        20                -           0.0000          -
15136.02/763.27	c       763           2048         996        20                -           0.0000          -
15237.25/768.32	c       768           2048         996        20                -           0.0000          -
15336.46/773.37	c       773           2048         996        20                -           0.0000          -
15437.74/778.42	c       778           2048         996        20                -           0.0000          -
15537.10/783.48	c       783           2048         996        20                -           0.0000          -
15638.11/788.52	c       789           2048         996        20                -           0.0000          -
15737.31/793.57	c       794           2048         996        20                -           0.0000          -
15838.53/798.62	c       799           2048         996        20                -           0.0000          -
15937.73/803.67	c       804           2048         996        20                -           0.0000          -
16038.96/808.71	c       809           2048         996        20                -           0.0000          -
16138.14/813.77	c       814           2048         996        20                -           0.0000          -
16239.33/818.82	c       819           1123        1118        20                -           0.0000          -
16338.58/823.87	c       824           2065        1013        20                -           0.0000          -
16439.82/828.92	c       829           2065        1013        20                -           0.0000          -
16539.07/833.97	c       834           2065        1013        20                -           0.0000          -
16638.29/839.03	c       839           2065        1013        20                -           0.0000          -
16740.05/844.09	c       844           2085        1033        20                -           0.0000          -
16839.41/849.10	c       849           2085        1033        20                -           0.0000          -
16940.49/854.16	c       854           2085        1033        20                -           0.0000          -
17041.05/859.23	c       859           2800        1670        20                -           0.0000          -
17140.28/864.29	c       864           2800        1670        20                -           0.0000          -
17241.46/869.34	c       869           2800        1670        20                -           0.0000          -
17340.61/874.38	c       874           2800        1670        20                -           0.0000          -
17441.82/879.43	c       879           2156        1104        20                -           0.0000          -
17541.04/884.48	c       884           1293        1288        20                -           0.0000          -
17642.28/889.53	c       890           2206        1154        20                -           0.0000          -
17741.53/894.58	c       895           2875        1745        20                -           0.0000          -
17842.69/899.63	c       900           2907        1777        20                -           0.0000          -
17941.83/904.68	c       905           1361        1354        20                -           0.0000          -
18043.01/909.73	c       910           2929        1799        20                -           0.0000          -
18142.23/914.78	c       915           2929        1799        20                -           0.0000          -
18241.46/919.79	c       920           2335        1283        20                -           0.0000          -
18342.68/924.87	c       925           2422        1370        20                -           0.0000          -
18442.08/929.90	c       930           2422        1370        20                -           0.0000          -
18543.08/934.92	c       935           2422        1370        20                -           0.0000          -
18642.28/940.03	c       940           2422        1370        20                -           0.0000          -
18744.11/945.08	c       945           1452        1441        20                -           0.0000          -
18845.29/950.13	c       950           1464        1453        20                -           0.0000          -
18944.62/955.18	c       955           2529        1475        20                -           0.0000          -
19045.00/960.22	c       960           1496        1483        20                -           0.0000          -
19144.17/965.28	c       965           2640        1584        20                -           0.0000          -
19245.32/970.32	c       970           1517        1504        20                -           0.0000          -
19344.42/975.34	c       975           1522        1509        20                -           0.0000          -
19443.56/980.38	c       980           3242        2108        20                -           0.0000          -
19544.73/985.48	c       985           1568        1553        20                -           0.0000          -
19645.94/990.53	c       991           2827        1771        20                -           0.0000          -
19745.12/995.58	c       996           2861        1805        20                -           0.0000          -
19846.46/1000.63	c      1001         873686         149        20                -           0.0000          -
19945.43/1005.64	c      1006           2951        1895        20                -           0.0000          -
20046.59/1010.73	c      1011           1664           0        20                -           0.0000          -
20145.76/1015.78	c      1016           1664           0        20                -           0.0000          -
20246.96/1020.83	c      1021           1664           0        20                -           0.0000          -
20346.14/1025.88	c      1026           1664           0        20                -           0.0000          -
20447.33/1030.93	c      1031           1664           0        20                -           0.0000          -
20546.59/1035.98	c      1036           1664           0        20                -           0.0000          -
20645.82/1041.03	c      1041           1664           0        20                -           0.0000          -
20747.61/1046.06	c      1046           1664           0        20                -           0.0000          -
20846.92/1051.13	c      1051           1664           0        20                -           0.0000          -
20948.09/1056.18	c      1056           1664           0        20                -           0.0000          -
21048.46/1061.20	c      1061           1664           0        20                -           0.0000          -
21147.65/1066.28	c      1066           1664           0        20                -           0.0000          -
21248.84/1071.33	c      1071           1664           0        20                -           0.0000          -
21348.03/1076.38	c      1076           3419        2279        20                -           0.0000          -
21449.14/1081.43	c      1081           3419        2279        20                -           0.0000          -
21548.31/1086.48	c      1086           1675          11        20                -           0.0000          -
21649.38/1091.53	c      1092           3442        2302        20                -           0.0000          -
21748.54/1096.58	c      1097           3336        2280        20                -           0.0000          -
21849.71/1101.63	c      1102           3336        2280        20                -           0.0000          -
21948.91/1106.68	c      1107           3336        2280        20                -           0.0000          -
22050.05/1111.70	c      1112           1697          33        20                -           0.0000          -
22149.22/1116.78	c      1117           3544        2404        20                -           0.0000          -
22250.37/1121.83	c      1122           3406        2350        20                -           0.0000          -
22349.57/1126.88	c      1127           1726          62        20                -           0.0000          -
22450.74/1131.93	c      1132           1726          62        20                -           0.0000          -
22549.85/1136.98	c      1137           3666        2520        20                -           0.0000          -
22651.59/1142.03	c      1142           3651        2595        20                -           0.0000          -
22750.75/1147.04	c      1147           3681        2533        20                -           0.0000          -
22850.21/1152.05	c      1152           3729        2673        20                -           0.0000          -
22951.24/1157.14	c      1157           1784         120        20                -           0.0000          -
23051.80/1162.23	c      1162           1795         131        20                -           0.0000          -
23150.86/1167.28	c      1167           3942        2886        20                -           0.0000          -
23252.08/1172.33	c      1172           1816         152        20                -           0.0000          -
23351.34/1177.38	c      1177           3813        2657        20                -           0.0000          -
23452.57/1182.43	c      1182           1843         179        20                -           0.0000          -
23551.74/1187.48	c      1187           4071        3015        20                -           0.0000          -
23652.81/1192.53	c      1193           1879         215        20                -           0.0000          -
23751.94/1197.58	c      1198           4122        3066        20                -           0.0000          -
23853.11/1202.62	c      1203           3897        2733        20                -           0.0000          -
23952.31/1207.67	c      1208           4179        3121        20                -           0.0000          -
24053.50/1212.72	c      1213           4179        3121        20                -           0.0000          -
24152.69/1217.77	c      1218           4179        3121        20                -           0.0000          -
24253.88/1222.82	c      1223        3832725         217        20                -           0.0000          -
24353.01/1227.87	c      1228           4008        2838        20                -           0.0000          -
24454.17/1232.92	c      1233           4008        2838        20                -           0.0000          -
24553.34/1237.97	c      1238           4008        2838        20                -           0.0000          -
24652.46/1243.02	c      1243           4008        2838        20                -           0.0000          -
24754.13/1248.07	c      1248           4422        3364        20                -           0.0000          -
24853.34/1253.13	c      1253           2496         742        20                -           0.0000          -
24954.42/1258.17	c      1258           4543        3485        20                -           0.0000          -
25054.84/1263.22	c      1263           4115        2943        20                -           0.0000          -
25153.98/1268.27	c      1268           4138        2966        20                -           0.0000          -
25255.05/1273.32	c      1273           4693        3635        20                -           0.0000          -
25354.15/1278.36	c      1278        4169642         210        20                -           0.0000          -
25455.24/1283.42	c      1283           4203        3025        20                -           0.0000          -
25554.38/1288.47	c      1288           4807        3749        20                -           0.0000          -
25655.51/1293.52	c      1294        4261949         211        20                -           0.0000          -
25754.63/1298.56	c      1299           4813        3755        20                -           0.0000          -
25855.81/1303.61	c      1304           4813        3755        20                -           0.0000          -
25954.96/1308.65	c      1309           4813        3755        20                -           0.0000          -
26056.18/1313.72	c      1314           4320        3142        20                -           0.0000          -
26155.38/1318.77	c      1319           4345        3165        20                -           0.0000          -
26256.58/1323.82	c      1324           4384        3204        20                -           0.0000          -
26355.75/1328.87	c      1329           4401        3221        20                -           0.0000          -
26454.94/1333.89	c      1334        4505385         215        20                -           0.0000          -
26556.13/1338.97	c      1339           9986         865        20                -           0.0000          -
26655.24/1344.02	c      1344           5077        4019        20                -           0.0000          -
26757.01/1349.07	c      1349           5117        4057        20                -           0.0000          -
26856.07/1354.12	c      1354           5148        4088        20                -           0.0000          -
26957.33/1359.17	c      1359           5148        4088        20                -           0.0000          -
27057.88/1364.22	c      1364           5148        4088        20                -           0.0000          -
27157.04/1369.27	c      1369           5148        4088        20                -           0.0000          -
27258.30/1374.32	c      1374           5148        4088        20                -           0.0000          -
27357.57/1379.37	c      1379           5148        4088        20                -           0.0000          -
27458.82/1384.42	c      1384           5148        4088        20                -           0.0000          -
27558.08/1389.46	c      1389           5148        4088        20                -           0.0000          -
27657.34/1394.47	c      1394           5148        4088        20                -           0.0000          -
27758.59/1399.51	c      1400           5148        4088        20                -           0.0000          -
27857.84/1404.56	c      1405           5148        4088        20                -           0.0000          -
27959.07/1409.61	c      1410           5148        4088        20                -           0.0000          -
28058.26/1414.69	c      1415           5148        4088        20                -           0.0000          -
28159.50/1419.70	c      1420           5148        4088        20                -           0.0000          -
28258.75/1424.73	c      1425           5148        4088        20                -           0.0000          -
28360.00/1429.86	c      1430           5148        4088        20                -           0.0000          -
28461.26/1434.92	c      1435           5148        4088        20                -           0.0000          -
28560.53/1439.97	c      1440           5148        4088        20                -           0.0000          -
28659.77/1445.00	c      1445           5148        4088        20                -           0.0000          -
28761.50/1450.07	c      1450           4772        3570        20                -           0.0000          -
28860.66/1455.12	c      1455           4793        3591        20                -           0.0000          -
28961.71/1460.16	c      1460           5209        4147        20                -           0.0000          -
29062.31/1465.22	c      1465           5257        4193        20                -           0.0000          -
29161.51/1470.24	c      1470        5321920         214        20                -           0.0000          -
29260.73/1475.25	c      1475           5381        4315        20                -           0.0000          -
29361.93/1480.31	c      1480           4928        3718        20                -           0.0000          -
29463.12/1485.41	c      1485           5389        4323        20                -           0.0000          -
29562.25/1490.47	c      1490           5389        4323        20                -           0.0000          -
29663.42/1495.52	c      1496           5004        3790        20                -           0.0000          -
29762.57/1500.57	c      1501           5024        3810        20                -           0.0000          -
29863.78/1505.62	c      1506           5534        4468        20                -           0.0000          -
29962.96/1510.65	c      1511           5057        3843        20                -           0.0000          -
30064.11/1515.72	c      1516           5637        4571        20                -           0.0000          -
30163.24/1520.77	c      1521           5657        4591        20                -           0.0000          -
30262.30/1525.78	c      1526        5648625         211        20                -           0.0000          -
30363.40/1530.86	c      1531        5677673         213        20                -           0.0000          -
30464.56/1535.92	c      1536           5757        4691        20                -           0.0000          -
30563.78/1540.97	c      1541        5737073         209        20                -           0.0000          -
30663.00/1546.02	c      1546           5234        4012        20                -           0.0000          -
30764.66/1551.07	c      1551           5257        4033        20                -           0.0000          -
30863.92/1556.10	c      1556        5826329         211        20                -           0.0000          -
30965.19/1561.17	c      1561           5890        4824        20                -           0.0000          -
31065.56/1566.22	c      1566           5890        4824        20                -           0.0000          -
31164.75/1571.27	c      1571           5890        4824        20                -           0.0000          -
31265.95/1576.32	c      1576           5890        4824        20                -           0.0000          -
31365.19/1581.35	c      1581        5972138         212        20                -           0.0000          -
31466.26/1586.42	c      1586           5402        4174        20                -           0.0000          -
31565.41/1591.47	c      1591           6011        4945        20                -           0.0000          -
31666.47/1596.51	c      1597           6013        4947        20                -           0.0000          -
31765.67/1601.57	c      1602           6021        4955        20                -           0.0000          -
31866.84/1606.62	c      1607           6037        4971        20                -           0.0000          -
31966.08/1611.66	c      1612           6053        4987        20                -           0.0000          -
32067.45/1616.72	c      1617           6053        4987        20                -           0.0000          -
32166.47/1621.77	c      1622           6053        4987        20                -           0.0000          -
32267.63/1626.82	c      1627           5610        4372        20                -           0.0000          -
32366.78/1631.87	c      1632        6262303         213        20                -           0.0000          -
32467.92/1636.92	c      1637           6143        5075        20                -           0.0000          -
32567.14/1641.97	c      1642           6159        5091        20                -           0.0000          -
32665.89/1647.02	c      1647           5709        4465        20                -           0.0000          -
32767.64/1652.07	c      1652        6377798         212        20                -           0.0000          -
32866.86/1657.12	c      1657           5774        4530        20                -           0.0000          -
32968.10/1662.17	c      1662           5792        4548        20                -           0.0000          -
33068.60/1667.22	c      1667           6407        5339        20                -           0.0000          -
33167.75/1672.24	c      1672           5842        4592        20                -           0.0000          -
33266.91/1677.25	c      1677        6527467         209        20                -           0.0000          -
33366.07/1682.27	c      1682           6551        5483        20                -           0.0000          -
33467.22/1687.36	c      1687           6561        5491        20                -           0.0000          -
33568.29/1692.44	c      1692           5959        4707        20                -           0.0000          -
33669.45/1697.51	c      1698           5976        4724        20                -           0.0000          -
33768.41/1702.56	c      1703           6705        5635        20                -           0.0000          -
33869.53/1707.62	c      1708           6745        5675        20                -           0.0000          -
33968.52/1712.67	c      1713           6745        5675        20                -           0.0000          -
34069.59/1717.72	c      1718           6745        5675        20                -           0.0000          -
34168.77/1722.77	c      1723           6032        4778        20                -           0.0000          -
34269.89/1727.82	c      1728           6032        4778        20                -           0.0000          -
34369.05/1732.87	c      1733           6032        4778        20                -           0.0000          -
34470.15/1737.92	c      1738           6032        4778        20                -           0.0000          -
34569.33/1742.97	c      1743           6032        4778        20                -           0.0000          -
34668.24/1748.02	c      1748           6032        4778        20                -           0.0000          -
34769.83/1753.08	c      1753        6964323         207        20                -           0.0000          -
34870.59/1758.12	c      1758        6991488         212        20                -           0.0000          -
34969.89/1763.17	c      1763           6080        4822        20                -           0.0000          -
35070.19/1768.22	c      1768           6104        4846        20                -           0.0000          -
35168.95/1773.27	c      1773           6121        4863        20                -           0.0000          -
35270.06/1778.32	c      1778           6130        4872        20                -           0.0000          -
35369.25/1783.37	c      1783           7171        6095        20                -           0.0000          -
35468.40/1788.38	c      1788           6206        4948        20                -           0.0000          -
35569.54/1793.47	c      1793           7235        6159        20                -           0.0000          -
35670.68/1798.52	c      1799           7235        6159        20                -           0.0000          -
35769.80/1803.57	c      1804           7235        6159        20                -           0.0000          -
35871.01/1808.62	c      1809           7235        6159        20                -           0.0000          -
35970.15/1813.67	c      1814           6320        5058        20                -           0.0000          -
36069.35/1818.69	c      1819           7341        6265        20                -           0.0000          -
36170.37/1823.76	c      1824           6348        5086        20                -           0.0000          -
36271.50/1828.82	c      1829           6348        5086        20                -           0.0000          -
36370.71/1833.83	c      1834           6354        5092        20                -           0.0000          -
36471.81/1838.92	c      1839           6368        5106        20                -           0.0000          -
36570.99/1843.97	c      1844           6368        5106        20                -           0.0000          -
36669.95/1849.02	c      1849           6368        5106        20                -           0.0000          -
36771.75/1854.07	c      1854           7542        6466        20                -           0.0000          -
36870.84/1859.12	c      1859        7553616         214        20                -           0.0000          -
36972.12/1864.17	c      1864           7604        6528        20                -           0.0000          -
37072.48/1869.22	c      1869           6442        5178        20                -           0.0000          -
37171.60/1874.27	c      1874           7747        6671        20                -           0.0000          -
37272.65/1879.32	c      1879           7773        6697        20                -           0.0000          -
37371.74/1884.37	c      1884        7693200         212        20                -           0.0000          -
37472.86/1889.42	c      1889        7720584         210        20                -           0.0000          -
37571.82/1894.47	c      1894           7932        6856        20                -           0.0000          -
37672.97/1899.52	c      1900        7774332         214        20                -           0.0000          -
37771.99/1904.57	c      1905          35631         917        20                -           0.0000          -
37872.83/1909.60	c      1910           6696        5420        20                -           0.0000          -
37971.98/1914.64	c      1915           8139        7063        20                -           0.0000          -
38072.94/1919.73	c      1920           8147        7071        20                -           0.0000          -
38172.10/1924.78	c      1925           8163        7087        20                -           0.0000          -
38273.17/1929.81	c      1930        7946370         212        20                -           0.0000          -
38371.92/1934.88	c      1935          36843         934        20                -           0.0000          -
38473.08/1939.93	c      1940           8244        7168        20                -           0.0000          -
38572.17/1944.98	c      1945           8291        7215        20                -           0.0000          -
38671.28/1950.03	c      1950           6916        5636        20                -           0.0000          -
38773.14/1955.08	c      1955           8299        7223        20                -           0.0000          -
38873.91/1960.13	c      1960           8299        7223        20                -           0.0000          -
38973.46/1965.18	c      1965           6950        5668        20                -           0.0000          -
39073.74/1970.23	c      1970           6950        5668        20                -           0.0000          -
39172.88/1975.28	c      1975           6952        5670        20                -           0.0000          -
39274.08/1980.33	c      1980           8445        7369        20                -           0.0000          -
39373.12/1985.36	c      1985           8459        7383        20                -           0.0000          -
39474.21/1990.43	c      1990           8459        7383        20                -           0.0000          -
39573.33/1995.47	c      1995           8459        7383        20                -           0.0000          -
39674.56/2000.53	c      2001           8459        7383        20                -           0.0000          -
39773.75/2005.58	c      2006           8459        7383        20                -           0.0000          -
39874.92/2010.63	c      2011           8459        7383        20                -           0.0000          -
39974.09/2015.68	c      2016           8459        7383        20                -           0.0000          -
40075.21/2020.73	c      2021           8459        7383        20                -           0.0000          -
40174.14/2025.78	c      2026           8459        7383        20                -           0.0000          -
40275.26/2030.83	c      2031           8459        7383        20                -           0.0000          -
40374.39/2035.88	c      2036           8459        7383        20                -           0.0000          -
40475.57/2040.93	c      2041           8459        7383        20                -           0.0000          -
40574.73/2045.96	c      2046           8459        7383        20                -           0.0000          -
40673.84/2051.03	c      2051           8459        7383        20                -           0.0000          -
40775.71/2056.08	c      2056           8459        7383        20                -           0.0000          -
40874.92/2061.13	c      2061           8459        7383        20                -           0.0000          -
40976.15/2066.15	c      2066           8459        7383        20                -           0.0000          -
41076.58/2071.23	c      2071           8459        7383        20                -           0.0000          -
41175.58/2076.26	c      2076        8775408         214        20                -           0.0000          -
41274.76/2081.29	c      2081           8564        7488        20                -           0.0000          -
41375.93/2086.35	c      2086           8587        7511        20                -           0.0000          -
41475.09/2091.37	c      2091        1720910         151        20                -           0.0000          -
41574.25/2096.38	c      2096        1722235         148        20                -           0.0000          -
41675.37/2101.43	c      2101           8793        7717        20                -           0.0000          -
41774.49/2106.49	c      2106           7592        6302        20                -           0.0000          -
41877.63/2111.63	c      2112           7592        6302        20                -           0.0000          -
41976.51/2116.68	c      2117           7592        6302        20                -           0.0000          -
42077.67/2121.73	c      2122           7592        6302        20                -           0.0000          -
42176.83/2126.78	c      2127           7592        6302        20                -           0.0000          -
42277.97/2131.80	c      2132           7592        6302        20                -           0.0000          -
42377.13/2136.87	c      2137           7592        6302        20                -           0.0000          -
42478.03/2141.93	c      2142           7592        6302        20                -           0.0000          -
42577.09/2146.95	c      2147           7592        6302        20                -           0.0000          -
42675.97/2152.00	c      2152           7592        6302        20                -           0.0000          -
42777.89/2157.08	c      2157           8978        7902        20                -           0.0000          -
42876.61/2162.13	c      2162           9031        7955        20                -           0.0000          -
42977.79/2167.18	c      2167           7666        6370        20                -           0.0000          -
43078.14/2172.23	c      2172           7678        6382        20                -           0.0000          -
43177.33/2177.28	c      2177           9187        8111        20                -           0.0000          -
43278.45/2182.33	c      2182           7706        6410        20                -           0.0000          -
43377.56/2187.38	c      2187           7723        6427        20                -           0.0000          -
43478.71/2192.41	c      2192           9291        8215        20                -           0.0000          -
43577.67/2197.48	c      2197           7747        6451        20                -           0.0000          -
43678.66/2202.53	c      2203           7771        6473        20                -           0.0000          -
43777.77/2207.55	c      2208           9387        8311        20                -           0.0000          -
43878.92/2212.63	c      2213           9435        8359        20                -           0.0000          -
43978.05/2217.67	c      2218           7883        6585        20                -           0.0000          -
44079.22/2222.73	c      2223           9483        8407        20                -           0.0000          -
44178.16/2227.78	c      2228           7939        6641        20                -           0.0000          -
44279.16/2232.83	c      2233           9579        8503        20                -           0.0000          -
44378.17/2237.88	c      2238           7988        6690        20                -           0.0000          -
44479.31/2242.93	c      2243           8008        6710        20                -           0.0000          -
44578.44/2247.98	c      2248           9779        8703        20                -           0.0000          -
44679.94/2253.03	c      2253           8038        6738        20                -           0.0000          -
44779.38/2258.08	c      2258           8038        6738        20                -           0.0000          -
44878.55/2263.13	c      2263           8038        6738        20                -           0.0000          -
44979.73/2268.18	c      2268          51922         911        20                -           0.0000          -
45080.13/2273.23	c      2273           9973        8897        20                -           0.0000          -
45179.16/2278.28	c      2278          10043        8967        20                -           0.0000          -
45280.09/2283.33	c      2283           8131        6829        20                -           0.0000          -
45379.26/2288.38	c      2288           8151        6849        20                -           0.0000          -
45480.29/2293.42	c      2293           8151        6849        20                -           0.0000          -
45579.37/2298.48	c      2298           8151        6849        20                -           0.0000          -
45680.52/2303.53	c      2304           8151        6849        20                -           0.0000          -
45779.67/2308.55	c      2309           8162        6860        20                -           0.0000          -
45880.80/2313.63	c      2314          10381        9303        20                -           0.0000          -
45979.95/2318.68	c      2319          10405        9327        20                -           0.0000          -
46081.09/2323.73	c      2324          10405        9327        20                -           0.0000          -
46180.25/2328.78	c      2329          10493        9415        20                -           0.0000          -
46281.42/2333.83	c      2334           8290        6988        20                -           0.0000          -
46380.57/2338.88	c      2339          10513        9435        20                -           0.0000          -
46481.72/2343.92	c      2344           8322        7020        20                -           0.0000          -
46580.89/2348.97	c      2349          10608        9528        20                -           0.0000          -
46680.03/2354.00	c      2354          10631        9551        20                -           0.0000          -
46779.20/2359.03	c      2359          10726        9646        20                -           0.0000          -
46881.05/2364.13	c      2364           8371        7069        20                -           0.0000          -
46982.21/2369.18	c      2369           8371        7069        20                -           0.0000          -
47082.61/2374.23	c      2374           8371        7069        20                -           0.0000          -
47181.78/2379.28	c      2379           8405        7103        20                -           0.0000          -
47282.92/2384.33	c      2384           8425        7121        20                -           0.0000          -
47382.01/2389.38	c      2389          57024         905        20                -           0.0000          -
47483.00/2394.43	c      2394          11061        9975        20                -           0.0000          -
47582.13/2399.48	c      2399          11083        9997        20                -           0.0000          -
47683.27/2404.53	c      2405           8532        7222        20                -           0.0000          -
47782.43/2409.56	c      2410           8532        7222        20                -           0.0000          -
47883.52/2414.63	c      2415          11205       10117        20                -           0.0000          -
47982.70/2419.67	c      2420           8555        7245        20                -           0.0000          -
48083.63/2424.70	c      2425       10728368         212        20                -           0.0000          -
48182.65/2429.78	c      2430           8595        7285        20                -           0.0000          -
48283.77/2434.83	c      2435           8624        7314        20                -           0.0000          -
48382.87/2439.88	c      2440           8624        7314        20                -           0.0000          -
48484.07/2444.93	c      2445           8655        7345        20                -           0.0000          -
48582.89/2449.98	c      2450          11463       10373        20                -           0.0000          -
48681.91/2455.03	c      2455           8756        7440        20                -           0.0000          -
48783.60/2460.08	c      2460          11538       10448        20                -           0.0000          -
48882.56/2465.13	c      2465           8801        7481        20                -           0.0000          -
48983.26/2470.18	c      2470           8836        7514        20                -           0.0000          -
49083.82/2475.23	c      2475           8842        7520        20                -           0.0000          -
49182.81/2480.26	c      2480          11678       10586        20                -           0.0000          -
49281.88/2485.29	c      2485       11064272         210        20                -           0.0000          -
49383.05/2490.32	c      2490          11774       10682        20                -           0.0000          -
49482.22/2495.37	c      2495          11774       10682        20                -           0.0000          -
49583.38/2500.42	c      2500          11774       10682        20                -           0.0000          -
49682.54/2505.48	c      2505          11774       10682        20                -           0.0000          -
49783.54/2510.58	c      2511           9024        7688        20                -           0.0000          -
49884.56/2515.63	c      2516          11843       10751        20                -           0.0000          -
49983.74/2520.68	c      2521          11865       10773        20                -           0.0000          -
50084.89/2525.72	c      2526           9089        7753        20                -           0.0000          -
50183.98/2530.78	c      2531           9122        7786        20                -           0.0000          -
50285.06/2535.83	c      2536           9122        7786        20                -           0.0000          -
50384.17/2540.88	c      2541          12041       10949        20                -           0.0000          -
50485.33/2545.93	c      2546           9149        7813        20                -           0.0000          -
50584.49/2550.98	c      2551           9149        7813        20                -           0.0000          -
50686.08/2556.03	c      2556           9149        7813        20                -           0.0000          -
50785.37/2561.08	c      2561          12097       11005        20                -           0.0000          -
50884.30/2566.13	c      2566           9188        7848        20                -           0.0000          -
50985.49/2571.18	c      2571          12243       11151        20                -           0.0000          -
51085.74/2576.21	c      2576          12281       11189        20                -           0.0000          -
51184.84/2581.28	c      2581           9250        7906        20                -           0.0000          -
51285.99/2586.33	c      2586           9274        7930        20                -           0.0000          -
51385.13/2591.38	c      2591          12396       11304        20                -           0.0000          -
51486.02/2596.43	c      2596          12396       11304        20                -           0.0000          -
51585.08/2601.48	c      2601          12417       11325        20                -           0.0000          -
51686.19/2606.53	c      2607           9361        8017        20                -           0.0000          -
51785.31/2611.58	c      2612          12521       11429        20                -           0.0000          -
51884.41/2616.60	c      2617          12562       11468        20                -           0.0000          -
51985.50/2621.68	c      2622          12562       11468        20                -           0.0000          -
52086.61/2626.73	c      2627          12562       11468        20                -           0.0000          -
52185.69/2631.78	c      2632          12562       11468        20                -           0.0000          -
52286.84/2636.84	c      2637          12562       11468        20                -           0.0000          -
52385.85/2641.88	c      2642          12562       11468        20                -           0.0000          -
52486.85/2646.92	c      2647          12562       11468        20                -           0.0000          -
52585.98/2651.95	c      2652          12562       11468        20                -           0.0000          -
52685.09/2657.03	c      2657          12562       11468        20                -           0.0000          -
52786.85/2662.08	c      2662          12562       11468        20                -           0.0000          -
52885.79/2667.13	c      2667          12562       11468        20                -           0.0000          -
52987.04/2672.15	c      2672          12562       11468        20                -           0.0000          -
53086.39/2677.16	c      2677          12562       11468        20                -           0.0000          -
53186.34/2682.23	c      2682          12562       11468        20                -           0.0000          -
53285.40/2687.29	c      2687          12562       11468        20                -           0.0000          -
53386.22/2692.38	c      2692           9655        8309        20                -           0.0000          -
53487.08/2697.43	c      2697           9655        8309        20                -           0.0000          -
53586.25/2702.48	c      2702           9655        8309        20                -           0.0000          -
53687.42/2707.53	c      2708           9655        8309        20                -           0.0000          -
53786.38/2712.58	c      2713           9655        8309        20                -           0.0000          -
53885.52/2717.60	c      2718           9655        8309        20                -           0.0000          -
53986.68/2722.68	c      2723           9655        8309        20                -           0.0000          -
54087.83/2727.73	c      2728           9655        8309        20                -           0.0000          -
54186.85/2732.78	c      2733           9655        8309        20                -           0.0000          -
54287.97/2737.83	c      2738           9655        8309        20                -           0.0000          -
54387.14/2742.88	c      2743          13027       11931        20                -           0.0000          -
54488.30/2747.93	c      2748          13037       11941        20                -           0.0000          -
54587.48/2752.98	c      2753           9737        8387        20                -           0.0000          -
54686.69/2758.03	c      2758          13099       12003        20                -           0.0000          -
54788.33/2763.05	c      2763          13099       12003        20                -           0.0000          -
54887.66/2768.06	c      2768          13163       12067        20                -           0.0000          -
54986.67/2773.07	c      2773           9854        8504        20                -           0.0000          -
55088.03/2778.18	c      2778           9857        8507        20                -           0.0000          -
55188.26/2783.27	c      2783          13259       12163        20                -           0.0000          -
55289.43/2788.30	c      2788           9898        8546        20                -           0.0000          -
55388.64/2793.36	c      2793           9918        8566        20                -           0.0000          -
55489.37/2798.43	c      2798           9921        8569        20                -           0.0000          -
55588.48/2803.48	c      2803          13406       12310        20                -           0.0000          -
55689.65/2808.53	c      2809           9958        8606        20                -           0.0000          -
55788.85/2813.54	c      2814          13464       12368        20                -           0.0000          -
55890.02/2818.60	c      2819          75784         912        20                -           0.0000          -
55989.25/2823.67	c      2824          10036        8684        20                -           0.0000          -
56090.42/2828.73	c      2829          10036        8684        20                -           0.0000          -
56189.59/2833.76	c      2834          13653       12557        20                -           0.0000          -
56288.78/2838.77	c      2839          13653       12557        20                -           0.0000          -
56389.98/2843.88	c      2844          10067        8715        20                -           0.0000          -
56491.11/2848.93	c      2849          10078        8726        20                -           0.0000          -
56590.30/2853.96	c      2854          13805       12709        20                -           0.0000          -
56689.44/2859.03	c      2859       13137994         214        20                -           0.0000          -
56791.20/2864.07	c      2864          13884       12788        20                -           0.0000          -
56890.45/2869.12	c      2869       13193997         209        20                -           0.0000          -
56991.78/2874.18	c      2874          10213        8855        20                -           0.0000          -
57092.04/2879.23	c      2879          10222        8864        20                -           0.0000          -
57191.15/2884.27	c      2884          10222        8864        20                -           0.0000          -
57290.34/2889.28	c      2889       13303968         212        20                -           0.0000          -
57391.53/2894.38	c      2894          10244        8882        20                -           0.0000          -
57492.38/2899.43	c      2899          14159       13061        20                -           0.0000          -
57591.50/2904.46	c      2904          14238       13140        20                -           0.0000          -
57692.67/2909.53	c      2910          10343        8979        20                -           0.0000          -
57791.87/2914.58	c      2915          10345        8981        20                -           0.0000          -
57893.04/2919.63	c      2920          14357       13259        20                -           0.0000          -
57992.23/2924.68	c      2925          14391       13293        20                -           0.0000          -
58093.39/2929.73	c      2930          10433        9069        20                -           0.0000          -
58192.57/2934.78	c      2935          10445        9081        20                -           0.0000          -
58293.68/2939.83	c      2940          10445        9081        20                -           0.0000          -
58392.83/2944.86	c      2945          14511       13411        20                -           0.0000          -
58493.97/2949.93	c      2950          14511       13411        20                -           0.0000          -
58593.12/2954.98	c      2955          10485        9121        20                -           0.0000          -
58692.23/2960.03	c      2960          14527       13427        20                -           0.0000          -
58794.08/2965.08	c      2965          10521        9157        20                -           0.0000          -
58893.05/2970.12	c      2970          10545        9181        20                -           0.0000          -
58994.26/2975.18	c      2975          10545        9181        20                -           0.0000          -
59094.50/2980.20	c      2980       13790491         211        20                -           0.0000          -
59193.68/2985.23	c      2985          10585        9221        20                -           0.0000          -
59294.76/2990.33	c      2990          10605        9241        20                -           0.0000          -
59393.90/2995.38	c      2995          10605        9241        20                -           0.0000          -
59495.07/3000.43	c      3000          83263         916        20                -           0.0000          -
59594.21/3005.49	c      3005          10636        9270        20                -           0.0000          -
59695.30/3010.53	c      3011          14913       13813        20                -           0.0000          -
59794.50/3015.58	c      3016          10685        9319        20                -           0.0000          -
59895.68/3020.63	c      3021          10695        9329        20                -           0.0000          -
59994.69/3025.68	c      3026          15007       13907        20                -           0.0000          -
60095.84/3030.73	c      3031          10739        9373        20                -           0.0000          -
60195.04/3035.78	c      3036          10746        9380        20                -           0.0000          -
60296.21/3040.83	c      3041          15055       13955        20                -           0.0000          -
60395.38/3045.88	c      3046          10779        9413        20                -           0.0000          -
60496.57/3050.93	c      3051          15137       14037        20                -           0.0000          -
60595.61/3055.98	c      3056          15137       14037        20                -           0.0000          -
60694.76/3061.03	c      3061          10817        9449        20                -           0.0000          -
60796.50/3066.08	c      3066          10817        9449        20                -           0.0000          -
60895.49/3071.13	c      3071          15191       14091        20                -           0.0000          -
60996.27/3076.18	c      3076          10838        9468        20                -           0.0000          -
61096.87/3081.23	c      3081          10867        9497        20                -           0.0000          -
61195.94/3086.26	c      3086          10868        9498        20                -           0.0000          -
61294.98/3091.27	c      3091          10868        9498        20                -           0.0000          -
61396.16/3096.31	c      3096       14438587         211        20                -           0.0000          -
61495.35/3101.33	c      3101          10903        9533        20                -           0.0000          -
61594.60/3106.34	c      3106          10903        9533        20                -           0.0000          -
61695.81/3111.41	c      3111          10903        9533        20                -           0.0000          -
61795.03/3116.47	c      3116          10921        9551        20                -           0.0000          -
61894.21/3121.49	c      3122          15599       14499        20                -           0.0000          -
61997.37/3126.68	c      3127          15599       14499        20                -           0.0000          -
62098.51/3131.73	c      3132          15599       14499        20                -           0.0000          -
62197.71/3136.77	c      3137          15599       14499        20                -           0.0000          -
62298.85/3141.80	c      3142          11006        9636        20                -           0.0000          -
62398.00/3146.88	c      3147          15697       14597        20                -           0.0000          -
62498.70/3151.93	c      3152          11028        9652        20                -           0.0000          -
62597.89/3156.98	c      3157          11039        9663        20                -           0.0000          -
62697.05/3162.03	c      3162          15879       14779        20                -           0.0000          -
62798.89/3167.08	c      3167          11091        9715        20                -           0.0000          -
62898.08/3172.13	c      3172          11104        9728        20                -           0.0000          -
62999.21/3177.18	c      3177          15937       14835        20                -           0.0000          -
63098.43/3182.20	c      3182          11171        9795        20                -           0.0000          -
63198.87/3187.20	c      3187          11205        9827        20                -           0.0000          -
63298.04/3192.26	c      3192          16025       14923        20                -           0.0000          -
63398.96/3197.32	c      3197          11244        9864        20                -           0.0000          -
63498.09/3202.34	c      3202          11253        9873        20                -           0.0000          -
63597.28/3207.35	c      3207          11284        9902        20                -           0.0000          -
63700.31/3212.51	c      3213          11300        9918        20                -           0.0000          -
63799.37/3217.57	c      3218          11323        9937        20                -           0.0000          -
63900.55/3222.63	c      3223          16145       15043        20                -           0.0000          -
63999.75/3227.68	c      3228          11339        9951        20                -           0.0000          -
64100.92/3232.73	c      3233          11361        9973        20                -           0.0000          -
64200.09/3237.78	c      3238          16264       15162        20                -           0.0000          -
64301.28/3242.83	c      3243          16264       15162        20                -           0.0000          -
64400.47/3247.88	c      3248          11444       10056        20                -           0.0000          -
64501.62/3252.90	c      3253          11444       10056        20                -           0.0000          -
64600.67/3257.92	c      3258          16383       15281        20                -           0.0000          -
64699.67/3262.93	c      3263          16383       15281        20                -           0.0000          -
64798.78/3268.00	c      3268          16383       15281        20                -           0.0000          -
64900.63/3273.07	c      3273          16383       15281        20                -           0.0000          -
65001.83/3278.17	c      3278          16383       15281        20                -           0.0000          -
65102.02/3283.23	c      3283          16383       15281        20                -           0.0000          -
65201.06/3288.26	c      3288          16383       15281        20                -           0.0000          -
65302.22/3293.33	c      3293          16383       15281        20                -           0.0000          -
65401.39/3298.38	c      3298          16383       15281        20                -           0.0000          -
65502.42/3303.43	c      3303          16383       15281        20                -           0.0000          -
65601.53/3308.48	c      3308          16383       15281        20                -           0.0000          -
65702.39/3313.52	c      3314          16383       15281        20                -           0.0000          -
65801.47/3318.58	c      3319          16383       15281        20                -           0.0000          -
65902.62/3323.63	c      3324          16383       15281        20                -           0.0000          -
66001.56/3328.68	c      3329          16383       15281        20                -           0.0000          -
66102.62/3333.73	c      3334          16383       15281        20                -           0.0000          -
66201.56/3338.78	c      3339          16383       15281        20                -           0.0000          -
66302.63/3343.83	c      3344          16383       15281        20                -           0.0000          -
66401.73/3348.88	c      3349          16383       15281        20                -           0.0000          -
66502.87/3353.93	c      3354          16383       15281        20                -           0.0000          -
66601.86/3358.95	c      3359          16383       15281        20                -           0.0000          -
66701.03/3364.03	c      3364          16383       15281        20                -           0.0000          -
66802.93/3369.08	c      3369          12713       11306        20                -           0.0000          -
66901.97/3374.13	c      3374          12713       11306        20                -           0.0000          -
67003.17/3379.17	c      3379       16024341         211        20                -           0.0000          -
67103.48/3384.21	c      3384       16052252         208        20                -           0.0000          -
67202.45/3389.28	c      3389          16513       15411        20                -           0.0000          -
67303.53/3394.33	c      3394          16513       15411        20                -           0.0000          -
67402.74/3399.38	c      3399          16578       15476        20                -           0.0000          -
67503.86/3404.43	c      3404          16601       15499        20                -           0.0000          -
67603.02/3409.48	c      3409          16601       15499        20                -           0.0000          -
67704.25/3414.51	c      3415       16223378         210        20                -           0.0000          -
67803.41/3419.52	c      3420          16662       15558        20                -           0.0000          -
67902.63/3424.53	c      3425          16701       15597        20                -           0.0000          -
68003.75/3429.62	c      3430          16722       15618        20                -           0.0000          -
68102.95/3434.68	c      3435       16336507         209        20                -           0.0000          -
68204.11/3439.73	c      3440          13822       12396        20                -           0.0000          -
68305.25/3444.83	c      3445          13822       12396        20                -           0.0000          -
68404.34/3449.88	c      3450          16848       15744        20                -           0.0000          -
68505.52/3454.93	c      3455          13845       12419        20                -           0.0000          -
68604.74/3459.96	c      3460          13845       12419        20                -           0.0000          -
68703.98/3465.03	c      3465          16951       15847        20                -           0.0000          -
68805.63/3470.08	c      3470          13933       12507        20                -           0.0000          -
68905.15/3475.13	c      3475          13933       12507        20                -           0.0000          -
69006.47/3480.18	c      3480          17027       15923        20                -           0.0000          -
69105.87/3485.19	c      3485          17027       15923        20                -           0.0000          -
69206.09/3490.28	c      3490          14142       12710        20                -           0.0000          -
69307.07/3495.33	c      3495          14177       12745        20                -           0.0000          -
69406.24/3500.36	c      3500          14177       12745        20                -           0.0000          -
69507.40/3505.43	c      3505          14177       12745        20                -           0.0000          -
69606.61/3510.48	c      3510          14177       12745        20                -           0.0000          -
69707.77/3515.53	c      3516          17219       16115        20                -           0.0000          -
69806.96/3520.58	c      3521          17219       16115        20                -           0.0000          -
69908.19/3525.63	c      3526          14255       12823        20                -           0.0000          -
70007.16/3530.68	c      3531          17238       16132        20                -           0.0000          -
70108.35/3535.73	c      3536          14440       13008        20                -           0.0000          -
70207.46/3540.78	c      3541          17341       16235        20                -           0.0000          -
70308.69/3545.83	c      3546          17349       16243        20                -           0.0000          -
70407.93/3550.88	c      3551          17349       16243        20                -           0.0000          -
70509.14/3555.91	c      3556          17349       16243        20                -           0.0000          -
70608.25/3560.91	c      3561          14802       13362        20                -           0.0000          -
70707.48/3566.03	c      3566          17430       16324        20                -           0.0000          -
70809.49/3571.08	c      3571          17430       16324        20                -           0.0000          -
70910.51/3576.13	c      3576          14824       13384        20                -           0.0000          -
71009.70/3581.18	c      3581          17537       16429        20                -           0.0000          -
71110.05/3586.23	c      3586          14882       13440        20                -           0.0000          -
71209.23/3591.28	c      3591          14882       13440        20                -           0.0000          -
71310.45/3596.33	c      3596          14882       13440        20                -           0.0000          -
71409.66/3601.38	c      3601          17732       16624        20                -           0.0000          -
71510.83/3606.43	c      3606          15065       13621        20                -           0.0000          -
71610.05/3611.45	c      3611          15065       13621        20                -           0.0000          -
71711.20/3616.52	c      3617          15065       13621        20                -           0.0000          -
71810.38/3621.53	c      3622          15086       13642        20                -           0.0000          -
71909.62/3626.58	c      3627          17917       16809        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 (176151 MiB free)
  memory of node 1: 193531 MiB (191490 MiB free)
  memory of node 2: 193531 MiB (180448 MiB free)
  memory of node 3: 193493 MiB (180226 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-4465869-1722582154/watcher-4465869-1722582154 -o /tmp/evaluation-result-4465869-1722582154/solver-4465869-1722582154 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722578068-152142 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465869-1722582154.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100115 s]*
/proc/loadavg: 61.13 45.13 24.20 44/946 155777
/proc/meminfo: memFree=745762684/790760800 swapFree=131071996/131071996
[pid=155775] ppid=155772 vsize=57132 memory=46512 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/stat : 155775 (fscip) R 155772 155775 152131 0 -1 4194304 10492 0 0 0 10 1 0 0 20 0 1 0 24794774 58503168 11628 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
/proc/155775/statm: 14283 11628 2742 3035 0 10679 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 57132 KiB
Current children cumulated memory: 46512 KiB

[startup+0.219166 s]*
/proc/loadavg: 61.13 45.13 24.20 43/946 155777
/proc/meminfo: memFree=745754752/790760800 swapFree=131071996/131071996
[pid=155775] ppid=155772 vsize=1550092 memory=68208 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/stat : 155775 (fscip) R 155772 155775 152131 0 -1 4194304 14199 0 0 0 21 2 0 0 20 0 21 0 24794774 1587294208 17052 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
/proc/155775/statm: 387523 17052 2774 3035 0 56879 0
[pid=155775/tid=155778] ppid=155772 vsize=1550264 memory=8318255677412212789 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155778/stat : 155778 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1587470336 17052 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155779] ppid=155772 vsize=1550264 memory=3184045143615603031 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155779/stat : 155779 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1587470336 17052 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155780] ppid=155772 vsize=1550264 memory=61809696734709 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155780/stat : 155780 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1587470336 17052 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155781] ppid=155772 vsize=1550264 memory=59619280191199 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155781/stat : 155781 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1587470336 17052 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155782] ppid=155772 vsize=1550264 memory=55186907496393 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155782/stat : 155782 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1587470336 17052 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155783] ppid=155772 vsize=1550264 memory=55221317619159 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155783/stat : 155783 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1587470336 17052 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155784] ppid=155772 vsize=1550264 memory=14127840476051918 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155784/stat : 155784 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1587470336 17052 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155785] ppid=155772 vsize=1550264 memory=3545235834242614224 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155785/stat : 155785 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1587470336 17052 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155786] ppid=155772 vsize=1550264 memory=315973 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155786/stat : 155786 (fscip) S 155772 155775 152131 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 24794797 1587470336 17052 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155787] ppid=155772 vsize=1550264 memory=356505 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155787/stat : 155787 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1587470336 17052 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155788] ppid=155772 vsize=1550264 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155788/stat : 155788 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1587470336 17052 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155789] ppid=155772 vsize=1550264 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155789/stat : 155789 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1587470336 17052 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155790] ppid=155772 vsize=1550264 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155790/stat : 155790 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1587470336 17052 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155791] ppid=155772 vsize=1550264 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155791/stat : 155791 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1587470336 17052 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155792] ppid=155772 vsize=1550264 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155792/stat : 155792 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1587470336 17052 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155793] ppid=155772 vsize=1550264 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155793/stat : 155793 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1587470336 17052 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155794] ppid=155772 vsize=1550264 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155794/stat : 155794 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1587470336 17052 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155795] ppid=155772 vsize=1550264 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155795/stat : 155795 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1587470336 17052 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155796] ppid=155772 vsize=1550264 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155796/stat : 155796 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1587470336 17052 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155797] ppid=155772 vsize=1550264 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155797/stat : 155797 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1587470336 17052 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1550092 KiB
Current children cumulated memory: 68208 KiB

[startup+0.319617 s]*
/proc/loadavg: 61.13 45.13 24.20 43/966 155797
/proc/meminfo: memFree=745677664/790760800 swapFree=131071996/131071996
[pid=155775] ppid=155772 vsize=1546848 memory=146196 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/stat : 155775 (fscip) S 155772 155775 152131 0 -1 1077936128 35687 0 0 0 28 5 0 0 20 0 21 0 24794774 1583972352 36549 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
/proc/155775/statm: 386712 36549 2774 3035 0 76800 0
[pid=155775/tid=155778] ppid=155772 vsize=1546848 memory=-6224932812179553130 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155778/stat : 155778 (fscip) S 155772 155775 152131 0 -1 1077936192 2673 0 0 0 0 0 0 0 20 0 21 0 24794797 1583972352 36549 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155779] ppid=155772 vsize=1546848 memory=8908058261624984681 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155779/stat : 155779 (fscip) S 155772 155775 152131 0 -1 1077936192 2673 0 0 0 0 0 0 0 20 0 21 0 24794797 1583972352 36549 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155780] ppid=155772 vsize=1546848 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155780/stat : 155780 (fscip) R 155772 155775 152131 0 -1 4194368 1820 0 0 0 0 0 0 0 20 0 21 0 24794797 1583972352 36549 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155781] ppid=155772 vsize=1546848 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155781/stat : 155781 (fscip) S 155772 155775 152131 0 -1 1077936192 2673 0 0 0 0 0 0 0 20 0 21 0 24794797 1583972352 36549 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155782] ppid=155772 vsize=1546848 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155782/stat : 155782 (fscip) S 155772 155775 152131 0 -1 1077936192 2673 0 0 0 0 0 0 0 20 0 21 0 24794797 1583972352 36549 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155783] ppid=155772 vsize=1546848 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155783/stat : 155783 (fscip) S 155772 155775 152131 0 -1 1077936192 2672 0 0 0 0 0 0 0 20 0 21 0 24794797 1583972352 36549 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155784] ppid=155772 vsize=1546848 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155784/stat : 155784 (fscip) S 155772 155775 152131 0 -1 1077936192 2673 0 0 0 0 0 0 0 20 0 21 0 24794797 1583972352 36549 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155785] ppid=155772 vsize=1546848 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155785/stat : 155785 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1583972352 36549 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155786] ppid=155772 vsize=1546848 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155786/stat : 155786 (fscip) S 155772 155775 152131 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 24794797 1583972352 36549 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155787] ppid=155772 vsize=1546848 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155787/stat : 155787 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1583972352 36549 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155788] ppid=155772 vsize=1546848 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155788/stat : 155788 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1583972352 36549 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155789] ppid=155772 vsize=1546848 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155789/stat : 155789 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1583972352 36549 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155790] ppid=155772 vsize=1546848 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155790/stat : 155790 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1583972352 36549 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155791] ppid=155772 vsize=1546848 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155791/stat : 155791 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1583972352 36549 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155792] ppid=155772 vsize=1546848 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155792/stat : 155792 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1583972352 36549 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155793] ppid=155772 vsize=1546848 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155793/stat : 155793 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1583972352 36549 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155794] ppid=155772 vsize=1546848 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155794/stat : 155794 (fscip) S 155772 155775 152131 0 -1 1077936192 2674 0 0 0 0 0 0 0 20 0 21 0 24794797 1583972352 36549 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155795] ppid=155772 vsize=1546848 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155795/stat : 155795 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1583972352 36549 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155796] ppid=155772 vsize=1546848 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155796/stat : 155796 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1583972352 36549 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155797] ppid=155772 vsize=1546848 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155797/stat : 155797 (fscip) S 155772 155775 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24794797 1583972352 36549 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1546848 KiB
Current children cumulated memory: 146196 KiB

[startup+0.710261 s]
/proc/loadavg: 61.13 45.13 24.20 62/986 155817
/proc/meminfo: memFree=745325624/790760800 swapFree=131071996/131071996
[pid=155775] ppid=155772 vsize=1710768 memory=760520 CPUtime=4.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/stat : 155775 (fscip) S 155772 155775 152131 0 -1 1077936128 188961 0 0 0 375 45 0 0 20 0 41 0 24794774 1751826432 190130 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
/proc/155775/statm: 427692 190130 2806 3035 0 278903 0
[pid=155775/tid=155778] ppid=155772 vsize=1710768 memory=15656 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155778/stat : 155778 (fscip) R 155772 155775 152131 0 -1 4194368 9073 0 0 0 17 2 0 0 20 0 41 0 24794797 1751826432 190130 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155779] ppid=155772 vsize=1710768 memory=11572 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155779/stat : 155779 (fscip) R 155772 155775 152131 0 -1 4194368 8128 0 0 0 17 1 0 0 20 0 41 0 24794797 1751826432 190130 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155780] ppid=155772 vsize=1710768 memory=16088 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155780/stat : 155780 (fscip) R 155772 155775 152131 0 -1 4194368 8127 0 0 0 17 2 0 0 20 0 41 0 24794797 1751826432 190130 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155781] ppid=155772 vsize=1710768 memory=5556 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155781/stat : 155781 (fscip) R 155772 155775 152131 0 -1 4194368 9175 0 0 0 17 2 0 0 20 0 41 0 24794797 1751826432 190130 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155782] ppid=155772 vsize=1710768 memory=0 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155782/stat : 155782 (fscip) R 155772 155775 152131 0 -1 4194368 8111 0 0 0 17 1 0 0 20 0 41 0 24794797 1751826432 190130 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155783] ppid=155772 vsize=1710768 memory=0 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155783/stat : 155783 (fscip) R 155772 155775 152131 0 -1 4194368 8172 0 0 0 17 2 0 0 20 0 41 0 24794797 1751826432 190130 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155784] ppid=155772 vsize=1710768 memory=0 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155784/stat : 155784 (fscip) R 155772 155775 152131 0 -1 4194368 9088 0 0 0 17 1 0 0 20 0 41 0 24794797 1751826432 190130 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155785] ppid=155772 vsize=1710768 memory=0 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155785/stat : 155785 (fscip) R 155772 155775 152131 0 -1 4194368 8131 0 0 0 18 1 0 0 20 0 41 0 24794797 1751826432 190130 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155786] ppid=155772 vsize=1710768 memory=0 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155786/stat : 155786 (fscip) R 155772 155775 152131 0 -1 4194368 8168 0 0 0 18 1 0 0 20 0 41 0 24794797 1751826432 190130 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155787] ppid=155772 vsize=1710768 memory=0 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155787/stat : 155787 (fscip) R 155772 155775 152131 0 -1 4194368 10081 0 0 0 16 3 0 0 20 0 41 0 24794797 1751826432 190130 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155788] ppid=155772 vsize=1710768 memory=0 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155788/stat : 155788 (fscip) R 155772 155775 152131 0 -1 4194368 8136 0 0 0 17 1 0 0 20 0 41 0 24794797 1751826432 190130 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155789] ppid=155772 vsize=1710768 memory=0 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155789/stat : 155789 (fscip) R 155772 155775 152131 0 -1 4194368 8173 0 0 0 17 1 0 0 20 0 41 0 24794797 1751826432 190130 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155790] ppid=155772 vsize=1710768 memory=1045726157 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155790/stat : 155790 (fscip) S 155772 155775 152131 0 -1 1077936192 10188 0 0 0 17 2 0 0 20 0 41 0 24794797 1751826432 190130 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155791] ppid=155772 vsize=1710768 memory=0 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155791/stat : 155791 (fscip) R 155772 155775 152131 0 -1 4194368 8130 0 0 0 17 1 0 0 20 0 41 0 24794797 1751826432 190130 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155792] ppid=155772 vsize=1710768 memory=2212 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155792/stat : 155792 (fscip) R 155772 155775 152131 0 -1 4194368 8163 0 0 0 17 2 0 0 20 0 41 0 24794797 1751826432 190130 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155793] ppid=155772 vsize=1710768 memory=6096 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155793/stat : 155793 (fscip) R 155772 155775 152131 0 -1 4194368 9011 0 0 0 17 2 0 0 20 0 41 0 24794797 1751826432 190130 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155794] ppid=155772 vsize=1710768 memory=1968 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155794/stat : 155794 (fscip) R 155772 155775 152131 0 -1 4194368 8135 0 0 0 17 1 0 0 20 0 41 0 24794797 1751826432 190130 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155795] ppid=155772 vsize=1710768 memory=54204 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155795/stat : 155795 (fscip) R 155772 155775 152131 0 -1 4194368 8173 0 0 0 17 1 0 0 20 0 41 0 24794797 1751826432 190130 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155796] ppid=155772 vsize=1710768 memory=33196 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155796/stat : 155796 (fscip) R 155772 155775 152131 0 -1 4194368 10125 0 0 0 17 2 0 0 20 0 41 0 24794797 1751826432 190130 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155797] ppid=155772 vsize=1710768 memory=21532 CPUtime=0.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155797/stat : 155797 (fscip) R 155772 155775 152131 0 -1 4194368 9303 0 0 0 18 2 0 0 20 0 41 0 24794797 1751826432 190130 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155798] ppid=155772 vsize=1710768 memory=281010315135824 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155798/stat : 155798 (fscip) S 155772 155775 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 24794823 1751826432 190130 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155799] ppid=155772 vsize=1710768 memory=55216938712771 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155799/stat : 155799 (fscip) S 155772 155775 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 24794823 1751826432 190130 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155800] ppid=155772 vsize=1710768 memory=54121738829725 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155800/stat : 155800 (fscip) S 155772 155775 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 24794823 1751826432 190130 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0

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

/proc/155775/task/155797/stat : 155797 (fscip) R 155772 155775 152131 0 -1 4194368 1831294 0 0 0 354672 287 0 0 20 0 41 0 24794797 5520035840 1083484 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155798] ppid=155772 vsize=5390660 memory=11572 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155798/stat : 155798 (fscip) S 155772 155775 152131 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 24794823 5520035840 1083484 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155799] ppid=155772 vsize=5390660 memory=4333340 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155799/stat : 155799 (fscip) S 155772 155775 152131 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 24794823 5520035840 1083484 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155800] ppid=155772 vsize=5390660 memory=4333348 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155800/stat : 155800 (fscip) S 155772 155775 152131 0 -1 1077936192 153 0 0 0 0 2 0 0 20 0 41 0 24794823 5520035840 1083484 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155801] ppid=155772 vsize=5390660 memory=4333668 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155801/stat : 155801 (fscip) S 155772 155775 152131 0 -1 1077936192 154 0 0 0 3 0 0 0 20 0 41 0 24794823 5520035840 1083484 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155802] ppid=155772 vsize=5390660 memory=11560 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155802/stat : 155802 (fscip) S 155772 155775 152131 0 -1 1077936192 110 0 0 0 0 2 0 0 20 0 41 0 24794823 5520035840 1083484 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155803] ppid=155772 vsize=5390660 memory=25333125866717268 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155803/stat : 155803 (fscip) S 155772 155775 152131 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 24794823 5520035840 1083484 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155804] ppid=155772 vsize=5390660 memory=3053511329498284128 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155804/stat : 155804 (fscip) S 155772 155775 152131 0 -1 1077936192 88 0 0 0 2 0 0 0 20 0 41 0 24794824 5520035840 1083484 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155805] ppid=155772 vsize=5390660 memory=25333125866717268 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155805/stat : 155805 (fscip) S 155772 155775 152131 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 24794824 5520035840 1083484 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155806] ppid=155772 vsize=5390660 memory=7380680053241178467 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155806/stat : 155806 (fscip) S 155772 155775 152131 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 24794824 5520035840 1083484 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155807] ppid=155772 vsize=5390660 memory=281010316102720 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155807/stat : 155807 (fscip) S 155772 155775 152131 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 24794824 5520035840 1083484 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155808] ppid=155772 vsize=5390660 memory=7235710553137639529 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155808/stat : 155808 (fscip) S 155772 155775 152131 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 24794824 5520035840 1083484 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155809] ppid=155772 vsize=5390660 memory=11572 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155809/stat : 155809 (fscip) S 155772 155775 152131 0 -1 1077936192 152 0 0 0 3 0 0 0 20 0 41 0 24794824 5520035840 1083484 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155810] ppid=155772 vsize=5390660 memory=4333880 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155810/stat : 155810 (fscip) S 155772 155775 152131 0 -1 1077936192 55 0 0 0 2 0 0 0 20 0 41 0 24794824 5520035840 1083484 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155811] ppid=155772 vsize=5390660 memory=4332216 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155811/stat : 155811 (fscip) S 155772 155775 152131 0 -1 1077936192 152 0 0 0 3 0 0 0 20 0 41 0 24794824 5520035840 1083484 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155812] ppid=155772 vsize=5390660 memory=11560 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155812/stat : 155812 (fscip) S 155772 155775 152131 0 -1 1077936192 142 0 0 0 2 0 0 0 20 0 41 0 24794824 5520035840 1083484 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155813] ppid=155772 vsize=5390660 memory=2732 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155813/stat : 155813 (fscip) S 155772 155775 152131 0 -1 1077936192 152 0 0 0 2 0 0 0 20 0 41 0 24794824 5520035840 1083484 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155814] ppid=155772 vsize=5390660 memory=6816 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155814/stat : 155814 (fscip) S 155772 155775 152131 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 24794824 5520035840 1083484 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155815] ppid=155772 vsize=5390660 memory=33196 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155815/stat : 155815 (fscip) S 155772 155775 152131 0 -1 1077936192 153 0 0 0 3 0 0 0 20 0 41 0 24794824 5520035840 1083484 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155816] ppid=155772 vsize=5390660 memory=21532 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155816/stat : 155816 (fscip) S 155772 155775 152131 0 -1 1077936192 139 0 0 0 0 2 0 0 20 0 41 0 24794824 5520035840 1083484 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155817] ppid=155772 vsize=5390660 memory=100 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155817/stat : 155817 (fscip) S 155772 155775 152131 0 -1 1077936192 138 0 0 0 1 1 0 0 20 0 41 0 24794824 5520035840 1083484 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
Current children cumulated CPU time: 71032.8 s
Current children cumulated vsize: 5390660 KiB
Current children cumulated memory: 4333936 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.14 s]
/proc/loadavg: 79.10 80.06 77.47 82/1025 158017
/proc/meminfo: memFree=769325972/790760800 swapFree=131071996/131071996
[pid=155775] ppid=155772 vsize=5390660 memory=4346364 CPUtime=72001.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/stat : 155775 (fscip) S 155772 155775 152131 0 -1 1077936128 19199793 0 0 0 7180953 19203 0 0 20 0 41 0 24794774 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 17 61 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
/proc/155775/statm: 1347665 1086591 3334 3035 0 1236105 0
[pid=155775/tid=155778] ppid=155772 vsize=5390660 memory=0 CPUtime=3604.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155778/stat : 155778 (fscip) R 155772 155775 152131 0 -1 4194368 745719 0 0 0 360338 98 0 0 20 0 41 0 24794797 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155779] ppid=155772 vsize=5390660 memory=1338311809745198 CPUtime=3607.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155779/stat : 155779 (fscip) R 155772 155775 152131 0 -1 4194368 1467663 0 0 0 360568 182 0 0 20 0 41 0 24794797 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155780] ppid=155772 vsize=5390660 memory=0 CPUtime=3601.53 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155780/stat : 155780 (fscip) R 155772 155775 152131 0 -1 4194368 234775 0 0 0 356394 3759 0 0 20 0 41 0 24794797 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155781] ppid=155772 vsize=5390660 memory=0 CPUtime=3599.95 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155781/stat : 155781 (fscip) R 155772 155775 152131 0 -1 4194368 781179 0 0 0 359890 105 0 0 20 0 41 0 24794797 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155782] ppid=155772 vsize=5390660 memory=6720662160156213094 CPUtime=3599.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155782/stat : 155782 (fscip) R 155772 155775 152131 0 -1 4194368 1539786 0 0 0 359700 287 0 0 20 0 41 0 24794797 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155783] ppid=155772 vsize=5390660 memory=4338304 CPUtime=3599.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155783/stat : 155783 (fscip) R 155772 155775 152131 0 -1 4194368 239331 0 0 0 356402 3522 0 0 20 0 41 0 24794797 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155784] ppid=155772 vsize=5390660 memory=32852 CPUtime=3598.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155784/stat : 155784 (fscip) R 155772 155775 152131 0 -1 4194368 795018 0 0 0 359741 98 0 0 20 0 41 0 24794797 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155785] ppid=155772 vsize=5390660 memory=0 CPUtime=3595.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155785/stat : 155785 (fscip) R 155772 155775 152131 0 -1 4194368 1437325 0 0 0 359366 167 0 0 20 0 41 0 24794797 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155786] ppid=155772 vsize=5390660 memory=16088 CPUtime=3590.37 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155786/stat : 155786 (fscip) R 155772 155775 152131 0 -1 4194368 269597 0 0 0 357408 1629 0 0 20 0 41 0 24794797 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155787] ppid=155772 vsize=5390660 memory=5556 CPUtime=3602.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155787/stat : 155787 (fscip) R 155772 155775 152131 0 -1 4194368 1053904 0 0 0 360078 182 0 0 20 0 41 0 24794797 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155788] ppid=155772 vsize=5390660 memory=15656 CPUtime=3600.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155788/stat : 155788 (fscip) R 155772 155775 152131 0 -1 4194368 1702225 0 0 0 359704 344 0 0 20 0 41 0 24794797 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155789] ppid=155772 vsize=5390660 memory=281010315733824 CPUtime=3598.51 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155789/stat : 155789 (fscip) R 155772 155775 152131 0 -1 4194368 321832 0 0 0 356221 3630 0 0 20 0 41 0 24794797 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155790] ppid=155772 vsize=5390660 memory=6836 CPUtime=3599.99 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155790/stat : 155790 (fscip) R 155772 155775 152131 0 -1 4194368 807827 0 0 0 359887 112 0 0 20 0 41 0 24794797 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155791] ppid=155772 vsize=5390660 memory=11552 CPUtime=3602.61 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155791/stat : 155791 (fscip) R 155772 155775 152131 0 -1 4194368 1508153 0 0 0 360077 184 0 0 20 0 41 0 24794797 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155792] ppid=155772 vsize=5390660 memory=2716 CPUtime=3599.7 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155792/stat : 155792 (fscip) R 155772 155775 152131 0 -1 4194368 420685 0 0 0 356844 3126 0 0 20 0 41 0 24794797 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155793] ppid=155772 vsize=5390660 memory=281010317504480 CPUtime=3589.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155793/stat : 155793 (fscip) R 155772 155775 152131 0 -1 4194368 1032105 0 0 0 358734 200 0 0 20 0 41 0 24794797 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155794] ppid=155772 vsize=5390660 memory=2212 CPUtime=3604.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155794/stat : 155794 (fscip) R 155772 155775 152131 0 -1 4194368 1641052 0 0 0 360236 184 0 0 20 0 41 0 24794797 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155795] ppid=155772 vsize=5390660 memory=1045726157 CPUtime=3604.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155795/stat : 155795 (fscip) R 155772 155775 152131 0 -1 4194368 244905 0 0 0 359707 773 0 0 20 0 41 0 24794797 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155796] ppid=155772 vsize=5390660 memory=281010317465552 CPUtime=3602.52 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155796/stat : 155796 (fscip) R 155772 155775 152131 0 -1 4194368 1078397 0 0 0 359972 280 0 0 20 0 41 0 24794797 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155797] ppid=155772 vsize=5390660 memory=-7522837415797432224 CPUtime=3598.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155797/stat : 155797 (fscip) R 155772 155775 152131 0 -1 4194368 1859549 0 0 0 359521 292 0 0 20 0 41 0 24794797 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155798] ppid=155772 vsize=5390660 memory=281010316355040 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155798/stat : 155798 (fscip) S 155772 155775 152131 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 24794823 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155799] ppid=155772 vsize=5390660 memory=11572 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155799/stat : 155799 (fscip) S 155772 155775 152131 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 24794823 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155800] ppid=155772 vsize=5390660 memory=7492 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155800/stat : 155800 (fscip) S 155772 155775 152131 0 -1 1077936192 153 0 0 0 0 2 0 0 20 0 41 0 24794823 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155801] ppid=155772 vsize=5390660 memory=4346352 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155801/stat : 155801 (fscip) S 155772 155775 152131 0 -1 1077936192 154 0 0 0 3 0 0 0 20 0 41 0 24794823 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155802] ppid=155772 vsize=5390660 memory=7044 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155802/stat : 155802 (fscip) S 155772 155775 152131 0 -1 1077936192 110 0 0 0 0 2 0 0 20 0 41 0 24794823 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155803] ppid=155772 vsize=5390660 memory=28188 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155803/stat : 155803 (fscip) S 155772 155775 152131 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 24794823 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155804] ppid=155772 vsize=5390660 memory=4333936 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155804/stat : 155804 (fscip) S 155772 155775 152131 0 -1 1077936192 88 0 0 0 2 0 0 0 20 0 41 0 24794824 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155805] ppid=155772 vsize=5390660 memory=4333880 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155805/stat : 155805 (fscip) S 155772 155775 152131 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 24794824 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155806] ppid=155772 vsize=5390660 memory=29836768444022866 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155806/stat : 155806 (fscip) S 155772 155775 152131 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 24794824 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155807] ppid=155772 vsize=5390660 memory=-2127759914906361388 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155807/stat : 155807 (fscip) S 155772 155775 152131 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 24794824 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155808] ppid=155772 vsize=5390660 memory=39996 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155808/stat : 155808 (fscip) S 155772 155775 152131 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 24794824 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155809] ppid=155772 vsize=5390660 memory=8148 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155809/stat : 155809 (fscip) S 155772 155775 152131 0 -1 1077936192 154 0 0 0 3 0 0 0 20 0 41 0 24794824 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155810] ppid=155772 vsize=5390660 memory=4333340 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155810/stat : 155810 (fscip) S 155772 155775 152131 0 -1 1077936192 56 0 0 0 2 0 0 0 20 0 41 0 24794824 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155811] ppid=155772 vsize=5390660 memory=4333348 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155811/stat : 155811 (fscip) S 155772 155775 152131 0 -1 1077936192 154 0 0 0 3 0 0 0 20 0 41 0 24794824 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155812] ppid=155772 vsize=5390660 memory=26972 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155812/stat : 155812 (fscip) S 155772 155775 152131 0 -1 1077936192 144 0 0 0 3 0 0 0 20 0 41 0 24794824 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155813] ppid=155772 vsize=5390660 memory=4346364 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155813/stat : 155813 (fscip) S 155772 155775 152131 0 -1 1077936192 154 0 0 0 2 0 0 0 20 0 41 0 24794824 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155814] ppid=155772 vsize=5390660 memory=281010316102720 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155814/stat : 155814 (fscip) S 155772 155775 152131 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 24794824 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155815] ppid=155772 vsize=5390660 memory=7235710553137639529 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155815/stat : 155815 (fscip) S 155772 155775 152131 0 -1 1077936192 153 0 0 0 3 0 0 0 20 0 41 0 24794824 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155816] ppid=155772 vsize=5390660 memory=39996 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155816/stat : 155816 (fscip) S 155772 155775 152131 0 -1 1077936192 141 0 0 0 0 2 0 0 20 0 41 0 24794824 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
[pid=155775/tid=155817] ppid=155772 vsize=5390660 memory=8148 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/155775/task/155817/stat : 155817 (fscip) S 155772 155775 152131 0 -1 1077936192 140 0 0 0 1 1 0 0 20 0 41 0 24794824 5520035840 1086591 809668444160 4194304 16623229 140727700583216 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 57446400 140727700591625 140727700591743 140727700591743 140727700598768 0
Current children cumulated CPU time: 72001.6 s
Current children cumulated vsize: 5390660 KiB
Current children cumulated memory: 4346364 KiB

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

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

# cumulated CPU time of all completed processes:  user=71809.8 s, system=192.161 s

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

[startup+3631.21 s]*
/proc/loadavg: 79.10 80.06 77.47 62/986 158017
/proc/meminfo: memFree=772169760/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3631.28
CPU time (s): 72001.9
CPU user time (s): 71809.8
CPU system time (s): 192.161
CPU usage (%): 1982.82
Max. virtual memory (cumulated for all children) (KiB): 5392212
Max. memory (cumulated for all children) (KiB): 4346364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71809.8
system time used= 192.161
maximum resident set size= 4357064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19199819
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= 287402
involuntary context switches= 261470


# summary of solver processes directly reported to runsolver:
#   pid: 155775
#   total CPU time (s): 72001.9
#   total CPU user time (s): 71809.8
#   total CPU system time (s): 192.161

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.4559 second user time and 83.4829 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-02 09:02:34
IDJOB=4465869
IDBENCH=162177
IDSOLVER=3094
FILE ID=nodeD104/4465869-1722582154
RUNJOBID= nodeD104-1722578068-152142
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-size128-round23-9.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-4465869-1722582154/watcher-4465869-1722582154 -o /tmp/evaluation-result-4465869-1722582154/solver-4465869-1722582154 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722578068-152142 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465869-1722582154.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= bf1757ad4e21f2473915004abf7b1376
RANDOM SEED=35716610

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		: 3430.323
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		: 3686.057
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		: 3189.471
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		: 3047.770
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		: 2640.804
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		: 2788.923
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		: 3189.547
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		: 3046.909
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		: 3586.678
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		: 3506.114
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		: 3189.485
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		: 3047.797
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		: 2652.199
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		: 3251.865
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		: 3189.425
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		: 3020.093
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		: 2644.219
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		: 3312.307
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		: 3189.359
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		: 3045.554
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		: 2646.091
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		: 1833.473
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		: 3189.297
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		: 3045.393
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		: 2606.672
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		: 2642.687
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		: 3189.232
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		: 3046.715
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		: 2654.107
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		: 2653.398
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		: 3189.169
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		: 3019.519
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		: 2643.738
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		: 2638.901
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		: 3189.104
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		: 3039.812
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		: 2636.998
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		: 2643.333
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		: 3189.041
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		: 3046.040
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		: 2626.239
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		: 3117.452
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		: 3188.979
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		: 3036.249
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		: 3760.993
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		: 2662.707
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		: 3188.931
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		: 3047.337
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		: 3225.301
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		: 2654.415
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		: 3188.879
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		: 3039.269
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		: 3117.487
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		: 2652.856
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		: 3188.874
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		: 3043.980
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		: 2647.072
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		: 2657.483
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		: 3188.868
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		: 3047.250
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		: 3050.241
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		: 2663.115
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		: 3188.860
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		: 3040.818
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		: 2636.530
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		: 2648.369
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		: 3188.851
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		: 3047.286
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		: 3518.988
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		: 2658.963
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		: 3188.846
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		: 3047.370
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		: 2642.923
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		: 2210.672
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		: 3188.840
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		: 3046.114
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		: 3517.204
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		: 1533.489
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		: 3188.833
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		: 3046.167
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:        745796448 kB
MemAvailable:   747694732 kB
Buffers:          356344 kB
Cached:          4856888 kB
SwapCached:            0 kB
Active:           631364 kB
Inactive:       41679652 kB
Active(anon):       2204 kB
Inactive(anon): 37118136 kB
Active(file):     629160 kB
Inactive(file):  4561516 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28808 kB
Writeback:             0 kB
AnonPages:      37097776 kB
Mapped:           125932 kB
Shmem:             22536 kB
KReclaimable:     254644 kB
Slab:             618292 kB
SReclaimable:     254644 kB
SUnreclaim:       363648 kB
KernelStack:       16416 kB
PageTables:        88064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   15548364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           291072 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4163584 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:03:05