Trace number 4465115

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 NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72002.1 3640.46

General information on the benchmark

NamePB24/normalized-extraPB12/OPT-LIN/sroussel/benchsMusee/opb_Equals1_cod2/
normalized-BA_RDC4.dot_unif_10null0mast_rapportOE2.0_TMAX60_K67_cod2_pbEq1_newVersion.opb
MD5SUM5aa1ba277a339a08ad3677907a503ea8
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-20111
Best CPU time to get the best result obtained on this benchmark3583.89
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints40882
Number of constraints which are clauses40326
Number of constraints which are cardinality constraints (but not clauses)69
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 438
Biggest coefficient in the objective function 997
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 212820
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 997
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 212820
Number of bits of the biggest sum of numbers18
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.11/0.21	c Default LC presolving (default).
0.11/0.21	c ** Before presolving: virtualMemUsedAtLc = 221650199, getVmSize() = 171954176, SCIPgetMemUsed() = 138515771, SCIPgetMemTotal() = 145899371, SCIPgetMemExternEstim() = 75750828
0.11/0.21	c ** set memory limit for presolving in LC to 8.79539e+12 for SCIP **
3.99/4.02	c ** Estimated virtualMemUsedAtSolver = 305395616, getVmSize() = 444379136, SCIPgetMemUsed() = 248355741, SCIPgetMemTotal() = 382342597, SCIPgetMemExternEstim() = 75750828
3.99/4.02	c ** set memory limit for solvers to 4.18765e+11 for each SCIP **
3.99/4.02	c Original Problem   :
3.99/4.02	c   Problem name     : instance-4465115-1722442536
3.99/4.02	c   Variables        : 40937 (40937 binary, 0 integer, 0 implicit integer, 0 continuous)
3.99/4.02	c   Constraints      : 40882
3.99/4.02	c   Objective sense  : minimize
3.99/4.02	c Presolved Problem  :
3.99/4.02	c   Variables        : 33678 (33678 binary, 0 integer, 0 implicit integer, 0 continuous)
3.99/4.02	c   Constraints      : 33771
3.99/4.02	c Constraints        : Number
3.99/4.02	c   knapsack         : 1 
3.99/4.02	c   setppc           : 4592 
3.99/4.02	c   linear           : 11 
3.99/4.02	c   logicor          : 29167 
3.99/4.02	c ** Instance transfer method used: 0
3.99/4.11	c ** ParaScipInstance copy does not increase the number of variables. **
5.60/5.67	c LC is working with racing ramp-up and with rebuilding tree after racing.
5.60/5.68	c                                Nodes    Active                                            
5.60/5.68	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
36.58/7.35	c *       7              0           1        20           0.0000                -          -
36.58/7.35	c         7              0           1        20           0.0000                -          -
252.96/18.24	c        18              2           1        20           0.0000     -212820.0000          -
364.10/23.85	c        24              3           4        20           0.0000     -212820.0000          -
463.26/28.88	c        29             22          21        20           0.0000     -212820.0000          -
544.60/32.90	c *      33             41          42        20       -4260.0000     -212820.0000          -
564.42/33.94	c        34             63          62        20       -4260.0000     -212820.0000          -
663.50/38.98	c        39            102         101        20       -4260.0000     -212820.0000          -
770.22/44.39	c        44            122         121        20       -4260.0000     -212820.0000          -
873.30/49.57	c        50            162         161        20       -4260.0000     -212820.0000          -
974.44/54.64	c        55            281         282        20       -4260.0000     -212820.0000          -
1073.59/59.68	c        60            283         282        20       -4260.0000     -212820.0000          -
1174.72/64.79	c        65            664         663        20       -4260.0000     -212820.0000          -
1218.28/66.90	c *      67            833         832        20       -6367.0000     -212820.0000          -
1218.28/66.96	c *      67            833         832        20       -6375.0000     -212820.0000          -
1218.28/67.01	c *      67            833         832        20       -6619.0000     -212820.0000          -
1275.47/69.87	c        70            921         922        20       -6619.0000     -212820.0000          -
1386.42/75.42	c        75           1021        1022        20       -6619.0000     -212820.0000          -
1493.45/80.85	c        81           1071          21        20       -6619.0000     -212820.0000          -
1594.62/85.92	c        86           2153         163        20       -6619.0000     -212820.0000          -
1696.46/91.05	c        91           2011         961        20       -6619.0000     -212820.0000          -
1802.91/96.41	c        96           1851         801        20       -6619.0000     -212820.0000          -
1906.08/101.60	c       102           2051        1001        20       -6619.0000     -212820.0000          -
2007.24/106.72	c       107           3489        2308        20       -6619.0000     -212820.0000          -
2109.99/111.96	c       112           3765          32        20       -6619.0000     -212820.0000          -
2209.10/116.99	c       117           2871        1821        20       -6619.0000     -212820.0000          -
2312.79/122.16	c       122           3051        2001        20       -6619.0000     -212820.0000          -
2418.97/127.51	c       128           3151        2101        20       -6619.0000     -212820.0000          -
2521.91/132.78	c       133           6096        2359        20       -6619.0000     -212820.0000          -
2622.87/137.85	c       138           6604        2867        20       -6619.0000     -212820.0000          -
2723.84/142.97	c       143           7106        3341        20       -6619.0000     -212820.0000          -
2825.60/148.06	c       148           7135        3303        20       -6619.0000     -212820.0000          -
2924.40/153.08	c       153           4411        3361        20       -6619.0000     -212820.0000          -
3025.65/158.17	c       158           9038        2294        20       -6619.0000     -212820.0000          -
3124.54/163.19	c       163           7199        3267        20       -6619.0000     -212820.0000          -
3224.87/168.22	c       168           7370        3255        20       -6619.0000     -212820.0000          -
3331.89/173.61	c       174           5590        4540        20       -6619.0000     -212820.0000          -
3432.96/178.76	c       179           7863         361        20       -6619.0000     -212820.0000          -
3533.99/183.84	c       184          10417        2080        20       -6619.0000     -212820.0000          -
3632.83/188.88	c       189           6531        5481        20       -6619.0000     -212820.0000          -
3736.74/194.05	c       194          11295        2162        20       -6619.0000     -212820.0000          -
3838.98/199.25	c       199          11765          82        20       -6619.0000     -212820.0000          -
3944.05/204.50	c       204          11640        4054        20       -6619.0000     -212820.0000          -
4051.00/209.98	c       210          11689        4042        20       -6619.0000     -212820.0000          -
4157.89/215.32	c       215          13961        2114        20       -6619.0000     -212820.0000          -
4260.95/220.59	c       221           8651        7601        20       -6619.0000     -212820.0000          -
4367.97/225.97	c       226           9151        8101        20       -6619.0000     -212820.0000          -
4473.02/231.24	c       231           9631        8581        20       -6619.0000     -212820.0000          -
4574.14/236.36	c       236          14268        1838        20       -6619.0000     -212820.0000          -
4675.24/241.46	c       241          14356        1744        20       -6619.0000     -212820.0000          -
4774.31/246.49	c       246          11471       10421        20       -6619.0000     -212820.0000          -
4875.44/251.55	c       252          14497        1710        20       -6619.0000     -212820.0000          -
4976.60/256.66	c       257          17029        3304        20       -6619.0000     -212820.0000          -
5077.78/261.74	c       262          13461         221        20       -6619.0000     -212820.0000          -
5180.62/266.99	c       267          13701         461        20       -6619.0000     -212820.0000          -
5282.27/272.04	c       272          18332        1101        20       -6619.0000     -212820.0000          -
5386.72/277.31	c       277          18834        1601        20       -6619.0000     -212820.0000          -
5489.78/282.54	c       283          20636        2478        20       -6619.0000     -212820.0000          -
5592.67/287.72	c       288          14661        1421        20       -6619.0000     -212820.0000          -
5691.69/292.78	c       293          14901        1661        20       -6619.0000     -212820.0000          -
5794.74/297.99	c       298          15061        1535        20       -6619.0000     -212820.0000          -
5896.58/303.06	c       303          15129        1521        20       -6619.0000     -212820.0000          -
5998.79/308.29	c       308          15205        1494        20       -6619.0000     -212820.0000          -
6101.88/313.41	c       313          15224        1486        20       -6619.0000     -212820.0000          -
6202.94/318.56	c       319          15238        1474        20       -6619.0000     -212820.0000          -
6304.03/323.69	c       324          15293        1461        20       -6619.0000     -212820.0000          -
6407.12/328.86	c       329          15383        1442        20       -6619.0000     -212820.0000          -
6511.00/334.13	c       334          25532           0        20       -6619.0000     -212820.0000          -
6613.32/339.29	c       339          15485        1416        20       -6619.0000     -212820.0000          -
6720.36/344.67	c       345          26193         661        20       -6619.0000     -212820.0000          -
6825.38/349.98	c       350          15636        1395        20       -6619.0000     -212820.0000          -
6924.39/355.02	c       355          18450        4818        20       -6619.0000     -212820.0000          -
7030.84/360.39	c       360          18719         201        20       -6619.0000     -212820.0000          -
7133.50/365.52	c       366          16153        1333        20       -6619.0000     -212820.0000          -
7232.50/370.58	c       371          16512        1303        20       -6619.0000     -212820.0000          -
7335.43/375.70	c       376          19400         880        20       -6619.0000     -212820.0000          -
7436.28/380.84	c       381          17099        1278        20       -6619.0000     -212820.0000          -
7534.57/385.86	c       386          19820        1300        20       -6619.0000     -212820.0000          -
7635.50/390.90	c       391          17444         281        20       -6619.0000     -212820.0000          -
7739.53/396.18	c       396              2           1        20       -6619.0000      -22421.2116    238.74%
7843.28/401.43	c       401              2           1        20       -6619.0000      -22421.2116    238.74%
7943.86/406.57	c       407              2           1        20       -6619.0000      -22421.2116    238.74%
8050.81/411.93	c       412              2           1        20       -6619.0000      -22421.2116    238.74%
8152.58/417.09	c       417              2           1        20       -6619.0000      -22421.2116    238.74%
8254.94/422.22	c       422              2           1        20       -6619.0000      -22421.2116    238.74%
8356.08/427.30	c       427              2           1        20       -6619.0000      -22421.2116    238.74%
8457.21/432.42	c       432              2           1        20       -6619.0000      -22421.2116    238.74%
8558.33/437.51	c       438              2           1        20       -6619.0000      -22421.2116    238.74%
8657.45/442.52	c       443              2           1        20       -6619.0000      -22421.2116    238.74%
8755.74/447.58	c       448              2           1        20       -6619.0000      -22421.2116    238.74%
8854.82/452.59	c       453              2           1        20       -6619.0000      -22421.2116    238.74%
8955.92/457.70	c       458              2           1        20       -6619.0000      -22421.2116    238.74%
8958.09/457.78	c *     458              2           1        20      -15003.0000      -22421.2116     49.44%
9063.69/463.11	c       463              2           1        20      -15003.0000      -22421.2116     49.44%
9172.05/468.56	c       469              2           1        20      -15003.0000      -22421.2116     49.44%
9277.00/473.82	c       474              2           1        20      -15003.0000      -22421.2116     49.44%
9384.00/479.20	c       479              2           1        20      -15003.0000      -22421.2116     49.44%
9483.07/484.27	c       484              2           1        20      -15003.0000      -22421.2116     49.44%
9590.15/489.61	c       490              2           1        20      -15003.0000      -22421.2116     49.44%
9700.07/495.17	c       495              2           1        20      -15003.0000      -22421.2116     49.44%
9799.64/500.24	c       500              2           1        20      -15003.0000      -22421.2116     49.44%
9900.90/505.35	c       505              2           1        20      -15003.0000      -22421.2116     49.44%
10001.51/510.43	c       510              2           1        20      -15003.0000      -22421.2116     49.44%
10062.91/513.53	c *     514              2           1        20      -17306.0000      -22421.2116     29.56%
10108.33/515.87	c       516              2           1        20      -17306.0000      -22421.2116     29.56%
10149.97/517.91	c *     518              2           1        20      -17357.0000      -22421.2116     29.18%
10223.34/521.66	c       522              2           1        20      -17357.0000      -22421.2116     29.18%
10333.01/527.14	c       527              2           1        20      -17357.0000      -22421.2116     29.18%
10433.22/532.23	c       532              2           1        20      -17357.0000      -22421.2116     29.18%
10532.31/537.28	c       537              2           1        20      -17357.0000      -22421.2116     29.18%
10637.38/542.53	c       543              2           1        20      -17357.0000      -22421.2116     29.18%
10740.37/547.79	c       548              2           1        20      -17357.0000      -22421.2116     29.18%
10843.50/552.97	c       553              2           1        20      -17357.0000      -22421.2116     29.18%
10942.02/558.03	c       558              2           1        20      -17357.0000      -22421.2116     29.18%
11043.68/563.11	c       563              2           1        20      -17357.0000      -22421.2116     29.18%
11147.94/568.36	c       568              2           1        20      -17357.0000      -22421.2116     29.18%
11250.98/573.50	c       574              2           1        20      -17357.0000      -22421.2116     29.18%
11350.11/578.57	c       579              2           1        20      -17357.0000      -22421.2116     29.18%
11455.12/583.80	c       584              2           1        20      -17357.0000      -22421.2116     29.18%
11556.24/588.91	c       589              2           1        20      -17357.0000      -22421.2116     29.18%
11655.35/594.02	c       594              2           1        20      -17357.0000      -22421.2116     29.18%
11764.28/599.44	c       599              2           1        20      -17357.0000      -22421.2116     29.18%
11867.33/604.60	c       605              2           1        20      -17357.0000      -22421.2116     29.18%
11966.50/609.69	c       610              2           1        20      -17357.0000      -22421.2116     29.18%
12069.63/614.88	c       615              2           1        20      -17357.0000      -22421.2116     29.18%
12176.67/620.26	c       620              2           1        20      -17357.0000      -22421.2116     29.18%
12277.79/625.30	c       625              2           1        20      -17357.0000      -22421.2116     29.18%
12380.86/630.52	c       631              2           1        20      -17357.0000      -22421.2116     29.18%
12481.96/635.66	c       636              2           1        20      -17357.0000      -22421.2116     29.18%
12583.11/640.78	c       641              2           1        20      -17357.0000      -22421.2116     29.18%
12683.63/645.85	c       646              2           1        20      -17357.0000      -22421.2116     29.18%
12784.61/650.92	c       651              2           1        20      -17357.0000      -22421.2116     29.18%
12883.44/656.00	c       656              2           1        20      -17357.0000      -22421.2116     29.18%
12985.00/661.06	c       661              2           1        20      -17357.0000      -22421.2116     29.18%
13086.18/666.17	c       666              2           1        20      -17357.0000      -22421.2116     29.18%
13185.33/671.19	c       671              2           1        20      -17357.0000      -22421.2116     29.18%
13287.51/676.35	c       676              2           1        20      -17357.0000      -22421.2116     29.18%
13388.60/681.41	c       681              2           1        20      -17357.0000      -22421.2116     29.18%
13491.65/686.69	c       687              2           1        20      -17357.0000      -22421.2116     29.18%
13592.67/691.77	c       692              2           1        20      -17357.0000      -22421.2116     29.18%
13693.70/696.80	c       697              2           1        20      -17357.0000      -22421.2116     29.18%
13794.70/702.02	c       702              2           1        20      -17357.0000      -22421.2116     29.18%
13896.36/707.09	c       707              2           1        20      -17357.0000      -22421.2116     29.18%
13997.58/712.17	c       712              2           1        20      -17357.0000      -22421.2116     29.18%
14097.89/717.23	c       717              2           1        20      -17357.0000      -22421.2116     29.18%
14200.94/722.45	c       722              2           1        20      -17357.0000      -22421.2116     29.18%
14301.82/727.54	c       728              2           1        20      -17357.0000      -22421.2116     29.18%
14404.84/732.70	c       733              3           2        20      -17357.0000      -22421.2116     29.18%
14510.41/738.09	c       738              3           2        20      -17357.0000      -22421.2116     29.18%
14614.77/743.32	c       743              3           2        20      -17357.0000      -22421.2116     29.18%
14713.47/748.39	c       748              3           2        20      -17357.0000      -22421.2116     29.18%
14816.54/753.53	c       754              3           2        20      -17357.0000      -22421.2116     29.18%
14915.62/758.60	c       759              3           2        20      -17357.0000      -22421.2116     29.18%
15020.28/763.86	c       764              3           2        20      -17357.0000      -22421.2116     29.18%
15121.24/769.04	c       769              3           2        20      -17357.0000      -22421.2116     29.18%
15225.17/774.19	c       774              3           2        20      -17357.0000      -22421.2116     29.18%
15327.29/779.32	c       779              3           2        20      -17357.0000      -22421.2116     29.18%
15426.37/784.36	c       784              4           3        20      -17357.0000      -22421.2116     29.18%
15527.07/789.42	c       789              5           4        20      -17357.0000      -22421.2116     29.18%
15628.07/794.53	c       795             13           6        20      -17357.0000      -22421.2116     29.18%
15735.05/799.98	c       800             16           5        20      -17357.0000      -22421.2116     29.18%
15836.57/805.09	c       805             18           7        20      -17357.0000      -22421.2116     29.18%
15938.82/810.26	c       810             26           9        20      -17357.0000      -22421.2116     29.18%
15986.26/812.62	c *     813             26           9        20      -17479.0000      -22421.2116     28.28%
16043.61/815.57	c       816             26           9        20      -17479.0000      -22421.2116     28.28%
16146.30/820.75	c       821             26           9        20      -17479.0000      -22421.2116     28.28%
16251.95/826.12	c       826             27          10        20      -17479.0000      -22421.2116     28.28%
16358.37/831.42	c       831             27          10        20      -17479.0000      -22421.2116     28.28%
16470.05/837.09	c       837             27          10        20      -17479.0000      -22421.2116     28.28%
16574.49/842.35	c       842             27          10        20      -17479.0000      -22421.2116     28.28%
16675.61/847.47	c       847             27          10        20      -17479.0000      -22421.2116     28.28%
16776.76/852.56	c       853             27          10        20      -17479.0000      -22421.2116     28.28%
16880.08/857.75	c       858             27          10        20      -17479.0000      -22421.2116     28.28%
16983.04/863.00	c       863             28          11        20      -17479.0000      -22421.2116     28.28%
17084.49/868.05	c       868             30          13        20      -17479.0000      -22421.2116     28.28%
17190.80/873.45	c       873             32          15        20      -17479.0000      -22421.2116     28.28%
17289.65/878.48	c       878             33          16        20      -17479.0000      -22421.2116     28.28%
17390.82/883.51	c       884             33          16        20      -17479.0000      -22421.2116     28.28%
17489.99/888.58	c       889             33          16        20      -17479.0000      -22421.2116     28.28%
17591.03/893.65	c       894             33          16        20      -17479.0000      -22421.2116     28.28%
17696.18/899.00	c       899             33          16        20      -17479.0000      -22421.2116     28.28%
17799.94/904.14	c       904              2           1        20      -17479.0000      -22397.7953     28.14%
17900.21/909.25	c       909              2           1        20      -17479.0000      -22397.7953     28.14%
18001.36/914.35	c       914              2           1        20      -17479.0000      -22397.7953     28.14%
18102.48/919.43	c       919              2           1        20      -17479.0000      -22397.7953     28.14%
18106.46/919.66	c *     920              2           1        20      -17512.0000      -22397.7953     27.90%
18207.34/924.71	c       925              2           1        20      -17512.0000      -22397.7953     27.90%
18310.11/929.90	c       930              2           1        20      -17512.0000      -22397.7953     27.90%
18409.25/934.94	c       935              2           1        20      -17512.0000      -22397.7953     27.90%
18508.42/939.96	c       940              2           1        20      -17512.0000      -22379.4586     27.79%
18610.13/945.06	c       945              2           1        20      -17512.0000      -22379.4586     27.79%
18711.32/950.15	c       950              2           1        20      -17512.0000      -22379.4586     27.79%
18811.65/955.27	c       955              2           1        20      -17512.0000      -22379.4586     27.79%
18912.52/960.34	c       960              2           1        20      -17512.0000      -22379.4586     27.79%
19015.58/965.56	c       966              2           1        20      -17512.0000      -22379.4586     27.79%
19116.72/970.65	c       971              2           1        20      -17512.0000      -22379.4586     27.79%
19215.89/975.67	c       976              2           1        20      -17512.0000      -22379.4586     27.79%
19318.88/980.86	c       981              2           1        20      -17512.0000      -22379.4586     27.79%
19419.81/985.97	c       986              2           1        20      -17512.0000      -22379.4586     27.79%
19518.95/991.01	c       991              2           1        20      -17512.0000      -22379.4586     27.79%
19620.35/996.04	c       996              2           1        20      -17512.0000      -22379.4586     27.79%
19721.62/1001.18	c      1001              2           1        20      -17512.0000      -22379.4586     27.79%
19821.74/1006.28	c      1006              2           1        20      -17512.0000      -22379.4586     27.79%
19922.65/1011.35	c      1011              2           1        20      -17512.0000      -22379.4586     27.79%
20023.51/1016.40	c      1016              2           1        20      -17512.0000      -22379.4586     27.79%
20122.56/1021.44	c      1021              2           1        20      -17512.0000      -22379.4586     27.79%
20154.92/1023.12	c *    1023             52          31        20      -17569.0000      -22132.7497     25.98%
20160.05/1023.30	c *    1023             52          31        20      -17885.0000      -22132.7497     23.75%
20181.73/1024.48	c *    1024             52          31        20      -18185.0000      -22132.7497     21.71%
20223.27/1026.58	c      1027             52          31        20      -18185.0000      -22132.7497     21.71%
20324.37/1031.67	c      1032             52          31        20      -18185.0000      -22132.7497     21.71%
20425.52/1036.74	c      1037              5           4        20      -18185.0000      -22127.0711     21.68%
20524.82/1041.79	c      1042              5           4        20      -18185.0000      -22127.0711     21.68%
20627.68/1046.93	c      1047              5           4        20      -18185.0000      -22127.0711     21.68%
20726.72/1052.00	c      1052              5           4        20      -18185.0000      -22127.0711     21.68%
20828.13/1057.09	c      1057              5           4        20      -18185.0000      -22127.0711     21.68%
20929.07/1062.14	c      1062              6           5        20      -18185.0000      -22127.0711     21.68%
21028.40/1067.18	c      1067              6           5        20      -18185.0000      -22127.0711     21.68%
21128.18/1072.27	c      1072              6           5        20      -18185.0000      -22127.0711     21.68%
21229.12/1077.31	c *    1077              8           7        20      -18268.0000      -22127.0711     21.12%
21229.12/1077.31	c      1077              8           7        20      -18268.0000      -22127.0711     21.12%
21233.04/1077.53	c *    1078              8           7        20      -18288.0000      -22127.0711     20.99%
21331.76/1082.54	c      1083              8           7        20      -18288.0000      -22127.0711     20.99%
21434.74/1087.78	c      1088             19          12        20      -18288.0000      -22127.0711     20.99%
21540.44/1093.14	c      1093             19          12        20      -18288.0000      -22127.0711     20.99%
21642.58/1098.29	c      1098             22          12        20      -18288.0000      -22061.3035     20.63%
21743.42/1103.39	c      1103             22          12        20      -18288.0000      -22061.3035     20.63%
21850.40/1108.70	c      1109             22          12        20      -18288.0000      -22061.3035     20.63%
21951.49/1113.80	c      1114             22          12        20      -18288.0000      -22061.3035     20.63%
21979.21/1115.25	c *    1115             22          12        20      -18785.0000      -22061.3035     17.44%
22052.39/1118.96	c      1119             23          12        20      -18785.0000      -22061.3035     17.44%
22156.04/1124.15	c      1124             27          12        20      -18785.0000      -22005.4618     17.14%
22256.31/1129.26	c      1129             27          12        20      -18785.0000      -22005.4618     17.14%
22359.37/1134.41	c      1134             27          12        20      -18785.0000      -22005.4618     17.14%
22460.31/1139.52	c *    1140             27          12        20      -18803.0000      -22005.4618     17.03%
22460.31/1139.52	c      1140             27          12        20      -18803.0000      -22005.4618     17.03%
22563.09/1144.72	c      1145             27          12        20      -18803.0000      -22005.4618     17.03%
22664.09/1149.81	c      1150             27          12        20      -18803.0000      -22005.4618     17.03%
22763.06/1154.83	c      1155             27          12        20      -18803.0000      -22005.4618     17.03%
22864.17/1159.91	c      1160             27          12        20      -18803.0000      -22005.4618     17.03%
22963.23/1164.91	c      1165             27          12        20      -18803.0000      -22005.4618     17.03%
23064.89/1170.05	c      1170             27          12        20      -18803.0000      -22005.4618     17.03%
23153.52/1174.61	c *    1175             29          14        20      -19098.0000      -22005.4618     15.22%
23161.40/1174.97	c *    1175             29          14        20      -19138.0000      -22005.4618     14.98%
23167.26/1175.22	c      1175             29          14        20      -19138.0000      -22005.4618     14.98%
23167.26/1175.28	c *    1175             29          14        20      -19141.0000      -22005.4618     14.97%
23270.15/1180.49	c      1180             36          10        20      -19141.0000      -22005.4618     14.97%
23375.29/1185.75	c      1186             45          11        20      -19141.0000      -22005.4618     14.97%
23408.72/1187.40	c *    1187             45          11        20      -19827.0000      -22005.4618     10.99%
23421.08/1188.06	c *    1188             46          12        20      -20063.0000      -22005.4618      9.68%
23475.81/1190.89	c      1191             46          12        20      -20063.0000      -22005.4618      9.68%
23576.89/1195.95	c      1196             52          12        20      -20063.0000      -21997.6944      9.64%
23678.51/1201.03	c      1201             52          12        20      -20063.0000      -21997.6944      9.64%
23777.81/1206.09	c      1206             52          12        20      -20063.0000      -21997.6944      9.64%
23878.72/1211.15	c      1211             52          12        20      -20063.0000      -21997.6944      9.64%
23978.99/1216.23	c      1216             52          12        20      -20063.0000      -21997.6944      9.64%
24077.97/1221.26	c      1221             52          12        20      -20063.0000      -21997.6944      9.64%
24178.91/1226.35	c      1226             52          12        20      -20063.0000      -21997.6944      9.64%
24280.04/1231.48	c      1231             53          13        20      -20063.0000      -21997.6944      9.64%
24380.90/1236.55	c      1237             56          16        20      -20063.0000      -21997.6944      9.64%
24480.00/1241.59	c      1242             56          16        20      -20063.0000      -21997.6944      9.64%
24519.59/1243.52	c *    1244             59          17        20      -20111.0000      -21997.6944      9.38%
24580.94/1246.63	c      1247             62          15        20      -20111.0000      -21985.8975      9.32%
24682.02/1251.75	c      1252             62          15        20      -20111.0000      -21985.8975      9.32%
24782.96/1256.83	c      1257             63          16        20      -20111.0000      -21985.8975      9.32%
24883.93/1261.93	c      1262             70          21        20      -20111.0000      -21985.8975      9.32%
24982.90/1267.03	c      1267             70          21        20      -20111.0000      -21985.8975      9.32%
25084.32/1272.12	c      1272             72          21        20      -20111.0000      -21785.4322      8.33%
25188.73/1277.33	c      1277             72          21        20      -20111.0000      -21785.4322      8.33%
25287.57/1282.39	c      1282             73          22        20      -20111.0000      -21785.4322      8.33%
25390.58/1287.54	c      1288             84          23        20      -20111.0000      -21783.2557      8.32%
25491.64/1292.61	c      1293             84          23        20      -20111.0000      -21783.2557      8.32%
25590.69/1297.68	c      1298             84          23        20      -20111.0000      -21783.2557      8.32%
25693.81/1302.82	c      1303             84          23        20      -20111.0000      -21783.2557      8.32%
25792.93/1307.85	c      1308             85          24        20      -20111.0000      -21783.2557      8.32%
25894.02/1312.97	c      1313             92          25        20      -20111.0000      -21778.8541      8.29%
25995.69/1318.08	c      1318             93          24        20      -20111.0000      -21778.8541      8.29%
26100.02/1323.30	c      1323            100          27        20      -20111.0000      -21778.8541      8.29%
26199.11/1328.32	c      1328            100          27        20      -20111.0000      -21778.8541      8.29%
26302.13/1333.52	c      1334            106          27        20      -20111.0000      -21778.8541      8.29%
26403.20/1338.61	c      1339            108          29        20      -20111.0000      -21778.8541      8.29%
26504.31/1343.70	c      1344            112          29        20      -20111.0000      -21778.8541      8.29%
26603.44/1348.74	c      1349            113          30        20      -20111.0000      -21778.8541      8.29%
26702.73/1353.78	c      1354            113          30        20      -20111.0000      -21778.8541      8.29%
26803.66/1358.81	c      1359            120          31        20      -20111.0000      -21778.8541      8.29%
26904.82/1363.97	c      1364            125          34        20      -20111.0000      -21778.8541      8.29%
27006.51/1369.06	c      1369            125          34        20      -20111.0000      -21778.8541      8.29%
27109.04/1374.20	c      1374            125          34        20      -20111.0000      -21778.8541      8.29%
27210.14/1379.35	c      1379            125          34        20      -20111.0000      -21778.8541      8.29%
27313.12/1384.52	c      1385            125          34        20      -20111.0000      -21778.8541      8.29%
27412.05/1389.58	c      1390            132          37        20      -20111.0000      -21747.3477      8.14%
27513.17/1394.67	c      1395            135          38        20      -20111.0000      -21747.3477      8.14%
27614.07/1399.77	c      1400            137          38        20      -20111.0000      -21747.3477      8.14%
27715.17/1404.88	c      1405            138          39        20      -20111.0000      -21747.3477      8.14%
27816.22/1409.91	c      1410            141          40        20      -20111.0000      -21747.3477      8.14%
27915.34/1415.01	c      1415            142          41        20      -20111.0000      -21742.5082      8.11%
28016.95/1420.12	c      1420            142          41        20      -20111.0000      -21742.5082      8.11%
28119.38/1425.22	c      1425            142          41        20      -20111.0000      -21742.5082      8.11%
28220.48/1430.30	c      1430            147          44        20      -20111.0000      -21742.5082      8.11%
28319.45/1435.39	c      1435            148          43        20      -20111.0000      -21742.5082      8.11%
28420.56/1440.47	c      1440            148          43        20      -20111.0000      -21742.5082      8.11%
28521.53/1445.53	c      1446            148          43        20      -20111.0000      -21742.5082      8.11%
28620.61/1450.56	c      1451            148          43        20      -20111.0000      -21742.5082      8.11%
28719.70/1455.57	c      1456            149          44        20      -20111.0000      -21742.5082      8.11%
28822.81/1460.74	c      1461            150          45        20      -20111.0000      -21742.5082      8.11%
28923.95/1465.81	c      1466            160          43        20      -20111.0000      -21742.5082      8.11%
29025.02/1470.93	c      1471            162          43        20      -20111.0000      -21725.3464      8.03%
29124.17/1476.00	c      1476            163          44        20      -20111.0000      -21725.3464      8.03%
29226.13/1481.09	c      1481            167          46        20      -20111.0000      -21725.3464      8.03%
29326.86/1486.19	c      1486            170          47        20      -20111.0000      -21725.3464      8.03%
29427.23/1491.26	c      1491            170          47        20      -20111.0000      -21725.3464      8.03%
29526.36/1496.29	c      1496            172          49        20      -20111.0000      -21725.3464      8.03%
29629.39/1501.41	c      1501            172          49        20      -20111.0000      -21725.3464      8.03%
29728.33/1506.42	c      1506            172          49        20      -20111.0000      -21725.3464      8.03%
29829.23/1511.53	c      1512            172          49        20      -20111.0000      -21725.3464      8.03%
29928.38/1516.57	c      1517            172          49        20      -20111.0000      -21725.3464      8.03%
30029.49/1521.66	c      1522            172          49        20      -20111.0000      -21725.3464      8.03%
30132.42/1526.86	c      1527            172          49        20      -20111.0000      -21725.3464      8.03%
30233.40/1531.95	c      1532            172          49        20      -20111.0000      -21725.3464      8.03%
30332.50/1536.96	c      1537            173          50        20      -20111.0000      -21725.3464      8.03%
30431.62/1541.99	c      1542            176          51        20      -20111.0000      -21725.3464      8.03%
30533.29/1547.05	c      1547            182          55        20      -20111.0000      -21725.2119      8.03%
30634.43/1552.16	c      1552            182          55        20      -20111.0000      -21725.2119      8.03%
30734.77/1557.20	c      1557            182          55        20      -20111.0000      -21725.2119      8.03%
30833.83/1562.28	c      1562            182          55        20      -20111.0000      -21725.2119      8.03%
30932.89/1567.29	c      1567            182          55        20      -20111.0000      -21725.2119      8.03%
31033.71/1572.35	c      1572            182          55        20      -20111.0000      -21725.2119      8.03%
31134.83/1577.45	c      1577            182          55        20      -20111.0000      -21725.2119      8.03%
31233.90/1582.49	c      1582            182          55        20      -20111.0000      -21725.2119      8.03%
31334.89/1587.54	c      1588            182          55        20      -20111.0000      -21725.2119      8.03%
31435.75/1592.65	c      1593            182          55        20      -20111.0000      -21725.2119      8.03%
31534.86/1597.69	c      1598            182          55        20      -20111.0000      -21725.2119      8.03%
31637.97/1602.81	c      1603            182          55        20      -20111.0000      -21725.2119      8.03%
31739.05/1607.91	c      1608            182          55        20      -20111.0000      -21725.2119      8.03%
31838.10/1612.99	c      1613            182          55        20      -20111.0000      -21725.2119      8.03%
31939.80/1618.03	c      1618            183          56        20      -20111.0000      -21725.2119      8.03%
32038.86/1623.14	c      1623            183          56        20      -20111.0000      -21725.2119      8.03%
32140.05/1628.17	c      1628            186          59        20      -20111.0000      -21725.2119      8.03%
32240.52/1633.22	c      1633            191          60        20      -20111.0000      -21725.2119      8.03%
32341.52/1638.32	c      1638            191          60        20      -20111.0000      -21725.2119      8.03%
32442.55/1643.42	c      1643            191          60        20      -20111.0000      -21725.2119      8.03%
32543.44/1648.53	c      1649            191          60        20      -20111.0000      -21725.2119      8.03%
32644.48/1653.64	c      1654            192          61        20      -20111.0000      -21689.7737      7.85%
32743.59/1658.68	c      1659            192          61        20      -20111.0000      -21689.7737      7.85%
32844.72/1663.74	c      1664            192          61        20      -20111.0000      -21689.7737      7.85%
32945.79/1668.81	c      1669            192          61        20      -20111.0000      -21689.7737      7.85%
33044.83/1673.89	c      1674            192          61        20      -20111.0000      -21689.7737      7.85%
33143.95/1678.90	c      1679            193          60        20      -20111.0000      -21689.7737      7.85%
33245.11/1683.94	c      1684            193          60        20      -20111.0000      -21689.7737      7.85%
33346.77/1689.07	c      1689            194          61        20      -20111.0000      -21689.7737      7.85%
33449.09/1694.25	c      1694            194          61        20      -20111.0000      -21689.7737      7.85%
33550.18/1699.31	c      1699            194          61        20      -20111.0000      -21689.7737      7.85%
33649.29/1704.39	c      1704            194          61        20      -20111.0000      -21689.7737      7.85%
33750.36/1709.44	c      1709            194          61        20      -20111.0000      -21689.7737      7.85%
33851.46/1714.53	c      1715            200          61        20      -20111.0000      -21689.7737      7.85%
33950.56/1719.56	c      1720            207          59        20      -20111.0000      -21689.7737      7.85%
34049.69/1724.57	c      1725            207          59        20      -20111.0000      -21689.7737      7.85%
34152.74/1729.71	c      1730            209          59        20      -20111.0000      -21689.7737      7.85%
34251.58/1734.78	c      1735            209          59        20      -20111.0000      -21689.7737      7.85%
34352.68/1739.86	c      1740            209          59        20      -20111.0000      -21689.7737      7.85%
34453.58/1744.93	c      1745            209          59        20      -20111.0000      -21689.7737      7.85%
34552.71/1749.99	c      1750            212          60        20      -20111.0000      -21689.7737      7.85%
34654.36/1755.07	c      1755            215          61        20      -20111.0000      -21689.7737      7.85%
34755.31/1760.16	c      1760            221          61        20      -20111.0000      -21689.7737      7.85%
34855.33/1765.22	c      1765            226          60        20      -20111.0000      -21689.7737      7.85%
34956.29/1770.30	c      1770            231          59        20      -20111.0000      -21689.7737      7.85%
35055.27/1775.33	c      1775            232          60        20      -20111.0000      -21689.7737      7.85%
35156.24/1780.41	c      1780            232          60        20      -20111.0000      -21689.7737      7.85%
35255.34/1785.49	c      1785            239          61        20      -20111.0000      -21689.7737      7.85%
35358.33/1790.62	c      1791            241          61        20      -20111.0000      -21689.7737      7.85%
35457.32/1795.68	c      1796            243          61        20      -20111.0000      -21689.7737      7.85%
35558.16/1800.77	c      1801            245          61        20      -20111.0000      -21689.7737      7.85%
35659.09/1805.89	c      1806            245          61        20      -20111.0000      -21689.7737      7.85%
35760.13/1810.95	c      1811            245          61        20      -20111.0000      -21689.7737      7.85%
35861.94/1816.11	c      1816            245          61        20      -20111.0000      -21689.7737      7.85%
35962.93/1821.19	c      1821            245          61        20      -20111.0000      -21689.7737      7.85%
36063.26/1826.29	c      1826            245          61        20      -20111.0000      -21689.7737      7.85%
36164.36/1831.37	c      1831            246          62        20      -20111.0000      -21689.7737      7.85%
36265.45/1836.49	c      1836            247          61        20      -20111.0000      -21689.7737      7.85%
36366.50/1841.59	c      1842            248          62        20      -20111.0000      -21689.7737      7.85%
36467.58/1846.68	c      1847            249          61        20      -20111.0000      -21689.7737      7.85%
36570.68/1851.82	c      1852            253          63        20      -20111.0000      -21689.7737      7.85%
36671.67/1856.90	c      1857            267          65        20      -20111.0000      -21689.7737      7.85%
36773.33/1862.04	c      1862            267          65        20      -20111.0000      -21689.7737      7.85%
36872.37/1867.12	c      1867            267          65        20      -20111.0000      -21689.7737      7.85%
36974.78/1872.26	c      1872            267          65        20      -20111.0000      -21689.7737      7.85%
37075.85/1877.35	c      1877            272          74        20      -20111.0000      -21657.1757      7.69%
37176.89/1882.49	c      1882            272          74        20      -20111.0000      -21657.1757      7.69%
37277.99/1887.58	c      1888            273          73        20      -20111.0000      -21657.1757      7.69%
37379.12/1892.69	c      1893            273          73        20      -20111.0000      -21657.1757      7.69%
37480.39/1897.76	c      1898            273          73        20      -20111.0000      -21657.1757      7.69%
37581.30/1902.84	c      1903            273          73        20      -20111.0000      -21657.1757      7.69%
37680.40/1907.91	c      1908            273          73        20      -20111.0000      -21657.1757      7.69%
37784.17/1913.06	c      1913            273          73        20      -20111.0000      -21657.1757      7.69%
37885.27/1918.17	c      1918            274          74        20      -20111.0000      -21657.1757      7.69%
37985.64/1923.27	c      1923            278          76        20      -20111.0000      -21657.1757      7.69%
38086.70/1928.39	c      1928            282          76        20      -20111.0000      -21557.8284      7.19%
38187.78/1933.49	c      1933            283          77        20      -20111.0000      -21557.8284      7.19%
38288.89/1938.57	c      1939            284          78        20      -20111.0000      -21557.8284      7.19%
38389.97/1943.68	c      1944            290          78        20      -20111.0000      -21557.8284      7.19%
38490.96/1948.76	c      1949            298          80        20      -20111.0000      -21557.8284      7.19%
38590.23/1953.78	c      1954            298          80        20      -20111.0000      -21557.8284      7.19%
38691.08/1958.88	c      1959            305          81        20      -20111.0000      -21549.2880      7.15%
38792.10/1963.94	c      1964            307          79        20      -20111.0000      -21549.2880      7.15%
38893.80/1969.04	c      1969            307          79        20      -20111.0000      -21549.2880      7.15%
38993.09/1974.10	c      1974            307          79        20      -20111.0000      -21549.2880      7.15%
39093.96/1979.18	c      1979            307          79        20      -20111.0000      -21549.2880      7.15%
39194.35/1984.28	c      1984            307          79        20      -20111.0000      -21549.2880      7.15%
39297.41/1989.44	c      1989            308          80        20      -20111.0000      -21549.2880      7.15%
39398.51/1994.53	c      1995            310          80        20      -20111.0000      -21549.2880      7.15%
39499.58/1999.66	c      2000            310          80        20      -20111.0000      -21549.2880      7.15%
39600.63/2004.73	c      2005            310          80        20      -20111.0000      -21549.2880      7.15%
39701.71/2009.82	c      2010            310          80        20      -20111.0000      -21549.2880      7.15%
39802.75/2015.01	c      2015            310          80        20      -20111.0000      -21549.2880      7.15%
39904.52/2020.04	c      2020            317          79        20      -20111.0000      -21549.2880      7.15%
40005.35/2025.13	c      2025            318          80        20      -20111.0000      -21549.2880      7.15%
40105.95/2030.26	c      2030            319          79        20      -20111.0000      -21549.2880      7.15%
40207.04/2035.38	c      2035            319          79        20      -20111.0000      -21549.2880      7.15%
40310.13/2040.56	c      2041            320          80        20      -20111.0000      -21549.2880      7.15%
40411.14/2045.62	c      2046            321          81        20      -20111.0000      -21549.2880      7.15%
40511.93/2050.73	c      2051            322          82        20      -20111.0000      -21519.4373      7.00%
40611.03/2055.74	c      2056            322          82        20      -20111.0000      -21519.4373      7.00%
40712.12/2060.87	c      2061            322          82        20      -20111.0000      -21519.4373      7.00%
40815.79/2066.07	c      2066            322          82        20      -20111.0000      -21519.4373      7.00%
40914.92/2071.13	c      2071            322          82        20      -20111.0000      -21519.4373      7.00%
41017.37/2076.24	c      2076            324          82        20      -20111.0000      -21519.4373      7.00%
41118.18/2081.32	c      2081            324          82        20      -20111.0000      -21519.4373      7.00%
41217.26/2086.34	c      2086            325          83        20      -20111.0000      -21519.4373      7.00%
41316.37/2091.38	c      2091            327          83        20      -20111.0000      -21519.4373      7.00%
41419.49/2096.50	c      2096            329          85        20      -20111.0000      -21519.4373      7.00%
41518.62/2101.57	c      2102            331          85        20      -20111.0000      -21519.4373      7.00%
41621.70/2106.74	c      2107            339          85        20      -20111.0000      -21519.4373      7.00%
41722.76/2111.81	c      2112            341          85        20      -20111.0000      -21519.4373      7.00%
41821.89/2116.87	c      2117            344          84        20      -20111.0000      -21519.4373      7.00%
41922.98/2121.91	c      2122            345          85        20      -20111.0000      -21519.4373      7.00%
42021.98/2127.01	c      2127            347          85        20      -20111.0000      -21519.4373      7.00%
42123.87/2132.11	c      2132            347          85        20      -20111.0000      -21519.4373      7.00%
42224.74/2137.19	c      2137            349          85        20      -20111.0000      -21519.4373      7.00%
42325.34/2142.23	c      2142            352          84        20      -20111.0000      -21502.0361      6.92%
42426.14/2147.37	c      2147            352          84        20      -20111.0000      -21502.0361      6.92%
42527.24/2152.42	c      2152            353          85        20      -20111.0000      -21502.0361      6.92%
42628.34/2157.54	c      2158            353          85        20      -20111.0000      -21502.0361      6.92%
42727.45/2162.59	c      2163            353          85        20      -20111.0000      -21502.0361      6.92%
42828.45/2167.64	c      2168            353          85        20      -20111.0000      -21502.0361      6.92%
42929.59/2172.72	c      2173            353          85        20      -20111.0000      -21502.0361      6.92%
43030.67/2177.80	c      2178            353          85        20      -20111.0000      -21502.0361      6.92%
43129.81/2182.89	c      2183            356          86        20      -20111.0000      -21502.0361      6.92%
43230.71/2187.93	c      2188            356          86        20      -20111.0000      -21502.0361      6.92%
43329.85/2193.02	c      2193            359          85        20      -20111.0000      -21502.0361      6.92%
43431.65/2198.08	c      2198            359          85        20      -20111.0000      -21502.0361      6.92%
43533.02/2203.17	c      2203            361          87        20      -20111.0000      -21502.0361      6.92%
43633.07/2208.22	c      2208            363          87        20      -20111.0000      -21502.0361      6.92%
43734.17/2213.37	c      2213            363          87        20      -20111.0000      -21502.0361      6.92%
43835.17/2218.49	c      2218            363          87        20      -20111.0000      -21502.0361      6.92%
43936.16/2223.50	c      2224            364          86        20      -20111.0000      -21502.0361      6.92%
44041.25/2228.83	c      2229            364          86        20      -20111.0000      -21502.0361      6.92%
44142.38/2233.93	c      2234            364          86        20      -20111.0000      -21502.0361      6.92%
44241.40/2239.01	c      2239            364          86        20      -20111.0000      -21502.0361      6.92%
44343.40/2244.13	c      2244            365          87        20      -20111.0000      -21502.0361      6.92%
44444.24/2249.18	c      2249            365          87        20      -20111.0000      -21502.0361      6.92%
44544.61/2254.29	c      2254            365          87        20      -20111.0000      -21502.0361      6.92%
44647.68/2259.43	c      2259            366          86        20      -20111.0000      -21502.0361      6.92%
44748.77/2264.58	c      2265            366          86        20      -20111.0000      -21502.0361      6.92%
44849.85/2269.67	c      2270            366          86        20      -20111.0000      -21502.0361      6.92%
44950.93/2274.74	c      2275            366          86        20      -20111.0000      -21502.0361      6.92%
45052.01/2279.82	c      2280            367          87        20      -20111.0000      -21502.0361      6.92%
45152.91/2284.92	c      2285            368          88        20      -20111.0000      -21502.0361      6.92%
45252.02/2290.00	c      2290            369          87        20      -20111.0000      -21502.0361      6.92%
45353.88/2295.12	c      2295            369          87        20      -20111.0000      -21502.0361      6.92%
45458.08/2300.38	c      2300            372          88        20      -20111.0000      -21471.3462      6.76%
45559.07/2305.40	c      2305            372          88        20      -20111.0000      -21471.3462      6.76%
45660.16/2310.53	c      2311            372          88        20      -20111.0000      -21471.3462      6.76%
45761.19/2315.62	c      2316            372          88        20      -20111.0000      -21471.3462      6.76%
45860.31/2320.70	c      2321            372          88        20      -20111.0000      -21471.3462      6.76%
45961.30/2325.80	c      2326            372          88        20      -20111.0000      -21471.3462      6.76%
46062.31/2330.81	c      2331            372          88        20      -20111.0000      -21471.3462      6.76%
46165.76/2336.05	c      2336            372          88        20      -20111.0000      -21471.3462      6.76%
46270.14/2341.32	c      2341            372          88        20      -20111.0000      -21471.3462      6.76%
46370.99/2346.49	c      2346            372          88        20      -20111.0000      -21471.3462      6.76%
46472.08/2351.58	c      2352            372          88        20      -20111.0000      -21471.3462      6.76%
46573.11/2356.67	c      2357            373          87        20      -20111.0000      -21471.3462      6.76%
46674.34/2361.79	c      2362            373          87        20      -20111.0000      -21471.3462      6.76%
46775.02/2366.80	c      2367            373          87        20      -20111.0000      -21471.3462      6.76%
46874.09/2371.89	c      2372            373          87        20      -20111.0000      -21471.3462      6.76%
46980.05/2377.17	c      2377            373          87        20      -20111.0000      -21471.3462      6.76%
47079.25/2382.18	c      2382            373          87        20      -20111.0000      -21471.3462      6.76%
47183.44/2387.40	c      2387            373          87        20      -20111.0000      -21471.3462      6.76%
47284.51/2392.51	c      2393            373          87        20      -20111.0000      -21471.3462      6.76%
47383.52/2397.53	c      2398            373          87        20      -20111.0000      -21471.3462      6.76%
47484.55/2402.64	c      2403            373          87        20      -20111.0000      -21471.3462      6.76%
47587.59/2407.81	c      2408            373          87        20      -20111.0000      -21471.3462      6.76%
47688.70/2412.93	c      2413            373          87        20      -20111.0000      -21471.3462      6.76%
47790.51/2418.07	c      2418            373          87        20      -20111.0000      -21471.3462      6.76%
47892.87/2423.23	c      2423            375          89        20      -20111.0000      -21471.3462      6.76%
47993.93/2428.36	c      2428            376          90        20      -20111.0000      -21471.3462      6.76%
48097.00/2433.51	c      2434            376          90        20      -20111.0000      -21471.3462      6.76%
48196.13/2438.54	c      2439            377          89        20      -20111.0000      -21471.3462      6.76%
48297.24/2443.63	c      2444            377          89        20      -20111.0000      -21471.3462      6.76%
48402.31/2448.93	c      2449            379          89        20      -20111.0000      -21471.3462      6.76%
48501.42/2454.03	c      2454            379          89        20      -20111.0000      -21471.3462      6.76%
48605.31/2459.15	c      2459            379          89        20      -20111.0000      -21471.3462      6.76%
48707.65/2464.35	c      2464            379          89        20      -20111.0000      -21471.3462      6.76%
48808.78/2469.45	c      2469            381          89        20      -20111.0000      -21471.3462      6.76%
48909.80/2474.55	c      2475            381          89        20      -20111.0000      -21471.3462      6.76%
49010.92/2479.62	c      2480            382          90        20      -20111.0000      -21471.3462      6.76%
49112.05/2484.79	c      2485            383          91        20      -20111.0000      -21471.3462      6.76%
49215.11/2489.91	c      2490            383          91        20      -20111.0000      -21471.3462      6.76%
49314.22/2494.94	c      2495            383          91        20      -20111.0000      -21471.3462      6.76%
49413.31/2499.95	c      2500            384          92        20      -20111.0000      -21471.3462      6.76%
49514.89/2505.12	c      2505            385          91        20      -20111.0000      -21471.3462      6.76%
49619.46/2510.34	c      2510            386          90        20      -20111.0000      -21471.3462      6.76%
49728.45/2515.88	c      2516            387          91        20      -20111.0000      -21471.3462      6.76%
49829.54/2520.96	c      2521            388          90        20      -20111.0000      -21471.3462      6.76%
49928.60/2526.03	c      2526            388          90        20      -20111.0000      -21471.3462      6.76%
50030.31/2531.13	c      2531            388          90        20      -20111.0000      -21471.3462      6.76%
50132.77/2536.20	c      2536            388          90        20      -20111.0000      -21471.3462      6.76%
50231.89/2541.26	c      2541            388          90        20      -20111.0000      -21471.3462      6.76%
50332.84/2546.32	c      2546            388          90        20      -20111.0000      -21471.3462      6.76%
50431.80/2551.36	c      2551            389          91        20      -20111.0000      -21471.3462      6.76%
50532.93/2556.41	c      2556            391          91        20      -20111.0000      -21471.3462      6.76%
50636.05/2561.60	c      2562            391          91        20      -20111.0000      -21471.3462      6.76%
50738.87/2566.83	c      2567            391          91        20      -20111.0000      -21471.3462      6.76%
50839.97/2572.02	c      2572            392          92        20      -20111.0000      -21457.8024      6.70%
50947.02/2577.39	c      2577            392          92        20      -20111.0000      -21457.8024      6.70%
51050.14/2582.52	c      2583            767          41        20      -20111.0000      -21420.6488      6.51%
51151.24/2587.60	c      2588            767          41        20      -20111.0000      -21420.6488      6.51%
51250.43/2592.69	c      2593            769          41        20      -20111.0000      -21420.6488      6.51%
51355.42/2597.90	c      2598            769          41        20      -20111.0000      -21420.6488      6.51%
51457.16/2603.09	c      2603            769          41        20      -20111.0000      -21420.6488      6.51%
51559.63/2608.22	c      2608            776          40        20      -20111.0000      -21420.6488      6.51%
51658.75/2613.27	c      2613            776          42        20      -20111.0000      -21420.6488      6.51%
51761.86/2618.41	c      2618            776          42        20      -20111.0000      -21420.6488      6.51%
51862.90/2623.56	c      2624            776          42        20      -20111.0000      -21420.6488      6.51%
51967.90/2628.87	c      2629            776          42        20      -20111.0000      -21420.6488      6.51%
52068.94/2633.92	c      2634            776          42        20      -20111.0000      -21420.6488      6.51%
52168.05/2639.03	c      2639            776          42        20      -20111.0000      -21420.6488      6.51%
52269.97/2644.14	c      2644            776          42        20      -20111.0000      -21420.6488      6.51%
52372.20/2649.24	c      2649            776          42        20      -20111.0000      -21420.6488      6.51%
52473.33/2654.35	c      2654            777          41        20      -20111.0000      -21420.6488      6.51%
52576.43/2659.53	c      2660            783          41        20      -20111.0000      -21420.6488      6.51%
52677.52/2664.69	c      2665            788          40        20      -20111.0000      -21420.6488      6.51%
52780.63/2669.80	c      2670            788          40        20      -20111.0000      -21420.6488      6.51%
52881.73/2674.95	c      2675            788          40        20      -20111.0000      -21420.6488      6.51%
52983.56/2680.04	c      2680            788          40        20      -20111.0000      -21420.6488      6.51%
53082.68/2685.11	c      2685            788          40        20      -20111.0000      -21420.6488      6.51%
53183.84/2690.15	c      2690            794          44        20      -20111.0000      -21420.6488      6.51%
53283.90/2695.21	c      2695            801          43        20      -20111.0000      -21420.6488      6.51%
53382.95/2700.23	c      2700            805          43        20      -20111.0000      -21420.6488      6.51%
53486.07/2705.48	c      2705            805          43        20      -20111.0000      -21420.6488      6.51%
53591.21/2710.80	c      2711            805          43        20      -20111.0000      -21420.6488      6.51%
53694.28/2715.90	c      2716            805          43        20      -20111.0000      -21420.6488      6.51%
53796.08/2721.06	c      2721            805          43        20      -20111.0000      -21420.6488      6.51%
53897.26/2726.16	c      2726            805          43        20      -20111.0000      -21420.6488      6.51%
53997.55/2731.27	c      2731            805          43        20      -20111.0000      -21420.6488      6.51%
54098.50/2736.39	c      2736            805          43        20      -20111.0000      -21420.6488      6.51%
54201.64/2741.54	c      2742            805          43        20      -20111.0000      -21420.6488      6.51%
54302.71/2746.61	c      2747            811          41        20      -20111.0000      -21420.6488      6.51%
54401.75/2751.67	c      2752            826          40        20      -20111.0000      -21420.6488      6.51%
54502.55/2756.74	c      2757            828          40        20      -20111.0000      -21420.6488      6.51%
54603.52/2761.88	c      2762            835          41        20      -20111.0000      -21420.6488      6.51%
54704.43/2766.90	c      2767            840          40        20      -20111.0000      -21420.6488      6.51%
54803.39/2771.96	c      2772            842          42        20      -20111.0000      -21420.6488      6.51%
54902.22/2776.98	c      2777            857          43        20      -20111.0000      -21420.6488      6.51%
55003.92/2782.04	c      2782            863          45        20      -20111.0000      -21420.6488      6.51%
55106.31/2787.26	c      2787            863          45        20      -20111.0000      -21420.6488      6.51%
55209.41/2792.47	c      2792            863          45        20      -20111.0000      -21420.6488      6.51%
55312.48/2797.62	c      2798            863          45        20      -20111.0000      -21420.6488      6.51%
55413.53/2802.71	c      2803            872          44        20      -20111.0000      -21420.6488      6.51%
55512.53/2807.79	c      2808            882          42        20      -20111.0000      -21412.5062      6.47%
55613.57/2812.89	c      2813            882          42        20      -20111.0000      -21412.5062      6.47%
55714.53/2817.99	c      2818            883          43        20      -20111.0000      -21412.5062      6.47%
55813.65/2823.02	c      2823            884          44        20      -20111.0000      -21412.5062      6.47%
55915.44/2828.08	c      2828            884          44        20      -20111.0000      -21412.5062      6.47%
56016.58/2833.15	c      2833            884          44        20      -20111.0000      -21412.5062      6.47%
56116.82/2838.23	c      2838            889          43        20      -20111.0000      -21412.5062      6.47%
56215.72/2843.29	c      2843            894          44        20      -20111.0000      -21412.5062      6.47%
56314.76/2848.30	c      2848            905          45        20      -20111.0000      -21412.5062      6.47%
56415.74/2853.30	c      2853            911          45        20      -20111.0000      -21412.5062      6.47%
56514.88/2858.38	c      2858            920          48        20      -20111.0000      -21412.5062      6.47%
56617.96/2863.51	c      2864            931          51        20      -20111.0000      -21412.5062      6.47%
56719.07/2868.67	c      2869            939          47        20      -20111.0000      -21412.5062      6.47%
56822.17/2873.80	c      2874            942          46        20      -20111.0000      -21393.7726      6.38%
56921.29/2878.86	c      2879            942          46        20      -20111.0000      -21393.7726      6.38%
57025.15/2884.06	c      2884            943          47        20      -20111.0000      -21393.7726      6.38%
57127.46/2889.21	c      2889            945          49        20      -20111.0000      -21393.7726      6.38%
57228.60/2894.35	c      2894            959          47        20      -20111.0000      -21393.7726      6.38%
57329.69/2899.46	c      2899            960          48        20      -20111.0000      -21393.7726      6.38%
57430.82/2904.55	c      2905            963          47        20      -20111.0000      -21378.6386      6.30%
57531.93/2909.62	c      2910            963          47        20      -20111.0000      -21378.6386      6.30%
57635.05/2914.86	c      2915            964          48        20      -20111.0000      -21378.6386      6.30%
57736.20/2919.91	c      2920            967          47        20      -20111.0000      -21378.6386      6.30%
57835.34/2924.96	c      2925            969          47        20      -20111.0000      -21378.6386      6.30%
57934.46/2929.99	c      2930            974          46        20      -20111.0000      -21371.2791      6.27%
58039.51/2935.22	c      2935            622          87        20      -20111.0000      -21361.9481      6.22%
58140.62/2940.31	c      2940            623          86        20      -20111.0000      -21361.9481      6.22%
58241.67/2945.44	c      2945            624          87        20      -20111.0000      -21361.9481      6.22%
58346.77/2950.70	c      2951            625          86        20      -20111.0000      -21361.9481      6.22%
58445.89/2955.71	c      2956            625          86        20      -20111.0000      -21361.9481      6.22%
58547.03/2960.90	c      2961            626          87        20      -20111.0000      -21361.9481      6.22%
58648.18/2966.00	c      2966            631          86        20      -20111.0000      -21361.9481      6.22%
58750.12/2971.14	c      2971            632          87        20      -20111.0000      -21261.1919      5.72%
58850.99/2976.15	c      2976            632          87        20      -20111.0000      -21261.1919      5.72%
58953.46/2981.35	c      2981            636          87        20      -20111.0000      -21261.1919      5.72%
59056.60/2986.50	c      2986            636          87        20      -20111.0000      -21261.1919      5.72%
59155.77/2991.58	c      2992            636          87        20      -20111.0000      -21261.1919      5.72%
59256.89/2996.67	c      2997            636          87        20      -20111.0000      -21261.1919      5.72%
59358.14/3001.80	c      3002            643          85        20      -20111.0000      -21261.1919      5.72%
59459.02/3006.86	c      3007            649          81        20      -20111.0000      -21261.1919      5.72%
59560.08/3011.95	c      3012            649          81        20      -20111.0000      -21261.1919      5.72%
59661.88/3017.05	c      3017            650          82        20      -20111.0000      -21261.1919      5.72%
59761.14/3022.09	c      3022            656          84        20      -20111.0000      -21261.1919      5.72%
59863.40/3027.21	c      3027            657          85        20      -20111.0000      -21261.1919      5.72%
59964.46/3032.34	c      3032            663          81        20      -20111.0000      -21261.1919      5.72%
60065.21/3037.48	c      3037            664          82        20      -20111.0000      -21261.1919      5.72%
60166.35/3042.51	c      3043            668          82        20      -20111.0000      -21261.1919      5.72%
60265.39/3047.57	c      3048            675          79        20      -20111.0000      -21261.1919      5.72%
60366.52/3052.64	c      3053            678          78        20      -20111.0000      -21261.1919      5.72%
60465.53/3057.67	c      3058            687          79        20      -20111.0000      -21261.1919      5.72%
60566.55/3062.73	c      3063            688          78        20      -20111.0000      -21261.1919      5.72%
60665.66/3067.74	c      3068            688          78        20      -20111.0000      -21261.1919      5.72%
60768.73/3072.99	c      3073            688          78        20      -20111.0000      -21261.1919      5.72%
60870.60/3078.11	c      3078            688          78        20      -20111.0000      -21261.1919      5.72%
60971.78/3083.18	c      3083            688          78        20      -20111.0000      -21261.1919      5.72%
61073.85/3088.32	c      3088            688          78        20      -20111.0000      -21261.1919      5.72%
61174.83/3093.42	c      3093            688          78        20      -20111.0000      -21261.1919      5.72%
61277.92/3098.62	c      3099            688          78        20      -20111.0000      -21261.1919      5.72%
61377.04/3103.69	c      3104            689          79        20      -20111.0000      -21261.1919      5.72%
61478.16/3108.71	c      3109            690          78        20      -20111.0000      -21261.1919      5.72%
61577.32/3113.76	c      3114            694          78        20      -20111.0000      -21261.1919      5.72%
61680.11/3118.91	c      3119            710          78        20      -20111.0000      -21261.1919      5.72%
61779.18/3123.99	c      3124            715          77        20      -20111.0000      -21261.1919      5.72%
61884.11/3129.25	c      3129            716          76        20      -20111.0000      -21261.1919      5.72%
61986.61/3134.43	c      3134            717          77        20      -20111.0000      -21261.1919      5.72%
62087.59/3139.59	c      3140            723          75        20      -20111.0000      -21261.1919      5.72%
62190.56/3144.72	c      3145            724          74        20      -20111.0000      -21261.1919      5.72%
62291.66/3149.80	c      3150            728          74        20      -20111.0000      -21261.1919      5.72%
62392.78/3154.95	c      3155            733          73        20      -20111.0000      -21261.1919      5.72%
62494.70/3160.09	c      3160            735          73        20      -20111.0000      -21261.1919      5.72%
62596.92/3165.23	c      3165            736          74        20      -20111.0000      -21261.1919      5.72%
62697.99/3170.33	c      3170            742          74        20      -20111.0000      -21261.1919      5.72%
62797.10/3175.34	c      3175            742          74        20      -20111.0000      -21261.1919      5.72%
62896.23/3180.37	c      3180            742          74        20      -20111.0000      -21261.1919      5.72%
62997.31/3185.49	c      3185            742          74        20      -20111.0000      -21261.1919      5.72%
63098.34/3190.58	c      3191            742          74        20      -20111.0000      -21261.1919      5.72%
63203.21/3195.87	c      3196            743          75        20      -20111.0000      -21261.1919      5.72%
63306.75/3201.05	c      3201            743          75        20      -20111.0000      -21261.1919      5.72%
63407.88/3206.16	c      3206            749          75        20      -20111.0000      -21261.1919      5.72%
63510.30/3211.36	c      3211            749          75        20      -20111.0000      -21261.1919      5.72%
63611.42/3216.47	c      3216            749          75        20      -20111.0000      -21261.1919      5.72%
63714.51/3221.68	c      3222            749          75        20      -20111.0000      -21261.1919      5.72%
63817.60/3226.85	c      3227            749          75        20      -20111.0000      -21261.1919      5.72%
63918.69/3231.91	c      3232            749          75        20      -20111.0000      -21261.1919      5.72%
64022.24/3237.16	c      3237            749          75        20      -20111.0000      -21261.1919      5.72%
64122.65/3242.23	c      3242            750          76        20      -20111.0000      -21261.1919      5.72%
64221.80/3247.24	c      3247            757          77        20      -20111.0000      -21261.1919      5.72%
64322.94/3252.30	c      3252            757          77        20      -20111.0000      -21261.1919      5.72%
64424.02/3257.47	c      3257            760          76        20      -20111.0000      -21261.1919      5.72%
64525.01/3262.52	c      3263            764          76        20      -20111.0000      -21261.1919      5.72%
64626.10/3267.62	c      3268            774          78        20      -20111.0000      -21261.1919      5.72%
64727.19/3272.71	c      3273            779          77        20      -20111.0000      -21261.1919      5.72%
64830.25/3277.99	c      3278            782          76        20      -20111.0000      -21207.3179      5.45%
64932.12/3283.09	c      3283            782          76        20      -20111.0000      -21207.3179      5.45%
65034.38/3288.28	c      3288            782          76        20      -20111.0000      -21207.3179      5.45%
65137.51/3293.49	c      3293            783          75        20      -20111.0000      -21207.3179      5.45%
65238.64/3298.57	c      3299            783          75        20      -20111.0000      -21207.3179      5.45%
65341.73/3303.76	c      3304            783          75        20      -20111.0000      -21207.3179      5.45%
65444.82/3308.95	c      3309            783          75        20      -20111.0000      -21207.3179      5.45%
65543.95/3314.03	c      3314            783          75        20      -20111.0000      -21207.3179      5.45%
65649.01/3319.22	c      3319            783          75        20      -20111.0000      -21207.3179      5.45%
65747.97/3324.27	c      3324            784          76        20      -20111.0000      -21207.3179      5.45%
65847.01/3329.29	c      3329            784          76        20      -20111.0000      -21207.3179      5.45%
65950.10/3334.45	c      3334            785          77        20      -20111.0000      -21207.3179      5.45%
66051.17/3339.58	c      3340            786          76        20      -20111.0000      -21207.3179      5.45%
66154.26/3344.79	c      3345            789          79        20      -20111.0000      -21207.3179      5.45%
66255.38/3349.89	c      3350            794          80        20      -20111.0000      -21207.3179      5.45%
66356.50/3355.03	c      3355            798          80        20      -20111.0000      -21207.3179      5.45%
66458.32/3360.09	c      3360            802          80        20      -20111.0000      -21206.5308      5.45%
66559.41/3365.19	c      3365            807          79        20      -20111.0000      -21206.5308      5.45%
66661.87/3370.34	c      3370            811          79        20      -20111.0000      -21206.5308      5.45%
66762.66/3375.42	c      3375            822          76        20      -20111.0000      -21181.2816      5.32%
66863.80/3380.50	c      3381            828          76        20      -20111.0000      -21181.2816      5.32%
66964.84/3385.62	c      3386            828          76        20      -20111.0000      -21181.2816      5.32%
67065.88/3390.70	c      3391            834          76        20      -20111.0000      -21181.2816      5.32%
67164.80/3395.70	c      3396            838          74        20      -20111.0000      -21181.2816      5.32%
67263.92/3400.73	c      3401            838          74        20      -20111.0000      -21181.2816      5.32%
67365.03/3405.88	c      3406            838          74        20      -20111.0000      -21181.2816      5.32%
67466.12/3411.00	c      3411            839          75        20      -20111.0000      -21181.2816      5.32%
67567.95/3416.10	c      3416            842          75        20      -20111.0000      -21163.4264      5.23%
67668.88/3421.19	c      3421            847          74        20      -20111.0000      -21163.4264      5.23%
67771.30/3426.33	c      3426            850          71        20      -20111.0000      -21163.4264      5.23%
67874.42/3431.58	c      3432            852          73        20      -20111.0000      -21163.4264      5.23%
67977.53/3436.74	c      3437            859          72        20      -20111.0000      -21163.4264      5.23%
68078.63/3441.88	c      3442            863          72        20      -20111.0000      -21163.4264      5.23%
68179.74/3446.99	c      3447            866          71        20      -20111.0000      -21163.4264      5.23%
68281.50/3452.08	c      3452            866          71        20      -20111.0000      -21163.4264      5.23%
68383.96/3457.20	c      3457            870          73        20      -20111.0000      -21163.4264      5.23%
68483.04/3462.28	c      3462            871          72        20      -20111.0000      -21163.4264      5.23%
68585.95/3467.44	c      3467            872          71        20      -20111.0000      -21163.4264      5.23%
68685.05/3472.48	c      3472            872          71        20      -20111.0000      -21163.4264      5.23%
68786.08/3477.57	c      3478            872          71        20      -20111.0000      -21163.4264      5.23%
68887.20/3482.68	c      3483            872          71        20      -20111.0000      -21163.4264      5.23%
68988.33/3487.79	c      3488            872          71        20      -20111.0000      -21163.4264      5.23%
69091.45/3493.02	c      3493            874          71        20      -20111.0000      -21163.4264      5.23%
69193.45/3498.12	c      3498            876          71        20      -20111.0000      -21163.4264      5.23%
69295.66/3503.25	c      3503            878          71        20      -20111.0000      -21163.4264      5.23%
69396.75/3508.37	c      3508            886          71        20      -20111.0000      -21163.4264      5.23%
69497.84/3513.48	c      3513            894          69        20      -20111.0000      -21163.4264      5.23%
69600.86/3518.62	c      3519            894          69        20      -20111.0000      -21163.4264      5.23%
69701.95/3523.71	c      3524            895          68        20      -20111.0000      -21163.4264      5.23%
69801.06/3528.76	c      3529            895          68        20      -20111.0000      -21163.4264      5.23%
69900.18/3533.79	c      3534            901          68        20      -20111.0000      -21163.4264      5.23%
70003.28/3538.94	c      3539            908          65        20      -20111.0000      -21163.4264      5.23%
70105.11/3544.06	c      3544            911          64        20      -20111.0000      -21163.4264      5.23%
70207.32/3549.24	c      3549            913          64        20      -20111.0000      -21163.4264      5.23%
70308.42/3554.32	c      3554            915          62        20      -20111.0000      -21163.4264      5.23%
70409.55/3559.41	c      3559            915          62        20      -20111.0000      -21163.4264      5.23%
70508.66/3564.49	c      3564            915          62        20      -20111.0000      -21163.4264      5.23%
70609.84/3569.51	c      3570            916          63        20      -20111.0000      -21163.4264      5.23%
70708.96/3574.54	c      3575            917          62        20      -20111.0000      -21163.4264      5.23%
70810.00/3579.63	c      3580            919          62        20      -20111.0000      -21163.4264      5.23%
70911.10/3584.75	c      3585            919          62        20      -20111.0000      -21163.4264      5.23%
71012.23/3589.88	c      3590            919          62        20      -20111.0000      -21163.4264      5.23%
71116.20/3595.10	c      3595            919          62        20      -20111.0000      -21163.4264      5.23%
71220.27/3600.37	c      3600            919          62        20      -20111.0000      -21163.4264      5.23%
71321.25/3605.47	c      3605            919          62        20      -20111.0000      -21163.4264      5.23%
71422.38/3610.57	c      3611            919          62        20      -20111.0000      -21163.4264      5.23%
71523.49/3615.68	c      3616            919          62        20      -20111.0000      -21163.4264      5.23%
71626.60/3620.85	c      3621            921          62        20      -20111.0000      -21163.4264      5.23%
71727.72/3625.99	c      3626            923          64        20      -20111.0000      -21163.4264      5.23%
71832.77/3631.20	c      3631            924          63        20      -20111.0000      -21163.4264      5.23%
71933.73/3636.32	c      3636            926          65        20      -20111.0000      -21163.4264      5.23%

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 (181082 MiB free)
  memory of node 1: 193531 MiB (191860 MiB free)
  memory of node 2: 193531 MiB (193034 MiB free)
  memory of node 3: 193531 MiB (186026 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-4465115-1722442536/watcher-4465115-1722442536 -o /tmp/evaluation-result-4465115-1722442536/solver-4465115-1722442536 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722441596-58649 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465115-1722442536.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100108 s]*
