Trace number 4434655

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 2024-07-02SAT1039 3590.53 3600.05

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_1.opb.PB06.opb
MD5SUMf429a5cb74c34761160471c7897bca93
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 benchmark1037
Best CPU time to get the best result obtained on this benchmark3558
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1963
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1963
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1963
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1963
Number of bits of the biggest sum of numbers11
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: cdb00f34-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.0] [GitHash: 32d2b99657]
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.0         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: bdec2291]
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.2.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 32509952, getVmSize() = 32509952, SCIPgetMemUsed() = 8862170, SCIPgetMemTotal() = 10605354, SCIPgetMemExternEstim() = 5423109
0.00/0.01	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
0.00/0.06	c ** Estimated virtualMemUsedAtSolver = 24935082, getVmSize() = 42295296, SCIPgetMemUsed() = 10323135, SCIPgetMemTotal() = 18977383, SCIPgetMemExternEstim() = 5423109
0.00/0.06	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.00/0.06	c Original Problem   :
0.00/0.06	c   Problem name     : instance-4434655-1721082413
0.00/0.06	c   Variables        : 1963 (1963 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.06	c   Constraints      : 4000
0.00/0.06	c   Objective sense  : minimize
0.00/0.06	c Presolved Problem  :
0.00/0.06	c   Variables        : 1515 (1515 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.06	c   Constraints      : 2929
0.00/0.06	c Constraints        : Number
0.00/0.06	c   setppc           : 2929 
0.00/0.06	c ** Instance transfer method used: 0
0.00/0.06	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.07	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.07	c                                Nodes    Active                                            
0.00/0.07	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.00/0.08	c *       0              0           1         1        1735.0000                -          -
0.09/0.13	c *       0              0           1         1        1184.0000                -          -
0.09/0.14	c *       0              0           1         1        1090.0000                -          -
0.09/0.16	c *       0              0           1         1        1085.0000                -          -
12.06/12.19	c        12              2           1         1        1085.0000        1005.5532      7.90%
18.95/19.01	c        19              5           4         1        1085.0000        1005.5532      7.90%
25.03/25.17	c        25              9           8         1        1085.0000        1005.5532      7.90%
30.41/30.50	c        31             42          41         1        1085.0000        1005.5532      7.90%
30.61/30.71	c *      31             42          41         1        1057.0000        1005.5532      5.12%
35.10/35.27	c *      35             71          64         1        1056.0000        1005.7350      5.00%
39.09/39.21	c        39             90          74         1        1056.0000        1006.1797      4.95%
39.99/40.13	c *      40             90          74         1        1055.0000        1006.1797      4.85%
43.88/44.06	c *      44            149          87         1        1054.0000        1006.6305      4.71%
45.47/45.69	c        46            196          94         1        1054.0000        1007.4312      4.62%
51.65/51.83	c        52            233         103         1        1054.0000        1007.4312      4.62%
51.76/51.91	c *      52            233         103         1        1053.0000        1007.4312      4.52%
57.95/58.12	c        58            310         113         1        1053.0000        1007.5553      4.51%
66.03/66.20	c *      66            322         115         1        1042.0000        1007.5647      3.42%
66.03/66.20	c        66            322         115         1        1042.0000        1007.5647      3.42%
71.21/71.41	c        71            415         131         1        1042.0000        1007.9722      3.38%
76.80/77.08	c        77            482         140         1        1042.0000        1008.6484      3.31%
82.29/82.58	c        83            522         158         1        1042.0000        1009.0312      3.27%
82.79/83.01	c *      83            522         158         1        1041.0000        1009.0312      3.17%
82.79/83.01	c *      83            522         158         1        1040.0000        1009.0312      3.07%
87.67/87.92	c        88            621         183         1        1040.0000        1009.4274      3.03%
92.76/93.01	c        93            664         210         1        1040.0000        1009.4274      3.03%
98.54/98.85	c        99            717         219         1        1040.0000        1009.4816      3.02%
103.92/104.20	c       104            765         235         1        1040.0000        1009.5223      3.02%
109.71/110.08	c       110            797         257         1        1040.0000        1009.8333      2.99%
114.70/115.09	c       115            892         270         1        1040.0000        1009.9836      2.97%
120.18/120.58	c       121            931         279         1        1040.0000        1009.9836      2.97%
125.67/126.04	c       126            987         289         1        1040.0000        1010.0265      2.97%
132.55/132.92	c       133           1066         296         1        1040.0000        1010.0833      2.96%
139.14/139.54	c       140           1105         311         1        1040.0000        1010.2083      2.95%
145.92/146.33	c       146           1144         324         1        1040.0000        1010.5000      2.92%
151.51/151.97	c       152           1176         332         1        1040.0000        1010.5000      2.92%
158.00/158.44	c       158           1265         347         1        1040.0000        1010.8913      2.88%
163.78/164.22	c       164           1363         353         1        1040.0000        1010.9598      2.87%
171.86/172.37	c       172           1456         364         1        1040.0000        1011.0278      2.87%
177.54/178.05	c       178           1647         369         1        1040.0000        1011.1338      2.85%
183.22/183.70	c       184           1670         374         1        1040.0000        1011.1577      2.85%
188.21/188.76	c       189           1726         382         1        1040.0000        1011.1667      2.85%
193.71/194.26	c       194           1767         395         1        1040.0000        1011.2053      2.85%
200.19/200.70	c       201           1837         403         1        1040.0000        1011.2500      2.84%
205.67/206.20	c       206           1905         407         1        1040.0000        1011.5645      2.81%
210.66/211.24	c       211           1982         412         1        1040.0000        1011.6140      2.81%
215.74/216.37	c       216           2022         418         1        1040.0000        1011.6780      2.80%
222.44/223.09	c       223           2075         425         1        1040.0000        1011.6875      2.80%
227.92/228.54	c       229           2097         429         1        1040.0000        1011.6875      2.80%
233.70/234.32	c       234           2125         445         1        1040.0000        1011.7490      2.79%
239.68/240.39	c       240           2176         454         1        1040.0000        1011.7500      2.79%
246.17/246.82	c       247           2287         459         1        1040.0000        1011.8152      2.79%
251.16/251.85	c       252           2360         464         1        1040.0000        1011.8394      2.78%
259.74/260.40	c       260           2427         471         1        1040.0000        1011.8525      2.78%
264.73/265.47	c       265           2478         478         1        1040.0000        1011.8936      2.78%
271.51/272.20	c       272           2562         486         1        1040.0000        1011.9608      2.77%
277.69/278.47	c       278           2576         496         1        1040.0000        1011.9625      2.77%
283.78/284.51	c       285           2636         508         1        1040.0000        1012.1261      2.75%
289.67/290.40	c       290           2779         509         1        1040.0000        1012.1261      2.75%
294.85/295.63	c       296           2837         515         1        1040.0000        1012.3165      2.73%
300.93/301.73	c       302           2924         514         1        1040.0000        1012.4370      2.72%
306.61/307.41	c       307           3032         522         1        1040.0000        1012.5324      2.71%
313.20/314.01	c       314           3075         533         1        1040.0000        1012.5636      2.71%
320.07/320.91	c       321           3144         538         1        1040.0000        1012.5913      2.71%
325.45/326.35	c       326           3225         545         1        1040.0000        1012.6275      2.70%
331.04/331.93	c       332           3287         555         1        1040.0000        1012.7000      2.70%
336.62/337.53	c       338           3368         560         1        1040.0000        1012.8261      2.68%
343.21/344.16	c       344           3485         561         1        1040.0000        1012.8333      2.68%
349.19/350.12	c       350           3521         571         1        1040.0000        1012.8644      2.68%
356.96/357.93	c       358           3597         583         1        1040.0000        1012.9211      2.67%
362.85/363.87	c       364           3681         587         1        1040.0000        1013.0823      2.66%
369.42/370.48	c       370           3754         592         1        1040.0000        1013.0982      2.66%
376.11/377.10	c       377           3796         602         1        1040.0000        1013.1064      2.65%
381.49/382.55	c       383           3855         609         1        1040.0000        1013.1111      2.65%
387.57/388.67	c       389           3923         615         1        1040.0000        1013.2408      2.64%
395.44/396.51	c       397           4033         617         1        1040.0000        1013.2981      2.64%
400.53/401.67	c       402           4037         621         1        1040.0000        1013.2981      2.64%
405.61/406.74	c       407           4099         629         1        1040.0000        1013.3163      2.63%
411.49/412.63	c       413           4135         631         1        1040.0000        1013.3705      2.63%
417.18/418.35	c       418           4191         643         1        1040.0000        1013.3720      2.63%
422.66/423.83	c       424           4286         644         1        1040.0000        1013.4012      2.62%
428.54/429.79	c       430           4422         644         1        1040.0000        1013.4478      2.62%
435.02/436.24	c       436           4485         653         1        1040.0000        1013.4777      2.62%
440.41/441.64	c       442           4595         655         1        1040.0000        1013.4777      2.62%
445.90/447.15	c       447           4709         659         1        1040.0000        1013.4777      2.62%
450.98/452.22	c       452           4766         666         1        1040.0000        1013.5000      2.61%
456.46/457.75	c       458           4856         672         1        1040.0000        1013.5333      2.61%
462.84/464.11	c       464           5002         672         1        1040.0000        1013.5333      2.61%
469.02/470.31	c       470           5074         678         1        1040.0000        1013.5925      2.61%
474.40/475.71	c       476           5143         683         1        1040.0000        1013.5936      2.61%
481.98/483.34	c       483           5235         691         1        1040.0000        1013.6107      2.60%
487.67/489.00	c       489           5286         702         1        1040.0000        1013.6667      2.60%
493.24/494.66	c       495           5412         704         1        1040.0000        1013.7692      2.59%
500.62/502.06	c       502           5455         715         1        1040.0000        1013.7832      2.59%
506.40/507.86	c       508           5494         722         1        1040.0000        1013.8109      2.58%
511.50/512.95	c       513           5544         728         1        1040.0000        1013.8475      2.58%
516.68/518.11	c       518           5648         732         1        1040.0000        1013.8475      2.58%
521.67/523.18	c       523           5762         724         1        1040.0000        1013.8475      2.58%
526.84/528.30	c       528           5901         721         1        1040.0000        1013.8475      2.58%
532.43/533.93	c       534           6021         719         1        1040.0000        1013.8475      2.58%
537.62/539.17	c       539           6117         721         1        1040.0000        1013.8475      2.58%
542.70/544.25	c       544           6144         724         1        1040.0000        1013.8936      2.57%
547.98/549.54	c       550           6197         731         1        1040.0000        1014.0000      2.56%
553.36/554.95	c       555           6253         739         1        1040.0000        1014.0000      2.56%
558.85/560.42	c       560           6342         738         1        1040.0000        1014.0471      2.56%
564.83/566.43	c       566           6387         745         1        1040.0000        1014.0471      2.56%
570.31/571.98	c       572           6467         745         1        1040.0000        1014.0471      2.56%
576.29/577.95	c       578           6499         751         1        1040.0000        1014.1729      2.55%
584.17/585.84	c       586           6573         753         1        1040.0000        1014.2020      2.54%
589.36/591.02	c       591           6673         755         1        1040.0000        1014.2020      2.54%
594.54/596.24	c       596           6764         758         1        1040.0000        1014.2020      2.54%
600.22/601.98	c       602           6810         762         1        1040.0000        1014.2098      2.54%
605.80/607.57	c       608           6846         772         1        1040.0000        1014.2136      2.54%
611.68/613.48	c       613           6900         776         1        1040.0000        1014.2317      2.54%
617.57/619.30	c       619           6954         776         1        1040.0000        1014.2377      2.54%
622.55/624.31	c       624           7022         782         1        1040.0000        1014.2500      2.54%
628.14/629.95	c       630           7062         788         1        1040.0000        1014.2500      2.54%
633.92/635.73	c       636           7122         792         1        1040.0000        1014.2517      2.54%
639.11/640.92	c       641           7225         797         1        1040.0000        1014.2517      2.54%
645.39/647.28	c       647           7323         797         1        1040.0000        1014.3333      2.53%
651.96/653.86	c       654           7374         802         1        1040.0000        1014.3734      2.53%
657.65/659.58	c       660           7406         808         1        1040.0000        1014.3734      2.53%
662.73/664.68	c       665           7486         810         1        1040.0000        1014.4118      2.52%
668.02/669.92	c       670           7532         812         1        1040.0000        1014.4202      2.52%
673.80/675.74	c       676           7608         816         1        1040.0000        1014.4202      2.52%
679.10/681.08	c       681           7682         824         1        1040.0000        1014.5000      2.51%
685.18/687.12	c       687           7723         833         1        1040.0000        1014.5500      2.51%
690.77/692.78	c       693           7835         839         1        1040.0000        1014.5502      2.51%
695.96/697.97	c       698           7982         846         1        1040.0000        1014.5502      2.51%
702.64/704.63	c       705           8025         857         1        1040.0000        1014.6560      2.50%
708.43/710.47	c       710           8146         864         1        1040.0000        1014.7061      2.49%
714.01/716.07	c       716           8250         866         1        1040.0000        1014.7971      2.48%
721.29/723.31	c       723           8314         878         1        1040.0000        1014.8276      2.48%
726.38/728.48	c       728           8492         884         1        1040.0000        1014.8276      2.48%
732.36/734.47	c       734           8615         885         1        1040.0000        1014.8451      2.48%
737.35/739.49	c       740           8696         890         1        1040.0000        1014.8494      2.48%
744.24/746.34	c       746           8835         895         1        1040.0000        1014.8734      2.48%
749.33/751.49	c       752           9009         899         1        1040.0000        1014.8734      2.48%
754.41/756.51	c       757           9094         900         1        1040.0000        1014.8947      2.47%
759.70/761.84	c       762           9236         906         1        1040.0000        1014.8947      2.47%
765.79/767.90	c       768           9362         904         1        1040.0000        1014.9490      2.47%
770.88/773.08	c       773           9512         908         1        1040.0000        1014.9490      2.47%
777.75/779.93	c       780           9584         920         1        1040.0000        1014.9839      2.46%
782.85/785.03	c       785           9753         925         1        1040.0000        1014.9839      2.46%
789.72/791.93	c       792           9767         931         1        1040.0000        1015.0000      2.46%
794.82/797.00	c       797           9892         932         1        1040.0000        1015.0000      2.46%
801.10/803.32	c       803           9924         942         1        1040.0000        1015.0838      2.45%
806.08/808.39	c       808          10033         947         1        1040.0000        1015.0838      2.45%
811.37/813.65	c       814          10135         951         1        1040.0000        1015.0838      2.45%
816.76/819.06	c       819          10215         957         1        1040.0000        1015.0869      2.45%
822.75/825.07	c       825          10246         960         1        1040.0000        1015.0948      2.45%
828.93/831.25	c       831          10309         965         1        1040.0000        1015.1208      2.45%
834.11/836.41	c       836          10418         968         1        1040.0000        1015.1208      2.45%
840.59/842.96	c       843          10427         973         1        1040.0000        1015.1430      2.45%
846.28/848.69	c       849          10519         981         1        1040.0000        1015.1858      2.44%
851.67/854.06	c       854          10638         980         1        1040.0000        1015.1858      2.44%
857.35/859.74	c       860          10687         987         1        1040.0000        1015.2241      2.44%
863.04/865.47	c       865          10732         994         1        1040.0000        1015.3011      2.43%
868.83/871.29	c       871          10762         998         1        1040.0000        1015.3333      2.43%
874.02/876.49	c       876          10822        1002         1        1040.0000        1015.3464      2.43%
880.11/882.57	c       883          10875        1011         1        1040.0000        1015.3523      2.43%
886.60/889.08	c       889          10887        1019         1        1040.0000        1015.3607      2.43%
891.98/894.40	c       894          10944        1020         1        1040.0000        1015.3748      2.43%
898.96/901.43	c       901          11005        1027         1        1040.0000        1015.4085      2.42%
904.05/906.55	c       907          11182        1026         1        1040.0000        1015.4085      2.42%
909.14/911.69	c       912          11271        1029         1        1040.0000        1015.4085      2.42%
915.42/917.92	c       918          11305        1039         1        1040.0000        1015.4492      2.42%
920.91/923.47	c       923          11375        1043         1        1040.0000        1015.4500      2.42%
926.80/929.37	c       929          11378        1046         1        1040.0000        1015.4500      2.42%
932.59/935.11	c       935          11405        1055         1        1040.0000        1015.5156      2.41%
938.07/940.69	c       941          11542        1058         1        1040.0000        1015.5327      2.41%
945.56/948.19	c       948          11613        1065         1        1040.0000        1015.5731      2.41%
950.94/953.54	c       954          11662        1078         1        1040.0000        1015.5962      2.40%
956.04/958.60	c       959          11746        1084         1        1040.0000        1015.5962      2.40%
962.32/964.94	c       965          11787        1095         1        1040.0000        1015.6168      2.40%
968.21/970.85	c       971          11822        1102         1        1040.0000        1015.6357      2.40%
975.19/977.85	c       978          11887        1111         1        1040.0000        1015.6581      2.40%
981.18/983.83	c       984          11991        1121         1        1040.0000        1015.6849      2.39%
986.66/989.34	c       989          12097        1123         1        1040.0000        1015.7020      2.39%
992.85/995.59	c       996          12225        1123         1        1040.0000        1015.7067      2.39%
998.24/1000.93	c      1001          12292        1132         1        1040.0000        1015.7419      2.39%
1003.72/1006.45	c      1006          12380        1138         1        1040.0000        1015.7419      2.39%
1008.81/1011.55	c      1012          12464        1136         1        1040.0000        1015.7419      2.39%
1016.59/1019.33	c      1019          12512        1146         1        1040.0000        1015.7500      2.39%
1022.78/1025.58	c      1026          12550        1160         1        1040.0000        1015.7590      2.39%
1028.27/1031.07	c      1031          12615        1159         1        1040.0000        1015.8539      2.38%
1033.55/1036.38	c      1036          12652        1160         1        1040.0000        1015.8539      2.38%
1038.74/1041.51	c      1042          12824        1162         1        1040.0000        1015.8539      2.38%
1046.03/1048.83	c      1049          12933        1167         1        1040.0000        1015.8616      2.38%
1051.12/1053.97	c      1054          13005        1179         1        1040.0000        1015.8725      2.38%
1058.10/1060.97	c      1061          13053        1189         1        1040.0000        1015.9213      2.37%
1065.59/1068.45	c      1068          13185        1205         1        1040.0000        1015.9223      2.37%
1072.18/1075.06	c      1075          13202        1214         1        1040.0000        1015.9630      2.37%
1077.96/1080.87	c      1081          13294        1222         1        1040.0000        1015.9707      2.37%
1084.25/1087.12	c      1087          13355        1229         1        1040.0000        1015.9823      2.36%
1090.03/1092.95	c      1093          13478        1238         1        1040.0000        1016.0000      2.36%
1096.31/1099.25	c      1099          13524        1246         1        1040.0000        1016.0166      2.36%
1101.80/1104.70	c      1105          13551        1255         1        1040.0000        1016.0182      2.36%
1108.68/1111.67	c      1112          13623        1255         1        1040.0000        1016.0198      2.36%
1114.66/1117.62	c      1118          13708        1262         1        1040.0000        1016.0210      2.36%
1122.35/1125.36	c      1125          13772        1266         1        1040.0000        1016.0462      2.36%
1130.33/1133.31	c      1133          13817        1277         1        1040.0000        1016.0528      2.36%
1135.92/1138.95	c      1139          13914        1282         1        1040.0000        1016.0535      2.36%
1141.11/1144.14	c      1144          14050        1280         1        1040.0000        1016.0535      2.36%
1147.90/1150.95	c      1151          14116        1290         1        1040.0000        1016.0908      2.35%
1153.09/1156.16	c      1156          14257        1301         1        1040.0000        1016.0908      2.35%
1158.67/1161.77	c      1162          14354        1310         1        1040.0000        1016.1426      2.35%
1164.15/1167.20	c      1167          14444        1316         1        1040.0000        1016.1471      2.35%
1170.54/1173.61	c      1174          14544        1316         1        1040.0000        1016.1647      2.35%
1176.62/1179.76	c      1180          14617        1323         1        1040.0000        1016.1701      2.35%
1182.21/1185.36	c      1185          14677        1329         1        1040.0000        1016.1981      2.34%
1187.70/1190.83	c      1191          14743        1329         1        1040.0000        1016.2162      2.34%
1193.59/1196.70	c      1197          14791        1339         1        1040.0000        1016.2308      2.34%
1201.06/1204.24	c      1204          14892        1336         1        1040.0000        1016.2458      2.34%
1206.55/1209.78	c      1210          14903        1343         1        1040.0000        1016.2500      2.34%
1211.84/1215.03	c      1215          15003        1347         1        1040.0000        1016.2500      2.34%
1217.11/1220.34	c      1220          15105        1353         1        1040.0000        1016.2500      2.34%
1222.41/1225.61	c      1226          15205        1351         1        1040.0000        1016.2500      2.34%
1228.69/1231.97	c      1232          15244        1352         1        1040.0000        1016.2530      2.34%
1234.57/1237.89	c      1238          15310        1364         1        1040.0000        1016.3017      2.33%
1240.15/1243.42	c      1243          15333        1371         1        1040.0000        1016.3135      2.33%
1245.63/1248.90	c      1249          15405        1371         1        1040.0000        1016.3135      2.33%
1250.62/1253.99	c      1254          15422        1376         1        1040.0000        1016.3873      2.32%
1256.81/1260.16	c      1260          15465        1387         1        1040.0000        1016.4007      2.32%
1266.37/1269.71	c      1270          15487        1397         1        1040.0000        1016.4107      2.32%
1272.06/1275.41	c      1275          15529        1403         1        1040.0000        1016.4534      2.32%
1277.94/1281.34	c      1281          15580        1410         1        1040.0000        1016.4667      2.32%
1283.92/1287.33	c      1287          15633        1409         1        1040.0000        1016.4667      2.32%
1289.30/1292.79	c      1293          15699        1415         1        1040.0000        1016.4856      2.31%
1296.18/1299.64	c      1300          15725        1423         1        1040.0000        1016.5061      2.31%
1301.57/1305.10	c      1305          15835        1427         1        1040.0000        1016.5061      2.31%
1308.65/1312.15	c      1312          15852        1432         1        1040.0000        1016.5110      2.31%
1314.13/1317.63	c      1318          15889        1439         1        1040.0000        1016.5110      2.31%
1319.22/1322.72	c      1323          15955        1441         1        1040.0000        1016.5225      2.31%
1325.29/1328.80	c      1329          16006        1448         1        1040.0000        1016.5512      2.31%
1330.48/1334.04	c      1334          16033        1451         1        1040.0000        1016.5657      2.31%
1335.76/1339.34	c      1339          16066        1460         1        1040.0000        1016.5734      2.30%
1342.34/1345.97	c      1346          16110        1468         1        1040.0000        1016.5835      2.30%
1349.53/1353.17	c      1353          16133        1475         1        1040.0000        1016.6286      2.30%
1355.20/1358.81	c      1359          16219        1479         1        1040.0000        1016.6286      2.30%
1362.58/1366.28	c      1366          16343        1479         1        1040.0000        1016.6312      2.30%
1367.86/1371.55	c      1372          16417        1483         1        1040.0000        1016.6312      2.30%
1374.36/1378.02	c      1378          16455        1491         1        1040.0000        1016.6640      2.30%
1379.94/1383.66	c      1384          16500        1500         1        1040.0000        1016.6846      2.29%
1387.51/1391.21	c      1391          16632        1498         1        1040.0000        1016.6876      2.29%
1392.60/1396.37	c      1396          16689        1503         1        1040.0000        1016.6876      2.29%
1398.78/1402.53	c      1403          16772        1504         1        1040.0000        1016.7046      2.29%
1406.06/1409.81	c      1410          16797        1515         1        1040.0000        1016.7140      2.29%
1412.14/1415.96	c      1416          16884        1516         1        1040.0000        1016.7168      2.29%
1417.42/1421.20	c      1421          16909        1529         1        1040.0000        1016.7317      2.29%
1426.00/1429.89	c      1430          16972        1534         1        1040.0000        1016.7442      2.29%
1431.98/1435.80	c      1436          17019        1543         1        1040.0000        1016.7717      2.28%
1437.86/1441.79	c      1442          17062        1548         1        1040.0000        1016.8368      2.28%
1444.54/1448.43	c      1448          17072        1554         1        1040.0000        1016.8508      2.28%
1450.92/1454.85	c      1455          17084        1562         1        1040.0000        1016.8711      2.27%
1457.80/1461.70	c      1462          17117        1575         1        1040.0000        1016.8982      2.27%
1464.48/1468.46	c      1468          17192        1576         1        1040.0000        1016.9100      2.27%
1470.47/1474.42	c      1474          17196           1         1        1040.0000        1016.9100      2.27%
1476.65/1480.67	c      1481          17211          16         1        1040.0000        1016.9100      2.27%
1481.83/1485.84	c      1486          17215          20         1        1040.0000        1016.9100      2.27%
1487.71/1491.75	c      1492          17246          23         1        1040.0000        1016.9100      2.27%
1494.69/1498.75	c      1499          17294          31         1        1040.0000        1016.9100      2.27%
1499.67/1503.78	c      1504          17348          33         1        1040.0000        1016.9100      2.27%
1505.76/1509.84	c      1510          17437          38         1        1040.0000        1016.9100      2.27%
1511.74/1515.84	c      1516          17497          42         1        1040.0000        1016.9100      2.27%
1516.82/1520.97	c      1521          17611          40         1        1040.0000        1016.9100      2.27%
1522.11/1526.26	c      1526          17751          46         1        1040.0000        1016.9100      2.27%
1527.79/1531.93	c      1532          17846          55         1        1040.0000        1016.9100      2.27%
1533.07/1537.27	c      1537          17961          60         1        1040.0000        1016.9100      2.27%
1539.05/1543.27	c      1543          18019          62         1        1040.0000        1016.9100      2.27%
1546.53/1550.73	c      1551          18049          66         1        1040.0000        1016.9495      2.27%
1551.92/1556.19	c      1556          18173          76         1        1040.0000        1017.0311      2.26%
1557.91/1562.13	c      1562          18335          84         1        1040.0000        1017.0937      2.25%
1563.39/1567.60	c      1568          18496          89         1        1040.0000        1017.2791      2.23%
1568.97/1573.26	c      1573          18635         102         1        1040.0000        1017.3081      2.23%
1574.55/1578.86	c      1579          18729         110         1        1040.0000        1017.3244      2.23%
1580.04/1584.31	c      1584          18855         116         1        1040.0000        1017.4024      2.22%
1585.42/1589.78	c      1590          18956         121         1        1040.0000        1017.4660      2.21%
1591.10/1595.44	c      1595          19039         126         1        1040.0000        1017.5054      2.21%
1597.08/1601.43	c      1601          19050         131         1        1040.0000        1017.5116      2.21%
1602.86/1607.22	c      1607          19209         138         1        1040.0000        1017.5611      2.21%
1607.94/1612.33	c      1612          19316         145         1        1040.0000        1017.7407      2.19%
1613.83/1618.20	c      1618          19443         150         1        1040.0000        1017.7407      2.19%
1619.52/1623.94	c      1624          19636         149         1        1040.0000        1017.7407      2.19%
1624.61/1629.07	c      1629          19728         155         1        1040.0000        1017.7489      2.19%
1630.48/1634.90	c      1635          19855         162         1        1040.0000        1017.7627      2.18%
1635.76/1640.24	c      1640          19959         170         1        1040.0000        1017.8519      2.18%
1640.85/1645.35	c      1645          20018         183         1        1040.0000        1017.8620      2.17%
1645.93/1650.40	c      1650          20116         187         1        1040.0000        1017.9513      2.17%
1650.92/1655.41	c      1655          20172         195         1        1040.0000        1017.9513      2.17%
1656.00/1660.59	c      1661          20259         196         1        1040.0000        1017.9513      2.17%
1661.19/1665.78	c      1666          20326         203         1        1040.0000        1018.0274      2.16%
1666.87/1671.40	c      1671          20405         212         1        1040.0000        1018.0721      2.15%
1672.05/1676.62	c      1677          20502         219         1        1040.0000        1018.1441      2.15%
1677.93/1682.55	c      1683          20658         219         1        1040.0000        1018.1551      2.15%
1683.23/1687.86	c      1688          20832         221         1        1040.0000        1018.1551      2.15%
1688.61/1693.28	c      1693          20907         226         1        1040.0000        1018.1808      2.14%
1693.70/1698.35	c      1698          21026         233         1        1040.0000        1018.1919      2.14%
1698.78/1703.47	c      1703          21126         243         1        1040.0000        1018.2028      2.14%
1704.16/1708.85	c      1709          21216         257         1        1040.0000        1018.3128      2.13%
1710.05/1714.76	c      1715          21240         265         1        1040.0000        1018.3433      2.13%
1715.34/1720.05	c      1720          21322         279         1        1040.0000        1018.3531      2.13%
1720.42/1725.14	c      1725          21466         277         1        1040.0000        1018.3705      2.12%
1726.30/1731.04	c      1731          21580         287         1        1040.0000        1018.3894      2.12%
1732.88/1737.61	c      1738          21647         302         1        1040.0000        1018.4216      2.12%
1737.96/1742.78	c      1743          21832         305         1        1040.0000        1018.4216      2.12%
1743.44/1748.27	c      1748          21944         311         1        1040.0000        1018.4430      2.12%
1749.13/1753.99	c      1754          21980         321         1        1040.0000        1018.4666      2.11%
1755.31/1760.17	c      1760          22040         321         1        1040.0000        1018.4666      2.11%
1760.80/1765.64	c      1766          22137         322         1        1040.0000        1018.4969      2.11%
1766.38/1771.24	c      1771          22223         322         1        1040.0000        1018.4969      2.11%
1771.76/1776.66	c      1777          22349         324         1        1040.0000        1018.4969      2.11%
1778.05/1782.96	c      1783          22409         338         1        1040.0000        1018.5020      2.11%
1783.73/1788.67	c      1789          22531         344         1        1040.0000        1018.5178      2.11%
1789.71/1794.65	c      1795          22684         347         1        1040.0000        1018.5529      2.11%
1795.49/1800.42	c      1800          22760         357         1        1040.0000        1018.5749      2.10%
1800.58/1805.56	c      1806          22869         362         1        1040.0000        1018.5750      2.10%
1805.96/1810.94	c      1811          22946         369         1        1040.0000        1018.5776      2.10%
1811.64/1816.61	c      1817          22970         373         1        1040.0000        1018.5779      2.10%
1816.74/1821.76	c      1822          23076         379         1        1040.0000        1018.6498      2.10%
1822.22/1827.29	c      1827          23190         387         1        1040.0000        1018.6498      2.10%
1827.50/1832.52	c      1833          23256         389         1        1040.0000        1018.6764      2.09%
1832.89/1837.99	c      1838          23393         394         1        1040.0000        1018.6764      2.09%
1839.87/1844.91	c      1845          23459         396         1        1040.0000        1018.7229      2.09%
1846.95/1852.00	c      1852          23546         401         1        1040.0000        1018.7492      2.09%
1852.23/1857.33	c      1857          23691         408         1        1040.0000        1018.7492      2.09%
1857.91/1863.03	c      1863          23734         419         1        1040.0000        1018.7624      2.08%
1863.59/1868.74	c      1869          23910         419         1        1040.0000        1018.7624      2.08%
1868.78/1873.96	c      1874          24009         426         1        1040.0000        1018.7681      2.08%
1874.16/1879.36	c      1879          24102         431         1        1040.0000        1018.7795      2.08%
1879.64/1884.86	c      1885          24187         432         1        1040.0000        1018.8082      2.08%
1885.72/1890.96	c      1891          24269         444         1        1040.0000        1018.8786      2.07%
1890.91/1896.15	c      1896          24341         446         1        1040.0000        1018.8786      2.07%
1897.70/1902.90	c      1903          24389         452         1        1040.0000        1018.9075      2.07%
1902.98/1908.28	c      1908          24561         450         1        1040.0000        1018.9075      2.07%
1908.97/1914.26	c      1914          24625         460         1        1040.0000        1018.9169      2.07%
1913.95/1919.27	c      1919          24725         466         1        1040.0000        1018.9283      2.07%
1922.62/1927.98	c      1928          24830         475         1        1040.0000        1018.9579      2.07%
1928.21/1933.58	c      1934          24968         477         1        1040.0000        1018.9806      2.06%
1934.49/1939.88	c      1940          25036         483         1        1040.0000        1019.0254      2.06%
1940.17/1945.55	c      1946          25085         494         1        1040.0000        1019.0254      2.06%
1945.56/1950.91	c      1951          25187         510         1        1040.0000        1019.0359      2.06%
1950.95/1956.31	c      1956          25224         527         1        1040.0000        1019.0532      2.06%
1956.53/1961.98	c      1962          25404         523         1        1040.0000        1019.0532      2.06%
1963.21/1968.61	c      1969          25547         540         1        1040.0000        1019.0837      2.05%
1968.39/1973.85	c      1974          25660         551         1        1040.0000        1019.0837      2.05%
1973.78/1979.20	c      1979          25790         555         1        1040.0000        1019.1096      2.05%
1979.26/1984.76	c      1985          25960         559         1        1040.0000        1019.1427      2.05%
1984.65/1990.15	c      1990          26165         562         1        1040.0000        1019.1518      2.05%
1990.63/1996.13	c      1996          26235         584         1        1040.0000        1019.2268      2.04%
1995.82/2001.35	c      2001          26364         581         1        1040.0000        1019.2708      2.03%
2000.91/2006.48	c      2006          26462         579         1        1040.0000        1019.2708      2.03%
2006.69/2012.21	c      2012          26639         584         1        1040.0000        1019.2873      2.03%
2013.38/2018.90	c      2019          26650         591         1        1040.0000        1019.2910      2.03%
2019.26/2024.82	c      2025          26758         601         1        1040.0000        1019.3552      2.03%
2025.25/2030.81	c      2031          26848         603         1        1040.0000        1019.3552      2.03%
2030.34/2035.92	c      2036          26886         609         1        1040.0000        1019.3814      2.02%
2035.72/2041.38	c      2041          27006         607         1        1040.0000        1019.3995      2.02%
2041.61/2047.22	c      2047          27089         614         1        1040.0000        1019.4008      2.02%
2047.40/2053.08	c      2053          27147         620         1        1040.0000        1019.4261      2.02%
2053.28/2058.96	c      2059          27187         632         1        1040.0000        1019.4454      2.02%
2058.37/2064.09	c      2064          27294         641         1        1040.0000        1019.4481      2.02%
2063.75/2069.43	c      2069          27427         644         1        1040.0000        1019.4481      2.02%
2069.25/2074.91	c      2075          27522         649         1        1040.0000        1019.4583      2.01%
2074.34/2080.03	c      2080          27695         646         1        1040.0000        1019.4583      2.01%
2080.43/2086.11	c      2086          27817         660         1        1040.0000        1019.5368      2.01%
2086.41/2092.15	c      2092          27906         669         1        1040.0000        1019.5712      2.00%
2094.49/2100.21	c      2100          27950         679         1        1040.0000        1019.5936      2.00%
2100.97/2106.76	c      2107          28047         682         1        1040.0000        1019.5992      2.00%
2106.56/2112.36	c      2112          28188         691         1        1040.0000        1019.6004      2.00%
2112.55/2118.31	c      2118          28292         705         1        1040.0000        1019.6417      2.00%
2117.73/2123.50	c      2124          28468         711         1        1040.0000        1019.6417      2.00%
2123.32/2129.10	c      2129          28586         713         1        1040.0000        1019.6682      1.99%
2129.00/2134.82	c      2135          28688         719         1        1040.0000        1019.6921      1.99%
2134.20/2140.04	c      2140          28789         724         1        1040.0000        1019.7332      1.99%
2139.48/2145.33	c      2145          28922         731         1        1040.0000        1019.7332      1.99%
2145.96/2151.80	c      2152          28987         732         1        1040.0000        1019.7357      1.99%
2152.05/2157.94	c      2158          29048         741         1        1040.0000        1019.7538      1.99%
2157.15/2163.04	c      2163          29128         751         1        1040.0000        1019.7667      1.98%
2162.93/2168.80	c      2169          29238         759         1        1040.0000        1019.7667      1.98%
2168.31/2174.27	c      2174          29341         766         1        1040.0000        1019.7815      1.98%
2174.10/2180.00	c      2180          29383         768         1        1040.0000        1019.7924      1.98%
2179.49/2185.40	c      2185          29475         770         1        1040.0000        1019.7924      1.98%
2184.67/2190.65	c      2191          29537         768         1        1040.0000        1019.7924      1.98%
2190.26/2196.21	c      2196          29606         771         1        1040.0000        1019.8058      1.98%
2196.06/2202.09	c      2202          29679         794         1        1040.0000        1019.8058      1.98%
2201.14/2207.13	c      2207          29746         809         1        1040.0000        1019.8212      1.98%
2206.73/2212.71	c      2213          29783         822         1        1040.0000        1019.8383      1.98%
2213.01/2219.00	c      2219          29836         827         1        1040.0000        1019.8438      1.98%
2218.19/2224.24	c      2224          29908         835         1        1040.0000        1019.8562      1.98%
2223.88/2229.93	c      2230          30040         841         1        1040.0000        1019.8563      1.98%
2229.37/2235.49	c      2236          30119         844         1        1040.0000        1019.8564      1.98%
2234.66/2240.76	c      2241          30236         871         1        1040.0000        1019.8564      1.98%
2240.64/2246.73	c      2247          30349         874         1        1040.0000        1019.8564      1.98%
2246.23/2252.39	c      2252          30466         883         1        1040.0000        1019.8688      1.97%
2251.31/2257.44	c      2257          30505         888         1        1040.0000        1019.8688      1.97%
2256.80/2262.98	c      2263          30624         895         1        1040.0000        1019.8688      1.97%
2262.19/2268.31	c      2268          30727         898         1        1040.0000        1019.8688      1.97%
2267.27/2273.42	c      2273          30871         904         1        1040.0000        1019.8688      1.97%
2272.86/2279.05	c      2279          30999         910         1        1040.0000        1019.8765      1.97%
2278.64/2284.82	c      2285          31134         917         1        1040.0000        1019.8793      1.97%
2284.73/2290.99	c      2291          31276         909         1        1040.0000        1019.8872      1.97%
2290.02/2296.24	c      2296          31393         914         1        1040.0000        1019.8872      1.97%
2296.60/2302.80	c      2303          31446         919         1        1040.0000        1019.9074      1.97%
2303.08/2309.30	c      2309          31528         927         1        1040.0000        1019.9205      1.97%
2308.07/2314.33	c      2314          31632         929         1        1040.0000        1019.9205      1.97%
2313.26/2319.57	c      2320          31750         945         1        1040.0000        1019.9205      1.97%
2319.34/2325.62	c      2326          31869         948         1        1040.0000        1019.9232      1.97%
2325.03/2331.30	c      2331          31952         955         1        1040.0000        1019.9369      1.97%
2330.22/2336.59	c      2337          32099         956         1        1040.0000        1019.9369      1.97%
2335.60/2341.90	c      2342          32204         955         1        1040.0000        1019.9369      1.97%
2340.99/2347.35	c      2347          32275         956         1        1040.0000        1019.9369      1.97%
2346.48/2352.87	c      2353          32359         958         1        1040.0000        1019.9696      1.96%
2352.07/2358.41	c      2358          32442         959         1        1040.0000        1019.9838      1.96%
2358.66/2365.02	c      2365          32520         967         1        1040.0000        1020.0179      1.96%
2364.34/2370.74	c      2371          32599         976         1        1040.0000        1020.0212      1.96%
2370.12/2376.54	c      2377          32646         983         1        1040.0000        1020.0408      1.96%
2375.31/2381.77	c      2382          32676         989         1        1040.0000        1020.1152      1.95%
2381.10/2387.58	c      2388          32702         999         1        1040.0000        1020.1277      1.95%
2386.70/2393.11	c      2393          32794         999         1        1040.0000        1020.1277      1.95%
2393.27/2399.74	c      2400          32837        1006         1        1040.0000        1020.1362      1.95%
2399.16/2405.64	c      2406          32886        1013         1        1040.0000        1020.1464      1.95%
2406.24/2412.74	c      2413          32958        1019         1        1040.0000        1020.2116      1.94%
2412.73/2419.29	c      2419          33040        1031         1        1040.0000        1020.2116      1.94%
2418.12/2424.65	c      2425          33094        1037         1        1040.0000        1020.2293      1.94%
2424.00/2430.53	c      2431          33123        1040         1        1040.0000        1020.2293      1.94%
2430.78/2437.30	c      2437          33236        1045         1        1040.0000        1020.2293      1.94%
2435.77/2442.34	c      2442          33280        1051         1        1040.0000        1020.2293      1.94%
2441.57/2448.12	c      2448          33313        1054         1        1040.0000        1020.2293      1.94%
2447.95/2454.55	c      2455          33346        1053         1        1040.0000        1020.2349      1.94%
2453.44/2460.08	c      2460          33423        1052         1        1040.0000        1020.2349      1.94%
2458.92/2465.55	c      2466          33498        1053         1        1040.0000        1020.2535      1.94%
2464.90/2471.54	c      2472          33587        1064         1        1040.0000        1020.2844      1.93%
2470.19/2476.83	c      2477          33677        1072         1        1040.0000        1020.2954      1.93%
2476.28/2482.98	c      2483          33690        1075         1        1040.0000        1020.3149      1.93%
2481.66/2488.36	c      2488          33826        1083         1        1040.0000        1020.3164      1.93%
2487.55/2494.28	c      2494          33865        1084         1        1040.0000        1020.3164      1.93%
2492.74/2499.45	c      2499          34006        1083         1        1040.0000        1020.3239      1.93%
2497.83/2504.51	c      2505          34056        1087         1        1040.0000        1020.3239      1.93%
2503.42/2510.10	c      2510          34115        1102         1        1040.0000        1020.3373      1.93%
2509.41/2516.17	c      2516          34206        1105         1        1040.0000        1020.3530      1.93%
2515.68/2522.45	c      2522          34293        1108         1        1040.0000        1020.3530      1.93%
2520.97/2527.78	c      2528          34368        1109         1        1040.0000        1020.3530      1.93%
2528.36/2535.13	c      2535          34420        1105         1        1040.0000        1020.3530      1.93%
2535.44/2542.23	c      2542          34471        1108         1        1040.0000        1020.4027      1.92%
2540.52/2547.39	c      2547          34569        1110         1        1040.0000        1020.4027      1.92%
2545.71/2552.55	c      2553          34681        1116         1        1040.0000        1020.4027      1.92%
2551.31/2558.19	c      2558          34714        1123         1        1040.0000        1020.4179      1.92%
2557.09/2563.98	c      2564          34750        1123         1        1040.0000        1020.4214      1.92%
2563.87/2570.72	c      2571          34815        1132         1        1040.0000        1020.4272      1.92%
2569.45/2576.32	c      2576          34863        1134         1        1040.0000        1020.4565      1.92%
2575.44/2582.37	c      2582          34900        1149         1        1040.0000        1020.5260      1.91%
2581.13/2588.05	c      2588          34973        1146         1        1040.0000        1020.5260      1.91%
2586.31/2593.20	c      2593          35005        1150         1        1040.0000        1020.5260      1.91%
2591.90/2598.86	c      2599          35049        1154         1        1040.0000        1020.5261      1.91%
2596.98/2603.96	c      2604          35109        1158         1        1040.0000        1020.5441      1.91%
2602.87/2609.83	c      2610          35184        1159         1        1040.0000        1020.5441      1.91%
2608.66/2615.66	c      2616          35208        1165         1        1040.0000        1020.5893      1.90%
2613.94/2620.96	c      2621          35279        1174         1        1040.0000        1020.5968      1.90%
2620.04/2627.00	c      2627          35319        1180         1        1040.0000        1020.6079      1.90%
2629.51/2636.51	c      2637          35381        1192         1        1040.0000        1020.6107      1.90%
2634.70/2641.71	c      2642          35438        1201         1        1040.0000        1020.6920      1.89%
2639.89/2646.91	c      2647          35579        1206         1        1040.0000        1020.6920      1.89%
2645.37/2652.41	c      2652          35666        1217         1        1040.0000        1020.7065      1.89%
2651.26/2658.39	c      2658          35764        1223         1        1040.0000        1020.7065      1.89%
2656.54/2663.62	c      2664          35905        1224         1        1040.0000        1020.7065      1.89%
2662.63/2669.77	c      2670          35956        1229         1        1040.0000        1020.7214      1.89%
2669.11/2676.20	c      2676          36067        1236         1        1040.0000        1020.7287      1.89%
2674.41/2681.51	c      2682          36122        1247         1        1040.0000        1020.7443      1.89%
2680.20/2687.31	c      2687          36191        1262         1        1040.0000        1020.7621      1.88%
2685.38/2692.54	c      2693          36311        1270         1        1040.0000        1020.7700      1.88%
2691.17/2698.32	c      2698          36407        1278         1        1040.0000        1020.7732      1.88%
2696.36/2703.53	c      2704          36487        1288         1        1040.0000        1020.7827      1.88%
2701.54/2708.80	c      2709          36600        1293         1        1040.0000        1020.8011      1.88%
2709.93/2717.11	c      2717          36661        1300         1        1040.0000        1020.8064      1.88%
2715.81/2723.06	c      2723          36768        1303         1        1040.0000        1020.8187      1.88%
2721.49/2728.73	c      2729          36842        1317         1        1040.0000        1020.8378      1.88%
2727.49/2734.71	c      2735          36999        1326         1        1040.0000        1020.8409      1.88%
2732.97/2740.23	c      2740          37094        1331         1        1040.0000        1020.8462      1.88%
2738.16/2745.41	c      2745          37257        1330         1        1040.0000        1020.8462      1.88%
2743.45/2750.75	c      2751          37355        1330         1        1040.0000        1020.8462      1.88%
2749.13/2756.41	c      2756          37466        1339         1        1040.0000        1020.8706      1.87%
2754.92/2762.22	c      2762          37602        1347         1        1040.0000        1020.8711      1.87%
2760.11/2767.42	c      2767          37706        1355         1        1040.0000        1020.8746      1.87%
2766.09/2773.47	c      2773          37892        1363         1        1040.0000        1020.8837      1.87%
2771.98/2779.31	c      2779          37956        1369         1        1040.0000        1020.8892      1.87%
2777.56/2784.99	c      2785          38057        1372         1        1040.0000        1020.8895      1.87%
2782.76/2790.18	c      2790          38131        1384         1        1040.0000        1020.8955      1.87%
2787.84/2795.29	c      2795          38246        1383         1        1040.0000        1020.8955      1.87%
2793.23/2800.62	c      2801          38363        1394         1        1040.0000        1020.8955      1.87%
2798.22/2805.63	c      2806          38416        1399         1        1040.0000        1020.9156      1.87%
2803.72/2811.15	c      2811          38421        1404         1        1040.0000        1020.9156      1.87%
2809.00/2816.44	c      2816          38526        1421         1        1040.0000        1020.9284      1.87%
2814.59/2822.05	c      2822          38624        1425         1        1040.0000        1020.9284      1.87%
2820.37/2827.85	c      2828          38711        1436         1        1040.0000        1020.9333      1.87%
2827.95/2835.49	c      2835          38836        1443         1        1040.0000        1020.9514      1.87%
2833.54/2841.10	c      2841          38933        1456         1        1040.0000        1020.9514      1.87%
2838.72/2846.29	c      2846          39035        1462         1        1040.0000        1020.9539      1.87%
2844.71/2852.26	c      2852          39121        1466         1        1040.0000        1020.9586      1.87%
2850.30/2857.85	c      2858          39257        1470         1        1040.0000        1020.9586      1.87%
2856.38/2863.92	c      2864          39362        1477         1        1040.0000        1020.9586      1.87%
2861.38/2868.94	c      2869          39490        1475         1        1040.0000        1020.9586      1.87%
2867.16/2874.71	c      2875          39550        1483         1        1040.0000        1020.9664      1.86%
2873.45/2881.07	c      2881          39618        1491         1        1040.0000        1020.9936      1.86%
2878.64/2886.24	c      2886          39705        1504         1        1040.0000        1021.0181      1.86%
2886.72/2894.32	c      2894          39821        1510         1        1040.0000        1021.0202      1.86%
2892.90/2900.57	c      2901          39887        1518         1        1040.0000        1021.0298      1.86%
2898.09/2905.74	c      2906          40020        1531         1        1040.0000        1021.0328      1.86%
2903.88/2911.51	c      2912          40138        1539         1        1040.0000        1021.0456      1.86%
2909.46/2917.11	c      2917          40253        1550         1        1040.0000        1021.0520      1.86%
2914.54/2922.20	c      2922          40435        1556         1        1040.0000        1021.0520      1.86%
2920.34/2928.04	c      2928          40549        1564         1        1040.0000        1021.0547      1.86%
2925.73/2933.42	c      2933          40652        1569         1        1040.0000        1021.0580      1.86%
2932.32/2940.01	c      2940          40836        1571         1        1040.0000        1021.0620      1.85%
2938.50/2946.22	c      2946          40888        1589         1        1040.0000        1021.0678      1.85%
2944.08/2951.89	c      2952          41008        1593         1        1040.0000        1021.0774      1.85%
2949.17/2956.96	c      2957          41096        1603         1        1040.0000        1021.0838      1.85%
2954.26/2962.02	c      2962          41141        1614         1        1040.0000        1021.0869      1.85%
2960.14/2967.92	c      2968          41232        1627         1        1040.0000        1021.1206      1.85%
2965.73/2973.59	c      2974          41387        1628         1        1040.0000        1021.1206      1.85%
2974.41/2982.23	c      2982          41461        1640         1        1040.0000        1021.1362      1.85%
2979.50/2987.38	c      2987          41529        1650         1        1040.0000        1021.1410      1.85%
2984.68/2992.57	c      2993          41606        1661         1        1040.0000        1021.1465      1.85%
2989.98/2997.86	c      2998          41704        1671         1        1040.0000        1021.1465      1.85%
2995.66/3003.59	c      3004          41866        1677         1        1040.0000        1021.1636      1.84%
2996.96/3004.80	c *    3005          41879        1684         1        1039.0000        1021.1636      1.75%
3001.16/3009.04	c      3009          41979        1655         1        1039.0000        1021.1660      1.75%
3006.93/3014.87	c      3015          42025        1665         1        1039.0000        1021.1810      1.74%
3012.63/3020.50	c      3021          42191        1665         1        1039.0000        1021.1908      1.74%
3017.71/3025.67	c      3026          42371        1665         1        1039.0000        1021.1908      1.74%
3023.21/3031.19	c      3031          42523        1665         1        1039.0000        1021.1908      1.74%
3028.68/3036.62	c      3037          42646        1672         1        1039.0000        1021.2018      1.74%
3034.08/3042.10	c      3042          42716        1686         1        1039.0000        1021.2019      1.74%
3039.26/3047.29	c      3047          42844        1682         1        1039.0000        1021.2019      1.74%
3045.75/3053.76	c      3054          42928        1688         1        1039.0000        1021.2041      1.74%
3050.94/3058.94	c      3059          43062        1698         1        1039.0000        1021.2041      1.74%
3058.12/3066.19	c      3066          43149        1705         1        1039.0000        1021.2077      1.74%
3063.51/3071.55	c      3072          43188        1708         1        1039.0000        1021.2077      1.74%
3069.49/3077.57	c      3078          43217        1715         1        1039.0000        1021.2343      1.74%
3074.57/3082.69	c      3083          43309        1725         1        1039.0000        1021.2431      1.74%
3080.85/3088.90	c      3089          43419        1737         1        1039.0000        1021.2728      1.74%
3087.43/3095.52	c      3096          43537        1743         1        1039.0000        1021.2765      1.74%
3093.32/3101.44	c      3101          43623        1759         1        1039.0000        1021.2922      1.73%
3098.60/3106.70	c      3107          43769        1767         1        1039.0000        1021.2922      1.73%
3104.08/3112.26	c      3112          43876        1774         1        1039.0000        1021.2947      1.73%
3109.28/3117.43	c      3117          43946        1774         1        1039.0000        1021.3033      1.73%
3115.06/3123.26	c      3123          44036        1782         1        1039.0000        1021.3182      1.73%
3121.64/3129.89	c      3130          44088        1796         1        1039.0000        1021.3404      1.73%
3126.72/3134.95	c      3135          44162        1804         1        1039.0000        1021.3466      1.73%
3134.00/3142.25	c      3142          44211        1809         1        1039.0000        1021.3507      1.73%
3139.89/3148.13	c      3148          44337        1821         1        1039.0000        1021.3697      1.73%
3146.87/3155.19	c      3155          44506        1816         1        1039.0000        1021.3816      1.72%
3152.24/3160.51	c      3161          44587        1823         1        1039.0000        1021.3821      1.72%
3157.53/3165.88	c      3166          44686        1826         1        1039.0000        1021.3899      1.72%
3163.42/3171.78	c      3172          44797        1839         1        1039.0000        1021.4065      1.72%
3168.60/3176.91	c      3177          44975        1839         1        1039.0000        1021.4065      1.72%
3174.28/3182.67	c      3183          45029        1847         1        1039.0000        1021.4185      1.72%
3180.17/3188.54	c      3189          45104        1856         1        1039.0000        1021.4299      1.72%
3186.35/3194.79	c      3195          45147        1863         1        1039.0000        1021.4454      1.72%
3192.73/3201.13	c      3201          45278        1868         1        1039.0000        1021.4540      1.72%
3197.81/3206.26	c      3206          45437        1873         1        1039.0000        1021.4540      1.72%
3203.49/3211.97	c      3212          45538        1884         1        1039.0000        1021.4573      1.72%
3208.98/3217.48	c      3217          45604        1892         1        1039.0000        1021.4608      1.72%
3214.17/3222.67	c      3223          45627        1899         1        1039.0000        1021.4742      1.72%
3220.15/3228.69	c      3229          45670        1904         1        1039.0000        1021.4742      1.72%
3226.03/3234.52	c      3235          45773        1909         1        1039.0000        1021.4827      1.71%
3231.12/3239.68	c      3240          45944        1910         1        1039.0000        1021.4827      1.71%
3236.80/3245.32	c      3245          46059        1915         1        1039.0000        1021.4967      1.71%
3242.59/3251.10	c      3251          46144        1926         1        1039.0000        1021.5214      1.71%
3247.77/3256.38	c      3256          46295        1925         1        1039.0000        1021.5214      1.71%
3252.96/3261.56	c      3262          46393        1935         1        1039.0000        1021.5311      1.71%
3259.04/3267.64	c      3268          46428        1944         1        1039.0000        1021.5450      1.71%
3264.72/3273.33	c      3273          46555        1955         1        1039.0000        1021.5811      1.71%
3269.81/3278.45	c      3278          46700        1962         1        1039.0000        1021.5854      1.70%
3275.49/3284.19	c      3284          46851        1967         1        1039.0000        1021.5874      1.70%
3281.48/3290.19	c      3290          47003        1971         1        1039.0000        1021.5884      1.70%
3287.15/3295.87	c      3296          47083        1987         1        1039.0000        1021.6113      1.70%
3292.44/3301.13	c      3301          47154        1990         1        1039.0000        1021.6122      1.70%
3298.12/3306.84	c      3307          47296        1998         1        1039.0000        1021.6171      1.70%
3303.80/3312.53	c      3313          47316        2004         1        1039.0000        1021.6258      1.70%
3309.40/3318.19	c      3318          47388        2014         1        1039.0000        1021.6298      1.70%
3315.38/3324.13	c      3324          47492        2018         1        1039.0000        1021.6365      1.70%
3320.86/3329.60	c      3330          47628        2024         1        1039.0000        1021.6368      1.70%
3326.25/3335.06	c      3335          47738        2030         1        1039.0000        1021.6376      1.70%
3332.23/3341.07	c      3341          47856        2034         1        1039.0000        1021.6404      1.70%
3337.40/3346.25	c      3346          48002        2040         1        1039.0000        1021.6404      1.70%
3342.50/3351.31	c      3351          48066        2048         1        1039.0000        1021.6520      1.70%
3347.58/3356.40	c      3356          48113        2055         1        1039.0000        1021.6520      1.70%
3352.57/3361.46	c      3361          48172        2058         1        1039.0000        1021.6578      1.70%
3358.95/3367.80	c      3368          48298        2064         1        1039.0000        1021.6580      1.70%
3364.63/3373.56	c      3374          48344        2082         1        1039.0000        1021.6611      1.70%
3369.71/3378.69	c      3379          48504        2080         1        1039.0000        1021.6611      1.70%
3374.89/3383.85	c      3384          48618        2090         1        1039.0000        1021.6614      1.70%
3380.48/3389.44	c      3389          48721        2095         1        1039.0000        1021.6652      1.70%
3385.96/3394.98	c      3395          48731        2101         1        1039.0000        1021.6865      1.69%
3391.54/3400.51	c      3401          48803        2111         1        1039.0000        1021.6872      1.69%
3396.63/3405.61	c      3406          48963        2109         1        1039.0000        1021.6872      1.69%
3401.62/3410.62	c      3411          49074        2122         1        1039.0000        1021.6909      1.69%
3406.81/3415.83	c      3416          49139        2133         1        1039.0000        1021.6949      1.69%
3413.00/3422.05	c      3422          49237        2141         1        1039.0000        1021.7017      1.69%
3418.98/3428.02	c      3428          49346        2144         1        1039.0000        1021.7020      1.69%
3423.96/3433.09	c      3433          49457        2157         1        1039.0000        1021.7036      1.69%
3429.34/3438.44	c      3438          49576        2156         1        1039.0000        1021.7059      1.69%
3434.72/3443.84	c      3444          49596        2168         1        1039.0000        1021.7081      1.69%
3439.71/3448.88	c      3449          49678        2180         1        1039.0000        1021.7110      1.69%
3445.19/3454.37	c      3454          49813        2189         1        1039.0000        1021.7118      1.69%
3451.37/3460.57	c      3461          49916        2196         1        1039.0000        1021.7168      1.69%
3456.96/3466.13	c      3466          50031        2205         1        1039.0000        1021.7313      1.69%
3462.04/3471.29	c      3471          50180        2206         1        1039.0000        1021.7313      1.69%
3467.23/3476.47	c      3476          50335        2201         1        1039.0000        1021.7313      1.69%
3473.71/3482.96	c      3483          50361        2207         1        1039.0000        1021.7382      1.69%
3479.49/3488.77	c      3489          50448        2218         1        1039.0000        1021.7391      1.69%
3485.07/3494.39	c      3494          50526        2226         1        1039.0000        1021.7438      1.69%
3490.76/3500.04	c      3500          50656        2224         1        1039.0000        1021.7473      1.69%
3495.85/3505.17	c      3505          50754        2238         1        1039.0000        1021.7561      1.69%
3501.63/3510.95	c      3511          50868        2250         1        1039.0000        1021.7828      1.69%
3506.72/3516.08	c      3516          50936        2256         1        1039.0000        1021.8089      1.68%
3512.40/3521.71	c      3522          51048        2266         1        1039.0000        1021.8199      1.68%
3518.48/3527.80	c      3528          51128        2274         1        1039.0000        1021.8308      1.68%
3523.67/3533.02	c      3533          51257        2277         1        1039.0000        1021.8308      1.68%
3529.54/3538.97	c      3539          51348        2280         1        1039.0000        1021.8407      1.68%
3535.13/3544.55	c      3545          51466        2292         1        1039.0000        1021.8473      1.68%
3540.61/3550.00	c      3550          51481        2303         1        1039.0000        1021.8486      1.68%
3546.09/3555.52	c      3556          51598        2312         1        1039.0000        1021.8496      1.68%
3551.28/3560.79	c      3561          51751        2313         1        1039.0000        1021.8496      1.68%
3556.57/3566.07	c      3566          51812        2324         1        1039.0000        1021.8670      1.68%
3562.65/3572.17	c      3572          51877        2333         1        1039.0000        1021.8741      1.68%
3567.73/3577.21	c      3577          51996        2340         1        1039.0000        1021.8753      1.68%
3573.52/3583.03	c      3583          52027        2347         1        1039.0000        1021.8753      1.68%
3579.30/3588.82	c      3589          52136        2354         1        1039.0000        1021.8874      1.67%
3584.49/3594.07	c      3594          52199        2359         1        1039.0000        1021.8874      1.67%
3589.67/3599.22	c      3599          52275        2363         1        1039.0000        1021.8922      1.67%
3590.47/3600.03	c SCIP Status        : c solving was interrupted [hard time limit reached]
3590.47/3600.04	c Total Time         : 3600.04
3590.47/3600.04	c   solving          : 3600.04
3590.47/3600.04	c   presolving       : 0.04 (included in solving)
3590.47/3600.04	c B&B Tree           :
3590.47/3600.04	c   nodes (total)    : 1
3590.47/3600.04	c Solution           :
3590.47/3600.04	c   Solutions found  : 14
3590.47/3600.04	c   Primal Bound     : +1.03900000000000e+03
3590.47/3600.04	c   Dual Bound       : +1.02189219520748e+03
3590.47/3600.04	c Gap                : 1.67413 %
3590.47/3600.04	c * Warning: final gap: 1.67413e-02 is greater than SCIPepsilon: 1.00000e-09
3590.47/3600.04	o 1039
3590.47/3600.04	s SATISFIABLE
3590.47/3600.04	v -x1963 x1962 x1961 -x1960 x1959 x1958 x1957 -x1956 x1955 x1954 -x1953 -x1952 -x1951 -x1950 x1949 -x1948 x1947 -x1946 x1945 x1944 
3590.47/3600.04	v x1943 -x1942 -x1941 x1940 x1939 -x1938 -x1937 x1936 x1935 -x1934 x1933 -x1932 -x1931 -x1930 x1929 -x1928 -x1927 -x1926 -x1925 
3590.47/3600.04	v -x1924 -x1923 -x1922 -x1921 -x1920 -x1919 x1918 x1917 x1916 -x1915 -x1914 x1913 -x1912 x1911 -x1910 -x1909 -x1908 x1907 x1906 
3590.47/3600.04	v x1905 -x1904 x1903 -x1902 -x1901 x1900 x1899 x1898 -x1897 x1896 -x1895 x1894 -x1893 x1892 x1891 -x1890 -x1889 x1888 -x1887 
3590.47/3600.04	v x1886 -x1885 -x1884 x1883 x1882 x1881 x1880 -x1879 x1878 -x1877 -x1876 x1875 x1874 x1873 x1872 x1871 -x1870 x1869 x1868 x1867 
3590.47/3600.04	v x1866 x1865 x1864 x1863 -x1862 x1861 -x1860 -x1859 x1858 -x1857 -x1856 -x1855 x1854 -x1853 x1852 -x1851 -x1850 -x1849 -x1848 
3590.47/3600.04	v -x1847 x1846 x1845 x1844 -x1843 x1842 -x1841 x1840 x1839 x1838 x1837 -x1836 x1835 x1834 -x1833 -x1832 x1831 -x1830 -x1829 
3590.47/3600.04	v -x1828 x1827 x1826 -x1825 -x1824 x1823 -x1822 -x1821 -x1820 x1819 -x1818 x1817 x1816 -x1815 x1814 x1813 x1812 x1811 -x1810 x1809 
3590.47/3600.04	v x1808 -x1807 x1806 -x1805 -x1804 -x1803 x1802 x1801 -x1800 -x1799 -x1798 x1797 -x1796 -x1795 x1794 x1793 -x1792 x1791 x1790 
3590.47/3600.04	v -x1789 -x1788 -x1787 x1786 -x1785 x1784 -x1783 x1782 -x1781 x1780 x1779 x1778 x1777 -x1776 x1775 x1774 -x1773 -x1772 -x1771 
3590.47/3600.04	v x1770 -x1769 x1768 x1767 x1766 -x1765 x1764 -x1763 x1762 x1761 -x1760 x1759 -x1758 x1757 -x1756 -x1755 x1754 -x1753 x1752 -x1751 
3590.47/3600.04	v -x1750 x1749 -x1748 x1747 x1746 -x1745 x1744 x1743 x1742 x1741 x1740 x1739 -x1738 -x1737 -x1736 -x1735 -x1734 -x1733 -x1732 
3590.47/3600.04	v -x1731 x1730 -x1729 x1728 -x1727 -x1726 x1725 x1724 -x1723 x1722 -x1721 x1720 -x1719 -x1718 -x1717 x1716 -x1715 -x1714 x1713 
3590.47/3600.04	v x1712 x1711 -x1710 -x1709 -x1708 -x1707 -x1706 -x1705 x1704 -x1703 x1702 x1701 x1700 x1699 x1698 -x1697 x1696 -x1695 x1694 
3590.47/3600.04	v -x1693 x1692 x1691 x1690 -x1689 x1688 x1687 -x1686 x1685 x1684 x1683 -x1682 x1681 -x1680 x1679 x1678 -x1677 -x1676 x1675 -x1674 
3590.47/3600.04	v -x1673 -x1672 -x1671 -x1670 x1669 -x1668 -x1667 -x1666 x1665 -x1664 x1663 -x1662 -x1661 -x1660 x1659 x1658 -x1657 -x1656 
3590.47/3600.04	v -x1655 x1654 -x1653 -x1652 x1651 x1650 x1649 -x1648 -x1647 x1646 -x1645 -x1644 x1643 -x1642 x1641 x1640 x1639 x1638 -x1637 
3590.47/3600.04	v -x1636 x1635 -x1634 x1633 -x1632 -x1631 x1630 -x1629 -x1628 -x1627 x1626 x1625 -x1624 -x1623 x1622 -x1621 x1620 x1619 -x1618 
3590.47/3600.04	v x1617 -x1616 x1615 -x1614 -x1613 -x1612 -x1611 x1610 x1609 x1608 x1607 x1606 x1605 x1604 x1603 -x1602 x1601 x1600 -x1599 x1598 
3590.47/3600.04	v x1597 x1596 -x1595 x1594 x1593 -x1592 -x1591 x1590 x1589 x1588 -x1587 x1586 -x1585 -x1584 -x1583 x1582 x1581 -x1580 x1579 x1578 
3590.47/3600.04	v x1577 x1576 -x1575 x1574 -x1573 -x1572 x1571 x1570 x1569 x1568 -x1567 x1566 x1565 -x1564 x1563 x1562 -x1561 x1560 -x1559 
3590.47/3600.04	v -x1558 x1557 x1556 x1555 x1554 x1553 -x1552 x1551 x1550 -x1549 -x1548 x1547 -x1546 -x1545 -x1544 -x1543 -x1542 x1541 -x1540 
3590.47/3600.04	v -x1539 -x1538 x1537 x1536 x1535 x1534 x1533 -x1532 -x1531 x1530 -x1529 x1528 -x1527 -x1526 x1525 -x1524 -x1523 -x1522 x1521 -x1520 
3590.47/3600.04	v x1519 x1518 x1517 -x1516 -x1515 x1514 x1513 x1512 x1511 x1510 x1509 x1508 x1507 -x1506 -x1505 -x1504 -x1503 -x1502 x1501 
3590.47/3600.04	v -x1500 x1499 x1498 x1497 x1496 -x1495 x1494 x1493 x1492 -x1491 -x1490 -x1489 x1488 x1487 x1486 -x1485 x1484 -x1483 x1482 -x1481 
3590.47/3600.04	v -x1480 x1479 -x1478 x1477 x1476 x1475 x1474 x1473 x1472 -x1471 x1470 x1469 x1468 x1467 -x1466 -x1465 x1464 x1463 -x1462 
3590.47/3600.04	v -x1461 -x1460 -x1459 -x1458 -x1457 x1456 -x1455 -x1454 x1453 -x1452 x1451 x1450 -x1449 -x1448 x1447 -x1446 -x1445 x1444 -x1443 
3590.47/3600.04	v -x1442 -x1441 x1440 x1439 -x1438 -x1437 x1436 x1435 x1434 -x1433 -x1432 -x1431 x1430 x1429 x1428 -x1427 x1426 -x1425 -x1424 
3590.47/3600.04	v -x1423 x1422 -x1421 x1420 x1419 -x1418 x1417 -x1416 -x1415 -x1414 x1413 x1412 -x1411 -x1410 x1409 -x1408 -x1407 x1406 -x1405 
3590.47/3600.04	v x1404 -x1403 -x1402 -x1401 x1400 x1399 -x1398 -x1397 -x1396 x1395 x1394 x1393 -x1392 x1391 -x1390 x1389 x1388 -x1387 x1386 x1385 
3590.47/3600.04	v -x1384 x1383 x1382 -x1381 -x1380 x1379 -x1378 -x1377 -x1376 x1375 x1374 x1373 -x1372 -x1371 -x1370 x1369 x1368 -x1367 x1366 
3590.47/3600.04	v x1365 x1364 x1363 x1362 -x1361 x1360 -x1359 -x1358 -x1357 x1356 -x1355 -x1354 x1353 -x1352 x1351 -x1350 -x1349 -x1348 -x1347 
3590.47/3600.04	v -x1346 -x1345 x1344 -x1343 x1342 -x1341 -x1340 x1339 x1338 x1337 -x1336 -x1335 x1334 -x1333 -x1332 x1331 x1330 x1329 -x1328 
3590.47/3600.04	v x1327 x1326 -x1325 -x1324 x1323 x1322 -x1321 x1320 -x1319 -x1318 x1317 -x1316 -x1315 -x1314 -x1313 -x1312 -x1311 x1310 x1309 
3590.47/3600.04	v -x1308 -x1307 x1306 -x1305 x1304 x1303 x1302 x1301 x1300 -x1299 -x1298 x1297 x1296 x1295 x1294 x1293 x1292 x1291 x1290 -x1289 
3590.47/3600.04	v x1288 -x1287 x1286 x1285 x1284 -x1283 -x1282 -x1281 -x1280 x1279 -x1278 -x1277 -x1276 x1275 x1274 -x1273 x1272 x1271 x1270 
3590.47/3600.04	v -x1269 -x1268 -x1267 x1266 x1265 -x1264 -x1263 -x1262 x1261 x1260 x1259 -x1258 x1257 x1256 -x1255 x1254 -x1253 x1252 x1251 
3590.47/3600.04	v -x1250 x1249 -x1248 x1247 x1246 -x1245 -x1244 x1243 x1242 -x1241 x1240 x1239 x1238 x1237 -x1236 -x1235 x1234 x1233 x1232 -x1231 
3590.47/3600.04	v -x1230 -x1229 -x1228 x1227 x1226 x1225 x1224 x1223 x1222 -x1221 x1220 -x1219 x1218 x1217 -x1216 x1215 x1214 x1213 x1212 x1211 
3590.47/3600.04	v x1210 x1209 x1208 -x1207 -x1206 x1205 -x1204 x1203 -x1202 -x1201 -x1200 -x1199 x1198 x1197 -x1196 x1195 x1194 -x1193 -x1192 
3590.47/3600.04	v -x1191 x1190 x1189 -x1188 -x1187 x1186 -x1185 -x1184 x1183 -x1182 -x1181 -x1180 x1179 x1178 -x1177 -x1176 x1175 -x1174 x1173 
3590.47/3600.04	v -x1172 x1171 -x1170 -x1169 x1168 x1167 -x1166 x1165 -x1164 x1163 x1162 -x1161 x1160 -x1159 -x1158 x1157 -x1156 -x1155 -x1154 
3590.47/3600.04	v -x1153 x1152 -x1151 -x1150 x1149 x1148 x1147 x1146 -x1145 -x1144 x1143 -x1142 -x1141 x1140 -x1139 -x1138 x1137 x1136 x1135 
3590.47/3600.04	v -x1134 x1133 x1132 x1131 x1130 x1129 -x1128 x1127 -x1126 x1125 x1124 x1123 x1122 -x1121 x1120 x1119 -x1118 x1117 -x1116 x1115 
3590.47/3600.04	v x1114 -x1113 -x1112 x1111 -x1110 x1109 -x1108 x1107 -x1106 x1105 x1104 -x1103 x1102 x1101 -x1100 -x1099 -x1098 -x1097 x1096 
3590.47/3600.04	v -x1095 x1094 -x1093 -x1092 x1091 x1090 x1089 x1088 x1087 x1086 -x1085 -x1084 -x1083 -x1082 -x1081 -x1080 x1079 -x1078 x1077 
3590.47/3600.04	v -x1076 -x1075 -x1074 x1073 x1072 x1071 -x1070 x1069 -x1068 x1067 -x1066 x1065 -x1064 x1063 x1062 x1061 -x1060 x1059 x1058 -x1057 
3590.47/3600.04	v x1056 x1055 -x1054 -x1053 x1052 x1051 x1050 x1049 -x1048 -x1047 x1046 -x1045 -x1044 x1043 -x1042 -x1041 x1040 -x1039 -x1038 
3590.47/3600.04	v -x1037 -x1036 x1035 x1034 x1033 x1032 x1031 x1030 x1029 x1028 -x1027 -x1026 -x1025 x1024 -x1023 x1022 -x1021 x1020 x1019 x1018 
3590.47/3600.04	v x1017 x1016 -x1015 -x1014 -x1013 -x1012 x1011 -x1010 x1009 -x1008 -x1007 x1006 x1005 x1004 x1003 x1002 x1001 -x1000 -x999 
3590.47/3600.04	v -x998 x997 -x996 x995 -x994 x993 -x992 x991 x990 x989 x988 -x987 -x986 x985 -x984 x983 x982 -x981 x980 x979 x978 x977 -x976 
3590.47/3600.04	v -x975 x974 -x973 -x972 x971 -x970 -x969 -x968 x967 -x966 x965 x964 -x963 x962 x961 -x960 -x959 -x958 -x957 -x956 x955 -x954 
3590.47/3600.04	v -x953 x952 -x951 -x950 x949 x948 -x947 x946 x945 x944 x943 -x942 x941 -x940 -x939 -x938 -x937 x936 -x935 x934 -x933 x932 -x931 
3590.47/3600.04	v -x930 -x929 x928 x927 -x926 x925 x924 x923 x922 x921 x920 -x919 -x918 -x917 -x916 x915 x914 -x913 -x912 x911 x910 -x909 x908 
3590.47/3600.04	v x907 -x906 -x905 -x904 x903 -x902 x901 x900 x899 -x898 x897 x896 -x895 -x894 x893 x892 x891 x890 x889 -x888 -x887 x886 -x885 
3590.47/3600.04	v -x884 x883 x882 x881 -x880 x879 x878 x877 -x876 x875 x874 -x873 x872 -x871 -x870 -x869 -x868 x867 -x866 x865 -x864 x863 x862 
3590.47/3600.04	v -x861 x860 x859 x858 x857 x856 x855 -x854 -x853 x852 -x851 x850 x849 -x848 x847 -x846 x845 x844 -x843 -x842 -x841 x840 -x839 
3590.47/3600.04	v -x838 x837 -x836 -x835 -x834 x833 x832 x831 -x830 -x829 -x828 -x827 -x826 x825 x824 x823 -x822 x821 -x820 x819 x818 x817 -x816 
3590.47/3600.04	v -x815 x814 x813 -x812 -x811 -x810 -x809 x808 x807 -x806 -x805 x804 x803 x802 -x801 -x800 x799 -x798 -x797 x796 x795 -x794 
3590.47/3600.04	v -x793 x792 x791 x790 x789 x788 x787 x786 x785 -x784 x783 x782 x781 x780 -x779 x778 x777 -x776 x775 -x774 -x773 -x772 x771 -x770 
3590.47/3600.04	v x769 -x768 x767 -x766 -x765 -x764 -x763 x762 -x761 x760 -x759 x758 x757 x756 -x755 x754 x753 -x752 -x751 x750 -x749 -x748 
3590.47/3600.04	v x747 x746 -x745 x744 x743 x742 x741 -x740 -x739 -x738 x737 x736 x735 -x734 x733 -x732 -x731 x730 -x729 -x728 x727 x726 -x725 
3590.47/3600.04	v -x724 -x723 x722 -x721 -x720 x719 -x718 -x717 -x716 x715 x714 -x713 -x712 x711 x710 x709 x708 -x707 x706 -x705 x704 x703 x702 
3590.47/3600.04	v -x701 -x700 -x699 x698 -x697 x696 x695 x694 -x693 -x692 x691 -x690 x689 x688 -x687 x686 -x685 -x684 -x683 -x682 x681 x680 -x679 
3590.47/3600.05	v -x678 -x677 x676 -x675 -x674 -x673 -x672 x671 -x670 -x669 -x668 -x667 x666 x665 -x664 -x663 x662 -x661 x660 x659 x658 x657 
3590.47/3600.05	v x656 -x655 x654 x653 -x652 -x651 -x650 -x649 x648 x647 x646 -x645 x644 x643 x642 x641 -x640 x639 -x638 x637 -x636 x635 -x634 
3590.47/3600.05	v x633 -x632 -x631 -x630 x629 x628 -x627 -x626 -x625 -x624 -x623 x622 x621 x620 x619 x618 x617 -x616 x615 -x614 -x613 -x612 
3590.47/3600.05	v -x611 x610 x609 x608 -x607 x606 x605 -x604 -x603 -x602 x601 -x600 x599 -x598 -x597 -x596 x595 x594 x593 x592 -x591 x590 -x589 
3590.47/3600.05	v x588 x587 x586 x585 -x584 -x583 -x582 -x581 x580 -x579 -x578 -x577 -x576 x575 x574 -x573 -x572 -x571 -x570 -x569 x568 -x567 
3590.47/3600.05	v -x566 -x565 x564 -x563 x562 -x561 -x560 -x559 -x558 -x557 -x556 x555 -x554 x553 -x552 -x551 x550 x549 x548 -x547 -x546 -x545 
3590.47/3600.05	v x544 x543 -x542 x541 -x540 -x539 x538 x537 x536 x535 x534 x533 x532 -x531 x530 x529 x528 -x527 x526 x525 -x524 x523 x522 -x521 
3590.47/3600.05	v x520 -x519 x518 x517 x516 -x515 -x514 -x513 x512 -x511 x510 -x509 x508 x507 -x506 -x505 -x504 -x503 x502 -x501 x500 -x499 x498 
3590.47/3600.05	v x497 -x496 -x495 x494 -x493 -x492 -x491 -x490 x489 -x488 -x487 x486 x485 x484 x483 -x482 -x481 x480 x479 x478 x477 -x476 
3590.47/3600.05	v x475 x474 x473 x472 x471 x470 -x469 x468 x467 x466 x465 -x464 x463 x462 x461 -x460 x459 -x458 -x457 -x456 x455 x454 x453 x452 
3590.47/3600.05	v -x451 -x450 x449 -x448 x447 x446 -x445 -x444 -x443 x442 x441 -x440 x439 -x438 -x437 x436 x435 x434 -x433 -x432 -x431 -x430 x429 
3590.47/3600.05	v x428 -x427 x426 x425 x424 -x423 x422 x421 x420 -x419 x418 -x417 x416 -x415 -x414 x413 x412 x411 -x410 -x409 x408 x407 x406 
3590.47/3600.05	v x405 -x404 x403 x402 x401 x400 x399 -x398 x397 -x396 -x395 x394 x393 -x392 x391 -x390 x389 -x388 -x387 -x386 x385 x384 x383 
3590.47/3600.05	v x382 -x381 x380 -x379 x378 -x377 -x376 x375 x374 x373 x372 x371 x370 -x369 -x368 x367 x366 -x365 x364 x363 x362 -x361 -x360 
3590.47/3600.05	v x359 x358 x357 -x356 -x355 -x354 x353 x352 x351 x350 -x349 x348 x347 x346 x345 x344 x343 x342 x341 -x340 x339 x338 x337 -x336 
3590.47/3600.05	v x335 -x334 x333 x332 x331 x330 x329 -x328 -x327 -x326 x325 -x324 -x323 x322 -x321 -x320 x319 x318 -x317 -x316 -x315 -x314 x313 
3590.47/3600.05	v -x312 -x311 x310 -x309 x308 -x307 x306 x305 -x304 -x303 x302 x301 x300 x299 x298 x297 x296 x295 x294 x293 -x292 x291 x290 
3590.47/3600.05	v -x289 x288 -x287 -x286 x285 -x284 -x283 -x282 x281 x280 -x279 x278 x277 x276 x275 x274 -x273 x272 x271 x270 -x269 x268 x267 x266 
3590.47/3600.05	v x265 -x264 x263 -x262 x261 x260 x259 x258 x257 x256 x255 -x254 x253 -x252 -x251 x250 x249 -x248 -x247 x246 x245 -x244 x243 
3590.47/3600.05	v -x242 -x241 x240 -x239 x238 -x237 x236 x235 x234 -x233 x232 x231 -x230 -x229 x228 x227 x226 -x225 x224 x223 -x222 x221 -x220 
3590.47/3600.05	v -x219 x218 -x217 x216 x215 -x214 -x213 x212 -x211 -x210 -x209 -x208 x207 -x206 x205 x204 -x203 x202 x201 -x200 -x199 x198 -x197 
3590.47/3600.05	v x196 -x195 -x194 x193 -x192 -x191 -x190 x189 -x188 -x187 -x186 -x185 -x184 x183 -x182 x181 x180 x179 -x178 x177 x176 -x175 
3590.47/3600.05	v -x174 x173 -x172 -x171 x170 -x169 -x168 x167 x166 x165 -x164 x163 x162 -x161 -x160 -x159 -x158 x157 -x156 -x155 x154 x153 
3590.47/3600.05	v x152 x151 -x150 -x149 x148 -x147 -x146 x145 -x144 -x143 x142 -x141 -x140 -x139 x138 -x137 x136 -x135 -x134 x133 -x132 x131 -x130 
3590.47/3600.05	v -x129 -x128 x127 -x126 -x125 -x124 x123 -x122 x121 -x120 -x119 -x118 x117 x116 -x115 -x114 -x113 -x112 x111 x110 -x109 x108 
3590.47/3600.05	v x107 -x106 x105 x104 x103 x102 -x101 x100 x99 x98 x97 x96 x95 x94 x93 -x92 x91 x90 x89 x88 -x87 -x86 -x85 -x84 x83 -x82 -x81 
3590.47/3600.05	v x80 -x79 x78 -x77 x76 x75 x74 x73 x72 x71 -x70 -x69 x68 x67 x66 x65 x64 -x63 -x62 x61 -x60 x59 x58 -x57 -x56 -x55 x54 -x53 
3590.47/3600.05	v -x52 x51 x50 -x49 x48 -x47 x46 x45 x44 -x43 x42 -x41 -x40 x39 x38 -x37 x36 -x35 -x34 -x33 x32 x31 x30 -x29 x28 x27 x26 -x25 
3590.47/3600.05	v -x24 x23 x22 -x21 x20 x19 x18 x17 x16 x15 x14 x13 x12 x11 x10 x9 -x8 -x7 x6 x5 x4 x3 -x2 -x1 

Verifier Data

OK	1039

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: 2
  memory of node 0: 63968 MiB (63042 MiB free)
  memory of node 1: 64473 MiB (63438 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434655-1721082413/watcher-4434655-1721082413 -o /tmp/evaluation-result-4434655-1721082413/solver-4434655-1721082413 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721082425-843391 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4434655-1721082413.opb -qsol -t 3600 -sth 1 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 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=843439, runsolver pid=843433
Current StackSize limit: 8192 KiB


[startup+0.100265 s]*
/proc/loadavg: 1.19 2.11 3.20 7/266 843460
/proc/meminfo: memFree=129379128/131524600 swapFree=131071996/131071996
[pid=843439] ppid=843433 vsize=131200 memory=45096 CPUtime=0.09 cores=5,7
/proc/843439/stat : 843439 (fscip) S 843433 843439 843378 0 -1 1077936128 9627 0 0 0 8 1 0 0 20 0 3 0 160403706 134348800 11274 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
/proc/843439/statm: 32800 11274 2782 3032 0 15206 0
[pid=843439/tid=843455] ppid=843433 vsize=131200 memory=4026531971 CPUtime=0.03 cores=5,7
/proc/843439/task/843455/stat : 843455 (fscip) R 843433 843439 843378 0 -1 4194368 3551 0 0 0 3 0 0 0 20 0 3 0 160403712 134348800 11274 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
[pid=843439/tid=843459] ppid=843433 vsize=131200 memory=16956 CPUtime=0 cores=5,7
/proc/843439/task/843459/stat : 843459 (fscip) S 843433 843439 843378 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 160403713 134348800 11274 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 131200 KiB
Current children cumulated memory: 45096 KiB

[startup+0.213558 s]*
/proc/loadavg: 1.19 2.11 3.20 5/266 843460
/proc/meminfo: memFree=129350596/131524600 swapFree=131071996/131071996
[pid=843439] ppid=843433 vsize=132224 memory=52352 CPUtime=0.21 cores=5,7
/proc/843439/stat : 843439 (fscip) S 843433 843439 843378 0 -1 1077936128 11344 0 0 0 19 2 0 0 20 0 3 0 160403706 135397376 13088 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
/proc/843439/statm: 33056 13088 2894 3032 0 16951 0
[pid=843439/tid=843455] ppid=843433 vsize=132224 memory=664970851429515395 CPUtime=0.13 cores=5,7
/proc/843439/task/843455/stat : 843455 (fscip) R 843433 843439 843378 0 -1 4194368 5268 0 0 0 13 0 0 0 20 0 3 0 160403712 135397376 13088 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
[pid=843439/tid=843459] ppid=843433 vsize=132224 memory=16956 CPUtime=0 cores=5,7
/proc/843439/task/843459/stat : 843459 (fscip) S 843433 843439 843378 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 160403713 135397376 13088 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 132224 KiB
Current children cumulated memory: 52352 KiB

[startup+0.304967 s]*
/proc/loadavg: 1.19 2.11 3.20 5/266 843460
/proc/meminfo: memFree=129349628/131524600 swapFree=131071996/131071996
[pid=843439] ppid=843433 vsize=132224 memory=52352 CPUtime=0.3 cores=5,7
/proc/843439/stat : 843439 (fscip) S 843433 843439 843378 0 -1 1077936128 11349 0 0 0 28 2 0 0 20 0 3 0 160403706 135397376 13088 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
/proc/843439/statm: 33056 13088 2894 3032 0 16955 0
[pid=843439/tid=843455] ppid=843433 vsize=132224 memory=-6514009816462179174 CPUtime=0.22 cores=5,7
/proc/843439/task/843455/stat : 843455 (fscip) R 843433 843439 843378 0 -1 4194368 5273 0 0 0 22 0 0 0 20 0 3 0 160403712 135397376 13088 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
[pid=843439/tid=843459] ppid=843433 vsize=132224 memory=0 CPUtime=0 cores=5,7
/proc/843439/task/843459/stat : 843459 (fscip) S 843433 843439 843378 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 160403713 135397376 13088 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 132224 KiB
Current children cumulated memory: 52352 KiB

[startup+0.70018 s]
/proc/loadavg: 1.19 2.11 3.20 6/266 843460
/proc/meminfo: memFree=129333968/131524600 swapFree=131071996/131071996
[pid=843439] ppid=843433 vsize=133680 memory=56868 CPUtime=0.69 cores=5,7
/proc/843439/stat : 843439 (fscip) S 843433 843439 843378 0 -1 1077936128 12413 0 0 0 67 2 0 0 20 0 3 0 160403706 136888320 14217 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
/proc/843439/statm: 33420 14217 2910 3032 0 18193 0
[pid=843439/tid=843455] ppid=843433 vsize=133680 memory=0 CPUtime=0.62 cores=5,7
/proc/843439/task/843455/stat : 843455 (fscip) R 843433 843439 843378 0 -1 4194368 6337 0 0 0 61 1 0 0 20 0 3 0 160403712 136888320 14217 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
[pid=843439/tid=843459] ppid=843433 vsize=133680 memory=0 CPUtime=0 cores=5,7
/proc/843439/task/843459/stat : 843459 (fscip) S 843433 843439 843378 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 160403713 136888320 14217 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 133680 KiB
Current children cumulated memory: 56868 KiB

[startup+1.50021 s]
/proc/loadavg: 1.19 2.11 3.20 5/266 843460
/proc/meminfo: memFree=129330188/131524600 swapFree=131071996/131071996
[pid=843439] ppid=843433 vsize=133680 memory=58412 CPUtime=1.48 cores=5,7
/proc/843439/stat : 843439 (fscip) S 843433 843439 843378 0 -1 1077936128 16505 0 0 0 146 2 0 0 20 0 3 0 160403706 136888320 14603 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
/proc/843439/statm: 33420 14603 2910 3032 0 18708 0
[pid=843439/tid=843455] ppid=843433 vsize=133680 memory=0 CPUtime=1.41 cores=5,7
/proc/843439/task/843455/stat : 843455 (fscip) R 843433 843439 843378 0 -1 4194368 10429 0 0 0 140 1 0 0 20 0 3 0 160403712 136888320 14603 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
[pid=843439/tid=843459] ppid=843433 vsize=133680 memory=0 CPUtime=0 cores=5,7
/proc/843439/task/843459/stat : 843459 (fscip) S 843433 843439 843378 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 160403713 136888320 14603 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 133680 KiB
Current children cumulated memory: 58412 KiB

[startup+3.10593 s]
/proc/loadavg: 1.19 2.11 3.20 5/266 843462
/proc/meminfo: memFree=129220780/131524600 swapFree=131071996/131071996
[pid=843439] ppid=843433 vsize=141104 memory=76108 CPUtime=3.09 cores=5,7
/proc/843439/stat : 843439 (fscip) S 843433 843439 843378 0 -1 1077936128 21143 0 0 0 306 3 0 0 20 0 3 0 160403706 144490496 19027 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
/proc/843439/statm: 35276 19027 2910 3032 0 23383 0
[pid=843439/tid=843455] ppid=843433 vsize=141104 memory=0 CPUtime=3.01 cores=5,7
/proc/843439/task/843455/stat : 843455 (fscip) R 843433 843439 843378 0 -1 4194368 15065 0 0 0 300 1 0 0 20 0 3 0 160403712 144490496 19027 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
[pid=843439/tid=843459] ppid=843433 vsize=141104 memory=2273 CPUtime=0 cores=5,7
/proc/843439/task/843459/stat : 843459 (fscip) S 843433 843439 843378 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 160403713 144490496 19027 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 141104 KiB
Current children cumulated memory: 76108 KiB

[startup+6.30024 s]
/proc/loadavg: 1.41 2.15 3.20 5/266 843462
/proc/meminfo: memFree=129070644/131524600 swapFree=131071996/131071996
[pid=843439] ppid=843433 vsize=168032 memory=107452 CPUtime=6.27 cores=5,7
/proc/843439/stat : 843439 (fscip) S 843433 843439 843378 0 -1 1077936128 38545 0 0 0 623 4 0 0 20 0 3 0 160403706 172064768 26863 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
/proc/843439/statm: 42008 26863 2910 3032 0 31549 0
[pid=843439/tid=843455] ppid=843433 vsize=168032 memory=0 CPUtime=6.2 cores=5,7
/proc/843439/task/843455/stat : 843455 (fscip) R 843433 843439 843378 0 -1 4194368 32465 0 0 0 617 3 0 0 20 0 3 0 160403712 172064768 26863 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
[pid=843439/tid=843459] ppid=843433 vsize=168032 memory=12304 CPUtime=0 cores=5,7
/proc/843439/task/843459/stat : 843459 (fscip) S 843433 843439 843378 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 3 0 160403713 172064768 26863 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 168032 KiB
Current children cumulated memory: 107452 KiB

[startup+12.7002 s]
/proc/loadavg: 1.70 2.19 3.21 5/266 843462
/proc/meminfo: memFree=128946040/131524600 swapFree=131071996/131071996
[pid=843439] ppid=843433 vsize=184372 memory=131096 CPUtime=12.66 cores=5,7
/proc/843439/stat : 843439 (fscip) S 843433 843439 843378 0 -1 1077936128 63843 0 0 0 1259 7 0 0 20 0 3 0 160403706 188796928 32774 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
/proc/843439/statm: 46093 32774 2910 3032 0 38317 0
[pid=843439/tid=843455] ppid=843433 vsize=184372 memory=12304 CPUtime=12.58 cores=5,7
/proc/843439/task/843455/stat : 843455 (fscip) R 843433 843439 843378 0 -1 4194368 57725 0 0 0 1253 5 0 0 20 0 3 0 160403712 188796928 32774 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
[pid=843439/tid=843459] ppid=843433 vsize=184372 memory=75892 CPUtime=0 cores=5,7
/proc/843439/task/843459/stat : 843459 (fscip) S 843433 843439 843378 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 3 0 160403713 188796928 32774 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 184372 KiB
Current children cumulated memory: 131096 KiB

[startup+25.5002 s]
/proc/loadavg: 2.21 2.28 3.22 5/266 843465
/proc/meminfo: memFree=128936148/131524600 swapFree=131071996/131071996
[pid=843439] ppid=843433 vsize=184372 memory=131416 CPUtime=25.42 cores=5,7
/proc/843439/stat : 843439 (fscip) S 843433 843439 843378 0 -1 1077936128 80430 0 0 0 2535 7 0 0 20 0 3 0 160403706 188796928 32854 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
/proc/843439/statm: 46093 32854 2958 3032 0 38317 0
[pid=843439/tid=843455] ppid=843433 vsize=184372 memory=12304 CPUtime=25.35 cores=5,7
/proc/843439/task/843455/stat : 843455 (fscip) R 843433 843439 843378 0 -1 4194368 74242 0 0 0 2529 6 0 0 20 0 3 0 160403712 188796928 32854 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
[pid=843439/tid=843459] ppid=843433 vsize=184372 memory=131416 CPUtime=0 cores=5,7
/proc/843439/task/843459/stat : 843459 (fscip) S 843433 843439 843378 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 3 0 160403713 188796928 32854 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 184372 KiB
Current children cumulated memory: 131416 KiB

[startup+51.106 s]
/proc/loadavg: 2.90 2.44 3.25 5/266 843468
/proc/meminfo: memFree=128718260/131524600 swapFree=131071996/131071996
[pid=843439] ppid=843433 vsize=283428 memory=185072 CPUtime=50.96 cores=5,7
/proc/843439/stat : 843439 (fscip) S 843433 843439 843378 0 -1 1077936128 153668 0 0 0 5083 13 0 0 20 0 3 0 160403706 290230272 46268 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
/proc/843439/statm: 70857 46268 2958 3032 0 53041 0
[pid=843439/tid=843455] ppid=843433 vsize=283428 memory=5628 CPUtime=50.89 cores=5,7
/proc/843439/task/843455/stat : 843455 (fscip) R 843433 843439 843378 0 -1 4194368 146668 0 0 0 5077 12 0 0 20 0 3 0 160403712 290230272 46268 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
[pid=843439/tid=843459] ppid=843433 vsize=283428 memory=165828 CPUtime=0 cores=5,7
/proc/843439/task/843459/stat : 843459 (fscip) S 843433 843439 843378 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 3 0 160403713 290230272 46268 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 283428 KiB
Current children cumulated memory: 185072 KiB

[startup+102.3 s]
/proc/loadavg: 3.66 2.71 3.30 5/268 843646
/proc/meminfo: memFree=128614788/131524600 swapFree=131071996/131071996
[pid=843439] ppid=843433 vsize=282832 memory=220368 CPUtime=102.03 cores=5,7
/proc/843439/stat : 843439 (fscip) S 843433 843439 843378 0 -1 1077936128 262268 0 0 0 10184 19 0 0 20 0 3 0 160403706 289619968 55092 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
/proc/843439/statm: 70708 55092 2958 3032 0 62632 0
[pid=843439/tid=843455] ppid=843433 vsize=282832 memory=219352 CPUtime=101.96 cores=5,7
/proc/843439/task/843455/stat : 843455 (fscip) R 843433 843439 843378 0 -1 4194368 254115 0 0 0 10178 18 0 0 20 0 3 0 160403712 289619968 55092 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
[pid=843439/tid=843459] ppid=843433 vsize=282832 memory=12304 CPUtime=0 cores=5,7
/proc/843439/task/843459/stat : 843459 (fscip) S 843433 843439 843378 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 160403713 289619968 55092 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 282832 KiB
Current children cumulated memory: 220368 KiB

[startup+162.3 s]
/proc/loadavg: 3.88 2.95 3.35 5/268 843657
/proc/meminfo: memFree=128511132/131524600 swapFree=131071996/131071996
[pid=843439] ppid=843433 vsize=348928 memory=280292 CPUtime=161.88 cores=5,7
/proc/843439/stat : 843439 (fscip) S 843433 843439 843378 0 -1 1077936128 347200 0 0 0 16161 27 0 0 20 0 3 0 160403706 357302272 70073 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
/proc/843439/statm: 87232 70073 2958 3032 0 78499 0
[pid=843439/tid=843455] ppid=843433 vsize=348928 memory=231048 CPUtime=161.8 cores=5,7
/proc/843439/task/843455/stat : 843455 (fscip) R 843433 843439 843378 0 -1 4194368 338985 0 0 0 16155 25 0 0 20 0 3 0 160403712 357302272 70073 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
[pid=843439/tid=843459] ppid=843433 vsize=348928 memory=6720663242437508721 CPUtime=0 cores=5,7
/proc/843439/task/843459/stat : 843459 (fscip) S 843433 843439 843378 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 3 0 160403713 357302272 70073 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 348928 KiB

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

/proc/843439/statm: 171645 157811 2958 3032 0 161802 0
[pid=843439/tid=843455] ppid=843433 vsize=686580 memory=631244 CPUtime=3393.1 cores=5,7
/proc/843439/task/843455/stat : 843455 (fscip) R 843433 843439 843378 0 -1 4194368 1095885 0 0 0 339214 96 0 0 20 0 3 0 160403712 703057920 157811 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
[pid=843439/tid=843459] ppid=843433 vsize=686580 memory=631244 CPUtime=0.02 cores=5,7
/proc/843439/task/843459/stat : 843459 (fscip) S 843433 843439 843378 0 -1 1077936192 174 0 0 0 1 1 0 0 20 0 3 0 160403713 703057920 157811 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
Current children cumulated CPU time: 3393.34 s
Current children cumulated vsize: 686580 KiB
Current children cumulated memory: 631244 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.13 4.10 5/264 844886
/proc/meminfo: memFree=126996448/131524600 swapFree=131071996/131071996
[pid=843439] ppid=843433 vsize=686580 memory=631244 CPUtime=3453.17 cores=5,7
/proc/843439/stat : 843439 (fscip) S 843433 843439 843378 0 -1 1077936128 1113728 0 0 0 345214 103 0 0 20 0 3 0 160403706 703057920 157811 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
/proc/843439/statm: 171645 157811 2958 3032 0 161802 0
[pid=843439/tid=843455] ppid=843433 vsize=686580 memory=631244 CPUtime=3452.92 cores=5,7
/proc/843439/task/843455/stat : 843455 (fscip) R 843433 843439 843378 0 -1 4194368 1104462 0 0 0 345196 96 0 0 20 0 3 0 160403712 703057920 157811 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
[pid=843439/tid=843459] ppid=843433 vsize=686580 memory=-5155633680935826750 CPUtime=0.02 cores=5,7
/proc/843439/task/843459/stat : 843459 (fscip) S 843433 843439 843378 0 -1 1077936192 176 0 0 0 1 1 0 0 20 0 3 0 160403713 703057920 157811 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
Current children cumulated CPU time: 3453.17 s
Current children cumulated vsize: 686580 KiB
Current children cumulated memory: 631244 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/265 845279
/proc/meminfo: memFree=126996068/131524600 swapFree=131071996/131071996
[pid=843439] ppid=843433 vsize=686580 memory=631244 CPUtime=3512.99 cores=5,7
/proc/843439/stat : 843439 (fscip) S 843433 843439 843378 0 -1 1077936128 1122644 0 0 0 351195 104 0 0 20 0 3 0 160403706 703057920 157811 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
/proc/843439/statm: 171645 157811 2958 3032 0 161802 0
[pid=843439/tid=843455] ppid=843433 vsize=686580 memory=12304 CPUtime=3512.74 cores=5,7
/proc/843439/task/843455/stat : 843455 (fscip) R 843433 843439 843378 0 -1 4194368 1113360 0 0 0 351177 97 0 0 20 0 3 0 160403712 703057920 157811 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
[pid=843439/tid=843459] ppid=843433 vsize=686580 memory=631244 CPUtime=0.02 cores=5,7
/proc/843439/task/843459/stat : 843459 (fscip) S 843433 843439 843378 0 -1 1077936192 178 0 0 0 1 1 0 0 20 0 3 0 160403713 703057920 157811 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
Current children cumulated CPU time: 3512.99 s
Current children cumulated vsize: 686580 KiB
Current children cumulated memory: 631244 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/264 845290
/proc/meminfo: memFree=126992656/131524600 swapFree=131071996/131071996
[pid=843439] ppid=843433 vsize=686580 memory=634108 CPUtime=3572.82 cores=5,7
/proc/843439/stat : 843439 (fscip) S 843433 843439 843378 0 -1 1077936128 1132295 0 0 0 357177 105 0 0 20 0 3 0 160403706 703057920 158527 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
/proc/843439/statm: 171645 158527 2958 3032 0 161802 0
[pid=843439/tid=843455] ppid=843433 vsize=686580 memory=6720663242437508721 CPUtime=3572.56 cores=5,7
/proc/843439/task/843455/stat : 843455 (fscip) R 843433 843439 843378 0 -1 4194368 1122994 0 0 0 357158 98 0 0 20 0 3 0 160403712 703057920 158527 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
[pid=843439/tid=843459] ppid=843433 vsize=686580 memory=43312 CPUtime=0.02 cores=5,7
/proc/843439/task/843459/stat : 843459 (fscip) S 843433 843439 843378 0 -1 1077936192 180 0 0 0 1 1 0 0 20 0 3 0 160403713 703057920 158527 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
Current children cumulated CPU time: 3572.82 s
Current children cumulated vsize: 686580 KiB
Current children cumulated memory: 634108 KiB

[startup+3600.05 s]
# the end of solver process 843439 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3589.46 s, system=1.06722 s

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

[startup+3584 s]*
/proc/loadavg: 4.15 4.12 4.09 5/264 845291
/proc/meminfo: memFree=126991284/131524600 swapFree=131071996/131071996
[pid=843439] ppid=843433 vsize=686580 memory=635332 CPUtime=3574.52 cores=5,7
/proc/843439/stat : 843439 (fscip) S 843433 843439 843378 0 -1 1077936128 1132335 0 0 0 357347 105 0 0 20 0 3 0 160403706 703057920 158833 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
/proc/843439/statm: 171645 158833 2958 3032 0 161802 0
[pid=843439/tid=843455] ppid=843433 vsize=686580 memory=6720666540972392041 CPUtime=3574.26 cores=5,7
/proc/843439/task/843455/stat : 843455 (fscip) R 843433 843439 843378 0 -1 4194368 1123034 0 0 0 357328 98 0 0 20 0 3 0 160403712 703057920 158833 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
[pid=843439/tid=843459] ppid=843433 vsize=686580 memory=-7377590697578618494 CPUtime=0.02 cores=5,7
/proc/843439/task/843459/stat : 843459 (fscip) S 843433 843439 843378 0 -1 1077936192 180 0 0 0 1 1 0 0 20 0 3 0 160403713 703057920 158833 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
Current children cumulated CPU time: 3574.52 s
Current children cumulated vsize: 686580 KiB
Current children cumulated memory: 635332 KiB

[startup+3590.4 s]
/proc/loadavg: 4.21 4.14 4.10 5/264 845291
/proc/meminfo: memFree=126991288/131524600 swapFree=131071996/131071996
[pid=843439] ppid=843433 vsize=686580 memory=635332 CPUtime=3580.89 cores=5,7
/proc/843439/stat : 843439 (fscip) S 843433 843439 843378 0 -1 1077936128 1132349 0 0 0 357984 105 0 0 20 0 3 0 160403706 703057920 158833 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
/proc/843439/statm: 171645 158833 2958 3032 0 161802 0
[pid=843439/tid=843455] ppid=843433 vsize=686580 memory=634108 CPUtime=3580.64 cores=5,7
/proc/843439/task/843455/stat : 843455 (fscip) R 843433 843439 843378 0 -1 4194368 1123048 0 0 0 357966 98 0 0 20 0 3 0 160403712 703057920 158833 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
[pid=843439/tid=843459] ppid=843433 vsize=686580 memory=635332 CPUtime=0.02 cores=5,7
/proc/843439/task/843459/stat : 843459 (fscip) S 843433 843439 843378 0 -1 1077936192 180 0 0 0 1 1 0 0 20 0 3 0 160403713 703057920 158833 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
Current children cumulated CPU time: 3580.89 s
Current children cumulated vsize: 686580 KiB
Current children cumulated memory: 635332 KiB

[startup+3596.8 s]
/proc/loadavg: 4.19 4.13 4.10 5/264 845293
/proc/meminfo: memFree=126991184/131524600 swapFree=131071996/131071996
[pid=843439] ppid=843433 vsize=686580 memory=635332 CPUtime=3587.27 cores=5,7
/proc/843439/stat : 843439 (fscip) S 843433 843439 843378 0 -1 1077936128 1133215 0 0 0 358622 105 0 0 20 0 3 0 160403706 703057920 158833 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
/proc/843439/statm: 171645 158833 2958 3032 0 161802 0
[pid=843439/tid=843455] ppid=843433 vsize=686580 memory=635332 CPUtime=3587.02 cores=5,7
/proc/843439/task/843455/stat : 843455 (fscip) R 843433 843439 843378 0 -1 4194368 1123911 0 0 0 358604 98 0 0 20 0 3 0 160403712 703057920 158833 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
[pid=843439/tid=843459] ppid=843433 vsize=686580 memory=635332 CPUtime=0.02 cores=5,7
/proc/843439/task/843459/stat : 843459 (fscip) S 843433 843439 843378 0 -1 1077936192 182 0 0 0 1 1 0 0 20 0 3 0 160403713 703057920 158833 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
Current children cumulated CPU time: 3587.27 s
Current children cumulated vsize: 686580 KiB
Current children cumulated memory: 635332 KiB

[startup+3598.4 s]
/proc/loadavg: 4.19 4.13 4.10 5/264 845293
/proc/meminfo: memFree=126991192/131524600 swapFree=131071996/131071996
[pid=843439] ppid=843433 vsize=686580 memory=635332 CPUtime=3588.87 cores=5,7
/proc/843439/stat : 843439 (fscip) S 843433 843439 843378 0 -1 1077936128 1133228 0 0 0 358782 105 0 0 20 0 3 0 160403706 703057920 158833 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
/proc/843439/statm: 171645 158833 2958 3032 0 161802 0
[pid=843439/tid=843455] ppid=843433 vsize=686580 memory=4880 CPUtime=3588.61 cores=5,7
/proc/843439/task/843455/stat : 843455 (fscip) R 843433 843439 843378 0 -1 4194368 1123924 0 0 0 358763 98 0 0 20 0 3 0 160403712 703057920 158833 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
[pid=843439/tid=843459] ppid=843433 vsize=686580 memory=635332 CPUtime=0.02 cores=5,7
/proc/843439/task/843459/stat : 843459 (fscip) S 843433 843439 843378 0 -1 1077936192 182 0 0 0 1 1 0 0 20 0 3 0 160403713 703057920 158833 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
Current children cumulated CPU time: 3588.87 s
Current children cumulated vsize: 686580 KiB
Current children cumulated memory: 635332 KiB

[startup+3599.2 s]
/proc/loadavg: 4.19 4.13 4.10 5/264 845293
/proc/meminfo: memFree=126991156/131524600 swapFree=131071996/131071996
[pid=843439] ppid=843433 vsize=686580 memory=635332 CPUtime=3589.67 cores=5,7
/proc/843439/stat : 843439 (fscip) S 843433 843439 843378 0 -1 1077936128 1133229 0 0 0 358862 105 0 0 20 0 3 0 160403706 703057920 158833 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
/proc/843439/statm: 171645 158833 2958 3032 0 161802 0
[pid=843439/tid=843455] ppid=843433 vsize=686580 memory=43312 CPUtime=3589.41 cores=5,7
/proc/843439/task/843455/stat : 843455 (fscip) R 843433 843439 843378 0 -1 4194368 1123925 0 0 0 358843 98 0 0 20 0 3 0 160403712 703057920 158833 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
[pid=843439/tid=843459] ppid=843433 vsize=686580 memory=13124 CPUtime=0.02 cores=5,7
/proc/843439/task/843459/stat : 843459 (fscip) S 843433 843439 843378 0 -1 1077936192 182 0 0 0 1 1 0 0 20 0 3 0 160403713 703057920 158833 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
Current children cumulated CPU time: 3589.67 s
Current children cumulated vsize: 686580 KiB
Current children cumulated memory: 635332 KiB

[startup+3599.6 s]
/proc/loadavg: 4.19 4.13 4.10 5/264 845293
/proc/meminfo: memFree=126991156/131524600 swapFree=131071996/131071996
[pid=843439] ppid=843433 vsize=686580 memory=635332 CPUtime=3590.06 cores=5,7
/proc/843439/stat : 843439 (fscip) S 843433 843439 843378 0 -1 1077936128 1133229 0 0 0 358901 105 0 0 20 0 3 0 160403706 703057920 158833 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
/proc/843439/statm: 171645 158833 2958 3032 0 161802 0
[pid=843439/tid=843455] ppid=843433 vsize=686580 memory=1852 CPUtime=3589.81 cores=5,7
/proc/843439/task/843455/stat : 843455 (fscip) R 843433 843439 843378 0 -1 4194368 1123925 0 0 0 358883 98 0 0 20 0 3 0 160403712 703057920 158833 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
[pid=843439/tid=843459] ppid=843433 vsize=686580 memory=30448 CPUtime=0.02 cores=5,7
/proc/843439/task/843459/stat : 843459 (fscip) S 843433 843439 843378 0 -1 1077936192 182 0 0 0 1 1 0 0 20 0 3 0 160403713 703057920 158833 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
Current children cumulated CPU time: 3590.06 s
Current children cumulated vsize: 686580 KiB
Current children cumulated memory: 635332 KiB

[startup+3600 s]*
/proc/loadavg: 4.18 4.13 4.10 5/264 845293
/proc/meminfo: memFree=126991220/131524600 swapFree=131071996/131071996
[pid=843439] ppid=843433 vsize=686580 memory=635332 CPUtime=3590.47 cores=5,7
/proc/843439/stat : 843439 (fscip) R 843433 843439 843378 0 -1 1077936128 1133325 0 0 0 358942 105 0 0 20 0 3 0 160403706 703057920 158833 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
/proc/843439/statm: 171645 158833 2958 3032 0 161802 0
[pid=843439/tid=843455] ppid=843433 vsize=686580 memory=6720666540972392041 CPUtime=3590.21 cores=5,7
/proc/843439/task/843455/stat : 843455 (fscip) R 843433 843439 843378 0 -1 4194368 1124021 0 0 0 358923 98 0 0 20 0 3 0 160403712 703057920 158833 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
[pid=843439/tid=843459] ppid=843433 vsize=686580 memory=20848 CPUtime=0.02 cores=5,7
/proc/843439/task/843459/stat : 843459 (fscip) S 843433 843439 843378 0 -1 1077936192 182 0 0 0 1 1 0 0 20 0 3 0 160403713 703057920 158833 134679101440 4194304 16613245 140728258434160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 34238464 140728258442261 140728258442377 140728258442377 140728258449392 0
Current children cumulated CPU time: 3590.47 s
Current children cumulated vsize: 686580 KiB
Current children cumulated memory: 635332 KiB

Child status: 0

Real time (s): 3600.05
CPU time (s): 3590.53
CPU user time (s): 3589.46
CPU system time (s): 1.06722
CPU usage (%): 99.7354
Max. virtual memory (cumulated for all children) (KiB): 687600
Max. memory (cumulated for all children) (KiB): 635332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.46
system time used= 1.06722
maximum resident set size= 635332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1134893
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= 9378
involuntary context switches= 1789


# summary of solver processes directly reported to runsolver:
#   pid: 843439
#   total CPU time (s): 3590.53
#   total CPU user time (s): 3589.46
#   total CPU system time (s): 1.06722

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.01828 second user time and 16.4333 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-16 00:27:05
IDJOB=4434655
IDBENCH=147531
IDSOLVER=3064
FILE ID=nodeC018/4434655-1721082413
RUNJOBID= nodeC018-1721082425-843391
SLURM_JOB_ID= 7505562
Free space on /tmp= 890084 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_1.opb.PB06.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434655-1721082413/watcher-4434655-1721082413 -o /tmp/evaluation-result-4434655-1721082413/solver-4434655-1721082413 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721082425-843391 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4434655-1721082413.opb -qsol -t 3600 -sth 1

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= f429a5cb74c34761160471c7897bca93
RANDOM SEED=475558305

nodeC018.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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3585.841
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.52
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3629.863
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3487.762
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.52
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3358.989
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3477.744
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.52
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3339.352
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3595.201
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.52
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3661.866
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129518572 kB
MemAvailable:   129781608 kB
Buffers:          367840 kB
Cached:           737548 kB
SwapCached:            0 kB
Active:           661608 kB
Inactive:         761852 kB
Active(anon):       1440 kB
Inactive(anon):   354672 kB
Active(file):     660168 kB
Inactive(file):   407180 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            112776 kB
Writeback:             8 kB
AnonPages:        316552 kB
Mapped:           105408 kB
Shmem:             37720 kB
KReclaimable:      71024 kB
Slab:             176852 kB
SReclaimable:      71024 kB
SUnreclaim:       105828 kB
KernelStack:        3856 kB
PageTables:         9480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     738056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60704 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 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:      232148 kB
DirectMap2M:    16318464 kB
DirectMap1G:    119537664 kB

Free space on /tmp at the end= 889972 MiB
End job on nodeC018 at 2024-07-16 01:27:05