Trace number 4465921

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) 72002.7 3650.16

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-rmine11.0.u.opb
MD5SUMf2b4c33dfdd2685ad5de2b9c67a512a4
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 variables12292
Total number of constraints97390
Number of constraints which are clauses97367
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints23
Minimum length of a constraint2
Maximum length of a constraint12292
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 263990968
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 763991018
Number of bits of the biggest sum of numbers30
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.23/0.25	c Default LC presolving (default).
0.23/0.25	c ** Before presolving: virtualMemUsedAtLc = 247263290, getVmSize() = 171110400, SCIPgetMemUsed() = 130454730, SCIPgetMemTotal() = 141360218, SCIPgetMemExternEstim() = 105903072
0.23/0.25	c ** set memory limit for presolving in LC to 8.79531e+12 for SCIP **
20.03/20.19	c ** Estimated virtualMemUsedAtSolver = 385044944, getVmSize() = 521064448, SCIPgetMemUsed() = 292847073, SCIPgetMemTotal() = 471664345, SCIPgetMemExternEstim() = 105903072
20.03/20.19	c ** set memory limit for solvers to 4.1874e+11 for each SCIP **
20.03/20.19	c Original Problem   :
20.03/20.19	c   Problem name     : instance-4465921-1722591285
20.03/20.19	c   Variables        : 12292 (12292 binary, 0 integer, 0 implicit integer, 0 continuous)
20.03/20.19	c   Constraints      : 97390
20.03/20.19	c   Objective sense  : minimize
20.03/20.19	c Presolved Problem  :
20.03/20.19	c   Variables        : 12245 (12245 binary, 0 integer, 0 implicit integer, 0 continuous)
20.03/20.19	c   Constraints      : 97343
20.03/20.19	c Constraints        : Number
20.03/20.19	c   knapsack         : 23 
20.03/20.19	c   setppc           : 97320 
20.03/20.19	c ** Instance transfer method used: 0
20.20/20.33	c ** ParaScipInstance copy does not increase the number of variables. **
22.61/22.70	c LC is working with racing ramp-up and with rebuilding tree after racing.
22.61/22.70	c                                Nodes    Active                                            
22.61/22.70	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1551.87/100.00	c       100              2           1        20                -           0.0000          -
1656.98/105.27	c       105            131         122        20                -           0.0000          -
1760.09/110.41	c       110            125         100        20                -           0.0000          -
1875.20/116.22	c       116            147         100        20                -           0.0000          -
1978.34/121.49	c       121            176          99        20                -           0.0000          -
2083.52/126.72	c       127            241         117        20                -           0.0000          -
2184.76/131.89	c       132            208         100        20                -           0.0000          -
2288.57/137.10	c       137            224         101        20                -           0.0000          -
2394.99/142.41	c       142            360         121        20                -           0.0000          -
2495.99/147.57	c       148            303          99        20                -           0.0000          -
2597.24/152.66	c       153            424         117        20                -           0.0000          -
2700.39/157.83	c       158            346          98        20                -           0.0000          -
2799.66/162.87	c       163            402          99        20                -           0.0000          -
2900.89/168.00	c       168            519         116        20                -           0.0000          -
3008.08/173.35	c       173            489          99        20                -           0.0000          -
3111.29/178.59	c       179            614         117        20                -           0.0000          -
3216.49/183.83	c       184            565          99        20                -           0.0000          -
3317.72/189.02	c       189            668         118        20                -           0.0000          -
3422.92/194.24	c       194            653          97        20                -           0.0000          -
3526.06/199.44	c       199            677          96        20                -           0.0000          -
3629.16/204.64	c       205           1014         103        20                -           0.0000          -
3734.23/209.99	c       210            735           0        20                -           0.0000          -
3836.04/215.11	c       215            855           8        20                -           0.0000          -
3940.52/220.37	c       220           1062          25        20                -           0.0000          -
4043.69/225.53	c       226           1486           7        20                -           0.0000          -
4144.91/230.67	c       231           1670          23        20                -           0.0000          -
4250.06/235.96	c       236              2           1        20                -           0.0000          -
4357.11/241.37	c       241              2           1        20                -           0.0000          -
4458.25/246.45	c       246              2           1        20                -           0.0000          -
4559.38/251.58	c       252              2           1        20                -           0.0000          -
4660.44/256.69	c       257              2           1        20                -           0.0000          -
4763.47/261.88	c       262              2           1        20                -           0.0000          -
4869.23/267.16	c       267              2           1        20                -           0.0000          -
4971.70/272.38	c       272              2           1        20                -           0.0000          -
5072.88/277.46	c       277              2           1        20                -           0.0000          -
5172.10/282.49	c       282              2           1        20                -           0.0000          -
5273.22/287.55	c       288              2           1        20                -           0.0000          -
5378.07/292.86	c       293              2           1        20                -           0.0000          -
5479.18/297.93	c       298              2           1        20                -           0.0000          -
5580.97/303.05	c       303              2           1        20                -           0.0000          -
5682.03/308.16	c       308              2           1        20                -           0.0000          -
5782.62/313.24	c       313              2           1        20                -           0.0000          -
5883.47/318.37	c       318              2           1        20                -           0.0000          -
5986.60/323.53	c       324              2           1        20                -           0.0000          -
6087.69/328.69	c       329              2           1        20                -           0.0000          -
6188.96/333.72	c       334              2           1        20                -           0.0000          -
6290.23/338.87	c       339              2           1        20                -           0.0000          -
6396.08/344.14	c       344              2           1        20                -           0.0000          -
6496.62/349.25	c       349              2           1        20                -           0.0000          -
6597.92/354.37	c       354              2           1        20                -           0.0000          -
6699.13/359.43	c       359              2           1        20                -           0.0000          -
6802.37/364.61	c       365              2           1        20                -           0.0000          -
6903.47/369.79	c       370              2           1        20                -           0.0000          -
7004.74/374.82	c       375              2           1        20                -           0.0000          -
7105.82/379.99	c       380              2           1        20                -           0.0000          -
7210.98/385.21	c       385              2           1        20                -           0.0000          -
7310.21/390.27	c       390              2           1        20                -           0.0000          -
7411.45/395.37	c       395              2           1        20                -           0.0000          -
7516.43/400.66	c       401              2           1        20                -           0.0000          -
7617.53/405.78	c       406              2           1        20                -           0.0000          -
7720.76/410.98	c       411              2           1        20                -           0.0000          -
7827.89/416.36	c       416              2           1        20                -           0.0000          -
7931.05/421.53	c       422              2           1        20                -           0.0000          -
8034.23/426.79	c       427              2           1        20                -           0.0000          -
8137.40/431.97	c       432              2           1        20                -           0.0000          -
8242.28/437.28	c       437              2           1        20                -           0.0000          -
8345.52/442.48	c       442              2           1        20                -           0.0000          -
8450.63/447.79	c       448              2           1        20                -           0.0000          -
8551.88/452.87	c       453              2           1        20                -           0.0000          -
8657.65/458.16	c       458              2           1        20                -           0.0000          -
8758.29/463.27	c       463              2           1        20                -           0.0000          -
8859.42/468.34	c       468              2           1        20                -           0.0000          -
8958.62/473.36	c       473              2           1        20                -           0.0000          -
9059.83/478.41	c       478              2           1        20                -           0.0000          -
9165.01/483.75	c       484              2           1        20                -           0.0000          -
9266.20/488.83	c       489              2           1        20                -           0.0000          -
9367.34/494.03	c       494              2           1        20                -           0.0000          -
9472.40/499.27	c       499              2           1        20                -           0.0000          -
9571.66/504.28	c       504              2           1        20                -           0.0000          -
9674.84/509.49	c       510              2           1        20                -           0.0000          -
9778.08/514.60	c       515              2           1        20                -           0.0000          -
9877.27/519.62	c       520              2           1        20                -           0.0000          -
9976.47/524.65	c       525              2           1        20                -           0.0000          -
10075.73/529.66	c       530              2           1        20                -           0.0000          -
10178.93/534.85	c       535              2           1        20                -           0.0000          -
10278.04/539.86	c       540              2           1        20                -           0.0000          -
10379.26/544.92	c       545              2           1        20                -           0.0000          -
10478.49/550.03	c       550              2           1        20                -           0.0000          -
10580.38/555.05	c       555              2           1        20                -           0.0000          -
10684.69/560.30	c       560              2           1        20                -           0.0000          -
10783.96/565.31	c       565              2           1        20                -           0.0000          -
10889.17/570.65	c       571              2           1        20                -           0.0000          -
10992.42/575.82	c       576              2           1        20                -           0.0000          -
11091.69/580.88	c       581              2           1        20                -           0.0000          -
11192.95/586.00	c       586              2           1        20                -           0.0000          -
11296.88/591.16	c       591              2           1        20                -           0.0000          -
11397.40/596.26	c       596              2           1        20                -           0.0000          -
11502.64/601.52	c       602              2           1        20                -           0.0000          -
11603.86/606.63	c       607              2           1        20                -           0.0000          -
11704.98/611.71	c       612              2           1        20                -           0.0000          -
11806.07/616.80	c       617              2           1        20                -           0.0000          -
11907.25/621.94	c       622              2           1        20                -           0.0000          -
12009.31/627.06	c       627              2           1        20                -           0.0000          -
12111.72/632.25	c       632              2           1        20                -           0.0000          -
12212.97/637.35	c       637              2           1        20                -           0.0000          -
12316.22/642.50	c       643              2           1        20                -           0.0000          -
12415.49/647.59	c       648              2           1        20                -           0.0000          -
12516.76/652.65	c       653              2           1        20                -           0.0000          -
12616.03/657.67	c       658              2           1        20                -           0.0000          -
12721.47/663.00	c       663              2           1        20                -           0.0000          -
12824.94/668.14	c       668              2           1        20                -           0.0000          -
12929.54/673.40	c       673              2           1        20                -           0.0000          -
13030.65/678.53	c       679              2           1        20                -           0.0000          -
13129.97/683.56	c       684              2           1        20                -           0.0000          -
13233.07/688.72	c       689              2           1        20                -           0.0000          -
13334.35/693.81	c       694              2           1        20                -           0.0000          -
13433.61/698.86	c       699              2           1        20                -           0.0000          -
13532.91/703.90	c       704              2           1        20                -           0.0000          -
13634.11/708.98	c       709              2           1        20                -           0.0000          -
13738.08/714.19	c       714              2           1        20                -           0.0000          -
13840.59/719.37	c       719              2           1        20                -           0.0000          -
13941.89/724.42	c       724              2           1        20                -           0.0000          -
14044.45/729.69	c       730              2           1        20                -           0.0000          -
14152.23/735.05	c       735              2           1        20                -           0.0000          -
14251.62/740.12	c       740              2           1        20                -           0.0000          -
14352.86/745.18	c       745              2           1        20                -           0.0000          -
14455.29/750.35	c       750              2           1        20                -           0.0000          -
14554.57/755.39	c       755              2           1        20                -           0.0000          -
14657.76/760.53	c       761              2           1        20                -           0.0000          -
14759.18/765.67	c       766              2           1        20                -           0.0000          -
14864.30/770.90	c       771              2           1        20                -           0.0000          -
14966.13/776.04	c       776              2           1        20                -           0.0000          -
15065.41/781.11	c       781              2           1        20                -           0.0000          -
15171.87/786.47	c       786              2           1        20                -           0.0000          -
15275.14/791.67	c       792              2           1        20                -           0.0000          -
15376.41/796.78	c       797              2           1        20                -           0.0000          -
15477.69/801.88	c       802              2           1        20                -           0.0000          -
15579.14/806.99	c       807              2           1        20                -           0.0000          -
15680.89/812.08	c       812              2           1        20                -           0.0000          -
15782.24/817.15	c       817              2           1        20                -           0.0000          -
15884.58/822.36	c       822              2           1        20                -           0.0000          -
15985.84/827.46	c       827              2           1        20                -           0.0000          -
16087.11/832.55	c       833              2           1        20                -           0.0000          -
16192.35/837.81	c       838              2           1        20                -           0.0000          -
16293.62/842.98	c       843              2           1        20                -           0.0000          -
16392.80/848.01	c       848              2           1        20                -           0.0000          -
16498.04/853.26	c       853              2           1        20                -           0.0000          -
16603.27/858.55	c       859              2           1        20                -           0.0000          -
16706.54/863.73	c       864              2           1        20                -           0.0000          -
16809.74/868.91	c       869              2           1        20                -           0.0000          -
16909.03/873.99	c       874              2           1        20                -           0.0000          -
17011.04/879.06	c       879              2           1        20                -           0.0000          -
17112.33/884.17	c       884              2           1        20                -           0.0000          -
17214.70/889.30	c       889              2           1        20                -           0.0000          -
17315.97/894.44	c       894              2           1        20                -           0.0000          -
17421.20/899.74	c       900              2           1        20                -           0.0000          -
17524.43/904.92	c       905              2           1        20                -           0.0000          -
17623.68/910.02	c       910              2           1        20                -           0.0000          -
17725.58/915.13	c       915              2           1        20                -           0.0000          -
17828.13/920.21	c       920              2           1        20                -           0.0000          -
17927.39/925.27	c       925              2           1        20                -           0.0000          -
18030.53/930.41	c       930              2           1        20                -           0.0000          -
18131.75/935.57	c       936              2           1        20                -           0.0000          -
18236.93/940.84	c       941              2           1        20                -           0.0000          -
18337.95/945.94	c       946              2           1        20                -           0.0000          -
18439.79/951.04	c       951              2           1        20                -           0.0000          -
18539.08/956.06	c       956              2           1        20                -           0.0000          -
18640.34/961.18	c       961              2           1        20                -           0.0000          -
18742.78/966.31	c       966              2           1        20                -           0.0000          -
18842.04/971.32	c       971              2           1        20                -           0.0000          -
18945.26/976.51	c       977              2           1        20                -           0.0000          -
19044.53/981.55	c       982              2           1        20                -           0.0000          -
19145.75/986.60	c       987              2           1        20                -           0.0000          -
19248.99/991.87	c       992              2           1        20                -           0.0000          -
19348.25/996.88	c       997              2           1        20                -           0.0000          -
19449.51/1001.92	c      1002              2           1        20                -           0.0000          -
19551.44/1007.05	c      1007              2           1        20                -           0.0000          -
19652.64/1012.16	c      1012              2           1        20                -           0.0000          -
19755.17/1017.32	c      1017              2           1        20                -           0.0000          -
19854.43/1022.38	c      1022              2           1        20                -           0.0000          -
19957.62/1027.58	c      1028              2           1        20                -           0.0000          -
20058.88/1032.61	c      1033              2           1        20                -           0.0000          -
20158.11/1037.62	c      1038              2           1        20                -           0.0000          -
20259.36/1042.70	c      1043              2           1        20                -           0.0000          -
20360.60/1047.89	c      1048              2           1        20                -           0.0000          -
20461.86/1052.98	c      1053              2           1        20                -           0.0000          -
20570.88/1058.41	c      1058              2           1        20                -           0.0000          -
20679.98/1063.91	c      1064              2           1        20                -           0.0000          -
20781.84/1069.04	c      1069              2           1        20                -           0.0000          -
20882.78/1074.15	c      1074              2           1        20                -           0.0000          -
20985.54/1079.36	c      1079              3           0        20                -           0.0000          -
21086.81/1084.45	c      1084              3           0        20                -           0.0000          -
21192.00/1089.70	c      1090              3           0        20                -           0.0000          -
21291.26/1094.74	c      1095              3           0        20                -           0.0000          -
21392.51/1099.87	c      1100              3           0        20                -           0.0000          -
21493.71/1105.00	c      1105              3           0        20                -           0.0000          -
21595.63/1110.05	c      1110              3           0        20                -           0.0000          -
21694.90/1115.08	c      1115              3           0        20                -           0.0000          -
21796.08/1120.15	c      1120              3           0        20                -           0.0000          -
21896.65/1125.29	c      1125              3           0        20                -           0.0000          -
21999.79/1130.44	c      1130              3           0        20                -           0.0000          -
22100.93/1135.55	c      1136              3           0        20                -           0.0000          -
22200.08/1140.59	c      1141              3           0        20                -           0.0000          -
22301.26/1145.64	c      1146              3           0        20                -           0.0000          -
22400.42/1150.69	c      1151              3           0        20                -           0.0000          -
22505.60/1155.95	c      1156              3           0        20                -           0.0000          -
22607.45/1161.10	c      1161              3           0        20                -           0.0000          -
22710.03/1166.20	c      1166              3           0        20                -           0.0000          -
22809.29/1171.26	c      1171              3           0        20                -           0.0000          -
22912.54/1176.42	c      1176              3           0        20                -           0.0000          -
23013.81/1181.55	c      1182              3           0        20                -           0.0000          -
23115.01/1186.65	c      1187              3           0        20                -           0.0000          -
23216.09/1191.79	c      1192              3           0        20                -           0.0000          -
23317.36/1196.87	c      1197              3           0        20                -           0.0000          -
23418.56/1201.95	c      1202              3           0        20                -           0.0000          -
23520.46/1207.12	c      1207              3           0        20                -           0.0000          -
23622.95/1212.29	c      1212              3           0        20                -           0.0000          -
23725.78/1217.43	c      1217              3           0        20                -           0.0000          -
23827.03/1222.58	c      1223              3           0        20                -           0.0000          -
23930.22/1227.74	c      1228              3           0        20                -           0.0000          -
24031.41/1232.84	c      1233              3           0        20                -           0.0000          -
24135.29/1238.08	c      1238              3           0        20                -           0.0000          -
24236.61/1243.18	c      1243              3           0        20                -           0.0000          -
24339.13/1248.33	c      1248              3           0        20                -           0.0000          -
24444.37/1253.67	c      1254              3           0        20                -           0.0000          -
24549.61/1258.95	c      1259              3           0        20                -           0.0000          -
24651.50/1264.09	c      1264              3           0        20                -           0.0000          -
24750.74/1269.13	c      1269              3           0        20                -           0.0000          -
24853.31/1274.26	c      1274              3           0        20                -           0.0000          -
24954.53/1279.37	c      1279              3           0        20                -           0.0000          -
25055.80/1284.46	c      1284              3           0        20                -           0.0000          -
25164.77/1290.01	c      1290              3           0        20                -           0.0000          -
25266.45/1295.06	c      1295              3           0        20                -           0.0000          -
25370.90/1300.33	c      1300              3           0        20                -           0.0000          -
25472.16/1305.45	c      1305              3           0        20                -           0.0000          -
25575.40/1310.66	c      1311              3           0        20                -           0.0000          -
25678.65/1315.85	c      1316              3           0        20                -           0.0000          -
25782.74/1321.10	c      1321              3           0        20                -           0.0000          -
25887.11/1326.35	c      1326              3           0        20                -           0.0000          -
25986.34/1331.37	c      1331              3           0        20                -           0.0000          -
26093.54/1336.76	c      1337              3           0        20                -           0.0000          -
26194.72/1341.86	c      1342              3           0        20                -           0.0000          -
26295.99/1346.91	c      1347              3           0        20                -           0.0000          -
26398.11/1352.06	c      1352              3           0        20                -           0.0000          -
26497.20/1357.10	c      1357              3           0        20                -           0.0000          -
26603.74/1362.48	c      1362              3           0        20                -           0.0000          -
26708.90/1367.70	c      1368              3           0        20                -           0.0000          -
26812.09/1372.90	c      1373              4           1        20                -           0.0000          -
26911.35/1377.99	c      1378              4           1        20                -           0.0000          -
27015.15/1383.14	c      1383              4           1        20                -           0.0000          -
27123.50/1388.67	c      1389              4           1        20                -           0.0000          -
27226.73/1393.81	c      1394              4           1        20                -           0.0000          -
27328.06/1398.98	c      1399              4           1        20                -           0.0000          -
27427.16/1404.01	c      1404              4           1        20                -           0.0000          -
27529.05/1409.08	c      1409              4           1        20                -           0.0000          -
27630.16/1414.18	c      1414              4           1        20                -           0.0000          -
27730.74/1419.20	c      1419              4           1        20                -           0.0000          -
27829.93/1424.23	c      1424              4           1        20                -           0.0000          -
27931.17/1429.32	c      1429              4           1        20                -           0.0000          -
28030.45/1434.33	c      1434              4           1        20                -           0.0000          -
28131.69/1439.46	c      1439              4           1        20                -           0.0000          -
28234.94/1444.61	c      1445              4           1        20                -           0.0000          -
28334.17/1449.64	c      1450              4           1        20                -           0.0000          -
28433.44/1454.68	c      1455              4           1        20                -           0.0000          -
28534.54/1459.71	c      1460              4           1        20                -           0.0000          -
28633.82/1464.73	c      1465              4           1        20                -           0.0000          -
28737.01/1469.93	c      1470              4           1        20                -           0.0000          -
28836.23/1474.98	c      1475              4           1        20                -           0.0000          -
28938.33/1480.04	c      1480              4           1        20                -           0.0000          -
29039.42/1485.18	c      1485              4           1        20                -           0.0000          -
29141.85/1490.35	c      1490              4           1        20                -           0.0000          -
29245.08/1495.55	c      1496              4           1        20                -           0.0000          -
29348.07/1500.79	c      1501              4           1        20                -           0.0000          -
29451.25/1505.91	c      1506              4           1        20                -           0.0000          -
29553.04/1511.07	c      1511              4           1        20                -           0.0000          -
29657.67/1516.30	c      1516              4           1        20                -           0.0000          -
29758.91/1521.42	c      1521              4           1        20                -           0.0000          -
29858.08/1526.45	c      1526              4           1        20                -           0.0000          -
29957.31/1531.47	c      1531              4           1        20                -           0.0000          -
30058.54/1536.57	c      1537              4           1        20                -           0.0000          -
30159.78/1541.65	c      1542              4           1        20                -           0.0000          -
30260.97/1546.72	c      1547              4           1        20                -           0.0000          -
30360.22/1551.77	c      1552              4           1        20                -           0.0000          -
30461.39/1556.82	c      1557              4           1        20                -           0.0000          -
30562.63/1561.90	c      1562              4           1        20                -           0.0000          -
30664.40/1567.09	c      1567              4           1        20                -           0.0000          -
30763.81/1572.13	c      1572              4           1        20                -           0.0000          -
30868.27/1577.34	c      1577              4           1        20                -           0.0000          -
30973.21/1582.69	c      1583              4           1        20                -           0.0000          -
31076.48/1587.82	c      1588              4           1        20                -           0.0000          -
31177.76/1592.99	c      1593              4           1        20                -           0.0000          -
31282.96/1598.25	c      1598              4           1        20                -           0.0000          -
31390.18/1603.68	c      1604              4           1        20                -           0.0000          -
31501.06/1609.22	c      1609              4           1        20                -           0.0000          -
31612.27/1614.82	c      1615              4           1        20                -           0.0000          -
31713.50/1619.91	c      1620              4           1        20                -           0.0000          -
31812.80/1625.02	c      1625              4           1        20                -           0.0000          -
31917.76/1630.23	c      1630              4           1        20                -           0.0000          -
32019.01/1635.30	c      1635              4           1        20                -           0.0000          -
32126.24/1640.78	c      1641              4           1        20                -           0.0000          -
32235.38/1646.26	c      1646              4           1        20                -           0.0000          -
32340.61/1651.58	c      1652              4           1        20                -           0.0000          -
32443.87/1656.79	c      1657              4           1        20                -           0.0000          -
32545.11/1661.88	c      1662              4           1        20                -           0.0000          -
32646.37/1666.92	c      1667              4           1        20                -           0.0000          -
32745.66/1671.95	c      1672              4           1        20                -           0.0000          -
32844.94/1676.95	c      1677              4           1        20                -           0.0000          -
32946.70/1682.09	c      1682              4           1        20                -           0.0000          -
33053.23/1687.47	c      1687              4           1        20                -           0.0000          -
33156.26/1692.61	c      1693              4           1        20                -           0.0000          -
33257.52/1697.76	c      1698              4           1        20                -           0.0000          -
33360.96/1702.92	c      1703              4           1        20                -           0.0000          -
33462.64/1708.05	c      1708              4           1        20                -           0.0000          -
33561.87/1713.10	c      1713              4           1        20                -           0.0000          -
33661.09/1718.13	c      1718              4           1        20                -           0.0000          -
33762.15/1723.19	c      1723              4           1        20                -           0.0000          -
33866.68/1728.42	c      1728              4           1        20                -           0.0000          -
33965.86/1733.48	c      1733              4           1        20                -           0.0000          -
34067.07/1738.56	c      1739              4           1        20                -           0.0000          -
34172.33/1743.81	c      1744              4           1        20                -           0.0000          -
34276.25/1749.06	c      1749              4           1        20                -           0.0000          -
34377.46/1754.18	c      1754              4           1        20                -           0.0000          -
34478.11/1759.28	c      1759              4           1        20                -           0.0000          -
34583.37/1764.55	c      1765              4           1        20                -           0.0000          -
34682.60/1769.59	c      1770              4           1        20                -           0.0000          -
34783.88/1774.61	c      1775              4           1        20                -           0.0000          -
34884.99/1779.79	c      1780              4           1        20                -           0.0000          -
34988.25/1784.93	c      1785              4           1        20                -           0.0000          -
35090.22/1790.07	c      1790              4           1        20                -           0.0000          -
35192.74/1795.22	c      1795              4           1        20                -           0.0000          -
35294.00/1800.38	c      1800              4           1        20                -           0.0000          -
35401.22/1805.76	c      1806              4           1        20                -           0.0000          -
35502.48/1810.86	c      1811              4           1        20                -           0.0000          -
35601.78/1815.89	c      1816              4           1        20                -           0.0000          -
35707.90/1821.17	c      1821              4           1        20                -           0.0000          -
35807.11/1826.17	c      1826              4           1        20                -           0.0000          -
35909.48/1831.30	c      1831              4           1        20                -           0.0000          -
36008.80/1836.38	c      1836              4           1        20                -           0.0000          -
36112.08/1841.50	c      1842              4           1        20                -           0.0000          -
36221.97/1847.12	c      1847              4           1        20                -           0.0000          -
36323.20/1852.17	c      1852              4           1        20                -           0.0000          -
36425.75/1857.32	c      1857              4           1        20                -           0.0000          -
36531.02/1862.66	c      1863              4           1        20                -           0.0000          -
36636.25/1867.93	c      1868              4           1        20                -           0.0000          -
36741.36/1873.24	c      1873              4           1        20                -           0.0000          -
36842.56/1878.39	c      1878              4           1        20                -           0.0000          -
36949.90/1883.73	c      1884              4           1        20                -           0.0000          -
37053.07/1888.93	c      1889              4           1        20                -           0.0000          -
37155.07/1894.11	c      1894              4           1        20                -           0.0000          -
37256.42/1899.15	c      1899              4           1        20                -           0.0000          -
37356.94/1904.23	c      1904              4           1        20                -           0.0000          -
37456.24/1909.29	c      1909              4           1        20                -           0.0000          -
37559.49/1914.44	c      1914              4           1        20                -           0.0000          -
37660.69/1919.53	c      1920              4           1        20                -           0.0000          -
37759.93/1924.54	c      1925              4           1        20                -           0.0000          -
37863.20/1929.76	c      1930              4           1        20                -           0.0000          -
37966.63/1935.03	c      1935              4           1        20                -           0.0000          -
38071.67/1940.28	c      1940              4           1        20                -           0.0000          -
38172.91/1945.33	c      1945              4           1        20                -           0.0000          -
38272.03/1950.37	c      1950              4           1        20                -           0.0000          -
38373.33/1955.40	c      1955              4           1        20                -           0.0000          -
38476.63/1960.65	c      1961              4           1        20                -           0.0000          -
38579.90/1965.80	c      1966              4           1        20                -           0.0000          -
38681.18/1970.92	c      1971              4           1        20                -           0.0000          -
38783.08/1976.08	c      1976              4           1        20                -           0.0000          -
38882.27/1981.09	c      1981              4           1        20                -           0.0000          -
38984.84/1986.22	c      1986              4           1        20                -           0.0000          -
39088.03/1991.42	c      1991              4           1        20                -           0.0000          -
39187.33/1996.49	c      1996              4           1        20                -           0.0000          -
39288.48/2001.57	c      2002              4           1        20                -           0.0000          -
39391.55/2006.75	c      2007              4           1        20                -           0.0000          -
39492.69/2011.89	c      2012              4           1        20                -           0.0000          -
39593.94/2016.99	c      2017              4           1        20                -           0.0000          -
39695.73/2022.07	c      2022              4           1        20                -           0.0000          -
39796.91/2027.18	c      2027              4           1        20                -           0.0000          -
39899.44/2032.30	c      2032              4           1        20                -           0.0000          -
40000.69/2037.45	c      2037              4           1        20                -           0.0000          -
40101.96/2042.55	c      2043              4           1        20                -           0.0000          -
40201.19/2047.57	c      2048              4           1        20                -           0.0000          -
40306.41/2052.80	c      2053              4           1        20                -           0.0000          -
40405.66/2057.89	c      2058              4           1        20                -           0.0000          -
40507.05/2062.94	c      2063              4           1        20                -           0.0000          -
40610.95/2068.15	c      2068              4           1        20                -           0.0000          -
40713.33/2073.36	c      2073              4           1        20                -           0.0000          -
40816.58/2078.51	c      2079              4           1        20                -           0.0000          -
40920.02/2083.74	c      2084              4           1        20                -           0.0000          -
41021.08/2088.80	c      2089              4           1        20                -           0.0000          -
41122.35/2093.95	c      2094              4           1        20                -           0.0000          -
41224.18/2099.11	c      2099              4           1        20                -           0.0000          -
41330.60/2104.45	c      2104              4           1        20                -           0.0000          -
41433.81/2109.63	c      2110              4           1        20                -           0.0000          -
41535.05/2114.77	c      2115              4           1        20                -           0.0000          -
41638.29/2119.99	c      2120              4           1        20                -           0.0000          -
41740.35/2125.13	c      2125              4           1        20                -           0.0000          -
41842.76/2130.26	c      2130              4           1        20                -           0.0000          -
41949.98/2135.61	c      2136              4           1        20                -           0.0000          -
42057.69/2141.04	c      2141              4           1        20                -           0.0000          -
42158.96/2146.17	c      2146              4           1        20                -           0.0000          -
42263.50/2151.41	c      2151              4           1        20                -           0.0000          -
42366.73/2156.64	c      2157              4           1        20                -           0.0000          -
42467.98/2161.74	c      2162              4           1        20                -           0.0000          -
42571.37/2166.95	c      2167              4           1        20                -           0.0000          -
42678.32/2172.32	c      2172              4           1        20                -           0.0000          -
42781.39/2177.51	c      2178              4           1        20                -           0.0000          -
42886.61/2182.90	c      2183              4           1        20                -           0.0000          -
42990.38/2188.05	c      2188              4           1        20                -           0.0000          -
43092.98/2193.28	c      2193              4           1        20                -           0.0000          -
43198.12/2198.56	c      2199              4           1        20                -           0.0000          -
43301.37/2203.76	c      2204              4           1        20                -           0.0000          -
43402.63/2208.83	c      2209              4           1        20                -           0.0000          -
43501.90/2213.87	c      2214              4           1        20                -           0.0000          -
43603.17/2218.95	c      2219              4           1        20                -           0.0000          -
43705.14/2224.10	c      2224              4           1        20                -           0.0000          -
43806.40/2229.15	c      2229              4           1        20                -           0.0000          -
43905.66/2234.18	c      2234              4           1        20                -           0.0000          -
44006.10/2239.25	c      2239              4           1        20                -           0.0000          -
44107.13/2244.37	c      2244              4           1        20                -           0.0000          -
44212.36/2249.66	c      2250              4           1        20                -           0.0000          -
44313.56/2254.74	c      2255              4           1        20                -           0.0000          -
44416.83/2259.90	c      2260              4           1        20                -           0.0000          -
44520.61/2265.13	c      2265              4           1        20                -           0.0000          -
44619.92/2270.14	c      2270              4           1        20                -           0.0000          -
44722.46/2275.32	c      2275              4           1        20                -           0.0000          -
44821.74/2280.34	c      2280              4           1        20                -           0.0000          -
44923.01/2285.40	c      2285              4           1        20                -           0.0000          -
45022.28/2290.48	c      2290              4           1        20                -           0.0000          -
45123.51/2295.50	c      2296              4           1        20                -           0.0000          -
45224.77/2300.68	c      2301              4           1        20                -           0.0000          -
45325.99/2305.72	c      2306              4           1        20                -           0.0000          -
45429.44/2310.91	c      2311              4           1        20                -           0.0000          -
45536.59/2316.38	c      2316              4           1        20                -           0.0000          -
45641.64/2321.62	c      2322              4           1        20                -           0.0000          -
45744.90/2326.83	c      2327              4           1        20                -           0.0000          -
45848.81/2332.13	c      2332              4           1        20                -           0.0000          -
45953.50/2337.33	c      2337              4           1        20                -           0.0000          -
46052.63/2342.38	c      2342              4           1        20                -           0.0000          -
46153.89/2347.45	c      2347              4           1        20                -           0.0000          -
46253.18/2352.46	c      2352              4           1        20                -           0.0000          -
46354.39/2357.58	c      2358              4           1        20                -           0.0000          -
46457.62/2362.76	c      2363              4           1        20                -           0.0000          -
46563.53/2368.06	c      2368              4           1        20                -           0.0000          -
46664.71/2373.17	c      2373              4           1        20                -           0.0000          -
46773.21/2378.69	c      2379              4           1        20                -           0.0000          -
46874.46/2383.70	c      2384              4           1        20                -           0.0000          -
46973.72/2388.79	c      2389              4           1        20                -           0.0000          -
47076.99/2393.98	c      2394              4           1        20                -           0.0000          -
47176.45/2399.00	c      2399              4           1        20                -           0.0000          -
47280.15/2404.15	c      2404              4           1        20                -           0.0000          -
47379.42/2409.18	c      2409              4           1        20                -           0.0000          -
47484.03/2414.42	c      2414              4           1        20                -           0.0000          -
47589.11/2419.79	c      2420              4           1        20                -           0.0000          -
47690.37/2424.81	c      2425              4           1        20                -           0.0000          -
47791.31/2429.99	c      2430              4           1        20                -           0.0000          -
47890.60/2435.00	c      2435              4           1        20                -           0.0000          -
47992.56/2440.04	c      2440              4           1        20                -           0.0000          -
48093.92/2445.14	c      2445              4           1        20                -           0.0000          -
48200.33/2450.59	c      2451              4           1        20                -           0.0000          -
48305.57/2455.80	c      2456              4           1        20                -           0.0000          -
48409.52/2461.06	c      2461              4           1        20                -           0.0000          -
48510.78/2466.15	c      2466              4           1        20                -           0.0000          -
48611.32/2471.23	c      2471              4           1        20                -           0.0000          -
48710.41/2476.24	c      2476              4           1        20                -           0.0000          -
48813.47/2481.46	c      2481              4           1        20                -           0.0000          -
48918.71/2486.74	c      2487              4           1        20                -           0.0000          -
49019.80/2491.88	c      2492              4           1        20                -           0.0000          -
49126.70/2497.23	c      2497              4           1        20                -           0.0000          -
49229.88/2502.46	c      2502              4           1        20                -           0.0000          -
49333.13/2507.66	c      2508              4           1        20                -           0.0000          -
49434.36/2512.71	c      2513              4           1        20                -           0.0000          -
49533.57/2517.72	c      2518              4           1        20                -           0.0000          -
49634.85/2522.84	c      2523              4           1        20                -           0.0000          -
49736.08/2527.96	c      2528              4           1        20                -           0.0000          -
49835.37/2533.03	c      2533              4           1        20                -           0.0000          -
49937.21/2538.09	c      2538              4           1        20                -           0.0000          -
50039.52/2543.24	c      2543              4           1        20                -           0.0000          -
50140.71/2548.32	c      2548              4           1        20                -           0.0000          -
50245.97/2553.61	c      2554              4           1        20                -           0.0000          -
50351.39/2558.94	c      2559              4           1        20                -           0.0000          -
50455.03/2564.13	c      2564              4           1        20                -           0.0000          -
50555.83/2569.25	c      2569              4           1        20                -           0.0000          -
50656.94/2574.36	c      2574              4           1        20                -           0.0000          -
50760.18/2579.55	c      2580              4           1        20                -           0.0000          -
50861.44/2584.65	c      2585              4           1        20                -           0.0000          -
50962.67/2589.72	c      2590              4           1        20                -           0.0000          -
51063.89/2594.83	c      2595              4           1        20                -           0.0000          -
51165.04/2599.98	c      2600              4           1        20                -           0.0000          -
51267.02/2605.10	c      2605              4           1        20                -           0.0000          -
51369.48/2610.28	c      2610              4           1        20                -           0.0000          -
51470.76/2615.37	c      2615              4           1        20                -           0.0000          -
51572.03/2620.43	c      2620              4           1        20                -           0.0000          -
51673.30/2625.51	c      2626              4           1        20                -           0.0000          -
51776.49/2630.74	c      2631              4           1        20                -           0.0000          -
51879.77/2635.94	c      2636              4           1        20                -           0.0000          -
51979.00/2641.02	c      2641              4           1        20                -           0.0000          -
52082.92/2646.17	c      2646              4           1        20                -           0.0000          -
52183.51/2651.28	c      2651              4           1        20                -           0.0000          -
52284.75/2656.35	c      2656              4           1        20                -           0.0000          -
52387.99/2661.50	c      2662              4           1        20                -           0.0000          -
52489.21/2666.66	c      2667              4           1        20                -           0.0000          -
52592.40/2671.85	c      2672              4           1        20                -           0.0000          -
52693.67/2676.96	c      2677              4           1        20                -           0.0000          -
52797.63/2682.19	c      2682              4           1        20                -           0.0000          -
52898.17/2687.26	c      2687              4           1        20                -           0.0000          -
53001.29/2692.45	c      2692              4           1        20                -           0.0000          -
53104.54/2697.64	c      2698              4           1        20                -           0.0000          -
53207.81/2702.87	c      2703              4           1        20                -           0.0000          -
53307.07/2707.88	c      2708              4           1        20                -           0.0000          -
53416.28/2713.32	c      2713              4           1        20                -           0.0000          -
53519.45/2718.52	c      2719              4           1        20                -           0.0000          -
53629.36/2724.09	c      2724              4           1        20                -           0.0000          -
53733.80/2729.32	c      2729              4           1        20                -           0.0000          -
53836.99/2734.59	c      2735              4           1        20                -           0.0000          -
53938.28/2739.62	c      2740              4           1        20                -           0.0000          -
54046.21/2745.09	c      2745              4           1        20                -           0.0000          -
54148.76/2750.26	c      2750              4           1        20                -           0.0000          -
54252.03/2755.46	c      2755              4           1        20                -           0.0000          -
54353.32/2760.58	c      2761              4           1        20                -           0.0000          -
54454.60/2765.60	c      2766              4           1        20                -           0.0000          -
54555.89/2770.76	c      2771              4           1        20                -           0.0000          -
54659.10/2775.91	c      2776              4           1        20                -           0.0000          -
54760.81/2781.06	c      2781              4           1        20                -           0.0000          -
54860.18/2786.13	c      2786              4           1        20                -           0.0000          -
54961.46/2791.19	c      2791              4           1        20                -           0.0000          -
55062.05/2796.23	c      2796              4           1        20                -           0.0000          -
55163.34/2801.33	c      2801              4           1        20                -           0.0000          -
55264.63/2806.48	c      2806              4           1        20                -           0.0000          -
55365.92/2811.54	c      2812              4           1        20                -           0.0000          -
55469.17/2816.71	c      2817              4           1        20                -           0.0000          -
55570.47/2821.81	c      2822              4           1        20                -           0.0000          -
55671.62/2826.90	c      2827              4           1        20                -           0.0000          -
55773.32/2832.04	c      2832              4           1        20                -           0.0000          -
55874.52/2837.17	c      2837              4           1        20                -           0.0000          -
55975.08/2842.21	c      2842              4           1        20                -           0.0000          -
56080.32/2847.58	c      2848              4           1        20                -           0.0000          -
56185.57/2852.84	c      2853              4           1        20                -           0.0000          -
56289.36/2858.08	c      2858              4           1        20                -           0.0000          -
56388.54/2863.08	c      2863              4           1        20                -           0.0000          -
56491.06/2868.22	c      2868              4           1        20                -           0.0000          -
56592.33/2873.37	c      2873              4           1        20                -           0.0000          -
56695.53/2878.50	c      2879              4           1        20                -           0.0000          -
56796.80/2883.65	c      2884              4           1        20                -           0.0000          -
56898.06/2888.75	c      2889              4           1        20                -           0.0000          -
57003.94/2894.04	c      2894              4           1        20                -           0.0000          -
57106.23/2899.22	c      2899              4           1        20                -           0.0000          -
57207.52/2904.31	c      2904              4           1        20                -           0.0000          -
57306.75/2909.38	c      2909              4           1        20                -           0.0000          -
57407.95/2914.49	c      2914              4           1        20                -           0.0000          -
57511.06/2919.65	c      2920              4           1        20                -           0.0000          -
57612.18/2924.70	c      2925              4           1        20                -           0.0000          -
57711.44/2929.75	c      2930              4           1        20                -           0.0000          -
57810.74/2934.77	c      2935              4           1        20                -           0.0000          -
57914.02/2939.91	c      2940              4           1        20                -           0.0000          -
58013.43/2944.93	c      2945              4           1        20                -           0.0000          -
58114.82/2950.04	c      2950              4           1        20                -           0.0000          -
58221.21/2955.47	c      2955              4           1        20                -           0.0000          -
58322.26/2960.53	c      2961              4           1        20                -           0.0000          -
58423.45/2965.61	c      2966              4           1        20                -           0.0000          -
58524.54/2970.78	c      2971              4           1        20                -           0.0000          -
58627.79/2975.98	c      2976              4           1        20                -           0.0000          -
58731.71/2981.18	c      2981              4           1        20                -           0.0000          -
58834.32/2986.31	c      2986              4           1        20                -           0.0000          -
58933.63/2991.33	c      2991              4           1        20                -           0.0000          -
59034.91/2996.45	c      2996              4           1        20                -           0.0000          -
59134.23/3001.47	c      3001              4           1        20                -           0.0000          -
59235.52/3006.56	c      3007              4           1        20                -           0.0000          -
59334.85/3011.57	c      3012              4           1        20                -           0.0000          -
59438.01/3016.72	c      3017              4           1        20                -           0.0000          -
59541.07/3021.94	c      3022              4           1        20                -           0.0000          -
59642.92/3027.08	c      3027              4           1        20                -           0.0000          -
59742.33/3032.09	c      3032              4           1        20                -           0.0000          -
59843.48/3037.16	c      3037              4           1        20                -           0.0000          -
59946.02/3042.34	c      3042              4           1        20                -           0.0000          -
60047.26/3047.48	c      3047              4           1        20                -           0.0000          -
60152.50/3052.73	c      3053              4           1        20                -           0.0000          -
60261.65/3058.22	c      3058              4           1        20                -           0.0000          -
60366.93/3063.54	c      3064              4           1        20                -           0.0000          -
60470.20/3068.72	c      3069              4           1        20                -           0.0000          -
60576.12/3074.06	c      3074              4           1        20                -           0.0000          -
60678.60/3079.22	c      3079              4           1        20                -           0.0000          -
60779.90/3084.34	c      3084              4           1        20                -           0.0000          -
60885.11/3089.61	c      3090              4           1        20                -           0.0000          -
60988.28/3094.80	c      3095              4           1        20                -           0.0000          -
61089.50/3100.01	c      3100              4           1        20                -           0.0000          -
61194.70/3105.25	c      3105              4           1        20                -           0.0000          -
61301.86/3110.66	c      3111              4           1        20                -           0.0000          -
61405.12/3115.83	c      3116              4           1        20                -           0.0000          -
61506.38/3120.99	c      3121              4           1        20                -           0.0000          -
61610.44/3126.17	c      3126              4           1        20                -           0.0000          -
61712.88/3131.35	c      3131              4           1        20                -           0.0000          -
61812.18/3136.39	c      3136              4           1        20                -           0.0000          -
61913.39/3141.43	c      3141              4           1        20                -           0.0000          -
62014.70/3146.52	c      3147              4           1        20                -           0.0000          -
62119.87/3151.81	c      3152              4           1        20                -           0.0000          -
62219.04/3156.84	c      3157              4           1        20                -           0.0000          -
62320.32/3162.02	c      3162              4           1        20                -           0.0000          -
62427.54/3167.30	c      3167              4           1        20                -           0.0000          -
62528.81/3172.47	c      3172              4           1        20                -           0.0000          -
62632.07/3177.61	c      3178              4           1        20                -           0.0000          -
62735.35/3182.84	c      3183              4           1        20                -           0.0000          -
62844.71/3188.31	c      3188              4           1        20                -           0.0000          -
62943.78/3193.38	c      3193              4           1        20                -           0.0000          -
63046.64/3198.53	c      3199              4           1        20                -           0.0000          -
63147.89/3203.67	c      3204              4           1        20                -           0.0000          -
63251.11/3208.85	c      3209              4           1        20                -           0.0000          -
63354.98/3214.05	c      3214              4           1        20                -           0.0000          -
63457.54/3219.25	c      3219              4           1        20                -           0.0000          -
63566.73/3224.77	c      3225              4           1        20                -           0.0000          -
63667.95/3229.82	c      3230              4           1        20                -           0.0000          -
63773.80/3235.13	c      3235              4           1        20                -           0.0000          -
63873.22/3240.14	c      3240              4           1        20                -           0.0000          -
63972.39/3245.18	c      3245              4           1        20                -           0.0000          -
64076.91/3250.48	c      3250              4           1        20                -           0.0000          -
64178.07/3255.59	c      3256              4           1        20                -           0.0000          -
64279.27/3260.67	c      3261              4           1        20                -           0.0000          -
64387.20/3266.05	c      3266              4           1        20                -           0.0000          -
64488.44/3271.18	c      3271              4           1        20                -           0.0000          -
64590.95/3276.38	c      3276              4           1        20                -           0.0000          -
64692.16/3281.44	c      3281              4           1        20                -           0.0000          -
64793.25/3286.57	c      3287              4           1        20                -           0.0000          -
64896.50/3291.72	c      3292              4           1        20                -           0.0000          -
64999.70/3296.94	c      3297              4           1        20                -           0.0000          -
65105.05/3302.27	c      3302              4           1        20                -           0.0000          -
65206.18/3307.34	c      3307              4           1        20                -           0.0000          -
65317.38/3312.91	c      3313              4           1        20                -           0.0000          -
65424.56/3318.35	c      3318              4           1        20                -           0.0000          -
65527.76/3323.54	c      3324              4           1        20                -           0.0000          -
65631.03/3328.72	c      3329              4           1        20                -           0.0000          -
65734.31/3333.98	c      3334              4           1        20                -           0.0000          -
65839.54/3339.25	c      3339              4           1        20                -           0.0000          -
65940.85/3344.39	c      3344              4           1        20                -           0.0000          -
66044.12/3349.56	c      3350              4           1        20                -           0.0000          -
66145.40/3354.63	c      3355              4           1        20                -           0.0000          -
66248.70/3359.84	c      3360              4           1        20                -           0.0000          -
66350.00/3364.90	c      3365              4           1        20                -           0.0000          -
66455.25/3370.23	c      3370              4           1        20                -           0.0000          -
66554.56/3375.26	c      3375              4           1        20                -           0.0000          -
66659.83/3380.55	c      3381              4           1        20                -           0.0000          -
66761.12/3385.63	c      3386              4           1        20                -           0.0000          -
66862.40/3390.71	c      3391              4           1        20                -           0.0000          -
66961.70/3395.79	c      3396              4           1        20                -           0.0000          -
67062.99/3400.86	c      3401              4           1        20                -           0.0000          -
67164.32/3406.02	c      3406              4           1        20                -           0.0000          -
67266.12/3411.06	c      3411              4           1        20                -           0.0000          -
67367.66/3416.19	c      3416              4           1        20                -           0.0000          -
67468.17/3421.25	c      3421              4           1        20                -           0.0000          -
67573.47/3426.50	c      3427              4           1        20                -           0.0000          -
67676.78/3431.74	c      3432              4           1        20                -           0.0000          -
67778.12/3436.87	c      3437              4           1        20                -           0.0000          -
67879.46/3441.97	c      3442              4           1        20                -           0.0000          -
67981.44/3447.10	c      3447              4           1        20                -           0.0000          -
68084.05/3452.21	c      3452              4           1        20                -           0.0000          -
68185.39/3457.39	c      3457              4           1        20                -           0.0000          -
68286.73/3462.43	c      3462              4           1        20                -           0.0000          -
68386.08/3467.48	c      3467              5           0        20                -           0.0000          -
68487.41/3472.58	c      3473              5           0        20                -           0.0000          -
68590.74/3477.77	c      3478              5           0        20                -           0.0000          -
68692.09/3482.82	c      3483              5           0        20                -           0.0000          -
68799.30/3488.24	c      3488              5           0        20                -           0.0000          -
68906.54/3493.62	c      3494              5           0        20                -           0.0000          -
69011.79/3498.93	c      3499              5           0        20                -           0.0000          -
69115.60/3504.13	c      3504              5           0        20                -           0.0000          -
69216.45/3509.21	c      3509              5           0        20                -           0.0000          -
69315.74/3514.22	c      3514              5           0        20                -           0.0000          -
69418.98/3519.48	c      3519              5           0        20                -           0.0000          -
69522.30/3524.69	c      3525              5           0        20                -           0.0000          -
69627.62/3529.92	c      3530              5           0        20                -           0.0000          -
69729.48/3535.10	c      3535              5           0        20                -           0.0000          -
69830.85/3540.15	c      3540              5           0        20                -           0.0000          -
69931.46/3545.25	c      3545              5           0        20                -           0.0000          -
70038.68/3550.62	c      3551              5           0        20                -           0.0000          -
70137.96/3555.67	c      3556              5           0        20                -           0.0000          -
70239.21/3560.76	c      3561              5           0        20                -           0.0000          -
70340.46/3565.83	c      3566              5           0        20                -           0.0000          -
70444.38/3571.05	c      3571              5           0        20                -           0.0000          -
70552.88/3576.50	c      3577              5           0        20                -           0.0000          -
70652.07/3581.58	c      3582              5           0        20                -           0.0000          -
70757.31/3586.86	c      3587              5           0        20                -           0.0000          -
70858.55/3591.96	c      3592              5           0        20                -           0.0000          -
70960.52/3597.06	c      3597              5           0        20                -           0.0000          -
71059.75/3602.12	c      3602              5           0        20                -           0.0000          -
71164.23/3607.31	c      3607              5           0        20                -           0.0000          -
71263.42/3612.35	c      3612              5           0        20                -           0.0000          -
71368.59/3617.69	c      3618              5           0        20                -           0.0000          -
71469.80/3622.76	c      3623              5           0        20                -           0.0000          -
71573.08/3627.96	c      3628              5           0        20                -           0.0000          -
71675.00/3633.09	c      3633              5           0        20                -           0.0000          -
71776.13/3638.17	c      3638              5           0        20                -           0.0000          -
71880.74/3643.47	c      3643              5           0        20                -           0.0000          -
71985.92/3648.74	c      3649              5           0        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (186640 MiB free)
  memory of node 1: 193531 MiB (171883 MiB free)
  memory of node 2: 193531 MiB (188952 MiB free)
  memory of node 3: 193531 MiB (192228 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-4465921-1722591285/watcher-4465921-1722591285 -o /tmp/evaluation-result-4465921-1722591285/solver-4465921-1722591285 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722587343-157286 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465921-1722591285.opb -qsol -t 72000 -sth 20 

running on 20 cores: 3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79

CPU governors:
  performance: 3 7 11 15 19 23 27 31 35 39 43 47 51 55 59 63 67 71 75 79

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


[startup+0.100115 s]*
/proc/loadavg: 80.37 80.00 80.19 62/985 160391
/proc/meminfo: memFree=757405584/790760800 swapFree=131071996/131071996
[pid=160390] ppid=160387 vsize=79504 memory=67288 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/stat : 160390 (fscip) R 160387 160390 157273 0 -1 4194304 14766 0 0 0 9 2 0 0 20 0 1 0 25715262 81412096 16822 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
/proc/160390/statm: 19876 16822 2347 3035 0 16272 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 79504 KiB
Current children cumulated memory: 67288 KiB

[startup+0.219916 s]*
/proc/loadavg: 80.37 80.00 80.19 62/985 160391
/proc/meminfo: memFree=757330440/790760800 swapFree=131071996/131071996
[pid=160390] ppid=160387 vsize=158512 memory=146884 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/stat : 160390 (fscip) R 160387 160390 157273 0 -1 4194304 34957 0 0 0 18 5 0 0 20 0 1 0 25715262 162316288 36721 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
/proc/160390/statm: 39628 36721 2539 3035 0 36024 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 158512 KiB
Current children cumulated memory: 146884 KiB

[startup+0.320104 s]*
/proc/loadavg: 80.37 80.00 80.19 62/985 160391
/proc/meminfo: memFree=757302732/790760800 swapFree=131071996/131071996
[pid=160390] ppid=160387 vsize=179880 memory=166964 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/stat : 160390 (fscip) R 160387 160390 157273 0 -1 4194304 39908 0 0 0 27 5 0 0 20 0 1 0 25715262 184197120 41741 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
/proc/160390/statm: 44970 41741 2614 3035 0 41366 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 179880 KiB
Current children cumulated memory: 166964 KiB

[startup+0.700263 s]
/proc/loadavg: 80.37 80.00 80.19 62/985 160391
/proc/meminfo: memFree=757233336/790760800 swapFree=131071996/131071996
[pid=160390] ppid=160387 vsize=229900 memory=215852 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/stat : 160390 (fscip) R 160387 160390 157273 0 -1 4194304 61502 0 0 0 59 10 0 0 20 0 1 0 25715262 235417600 53963 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
/proc/160390/statm: 57475 53963 2710 3035 0 53871 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 229900 KiB
Current children cumulated memory: 215852 KiB

[startup+1.50019 s]
/proc/loadavg: 80.37 80.00 80.19 62/985 160391
/proc/meminfo: memFree=757243960/790760800 swapFree=131071996/131071996
[pid=160390] ppid=160387 vsize=235204 memory=219752 CPUtime=1.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/stat : 160390 (fscip) R 160387 160390 157273 0 -1 4194304 68735 0 0 0 137 11 0 0 20 0 1 0 25715262 240848896 54938 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
/proc/160390/statm: 58801 54938 2710 3035 0 55197 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 235204 KiB
Current children cumulated memory: 219752 KiB

[startup+3.11993 s]
/proc/loadavg: 80.37 80.00 80.19 62/985 160391
/proc/meminfo: memFree=757230232/790760800 swapFree=131071996/131071996
[pid=160390] ppid=160387 vsize=246504 memory=231164 CPUtime=3.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/stat : 160390 (fscip) R 160387 160390 157273 0 -1 4194304 71599 0 0 0 298 12 0 0 20 0 1 0 25715262 252420096 57791 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
/proc/160390/statm: 61626 57791 2758 3035 0 58022 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 246504 KiB
Current children cumulated memory: 231164 KiB

[startup+6.30025 s]
/proc/loadavg: 78.97 79.72 80.09 62/985 160391
/proc/meminfo: memFree=756951172/790760800 swapFree=131071996/131071996
[pid=160390] ppid=160387 vsize=255952 memory=240228 CPUtime=6.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/stat : 160390 (fscip) R 160387 160390 157273 0 -1 4194304 73329 0 0 0 614 12 0 0 20 0 1 0 25715262 262094848 60057 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
/proc/160390/statm: 63988 60057 2758 3035 0 60384 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 255952 KiB
Current children cumulated memory: 240228 KiB

[startup+12.7003 s]
/proc/loadavg: 77.54 79.41 79.99 62/985 160393
/proc/meminfo: memFree=756915380/790760800 swapFree=131071996/131071996
[pid=160390] ppid=160387 vsize=256976 memory=241276 CPUtime=12.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/stat : 160390 (fscip) R 160387 160390 157273 0 -1 4194304 73589 0 0 0 1252 12 0 0 20 0 1 0 25715262 263143424 60319 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
/proc/160390/statm: 64244 60319 2758 3035 0 60640 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 256976 KiB
Current children cumulated memory: 241276 KiB

[startup+25.5016 s]
/proc/loadavg: 75.62 78.87 79.81 81/1023 160434
/proc/meminfo: memFree=751940028/790760800 swapFree=131071996/131071996
[pid=160390] ppid=160387 vsize=6079572 memory=5162972 CPUtime=76.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/stat : 160390 (fscip) S 160387 160390 157273 0 -1 1077936128 1355565 0 0 0 7414 271 0 0 20 0 41 0 25715262 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
/proc/160390/statm: 1519893 1290743 2790 3035 0 1409663 0
[pid=160390/tid=160395] ppid=160387 vsize=6079572 memory=0 CPUtime=2.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160395/stat : 160395 (fscip) R 160387 160390 157273 0 -1 4194368 62159 0 0 0 271 12 0 0 20 0 41 0 25717281 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160396] ppid=160387 vsize=6079572 memory=207047885133 CPUtime=2.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160396/stat : 160396 (fscip) R 160387 160390 157273 0 -1 4194368 61693 0 0 0 270 12 0 0 20 0 41 0 25717281 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160397] ppid=160387 vsize=6079572 memory=211359703248 CPUtime=2.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160397/stat : 160397 (fscip) R 160387 160390 157273 0 -1 4194368 62838 0 0 0 268 12 0 0 20 0 41 0 25717281 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160398] ppid=160387 vsize=6079572 memory=0 CPUtime=2.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160398/stat : 160398 (fscip) R 160387 160390 157273 0 -1 4194368 61900 0 0 0 271 12 0 0 20 0 41 0 25717281 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160399] ppid=160387 vsize=6079572 memory=10392 CPUtime=2.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160399/stat : 160399 (fscip) R 160387 160390 157273 0 -1 4194368 61618 0 0 0 269 13 0 0 20 0 41 0 25717281 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160400] ppid=160387 vsize=6079572 memory=279314474851312 CPUtime=2.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160400/stat : 160400 (fscip) R 160387 160390 157273 0 -1 4194368 62156 0 0 0 270 12 0 0 20 0 41 0 25717281 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160401] ppid=160387 vsize=6079572 memory=0 CPUtime=2.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160401/stat : 160401 (fscip) R 160387 160390 157273 0 -1 4194368 61904 0 0 0 272 11 0 0 20 0 41 0 25717281 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160402] ppid=160387 vsize=6079572 memory=25333125866717268 CPUtime=2.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160402/stat : 160402 (fscip) R 160387 160390 157273 0 -1 4194368 62520 0 0 0 270 12 0 0 20 0 41 0 25717281 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160403] ppid=160387 vsize=6079572 memory=240228 CPUtime=2.75 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160403/stat : 160403 (fscip) R 160387 160390 157273 0 -1 4194368 65734 0 0 0 263 12 0 0 20 0 41 0 25717281 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160404] ppid=160387 vsize=6079572 memory=279314474525392 CPUtime=2.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160404/stat : 160404 (fscip) R 160387 160390 157273 0 -1 4194368 61903 0 0 0 271 13 0 0 20 0 41 0 25717281 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160405] ppid=160387 vsize=6079572 memory=16746929971502392 CPUtime=2.81 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160405/stat : 160405 (fscip) R 160387 160390 157273 0 -1 4194368 61889 0 0 0 269 12 0 0 20 0 41 0 25717281 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160406] ppid=160387 vsize=6079572 memory=16108 CPUtime=2.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160406/stat : 160406 (fscip) R 160387 160390 157273 0 -1 4194368 62074 0 0 0 271 11 0 0 20 0 41 0 25717281 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160407] ppid=160387 vsize=6079572 memory=2268 CPUtime=2.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160407/stat : 160407 (fscip) R 160387 160390 157273 0 -1 4194368 69402 0 0 0 271 12 0 0 20 0 41 0 25717281 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160408] ppid=160387 vsize=6079572 memory=279314474282416 CPUtime=2.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160408/stat : 160408 (fscip) R 160387 160390 157273 0 -1 4194368 61595 0 0 0 270 12 0 0 20 0 41 0 25717281 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160409] ppid=160387 vsize=6079572 memory=3602938191600157180 CPUtime=2.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160409/stat : 160409 (fscip) R 160387 160390 157273 0 -1 4194368 62429 0 0 0 269 13 0 0 20 0 41 0 25717281 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160410] ppid=160387 vsize=6079572 memory=15400 CPUtime=2.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160410/stat : 160410 (fscip) R 160387 160390 157273 0 -1 4194368 61935 0 0 0 271 13 0 0 20 0 41 0 25717281 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160411] ppid=160387 vsize=6079572 memory=279314474249968 CPUtime=2.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160411/stat : 160411 (fscip) R 160387 160390 157273 0 -1 4194368 61849 0 0 0 270 12 0 0 20 0 41 0 25717281 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160412] ppid=160387 vsize=6079572 memory=0 CPUtime=2.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160412/stat : 160412 (fscip) R 160387 160390 157273 0 -1 4194368 62039 0 0 0 270 14 0 0 20 0 41 0 25717281 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160413] ppid=160387 vsize=6079572 memory=0 CPUtime=2.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160413/stat : 160413 (fscip) R 160387 160390 157273 0 -1 4194368 61935 0 0 0 272 12 0 0 20 0 41 0 25717281 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160414] ppid=160387 vsize=6079572 memory=1996 CPUtime=2.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160414/stat : 160414 (fscip) R 160387 160390 157273 0 -1 4194368 61567 0 0 0 271 11 0 0 20 0 41 0 25717281 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160415] ppid=160387 vsize=6079572 memory=1836 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160415/stat : 160415 (fscip) S 160387 160390 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 25717532 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160416] ppid=160387 vsize=6079572 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160416/stat : 160416 (fscip) S 160387 160390 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 25717532 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160417] ppid=160387 vsize=6079572 memory=279314474191620 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160417/stat : 160417 (fscip) S 160387 160390 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 25717532 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160418] ppid=160387 vsize=6079572 memory=892 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160418/stat : 160418 (fscip) S 160387 160390 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25717532 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160419] ppid=160387 vsize=6079572 memory=33 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160419/stat : 160419 (fscip) S 160387 160390 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25717532 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160420] ppid=160387 vsize=6079572 memory=1616 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160420/stat : 160420 (fscip) S 160387 160390 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 25717532 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160421] ppid=160387 vsize=6079572 memory=3472468884664712363 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160421/stat : 160421 (fscip) S 160387 160390 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25717532 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160422] ppid=160387 vsize=6079572 memory=279314474780008 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160422/stat : 160422 (fscip) S 160387 160390 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25717532 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160423] ppid=160387 vsize=6079572 memory=279314474144488 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160423/stat : 160423 (fscip) S 160387 160390 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25717532 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160424] ppid=160387 vsize=6079572 memory=279314474266592 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160424/stat : 160424 (fscip) S 160387 160390 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25717532 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160425] ppid=160387 vsize=6079572 memory=8274187388417 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160425/stat : 160425 (fscip) S 160387 160390 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 25717532 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160426] ppid=160387 vsize=6079572 memory=8287072290049 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160426/stat : 160426 (fscip) S 160387 160390 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 25717532 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160427] ppid=160387 vsize=6079572 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160427/stat : 160427 (fscip) S 160387 160390 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25717532 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160428] ppid=160387 vsize=6079572 memory=-8951326923256637979 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160428/stat : 160428 (fscip) S 160387 160390 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25717532 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160429] ppid=160387 vsize=6079572 memory=38844130910404740 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160429/stat : 160429 (fscip) S 160387 160390 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25717532 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160430] ppid=160387 vsize=6079572 memory=-6154006611311639397 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160430/stat : 160430 (fscip) S 160387 160390 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25717532 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160431] ppid=160387 vsize=6079572 memory=279314474540464 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160431/stat : 160431 (fscip) S 160387 160390 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25717532 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160432] ppid=160387 vsize=6079572 memory=61814025298784 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160432/stat : 160432 (fscip) S 160387 160390 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25717532 6225481728 1290743 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0

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