/proc/loadavg: 77.05 71.31 48.27 44/941 61426
/proc/meminfo: memFree=769897344/790760800 swapFree=131071996/131071996
[pid=61425] ppid=61422 vsize=106932 memory=95872 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/stat : 61425 (fscip) R 61422 61425 58638 0 -1 4194304 21804 0 0 0 9 2 0 0 20 0 1 0 10840383 109498368 23968 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 17 49 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
/proc/61425/statm: 26733 23968 2555 3035 0 23129 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 106932 KiB
Current children cumulated memory: 95872 KiB

[startup+0.220713 s]*
/proc/loadavg: 77.05 71.31 48.27 43/941 61426
/proc/meminfo: memFree=769743332/790760800 swapFree=131071996/131071996
[pid=61425] ppid=61422 vsize=175444 memory=161828 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/stat : 61425 (fscip) R 61422 61425 58638 0 -1 4194304 38259 0 0 0 19 4 0 0 20 0 1 0 10840383 179654656 40457 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 17 49 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
/proc/61425/statm: 43861 40457 2614 3035 0 40257 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 175444 KiB
Current children cumulated memory: 161828 KiB

[startup+0.320241 s]*
/proc/loadavg: 77.05 71.31 48.27 43/941 61426
/proc/meminfo: memFree=769699896/790760800 swapFree=131071996/131071996
[pid=61425] ppid=61422 vsize=180212 memory=166640 CPUtime=0.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/stat : 61425 (fscip) R 61422 61425 58638 0 -1 4194304 39458 0 0 0 28 4 0 0 20 0 1 0 10840383 184537088 41660 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 17 49 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
/proc/61425/statm: 45053 41660 2630 3035 0 41449 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 180212 KiB
Current children cumulated memory: 166640 KiB

[startup+0.700277 s]
/proc/loadavg: 77.05 71.31 48.27 43/941 61426
/proc/meminfo: memFree=769633316/790760800 swapFree=131071996/131071996
[pid=61425] ppid=61422 vsize=234860 memory=220944 CPUtime=0.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/stat : 61425 (fscip) R 61422 61425 58638 0 -1 4194304 58601 0 0 0 61 7 0 0 20 0 1 0 10840383 240496640 55236 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 17 49 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
/proc/61425/statm: 58715 55236 2758 3035 0 55111 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 234860 KiB
Current children cumulated memory: 220944 KiB

[startup+1.50028 s]
/proc/loadavg: 77.05 71.31 48.27 43/941 61426
/proc/meminfo: memFree=769498936/790760800 swapFree=131071996/131071996
[pid=61425] ppid=61422 vsize=324760 memory=301360 CPUtime=1.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/stat : 61425 (fscip) R 61422 61425 58638 0 -1 4194304 71371 0 0 0 138 10 0 0 20 0 1 0 10840383 332554240 75340 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 17 49 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
/proc/61425/statm: 81190 75340 2774 3035 0 77586 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 324760 KiB
Current children cumulated memory: 301360 KiB

[startup+3.11955 s]
/proc/loadavg: 74.24 70.83 48.23 43/941 61426
/proc/meminfo: memFree=769351516/790760800 swapFree=131071996/131071996
[pid=61425] ppid=61422 vsize=335952 memory=311640 CPUtime=3.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/stat : 61425 (fscip) R 61422 61425 58638 0 -1 4194304 73960 0 0 0 299 10 0 0 20 0 1 0 10840383 344014848 77910 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 17 49 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
/proc/61425/statm: 83988 77910 2774 3035 0 80384 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 335952 KiB
Current children cumulated memory: 311640 KiB