/proc/160390/task/160421/stat : 160421 (fscip) S 160387 160390 157273 0 -1 1077936192 170 0 0 0 3 0 0 0 20 0 41 0 25717532 26929975296 5953609 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160422] ppid=160387 vsize=26298804 memory=11552 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160422/stat : 160422 (fscip) S 160387 160390 157273 0 -1 1077936192 267 0 0 0 3 0 0 0 20 0 41 0 25717532 26929975296 5953609 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160423] ppid=160387 vsize=26298804 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160423/stat : 160423 (fscip) S 160387 160390 157273 0 -1 1077936192 242 0 0 0 3 0 0 0 20 0 41 0 25717532 26929975296 5953609 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160424] ppid=160387 vsize=26298804 memory=11860 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160424/stat : 160424 (fscip) S 160387 160390 157273 0 -1 1077936192 221 0 0 0 3 0 0 0 20 0 41 0 25717532 26929975296 5953609 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160425] ppid=160387 vsize=26298804 memory=279314474280400 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160425/stat : 160425 (fscip) S 160387 160390 157273 0 -1 1077936192 239 0 0 0 3 0 0 0 20 0 41 0 25717532 26929975296 5953609 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160426] ppid=160387 vsize=26298804 memory=23807216 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160426/stat : 160426 (fscip) S 160387 160390 157273 0 -1 1077936192 240 0 0 0 2 0 0 0 20 0 41 0 25717532 26929975296 5953609 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160427] ppid=160387 vsize=26298804 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160427/stat : 160427 (fscip) S 160387 160390 157273 0 -1 1077936192 238 0 0 0 3 0 0 0 20 0 41 0 25717532 26929975296 5953609 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160428] ppid=160387 vsize=26298804 memory=22904564 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160428/stat : 160428 (fscip) S 160387 160390 157273 0 -1 1077936192 235 0 0 0 3 0 0 0 20 0 41 0 25717532 26929975296 5953609 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160429] ppid=160387 vsize=26298804 memory=11424 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160429/stat : 160429 (fscip) S 160387 160390 157273 0 -1 1077936192 180 0 0 0 2 0 0 0 20 0 41 0 25717532 26929975296 5953609 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160430] ppid=160387 vsize=26298804 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160430/stat : 160430 (fscip) S 160387 160390 157273 0 -1 1077936192 248 0 0 0 3 0 0 0 20 0 41 0 25717532 26929975296 5953609 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160431] ppid=160387 vsize=26298804 memory=23814296 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160431/stat : 160431 (fscip) S 160387 160390 157273 0 -1 1077936192 175 0 0 0 2 0 0 0 20 0 41 0 25717532 26929975296 5953609 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160432] ppid=160387 vsize=26298804 memory=23814224 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160432/stat : 160432 (fscip) S 160387 160390 157273 0 -1 1077936192 231 0 0 0 2 0 0 0 20 0 41 0 25717532 26929975296 5953609 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160433] ppid=160387 vsize=26298804 memory=23814380 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160433/stat : 160433 (fscip) S 160387 160390 157273 0 -1 1077936192 231 0 0 0 3 0 0 0 20 0 41 0 25717532 26929975296 5953609 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160434] ppid=160387 vsize=26298804 memory=279314474492352 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160434/stat : 160434 (fscip) S 160387 160390 157273 0 -1 1077936192 249 0 0 0 0 2 0 0 20 0 41 0 25717532 26929975296 5953609 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
Current children cumulated CPU time: 71858.9 s
Current children cumulated vsize: 26298804 KiB
Current children cumulated memory: 23814436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3649.5 s]
/proc/loadavg: 74.88 72.16 76.34 82/1021 162909
/proc/meminfo: memFree=741510380/790760800 swapFree=131071996/131071996
[pid=160390] ppid=160387 vsize=26298804 memory=23814620 CPUtime=72001.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/stat : 160390 (fscip) S 160387 160390 157273 0 -1 1077936128 39249958 0 0 0 7194754 5425 0 0 20 0 41 0 25715262 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 17 11 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
/proc/160390/statm: 6574701 5953655 3014 3035 0 6382240 0
[pid=160390/tid=160395] ppid=160387 vsize=26298804 memory=279314474721472 CPUtime=3602.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160395/stat : 160395 (fscip) R 160387 160390 157273 0 -1 4194368 862036 0 0 0 360180 93 0 0 20 0 41 0 25717281 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160396] ppid=160387 vsize=26298804 memory=0 CPUtime=3605.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160396/stat : 160396 (fscip) R 160387 160390 157273 0 -1 4194368 931264 0 0 0 360423 95 0 0 20 0 41 0 25717281 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160397] ppid=160387 vsize=26298804 memory=38468 CPUtime=3594.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160397/stat : 160397 (fscip) R 160387 160390 157273 0 -1 4194368 6360327 0 0 0 358532 911 0 0 20 0 41 0 25717281 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160398] ppid=160387 vsize=26298804 memory=22852220 CPUtime=3603.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160398/stat : 160398 (fscip) R 160387 160390 157273 0 -1 4194368 776868 0 0 0 360238 85 0 0 20 0 41 0 25717281 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160399] ppid=160387 vsize=26298804 memory=11552 CPUtime=3603.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160399/stat : 160399 (fscip) R 160387 160390 157273 0 -1 4194368 699305 0 0 0 360228 90 0 0 20 0 41 0 25717281 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160400] ppid=160387 vsize=26298804 memory=279314474280400 CPUtime=3587.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160400/stat : 160400 (fscip) R 160387 160390 157273 0 -1 4194368 3249145 0 0 0 358308 465 0 0 20 0 41 0 25717281 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160401] ppid=160387 vsize=26298804 memory=1377971537765696 CPUtime=3604.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160401/stat : 160401 (fscip) R 160387 160390 157273 0 -1 4194368 854019 0 0 0 360378 89 0 0 20 0 41 0 25717281 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160402] ppid=160387 vsize=26298804 memory=23802536 CPUtime=3604.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160402/stat : 160402 (fscip) R 160387 160390 157273 0 -1 4194368 848341 0 0 0 360328 95 0 0 20 0 41 0 25717281 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160403] ppid=160387 vsize=26298804 memory=2776 CPUtime=3586.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160403/stat : 160403 (fscip) R 160387 160390 157273 0 -1 4194368 4524705 0 0 0 357928 688 0 0 20 0 41 0 25717281 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160404] ppid=160387 vsize=26298804 memory=7112 CPUtime=3602 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160404/stat : 160404 (fscip) R 160387 160390 157273 0 -1 4194368 777184 0 0 0 360110 90 0 0 20 0 41 0 25717281 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160405] ppid=160387 vsize=26298804 memory=11552 CPUtime=3603.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160405/stat : 160405 (fscip) R 160387 160390 157273 0 -1 4194368 895661 0 0 0 360294 92 0 0 20 0 41 0 25717281 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160406] ppid=160387 vsize=26298804 memory=23805108 CPUtime=3583.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160406/stat : 160406 (fscip) R 160387 160390 157273 0 -1 4194368 4023081 0 0 0 357680 642 0 0 20 0 41 0 25717281 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160407] ppid=160387 vsize=26298804 memory=0 CPUtime=3602.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160407/stat : 160407 (fscip) R 160387 160390 157273 0 -1 4194368 789077 0 0 0 360193 89 0 0 20 0 41 0 25717281 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160408] ppid=160387 vsize=26298804 memory=10392 CPUtime=3604.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160408/stat : 160408 (fscip) R 160387 160390 157273 0 -1 4194368 785309 0 0 0 360399 81 0 0 20 0 41 0 25717281 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160409] ppid=160387 vsize=26298804 memory=11860 CPUtime=3589.45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160409/stat : 160409 (fscip) R 160387 160390 157273 0 -1 4194368 3362805 0 0 0 358419 526 0 0 20 0 41 0 25717281 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160410] ppid=160387 vsize=26298804 memory=30962685530996822 CPUtime=3599.95 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160410/stat : 160410 (fscip) R 160387 160390 157273 0 -1 4194368 911923 0 0 0 359893 102 0 0 20 0 41 0 25717281 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160411] ppid=160387 vsize=26298804 memory=7176 CPUtime=3605.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160411/stat : 160411 (fscip) R 160387 160390 157273 0 -1 4194368 891249 0 0 0 360458 97 0 0 20 0 41 0 25717281 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160412] ppid=160387 vsize=26298804 memory=30962685530996822 CPUtime=3588.47 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160412/stat : 160412 (fscip) R 160387 160390 157273 0 -1 4194368 5967785 0 0 0 357986 861 0 0 20 0 41 0 25717281 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160413] ppid=160387 vsize=26298804 memory=279314475415168 CPUtime=3602.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160413/stat : 160413 (fscip) R 160387 160390 157273 0 -1 4194368 786998 0 0 0 360200 87 0 0 20 0 41 0 25717281 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160414] ppid=160387 vsize=26298804 memory=6056 CPUtime=3605.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160414/stat : 160414 (fscip) R 160387 160390 157273 0 -1 4194368 841666 0 0 0 360481 92 0 0 20 0 41 0 25717281 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160415] ppid=160387 vsize=26298804 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160415/stat : 160415 (fscip) S 160387 160390 157273 0 -1 1077936192 195 0 0 0 3 0 0 0 20 0 41 0 25717532 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160416] ppid=160387 vsize=26298804 memory=25333125866717268 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160416/stat : 160416 (fscip) S 160387 160390 157273 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 25717532 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160417] ppid=160387 vsize=26298804 memory=279314478296608 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160417/stat : 160417 (fscip) S 160387 160390 157273 0 -1 1077936192 234 0 0 0 3 0 0 0 20 0 41 0 25717532 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160418] ppid=160387 vsize=26298804 memory=349666 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160418/stat : 160418 (fscip) S 160387 160390 157273 0 -1 1077936192 171 0 0 0 2 0 0 0 20 0 41 0 25717532 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160419] ppid=160387 vsize=26298804 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160419/stat : 160419 (fscip) S 160387 160390 157273 0 -1 1077936192 234 0 0 0 3 0 0 0 20 0 41 0 25717532 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160420] ppid=160387 vsize=26298804 memory=23814556 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160420/stat : 160420 (fscip) S 160387 160390 157273 0 -1 1077936192 271 0 0 0 3 0 0 0 20 0 41 0 25717532 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160421] ppid=160387 vsize=26298804 memory=2112 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160421/stat : 160421 (fscip) S 160387 160390 157273 0 -1 1077936192 170 0 0 0 3 0 0 0 20 0 41 0 25717532 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160422] ppid=160387 vsize=26298804 memory=3308 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160422/stat : 160422 (fscip) S 160387 160390 157273 0 -1 1077936192 267 0 0 0 3 0 0 0 20 0 41 0 25717532 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160423] ppid=160387 vsize=26298804 memory=6616 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160423/stat : 160423 (fscip) S 160387 160390 157273 0 -1 1077936192 242 0 0 0 3 0 0 0 20 0 41 0 25717532 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160424] ppid=160387 vsize=26298804 memory=23813372 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160424/stat : 160424 (fscip) S 160387 160390 157273 0 -1 1077936192 221 0 0 0 3 0 0 0 20 0 41 0 25717532 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160425] ppid=160387 vsize=26298804 memory=23807216 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160425/stat : 160425 (fscip) S 160387 160390 157273 0 -1 1077936192 239 0 0 0 3 0 0 0 20 0 41 0 25717532 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160426] ppid=160387 vsize=26298804 memory=11424 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160426/stat : 160426 (fscip) S 160387 160390 157273 0 -1 1077936192 240 0 0 0 2 0 0 0 20 0 41 0 25717532 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160427] ppid=160387 vsize=26298804 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160427/stat : 160427 (fscip) S 160387 160390 157273 0 -1 1077936192 238 0 0 0 3 0 0 0 20 0 41 0 25717532 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160428] ppid=160387 vsize=26298804 memory=23814536 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160428/stat : 160428 (fscip) S 160387 160390 157273 0 -1 1077936192 235 0 0 0 3 0 0 0 20 0 41 0 25717532 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160429] ppid=160387 vsize=26298804 memory=22904564 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160429/stat : 160429 (fscip) S 160387 160390 157273 0 -1 1077936192 180 0 0 0 2 0 0 0 20 0 41 0 25717532 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160430] ppid=160387 vsize=26298804 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160430/stat : 160430 (fscip) S 160387 160390 157273 0 -1 1077936192 248 0 0 0 3 0 0 0 20 0 41 0 25717532 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160431] ppid=160387 vsize=26298804 memory=23814596 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160431/stat : 160431 (fscip) S 160387 160390 157273 0 -1 1077936192 175 0 0 0 2 0 0 0 20 0 41 0 25717532 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160432] ppid=160387 vsize=26298804 memory=7644 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160432/stat : 160432 (fscip) S 160387 160390 157273 0 -1 1077936192 231 0 0 0 2 0 0 0 20 0 41 0 25717532 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160433] ppid=160387 vsize=26298804 memory=26960 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160433/stat : 160433 (fscip) S 160387 160390 157273 0 -1 1077936192 231 0 0 0 3 0 0 0 20 0 41 0 25717532 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
[pid=160390/tid=160434] ppid=160387 vsize=26298804 memory=33100 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/160390/task/160434/stat : 160434 (fscip) S 160387 160390 157273 0 -1 1077936192 249 0 0 0 0 2 0 0 20 0 41 0 25717532 26929975296 5953655 809668444160 4194304 16623229 140728765174416 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 32288768 140728765182985 140728765183103 140728765183103 140728765190128 0
Current children cumulated CPU time: 72001.8 s
Current children cumulated vsize: 26298804 KiB
Current children cumulated memory: 23814620 KiB

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

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