[startup+6.30793 s]
/proc/loadavg: 74.24 70.83 48.23 54/981 61467
/proc/meminfo: memFree=765741160/790760800 swapFree=131071996/131071996
[pid=61425] ppid=61422 vsize=6415696 memory=4867648 CPUtime=17.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/stat : 61425 (fscip) S 61422 61425 58638 0 -1 1077936128 1222356 0 0 0 1444 259 0 0 20 0 41 0 10840383 6569672704 1216847 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 17 57 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
/proc/61425/statm: 1603924 1216912 2806 3035 0 1366480 0
[pid=61425/tid=61427] ppid=61422 vsize=6415696 memory=0 CPUtime=0.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61427/stat : 61427 (fscip) R 61422 61425 58638 0 -1 4194368 42199 0 0 0 57 8 0 0 20 0 41 0 10840786 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61428] ppid=61422 vsize=6415696 memory=0 CPUtime=0.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61428/stat : 61428 (fscip) R 61422 61425 58638 0 -1 4194368 64703 0 0 0 49 15 0 0 20 0 41 0 10840786 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61429] ppid=61422 vsize=6415696 memory=0 CPUtime=0.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61429/stat : 61429 (fscip) R 61422 61425 58638 0 -1 4194368 64419 0 0 0 49 14 0 0 20 0 41 0 10840786 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61430] ppid=61422 vsize=6415696 memory=0 CPUtime=0.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61430/stat : 61430 (fscip) R 61422 61425 58638 0 -1 4194368 41476 0 0 0 57 8 0 0 20 0 41 0 10840786 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61431] ppid=61422 vsize=6415696 memory=0 CPUtime=0.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61431/stat : 61431 (fscip) R 61422 61425 58638 0 -1 4194368 64572 0 0 0 50 13 0 0 20 0 41 0 10840786 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61432] ppid=61422 vsize=6415696 memory=598032 CPUtime=0.62 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61432/stat : 61432 (fscip) D 61422 61425 58638 0 -1 4194368 64517 0 0 0 49 13 0 0 20 0 41 0 10840786 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61433] ppid=61422 vsize=6415696 memory=0 CPUtime=0.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61433/stat : 61433 (fscip) D 61422 61425 58638 0 -1 4194368 42107 0 0 0 57 9 0 0 20 0 41 0 10840786 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61434] ppid=61422 vsize=6415696 memory=29273809900535888 CPUtime=0.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61434/stat : 61434 (fscip) R 61422 61425 58638 0 -1 4194368 64593 0 0 0 50 14 0 0 20 0 41 0 10840786 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61435] ppid=61422 vsize=6415696 memory=25333125866717268 CPUtime=0.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61435/stat : 61435 (fscip) R 61422 61425 58638 0 -1 4194368 64451 0 0 0 48 15 0 0 20 0 41 0 10840786 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61436] ppid=61422 vsize=6415696 memory=2480 CPUtime=0.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61436/stat : 61436 (fscip) R 61422 61425 58638 0 -1 4194368 41479 0 0 0 56 9 0 0 20 0 41 0 10840786 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61437] ppid=61422 vsize=6415696 memory=2268 CPUtime=0.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61437/stat : 61437 (fscip) R 61422 61425 58638 0 -1 4194368 64544 0 0 0 49 14 0 0 20 0 41 0 10840786 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61438] ppid=61422 vsize=6415696 memory=198340509722 CPUtime=0.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61438/stat : 61438 (fscip) R 61422 61425 58638 0 -1 4194368 64451 0 0 0 49 14 0 0 20 0 41 0 10840786 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61439] ppid=61422 vsize=6415696 memory=74122 CPUtime=0.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61439/stat : 61439 (fscip) R 61422 61425 58638 0 -1 4194368 41822 0 0 0 57 8 0 0 20 0 41 0 10840786 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61440] ppid=61422 vsize=6415696 memory=280184741978064 CPUtime=0.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61440/stat : 61440 (fscip) R 61422 61425 58638 0 -1 4194368 64446 0 0 0 50 13 0 0 20 0 41 0 10840786 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61441] ppid=61422 vsize=6415696 memory=-2106431583922186882 CPUtime=0.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61441/stat : 61441 (fscip) R 61422 61425 58638 0 -1 4194368 64553 0 0 0 50 13 0 0 20 0 41 0 10840786 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61442] ppid=61422 vsize=6415696 memory=11416 CPUtime=0.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61442/stat : 61442 (fscip) R 61422 61425 58638 0 -1 4194368 41476 0 0 0 56 9 0 0 20 0 41 0 10840786 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61443] ppid=61422 vsize=6415696 memory=0 CPUtime=0.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61443/stat : 61443 (fscip) R 61422 61425 58638 0 -1 4194368 64400 0 0 0 49 14 0 0 20 0 41 0 10840786 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61444] ppid=61422 vsize=6415696 memory=0 CPUtime=0.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61444/stat : 61444 (fscip) D 61422 61425 58638 0 -1 4194368 64502 0 0 0 50 13 0 0 20 0 41 0 10840786 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61445] ppid=61422 vsize=6415696 memory=280184741985072 CPUtime=0.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61445/stat : 61445 (fscip) R 61422 61425 58638 0 -1 4194368 40971 0 0 0 57 9 0 0 20 0 41 0 10840786 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61446] ppid=61422 vsize=6415696 memory=0 CPUtime=0.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61446/stat : 61446 (fscip) R 61422 61425 58638 0 -1 4194368 64451 0 0 0 50 13 0 0 20 0 41 0 10840786 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61448] ppid=61422 vsize=6415696 memory=-6800859132029471841 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61448/stat : 61448 (fscip) S 61422 61425 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840951 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61449] ppid=61422 vsize=6415696 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61449/stat : 61449 (fscip) S 61422 61425 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840952 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61450] ppid=61422 vsize=6415696 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61450/stat : 61450 (fscip) S 61422 61425 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840952 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61451] ppid=61422 vsize=6415696 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61451/stat : 61451 (fscip) S 61422 61425 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840952 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61452] ppid=61422 vsize=6415696 memory=280184742057712 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61452/stat : 61452 (fscip) S 61422 61425 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840952 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61453] ppid=61422 vsize=6415696 memory=11412071709 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61453/stat : 61453 (fscip) S 61422 61425 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840952 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61454] ppid=61422 vsize=6415696 memory=5788872070468548169 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61454/stat : 61454 (fscip) S 61422 61425 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840952 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61455] ppid=61422 vsize=6415696 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61455/stat : 61455 (fscip) S 61422 61425 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840952 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61456] ppid=61422 vsize=6415696 memory=28496 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61456/stat : 61456 (fscip) S 61422 61425 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840952 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61457] ppid=61422 vsize=6415696 memory=7644 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61457/stat : 61457 (fscip) S 61422 61425 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840952 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61458] ppid=61422 vsize=6415696 memory=26960 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61458/stat : 61458 (fscip) S 61422 61425 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840952 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61459] ppid=61422 vsize=6415696 memory=31356 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61459/stat : 61459 (fscip) S 61422 61425 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840952 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61460] ppid=61422 vsize=6415696 memory=280184742029744 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61460/stat : 61460 (fscip) S 61422 61425 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840952 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61461] ppid=61422 vsize=6415696 memory=8696436360961 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61461/stat : 61461 (fscip) S 61422 61425 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840952 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61462] ppid=61422 vsize=6415696 memory=9894732236289 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61462/stat : 61462 (fscip) S 61422 61425 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840952 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61463] ppid=61422 vsize=6415696 memory=280184741841440 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61463/stat : 61463 (fscip) S 61422 61425 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840952 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61464] ppid=61422 vsize=6415696 memory=3308 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61464/stat : 61464 (fscip) S 61422 61425 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840952 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61465] ppid=61422 vsize=6415696 memory=1704 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61465/stat : 61465 (fscip) S 61422 61425 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840952 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61466] ppid=61422 vsize=6415696 memory=7628 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61466/stat : 61466 (fscip) S 61422 61425 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840952 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61467] ppid=61422 vsize=6415696 memory=28356 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61467/stat : 61467 (fscip) S 61422 61425 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840952 6569672704 1216912 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
Current children cumulated CPU time: 17.03 s
Current children cumulated vsize: 6415696 KiB
Current children cumulated memory: 4867648 KiB

[startup+12.7038 s]
/proc/loadavg: 73.18 70.66 48.30 62/981 61467
/proc/meminfo: memFree=762795824/790760800 swapFree=131071996/131071996
[pid=61425] ppid=61422 vsize=7646144 memory=6483620 CPUtime=143.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/stat : 61425 (fscip) S 61422 61425 58638 0 -1 1077936128 1666331 0 0 0 14022 358 0 0 20 0 41 0 10840383 7829651456 1620905 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
/proc/61425/statm: 1911536 1620905 3014 3035 0 1824069 0
[pid=61425/tid=61427] ppid=61422 vsize=7646144 memory=883396 CPUtime=7.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61427/stat : 61427 (fscip) R 61422 61425 58638 0 -1 4194368 66654 0 0 0 688 13 0 0 20 0 41 0 10840786 7829651456 1620905 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61428] ppid=61422 vsize=7646144 memory=28496 CPUtime=6.98 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61428/stat : 61428 (fscip) R 61422 61425 58638 0 -1 4194368 85252 0 0 0 679 19 0 0 20 0 41 0 10840786 7829651456 1620905 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61429] ppid=61422 vsize=7646144 memory=0 CPUtime=6.98 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61429/stat : 61429 (fscip) R 61422 61425 58638 0 -1 4194368 84222 0 0 0 680 18 0 0 20 0 41 0 10840786 7829651456 1620905 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0

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