# cumulated CPU time of all completed processes:  user=71947.8 s, system=54.8962 s

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

[startup+3649.61 s]*
/proc/loadavg: 73.77 71.97 76.26 63/982 162909
/proc/meminfo: memFree=744922228/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3650 s]*
/proc/loadavg: 73.77 71.97 76.26 63/982 162909
/proc/meminfo: memFree=760591036/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3650.12 s]
/proc/loadavg: 73.77 71.97 76.26 63/982 162909
/proc/meminfo: memFree=760591036/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): 3650.16
CPU time (s): 72002.7
CPU user time (s): 71947.8
CPU system time (s): 54.8962
CPU usage (%): 1972.59
Max. virtual memory (cumulated for all children) (KiB): 26298804
Max. memory (cumulated for all children) (KiB): 23814620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71947.8
system time used= 54.8962
maximum resident set size= 23814620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39249989
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= 148373
involuntary context switches= 287778


# summary of solver processes directly reported to runsolver:
#   pid: 160390
#   total CPU time (s): 72002.7
#   total CPU user time (s): 71947.8
#   total CPU system time (s): 54.8962

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.1049 second user time and 82.354 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-02 11:34:45
IDJOB=4465921
IDBENCH=164078
IDSOLVER=3094
FILE ID=nodeD101/4465921-1722591285
RUNJOBID= nodeD101-1722587343-157286
SLURM_JOB_ID= 8254296
Free space on /tmp= 8622828 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-rmine11.0.u.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-4465921-1722591285/watcher-4465921-1722591285 -o /tmp/evaluation-result-4465921-1722591285/solver-4465921-1722591285 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722587343-157286 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465921-1722591285.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= f2b4c33dfdd2685ad5de2b9c67a512a4
RANDOM SEED=1935806120