[pid=61425/tid=61451] ppid=61422 vsize=28320524 memory=28356 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61451/stat : 61451 (fscip) S 61422 61425 58638 0 -1 1077936192 199 0 0 0 3 0 0 0 20 0 41 0 10840952 29000216576 6316536 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61452] ppid=61422 vsize=28320524 memory=31820 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61452/stat : 61452 (fscip) S 61422 61425 58638 0 -1 1077936192 176 0 0 0 3 0 0 0 20 0 41 0 10840952 29000216576 6316536 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61453] ppid=61422 vsize=28320524 memory=-7380107332427015294 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61453/stat : 61453 (fscip) S 61422 61425 58638 0 -1 1077936192 104 0 0 0 4 0 0 0 20 0 41 0 10840952 29000216576 6316536 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61454] ppid=61422 vsize=28320524 memory=13424 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61454/stat : 61454 (fscip) S 61422 61425 58638 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 10840952 29000216576 6316536 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61455] ppid=61422 vsize=28320524 memory=11416 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61455/stat : 61455 (fscip) S 61422 61425 58638 0 -1 1077936192 203 0 0 0 3 0 0 0 20 0 41 0 10840952 29000216576 6316536 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61456] ppid=61422 vsize=28320524 memory=25284272 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61456/stat : 61456 (fscip) S 61422 61425 58638 0 -1 1077936192 127 0 0 0 0 3 0 0 20 0 41 0 10840952 29000216576 6316536 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61457] ppid=61422 vsize=28320524 memory=4449 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61457/stat : 61457 (fscip) S 61422 61425 58638 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 10840952 29000216576 6316536 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61458] ppid=61422 vsize=28320524 memory=4420 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61458/stat : 61458 (fscip) S 61422 61425 58638 0 -1 1077936192 187 0 0 0 2 0 0 0 20 0 41 0 10840952 29000216576 6316536 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61459] ppid=61422 vsize=28320524 memory=25266144 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61459/stat : 61459 (fscip) S 61422 61425 58638 0 -1 1077936192 187 0 0 0 1 2 0 0 20 0 41 0 10840952 29000216576 6316536 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61460] ppid=61422 vsize=28320524 memory=11576 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61460/stat : 61460 (fscip) S 61422 61425 58638 0 -1 1077936192 184 0 0 0 3 0 0 0 20 0 41 0 10840952 29000216576 6316536 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61461] ppid=61422 vsize=28320524 memory=13744 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61461/stat : 61461 (fscip) S 61422 61425 58638 0 -1 1077936192 197 0 0 0 3 0 0 0 20 0 41 0 10840952 29000216576 6316536 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61462] ppid=61422 vsize=28320524 memory=25266144 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61462/stat : 61462 (fscip) S 61422 61425 58638 0 -1 1077936192 173 0 0 0 3 0 0 0 20 0 41 0 10840952 29000216576 6316536 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61463] ppid=61422 vsize=28320524 memory=25266132 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61463/stat : 61463 (fscip) S 61422 61425 58638 0 -1 1077936192 197 0 0 0 3 0 0 0 20 0 41 0 10840952 29000216576 6316536 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61464] ppid=61422 vsize=28320524 memory=5432 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61464/stat : 61464 (fscip) S 61422 61425 58638 0 -1 1077936192 190 0 0 0 3 0 0 0 20 0 41 0 10840952 29000216576 6316536 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61465] ppid=61422 vsize=28320524 memory=25266132 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61465/stat : 61465 (fscip) S 61422 61425 58638 0 -1 1077936192 148 0 0 0 3 0 0 0 20 0 41 0 10840952 29000216576 6316536 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61466] ppid=61422 vsize=28320524 memory=1704 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61466/stat : 61466 (fscip) S 61422 61425 58638 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 41 0 10840952 29000216576 6316536 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61467] ppid=61422 vsize=28320524 memory=11416 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61467/stat : 61467 (fscip) S 61422 61425 58638 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 10840952 29000216576 6316536 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
Current children cumulated CPU time: 70863.5 s
Current children cumulated vsize: 28320524 KiB
Current children cumulated memory: 25266144 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3639.7 s]
/proc/loadavg: 80.37 80.33 79.80 81/1021 63881
/proc/meminfo: memFree=733298984/790760800 swapFree=131071996/131071996
[pid=61425] ppid=61422 vsize=28519204 memory=25378764 CPUtime=72001.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/stat : 61425 (fscip) S 61422 61425 58638 0 -1 1077936128 85263188 0 0 0 7189257 10858 0 0 20 0 41 0 10840383 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
/proc/61425/statm: 7129801 6344691 3366 3035 0 7016257 0
[pid=61425/tid=61427] ppid=61422 vsize=28519204 memory=25333125866717268 CPUtime=3594.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61427/stat : 61427 (fscip) R 61422 61425 58638 0 -1 4194368 3306528 0 0 0 359137 294 0 0 20 0 41 0 10840786 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61428] ppid=61422 vsize=28519204 memory=25333125866717268 CPUtime=3598.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61428/stat : 61428 (fscip) R 61422 61425 58638 0 -1 4194368 4281718 0 0 0 359337 467 0 0 20 0 41 0 10840786 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61429] ppid=61422 vsize=28519204 memory=280184741922224 CPUtime=3601.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61429/stat : 61429 (fscip) R 61422 61425 58638 0 -1 4194368 5387175 0 0 0 359200 949 0 0 20 0 41 0 10840786 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61430] ppid=61422 vsize=28519204 memory=25465240 CPUtime=3606.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61430/stat : 61430 (fscip) R 61422 61425 58638 0 -1 4194368 2727710 0 0 0 360369 244 0 0 20 0 41 0 10840786 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61431] ppid=61422 vsize=28519204 memory=280184741726976 CPUtime=3604.72 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61431/stat : 61431 (fscip) R 61422 61425 58638 0 -1 4194368 4271815 0 0 0 359977 495 0 0 20 0 41 0 10840786 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61432] ppid=61422 vsize=28519204 memory=-7380107332427015294 CPUtime=3590.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61432/stat : 61432 (fscip) R 61422 61425 58638 0 -1 4194368 5270900 0 0 0 358152 872 0 0 20 0 41 0 10840786 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61433] ppid=61422 vsize=28519204 memory=280184743315008 CPUtime=3604.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61433/stat : 61433 (fscip) R 61422 61425 58638 0 -1 4194368 3443092 0 0 0 360122 299 0 0 20 0 41 0 10840786 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61434] ppid=61422 vsize=28519204 memory=11416 CPUtime=3600.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61434/stat : 61434 (fscip) R 61422 61425 58638 0 -1 4194368 4952699 0 0 0 359466 540 0 0 20 0 41 0 10840786 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61435] ppid=61422 vsize=28519204 memory=25333125866717268 CPUtime=3602.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61435/stat : 61435 (fscip) R 61422 61425 58638 0 -1 4194368 5200856 0 0 0 359321 883 0 0 20 0 41 0 10840786 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61436] ppid=61422 vsize=28519204 memory=598032 CPUtime=3604.93 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61436/stat : 61436 (fscip) R 61422 61425 58638 0 -1 4194368 3199644 0 0 0 360213 280 0 0 20 0 41 0 10840786 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61437] ppid=61422 vsize=28519204 memory=54528 CPUtime=3603.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61437/stat : 61437 (fscip) R 61422 61425 58638 0 -1 4194368 4324741 0 0 0 359843 490 0 0 20 0 41 0 10840786 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61438] ppid=61422 vsize=28519204 memory=0 CPUtime=3597.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61438/stat : 61438 (fscip) R 61422 61425 58638 0 -1 4194368 4886518 0 0 0 358939 849 0 0 20 0 41 0 10840786 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61439] ppid=61422 vsize=28519204 memory=2268 CPUtime=3600.29 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61439/stat : 61439 (fscip) R 61422 61425 58638 0 -1 4194368 3008469 0 0 0 359772 257 0 0 20 0 41 0 10840786 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61440] ppid=61422 vsize=28519204 memory=25333125866717268 CPUtime=3595.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61440/stat : 61440 (fscip) R 61422 61425 58638 0 -1 4194368 4687262 0 0 0 359006 537 0 0 20 0 41 0 10840786 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61441] ppid=61422 vsize=28519204 memory=25333125866717268 CPUtime=3602.42 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61441/stat : 61441 (fscip) R 61422 61425 58638 0 -1 4194368 5296557 0 0 0 359353 889 0 0 20 0 41 0 10840786 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61442] ppid=61422 vsize=28519204 memory=280184743756112 CPUtime=3597.98 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61442/stat : 61442 (fscip) R 61422 61425 58638 0 -1 4194368 2836542 0 0 0 359549 249 0 0 20 0 41 0 10840786 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61443] ppid=61422 vsize=28519204 memory=280184742097328 CPUtime=3606.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61443/stat : 61443 (fscip) R 61422 61425 58638 0 -1 4194368 4447336 0 0 0 360135 487 0 0 20 0 41 0 10840786 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61444] ppid=61422 vsize=28519204 memory=5432 CPUtime=3587.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61444/stat : 61444 (fscip) R 61422 61425 58638 0 -1 4194368 5184670 0 0 0 357837 886 0 0 20 0 41 0 10840786 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61445] ppid=61422 vsize=28519204 memory=280184741841328 CPUtime=3599.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61445/stat : 61445 (fscip) R 61422 61425 58638 0 -1 4194368 3076494 0 0 0 359705 275 0 0 20 0 41 0 10840786 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61446] ppid=61422 vsize=28519204 memory=33652 CPUtime=3598.62 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61446/stat : 61446 (fscip) R 61422 61425 58638 0 -1 4194368 5332709 0 0 0 359305 557 0 0 20 0 41 0 10840786 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61448] ppid=61422 vsize=28519204 memory=60060 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61448/stat : 61448 (fscip) R 61422 61425 58638 0 -1 1077936192 192 0 0 0 3 0 0 0 20 0 41 0 10840951 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61449] ppid=61422 vsize=28519204 memory=-7380107332427015294 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61449/stat : 61449 (fscip) S 61422 61425 58638 0 -1 1077936192 189 0 0 0 4 0 0 0 20 0 41 0 10840952 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61450] ppid=61422 vsize=28519204 memory=7176 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61450/stat : 61450 (fscip) S 61422 61425 58638 0 -1 1077936192 199 0 0 0 3 0 0 0 20 0 41 0 10840952 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61451] ppid=61422 vsize=28519204 memory=13424 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61451/stat : 61451 (fscip) S 61422 61425 58638 0 -1 1077936192 202 0 0 0 3 0 0 0 20 0 41 0 10840952 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61452] ppid=61422 vsize=28519204 memory=10392 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61452/stat : 61452 (fscip) S 61422 61425 58638 0 -1 1077936192 179 0 0 0 3 0 0 0 20 0 41 0 10840952 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61453] ppid=61422 vsize=28519204 memory=25417380 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61453/stat : 61453 (fscip) S 61422 61425 58638 0 -1 1077936192 106 0 0 0 4 0 0 0 20 0 41 0 10840952 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61454] ppid=61422 vsize=28519204 memory=7589530122293044849 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61454/stat : 61454 (fscip) S 61422 61425 58638 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 10840952 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61455] ppid=61422 vsize=28519204 memory=25279760 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61455/stat : 61455 (fscip) S 61422 61425 58638 0 -1 1077936192 205 0 0 0 3 0 0 0 20 0 41 0 10840952 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61456] ppid=61422 vsize=28519204 memory=25417360 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61456/stat : 61456 (fscip) S 61422 61425 58638 0 -1 1077936192 130 0 0 0 0 3 0 0 20 0 41 0 10840952 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61457] ppid=61422 vsize=28519204 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61457/stat : 61457 (fscip) S 61422 61425 58638 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 10840952 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61458] ppid=61422 vsize=28519204 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61458/stat : 61458 (fscip) S 61422 61425 58638 0 -1 1077936192 190 0 0 0 2 0 0 0 20 0 41 0 10840952 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61459] ppid=61422 vsize=28519204 memory=6740 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61459/stat : 61459 (fscip) S 61422 61425 58638 0 -1 1077936192 190 0 0 0 1 2 0 0 20 0 41 0 10840952 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61460] ppid=61422 vsize=28519204 memory=25378764 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61460/stat : 61460 (fscip) S 61422 61425 58638 0 -1 1077936192 187 0 0 0 3 0 0 0 20 0 41 0 10840952 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61461] ppid=61422 vsize=28519204 memory=11416 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61461/stat : 61461 (fscip) S 61422 61425 58638 0 -1 1077936192 201 0 0 0 3 0 0 0 20 0 41 0 10840952 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61462] ppid=61422 vsize=28519204 memory=11416 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61462/stat : 61462 (fscip) S 61422 61425 58638 0 -1 1077936192 176 0 0 0 3 0 0 0 20 0 41 0 10840952 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61463] ppid=61422 vsize=28519204 memory=13424 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61463/stat : 61463 (fscip) S 61422 61425 58638 0 -1 1077936192 200 0 0 0 3 0 0 0 20 0 41 0 10840952 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61464] ppid=61422 vsize=28519204 memory=10392 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61464/stat : 61464 (fscip) S 61422 61425 58638 0 -1 1077936192 193 0 0 0 3 0 0 0 20 0 41 0 10840952 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61465] ppid=61422 vsize=28519204 memory=10392 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61465/stat : 61465 (fscip) S 61422 61425 58638 0 -1 1077936192 150 0 0 0 4 0 0 0 20 0 41 0 10840952 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61466] ppid=61422 vsize=28519204 memory=5432 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61466/stat : 61466 (fscip) S 61422 61425 58638 0 -1 1077936192 182 0 0 0 3 0 0 0 20 0 41 0 10840952 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
[pid=61425/tid=61467] ppid=61422 vsize=28519204 memory=2480 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/61425/task/61467/stat : 61467 (fscip) S 61422 61425 58638 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 10840952 29203664896 6344691 809668444160 4194304 16623229 140726404544880 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 36732928 140726404551690 140726404551808 140726404551808 140726404558832 0
Current children cumulated CPU time: 72001.1 s
Current children cumulated vsize: 28519204 KiB
Current children cumulated memory: 25378764 KiB

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

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

# cumulated CPU time of all completed processes:  user=71892.8 s, system=109.288 s

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

[startup+3640 s]*
/proc/loadavg: 80.37 80.33 79.80 62/982 63881
/proc/meminfo: memFree=743277888/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3640.4 s]
/proc/loadavg: 80.37 80.33 79.80 62/982 63881
/proc/meminfo: memFree=743277888/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): 3640.46
CPU time (s): 72002.1
CPU user time (s): 71892.8
CPU system time (s): 109.288
CPU usage (%): 1977.83
Max. virtual memory (cumulated for all children) (KiB): 28650276
Max. memory (cumulated for all children) (KiB): 25465240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71892.8
system time used= 109.288
maximum resident set size= 25465240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85263201
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= 195684
involuntary context switches= 300021


# summary of solver processes directly reported to runsolver:
#   pid: 61425
#   total CPU time (s): 72002.1
#   total CPU user time (s): 71892.8
#   total CPU system time (s): 109.288

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.0787 second user time and 84.9915 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-07-31 18:15:36
IDJOB=4465115
IDBENCH=146318
IDSOLVER=3094
FILE ID=nodeD101/4465115-1722442536
RUNJOBID= nodeD101-1722441596-58649
SLURM_JOB_ID= 8254231
Free space on /tmp= 8622828 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-extraPB12/OPT-LIN/sroussel/benchsMusee/opb_Equals1_cod2/normalized-BA_RDC4.dot_unif_10null0mast_rapportOE2.0_TMAX60_K67_cod2_pbEq1_newVersion.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-4465115-1722442536/watcher-4465115-1722442536 -o /tmp/evaluation-result-4465115-1722442536/solver-4465115-1722442536 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722441596-58649 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465115-1722442536.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 5aa1ba277a339a08ad3677907a503ea8
RANDOM SEED=900660447

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		: 2999.539
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		: 3135.241
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		: 2566.844
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		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts 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		: 3175.954
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		: 2997.798
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		: 3033.918
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		: 3154.616
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		: 3173.631
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		: 3648.017
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		: 3344.068
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		: 3195.420
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		: 3175.952
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		: 3374.723
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		: 3374.447
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		: 3199.999
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		: 3175.959
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		: 3557.180
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		: 2610.663
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		: 3199.999
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		: 3175.963
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		: 3430.598
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		: 3336.233
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		: 3129.022
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		: 3175.997
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		: 3579.474
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		: 2610.551
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		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts 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		: 3175.973
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		: 2525.759
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		: 3330.384
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		: 3200.000
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		: 3175.971
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		: 2602.506
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		: 3344.144
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		: 3199.999
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		: 3175.973
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		: 2079.251
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		: 2641.253
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		: 3200.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 212
initial apicid	: 212
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts 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		: 3175.977
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		: 3374.882
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		: 3342.877
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		: 3082.830
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		: 3175.986
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		: 1787.599
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		: 2640.248
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		: 3199.999
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		: 3175.983
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		: 1923.057
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		: 3889.112
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		: 3200.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts 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		: 3175.993
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		: 2606.717
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		: 2636.837
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		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 230
initial apicid	: 230
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts 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		: 3175.999
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		: 2626.942
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		: 2637.860
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		: 3170.279
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		: 3175.999
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		: 3362.150
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		: 2638.154
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		: 3193.350
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		: 3175.995
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		: 3222.866
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		: 2629.416
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		: 3150.812
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		: 3175.993
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		: 2628.024
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		: 2652.353
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		: 2971.156
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		: 3150.871
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		: 2653.654
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		: 3140.398
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		: 3199.999
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		: 3175.987
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		: 2657.137
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		: 3897.175
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		: 3156.984
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:        770069452 kB
MemAvailable:   767969140 kB
Buffers:          126608 kB
Cached:           566416 kB
SwapCached:            0 kB
Active:           287988 kB
Inactive:       18041808 kB
Active(anon):       2128 kB
Inactive(anon): 17657184 kB
Active(file):     285860 kB
Inactive(file):   384624 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             63612 kB
Writeback:             4 kB
AnonPages:      17636464 kB
Mapped:           122684 kB
Shmem:             22536 kB
KReclaimable:     116208 kB
Slab:             437124 kB
SReclaimable:     116208 kB
SUnreclaim:       320916 kB
KernelStack:       16176 kB
PageTables:        63592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2311792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           197376 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1232896 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:      466944 kB
DirectMap2M:    26245120 kB
DirectMap1G:    779091968 kB

Free space on /tmp at the end= 8622796 MiB
End job on nodeD101 at 2024-07-31 19:16:17