nodeD101.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	: 0x5003102
cpu MHz		: 3083.114
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3186.944
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3636.012
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3085.391
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3183.916
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3582.232
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3086.749
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3105.634
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3086.751
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 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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3159.884
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3114.209
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3084.013
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3171.674
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3628.788
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3075.437
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 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	: 0x5003102
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 88
initial apicid	: 88
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3182.458
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2406.672
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3078.210
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2632.273
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3086.736
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 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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3187.803
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2634.411
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3078.906
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1762.041
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3086.812
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2630.085
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3086.880
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 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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3193.595
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2630.219
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3086.954
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2637.586
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3085.142
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 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	: 0x5003102
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2628.268
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2875.650
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3181.498
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2052.223
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3082.230
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 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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3192.067
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2945.399
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3080.653
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 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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3178.816
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1310.649
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3081.401
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 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	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3182.723
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1310.375
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3067.694
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3176.922
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1224.213
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3087.187
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3192.357
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2598.517
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2894.107
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 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	: 0x5003102
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 116
initial apicid	: 116
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2800.261
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2274.385
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        757458668 kB
MemAvailable:   757710336 kB
Buffers:          359412 kB
Cached:          3232016 kB
SwapCached:            0 kB
Active:           545608 kB
Inactive:       30160940 kB
Active(anon):       2160 kB
Inactive(anon): 27135460 kB
Active(file):     543448 kB
Inactive(file):  3025480 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             31180 kB
Writeback:            60 kB
AnonPages:      27114036 kB
Mapped:           127288 kB
Shmem:             22536 kB
KReclaimable:     204536 kB
Slab:             560920 kB
SReclaimable:     204536 kB
SUnreclaim:       356384 kB
KernelStack:       16976 kB
PageTables:        65660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    3286204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           319104 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3663872 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:      532480 kB
DirectMap2M:    39811072 kB
DirectMap1G:    765460480 kB

Free space on /tmp at the end= 8622800 MiB
End job on nodeD101 at 2024-08-02 12:35:35