Trace number 4426946

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 2024-07-02MSAT 3589.97 3600.37

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
spot5/normalized-spot5-1407_wcsp.wbo
MD5SUM1d8b1e0defd9ae59134635ae9ca4f432
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark459570
Best CPU time to get the best result obtained on this benchmark3600.11
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3412
Total number of constraints38047
Number of soft constraints36990
Number of constraints which are clauses36990
Number of constraints which are cardinality constraints (but not clauses)1057
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 635869
Min constraint cost 1
Max constraint cost 635869
Sum of constraints costs 22849316645
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.20/0.25	c Default LC presolving (default).
0.20/0.25	c ** Before presolving: virtualMemUsedAtLc = 249559155, getVmSize() = 171835392, SCIPgetMemUsed() = 136371473, SCIPgetMemTotal() = 143214937, SCIPgetMemExternEstim() = 106344218
0.20/0.25	c ** set memory limit for presolving in LC to 8.79602e+12 for SCIP **
46.64/46.86	c ** Estimated virtualMemUsedAtSolver = 294437838, getVmSize() = 466563072, SCIPgetMemUsed() = 253802107, SCIPgetMemTotal() = 335312539, SCIPgetMemExternEstim() = 106344218
46.64/46.86	c ** set memory limit for solvers to 4.39804e+12 for each SCIP **
46.64/46.86	c Original Problem   :
46.64/46.86	c   Problem name     : instance-4426946-1720906859
46.64/46.86	c   Variables        : 40402 (40402 binary, 0 integer, 0 implicit integer, 0 continuous)
46.64/46.86	c   Constraints      : 75038
46.64/46.86	c   Objective sense  : minimize
46.64/46.86	c Presolved Problem  :
46.64/46.86	c   Variables        : 3459 (3459 binary, 0 integer, 0 implicit integer, 0 continuous)
46.64/46.86	c   Constraints      : 35456
46.64/46.86	c Constraints        : Number
46.64/46.86	c   setppc           : 29007 
46.64/46.86	c   linear           : 563 
46.64/46.86	c   logicor          : 5564 
46.64/46.86	c   indicator        : 322 
46.64/46.86	c ** Instance transfer method used: 0
46.75/46.91	c ** ParaScipInstance copy does not increase the number of variables. **
46.75/46.96	c LC is working with racing ramp-up and with rebuilding tree after racing.
46.75/46.96	c                                Nodes    Active                                            
46.75/46.96	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
273.39/274.20	c *     274              0           1         1      515597.0000                -          -
273.39/274.20	c       274              0           1         1      515597.0000                -          -
273.50/274.34	c *     274              0           1         1      507592.0000                -          -
274.39/275.24	c *     275              0           1         1      498598.0000                -          -
297.53/298.47	c       298              2           1         1      498598.0000      444588.1991     12.15%
303.12/304.06	c       304              9           8         1      498598.0000      445535.2442     11.91%
309.20/310.18	c       310             18          17         1      498598.0000      445833.3593     11.84%
314.68/315.65	c       316             24          23         1      498598.0000      446063.0220     11.78%
321.87/322.84	c       323             29          28         1      498598.0000      446063.0220     11.78%
327.16/328.16	c       328             34          33         1      498598.0000      446063.0220     11.78%
332.14/333.16	c       333             40          39         1      498598.0000      446063.0220     11.78%
337.92/338.91	c       339             47          46         1      498598.0000      446147.3371     11.76%
343.81/344.84	c       345             54          53         1      498598.0000      446147.3371     11.76%
349.69/350.72	c       351             61          60         1      498598.0000      446147.3371     11.76%
355.47/356.54	c       357             66          65         1      498598.0000      446147.3371     11.76%
360.46/361.56	c       362             71          70         1      498598.0000      446147.3371     11.76%
365.34/366.48	c *     366             77          76         1      479608.0000      446147.3371      7.50%
365.45/366.57	c *     367             77          76         1      479607.0000      446147.3371      7.50%
365.75/366.83	c       367             82          81         1      479607.0000      446147.3371      7.50%
369.04/370.17	c *     370             92          91         1      477593.0000      446147.3371      7.05%
369.54/370.68	c *     371             92          91         1      477591.0000      446147.3371      7.05%
370.73/371.88	c *     372            101         100         1      473599.0000      446147.3371      6.15%
370.73/371.88	c       372            101         100         1      473599.0000      446147.3371      6.15%
370.83/371.97	c *     372            107         106         1      471599.0000      446147.3371      5.70%
379.61/380.77	c       381            161         152         1      471599.0000      446147.3371      5.70%
385.29/386.47	c       386            187         176         1      471599.0000      446214.2078      5.69%
390.99/392.12	c       392            226         201         1      471599.0000      446214.2078      5.69%
396.27/397.42	c       397            251         224         1      471599.0000      446414.8871      5.64%
402.15/403.38	c       403            278         245         1      471599.0000      446528.2610      5.61%
407.94/409.16	c       409            305         264         1      471599.0000      446528.2610      5.61%
408.73/409.92	c *     410            305         264         1      471590.0000      446528.2610      5.61%
413.22/414.44	c       414            322         277         1      471590.0000      446789.0259      5.55%
419.71/420.98	c       421            338         293         1      471590.0000      446789.0259      5.55%
426.89/428.17	c       428            378         333         1      471590.0000      446789.0259      5.55%
432.17/433.47	c       433            412         367         1      471590.0000      446789.0259      5.55%
437.96/439.25	c       439            448         403         1      471590.0000      446789.0259      5.55%
443.94/445.26	c       445            499         454         1      471590.0000      446789.0259      5.55%
445.74/447.09	c *     447            506         461         1      469576.0000      446789.0259      5.10%
449.43/450.72	c       451            525         427         1      469576.0000      446789.0259      5.10%
450.92/452.21	c *     452            533         435         1      467603.0000      446789.0259      4.66%
451.52/452.86	c *     453            533         435         1      467595.0000      446789.0259      4.66%
455.51/456.80	c       457            562         419         1      467595.0000      446789.0259      4.66%
460.50/461.84	c       462            587         444         1      467595.0000      446789.0259      4.66%
466.38/467.76	c       468            632         487         1      467595.0000      446789.0259      4.66%
466.88/468.24	c *     468            632         487         1      465594.0000      446789.0259      4.21%
472.06/473.49	c       473            667         419         1      465594.0000      446999.9704      4.16%
479.14/480.51	c       481            704         442         1      465594.0000      446999.9704      4.16%
479.55/480.91	c *     481            704         442         1      463590.0000      446999.9704      3.71%
484.83/486.22	c *     486            745         384         1      461653.0000      446999.9704      3.28%
484.83/486.22	c       486            745         384         1      461653.0000      446999.9704      3.28%
485.03/486.42	c *     486            745         384         1      461651.0000      446999.9704      3.28%
485.23/486.67	c *     487            745         384         1      461640.0000      446999.9704      3.28%
485.73/487.16	c *     487            757         311         1      461627.0000      446999.9704      3.27%
485.83/487.27	c *     487            757         311         1      461615.0000      446999.9704      3.27%
486.23/487.65	c *     488            757         311         1      461608.0000      446999.9704      3.27%
486.63/488.05	c *     488            780         333         1      461602.0000      446999.9704      3.27%
486.63/488.07	c *     488            780         333         1      461601.0000      446999.9704      3.27%
486.73/488.20	c *     488            780         333         1      461583.0000      446999.9704      3.26%
487.92/489.31	c *     489            835         341         1      461582.0000      446999.9704      3.26%
490.52/491.98	c       492            986         373         1      461582.0000      446999.9704      3.26%
495.61/497.04	c       497           1106         403         1      461582.0000      447132.9525      3.23%
500.69/502.12	c       502           1180         413         1      461582.0000      447132.9525      3.23%
506.16/507.60	c       508           1360         421         1      461582.0000      447262.4646      3.20%
511.75/513.20	c       513           1453         442         1      461582.0000      447389.6781      3.17%
517.34/518.83	c       519           1603         466         1      461582.0000      447456.8500      3.16%
523.32/524.80	c       525           1777         482         1      461582.0000      447467.2859      3.15%
528.80/530.36	c       530           1862         489         1      461582.0000      447655.9740      3.11%
535.88/537.41	c       537           1967         506         1      461582.0000      447767.6759      3.09%
541.16/542.76	c       543           2026         519         1      461582.0000      447780.8512      3.08%
546.85/548.47	c       548           2140         535         1      461582.0000      447780.8645      3.08%
552.14/553.73	c       554           2252         539         1      461582.0000      447790.1791      3.08%
559.42/561.02	c       561           2356         547         1      461582.0000      447862.0815      3.06%
564.90/566.56	c       567           2453         564         1      461582.0000      448047.0364      3.02%
579.86/581.50	c       582           2533           1         1      461582.0000      450982.7309      2.35%
586.24/587.90	c       588           2549          17         1      461582.0000      451280.5382      2.28%
596.72/598.47	c       598           2567          35         1      461582.0000      451285.6606      2.28%
603.19/604.91	c       605           2583          51         1      461582.0000      451285.6606      2.28%
608.77/610.57	c       611           2611          77         1      461582.0000      451392.2553      2.26%
614.76/616.55	c       617           2676         130         1      461582.0000      451473.5026      2.24%
620.25/622.06	c       622           2720         146         1      461582.0000      451473.5026      2.24%
626.33/628.16	c       628           2779         167         1      461582.0000      451982.8939      2.12%
631.82/633.60	c       634           2817         185         1      461582.0000      451982.8939      2.12%
636.90/638.71	c       639           2853         199         1      461582.0000      451988.7048      2.12%
642.68/644.50	c       644           2915         215         1      461582.0000      451988.7048      2.12%
647.97/649.86	c       650           2963         219         1      461582.0000      451988.7048      2.12%
653.06/654.96	c       655           3003         225         1      461582.0000      451988.7048      2.12%
659.54/661.43	c       661           3031         231         1      461582.0000      452019.9331      2.12%
665.03/666.91	c       667           3066         240         1      461582.0000      452048.4763      2.11%
671.01/672.99	c       673           3107         249         1      461582.0000      452221.9165      2.07%
676.98/678.97	c       679           3160         270         1      461582.0000      452284.7218      2.06%
682.07/684.03	c       684           3201         275         1      461582.0000      452284.7218      2.06%
693.83/695.85	c       696           3256         288         1      461582.0000      452284.7218      2.06%
699.03/701.09	c       701           3323         317         1      461582.0000      452432.6389      2.02%
704.21/706.29	c       706           3376         358         1      461582.0000      452432.6389      2.02%
710.59/712.62	c       713           3416         380         1      461582.0000      452445.8803      2.02%
716.57/718.69	c       719           3468         402         1      461582.0000      452476.7950      2.01%
721.97/724.08	c       724           3531         419         1      461582.0000      452587.5045      1.99%
727.45/729.53	c       730           3608         422         1      461582.0000      452587.5045      1.99%
733.13/735.25	c       735           3683         427         1      461582.0000      452624.3011      1.98%
739.21/741.30	c       741           3749         469         1      461582.0000      452646.2044      1.97%
744.20/746.31	c       746           3801         497         1      461582.0000      452664.7903      1.97%
749.58/751.78	c       752           3874         532         1      461582.0000      452664.7903      1.97%
756.46/758.69	c       759           3961         561         1      461582.0000      452671.7763      1.97%
762.15/764.37	c       764           4045         585         1      461582.0000      452686.1350      1.97%
767.73/769.91	c       770           4136         602         1      461582.0000      452686.1350      1.97%
773.01/775.23	c       775           4198         628         1      461582.0000      452785.7742      1.94%
778.10/780.37	c       780           4274         650         1      461582.0000      452789.1886      1.94%
783.39/785.66	c       786           4373         653         1      461582.0000      452789.1886      1.94%
791.46/793.70	c       794           4412         668         1      461582.0000      452801.0857      1.94%
796.45/798.72	c       799           4493         697         1      461582.0000      452865.5248      1.92%
801.94/804.29	c       804           4513         709         1      461582.0000      452865.5248      1.92%
807.72/810.03	c       810           4525         721         1      461582.0000      452865.5248      1.92%
808.92/811.23	c *     811           4528         724         1      461579.0000      452865.5248      1.92%
808.92/811.25	c *     811           4528         724         1      461578.0000      452865.5248      1.92%
811.41/813.72	c *     814           4538         732         1      461575.0000      452865.5248      1.92%
811.51/813.82	c *     814           4538         732         1      461573.0000      452865.5248      1.92%
813.51/815.81	c       816           4570         727         1      461573.0000      452865.5248      1.92%
819.39/821.74	c       822           4737         758         1      461573.0000      452909.5284      1.91%
824.68/827.06	c       827           4824         766         1      461573.0000      453030.8077      1.89%
829.96/832.38	c       832           5063         781         1      461573.0000      453067.1536      1.88%
835.14/837.56	c       838           5116         791         1      461573.0000      453085.6712      1.87%
841.03/843.41	c       843           5273         820         1      461573.0000      453118.2012      1.87%
846.31/848.74	c       849           5533         832         1      461573.0000      453136.7764      1.86%
852.09/854.53	c       855           5723         879         1      461573.0000      453159.9926      1.86%
856.28/858.77	c *     859           5831         889         1      461572.0000      453189.1810      1.85%
857.98/860.49	c       860           5882         896         1      461572.0000      453189.1810      1.85%
863.26/865.72	c       866           6118         910         1      461572.0000      453189.1810      1.85%
868.55/871.02	c       871           6303         939         1      461572.0000      453242.3454      1.84%
873.63/876.11	c       876           6483         963         1      461572.0000      453299.3874      1.82%
879.01/881.55	c       882           6583         985         1      461572.0000      453309.3025      1.82%
884.40/886.97	c       887           6717        1001         1      461572.0000      453387.5832      1.81%
889.78/892.32	c       892           6953        1023         1      461572.0000      453439.5097      1.79%
894.76/897.36	c       897           7173        1043         1      461572.0000      453454.4029      1.79%
900.65/903.22	c       903           7504        1062         1      461572.0000      453587.5469      1.76%
910.93/913.56	c       914           7624        1082         1      461572.0000      453640.0622      1.75%
916.01/918.61	c       919           7878        1102         1      461572.0000      453640.5230      1.75%
921.00/923.62	c       924           8043        1127         1      461572.0000      453717.6551      1.73%
926.08/928.72	c       929           8183        1157         1      461572.0000      453789.5054      1.72%
931.66/934.33	c       934           8363        1191         1      461572.0000      453806.4308      1.71%
937.65/940.34	c       940           8530        1222         1      461572.0000      453868.8627      1.70%
943.03/945.76	c       946           8853        1235         1      461572.0000      453943.1779      1.68%
948.32/951.03	c       951           9135        1271         1      461572.0000      453953.9859      1.68%
953.50/956.27	c       956           9353        1302         1      461572.0000      453995.4200      1.67%
958.58/961.37	c       961           9573        1324         1      461572.0000      454010.6140      1.67%
964.07/966.88	c       967           9743        1344         1      461572.0000      454035.3627      1.66%
969.55/972.37	c       972           9993        1366         1      461572.0000      454073.7604      1.65%
974.83/977.66	c       978          10241        1378         1      461572.0000      454087.4785      1.65%
980.52/983.31	c       983          10551        1422         1      461572.0000      454097.3430      1.65%
985.90/988.77	c       989          10873        1434         1      461572.0000      454102.3801      1.64%
991.20/994.01	c       994          11132        1447         1      461572.0000      454129.0974      1.64%
996.37/999.21	c       999          11436        1475         1      461572.0000      454136.6027      1.64%
1001.46/1004.40	c      1004          11753        1480         1      461572.0000      454139.9052      1.64%
1007.25/1010.13	c      1010          11955        1500         1      461572.0000      454144.1522      1.64%
1012.93/1015.86	c      1016          12192        1507         1      461572.0000      454145.4855      1.64%
1018.21/1021.19	c      1021          12459        1528         1      461572.0000      454149.1514      1.63%
1023.69/1026.63	c      1027          12641        1528         1      461572.0000      454149.1514      1.63%
1029.38/1032.37	c      1032          12921        1538         1      461572.0000      454149.6299      1.63%
1035.17/1038.14	c      1038          13110        1597         1      461572.0000      454151.5353      1.63%
1040.54/1043.53	c      1044          13364        1635         1      461572.0000      454153.1203      1.63%
1045.84/1048.82	c      1049          13543        1658         1      461572.0000      454166.5447      1.63%
1051.22/1054.20	c      1054          13727        1672         1      461572.0000      454169.4730      1.63%
1056.70/1059.74	c      1060          13874        1693         1      461572.0000      454171.3193      1.63%
1062.18/1065.23	c      1065          14064        1715         1      461572.0000      454174.3133      1.63%
1067.67/1070.74	c      1071          14313        1746         1      461572.0000      454187.2021      1.63%
1073.45/1076.54	c      1077          14653        1750         1      461572.0000      454203.5695      1.62%
1079.24/1082.34	c      1082          14933        1776         1      461572.0000      454225.5708      1.62%
1085.02/1088.17	c      1088          15337        1806         1      461572.0000      454228.4903      1.62%
1090.60/1093.75	c      1094          15621        1828         1      461572.0000      454261.6270      1.61%
1095.89/1099.04	c      1099          15966        1845         1      461572.0000      454282.0261      1.60%
1101.57/1104.74	c      1105          16246        1881         1      461572.0000      454296.8254      1.60%
1107.05/1110.20	c      1110          16495        1891         1      461572.0000      454318.4952      1.60%
1112.84/1116.06	c      1116          16778        1910         1      461572.0000      454354.5859      1.59%
1118.02/1121.26	c      1121          16993        1911         1      461572.0000      454376.6856      1.58%
1123.70/1126.94	c      1127          17259        1939         1      461572.0000      454386.4960      1.58%
1128.89/1132.11	c      1132          17603        1927         1      461572.0000      454392.1223      1.58%
1134.27/1137.53	c      1138          17805        1943         1      461572.0000      454401.2574      1.58%
1139.55/1142.85	c      1143          18070        1960         1      461572.0000      454406.3810      1.58%
1144.75/1148.09	c      1148          18283        1987         1      461572.0000      454422.0106      1.57%
1150.53/1153.89	c      1154          18353        1995         1      461572.0000      454422.0106      1.57%
1155.82/1159.18	c      1159          18623        2019         1      461572.0000      454430.4153      1.57%
1161.20/1164.55	c      1165          18884        2052         1      461572.0000      454464.4206      1.56%
1166.98/1170.38	c      1170          19235        2087         1      461572.0000      454472.2790      1.56%
1172.96/1176.39	c      1176          19504        2122         1      461572.0000      454479.4738      1.56%
1178.05/1181.44	c      1181          19873        2155         1      461572.0000      454483.8859      1.56%
1183.13/1186.51	c      1187          20153        2171         1      461572.0000      454486.0406      1.56%
1188.72/1192.18	c      1192          20423        2185         1      461572.0000      454493.9546      1.56%
1194.60/1198.00	c      1198          20816        2176         1      461572.0000      454499.5022      1.56%
1201.58/1205.09	c      1205          20945        2191         1      461572.0000      454499.8731      1.56%
1207.16/1210.70	c      1211          21183        2217         1      461572.0000      454503.0754      1.56%
1212.95/1216.42	c      1216          21312        2238         1      461572.0000      454509.4408      1.55%
1218.53/1222.09	c      1222          21653        2259         1      461572.0000      454512.8679      1.55%
1224.52/1228.02	c      1228          21922        2288         1      461572.0000      454529.2317      1.55%
1229.50/1233.03	c      1233          22201        2311         1      461572.0000      454534.2152      1.55%
1234.68/1238.28	c      1238          22399        2321         1      461572.0000      454536.5491      1.55%
1239.76/1243.38	c      1243          22703        2341         1      461572.0000      454550.9943      1.54%
1245.15/1248.73	c      1249          23113        2331         1      461572.0000      454554.6908      1.54%
1250.93/1254.56	c      1255          23337        2351         1      461572.0000      454571.4528      1.54%
1256.52/1260.16	c      1260          23673        2373         1      461572.0000      454596.4930      1.53%
1261.69/1265.35	c      1265          23863        2397         1      461572.0000      454608.6802      1.53%
1266.78/1270.44	c      1270          24223        2421         1      461572.0000      454615.7392      1.53%
1271.96/1275.69	c      1276          24603        2431         1      461572.0000      454620.3192      1.53%
1277.54/1281.29	c      1281          25095        2463         1      461572.0000      454622.2370      1.53%
1282.93/1286.67	c      1287          25443        2485         1      461572.0000      454629.4921      1.53%
1288.81/1292.51	c      1293          25857        2511         1      461572.0000      454637.6038      1.53%
1294.49/1298.27	c      1298          26113        2499         1      461572.0000      454642.4409      1.52%
1300.07/1303.86	c      1304          26293        2519         1      461572.0000      454646.2504      1.52%
1306.15/1309.95	c      1310          26440        2530         1      461572.0000      454656.1027      1.52%
1311.94/1315.79	c      1316          26763        2549         1      461572.0000      454665.4991      1.52%
1317.72/1321.58	c      1322          26906        2568         1      461572.0000      454674.3263      1.52%
1323.50/1327.39	c      1327          27113        2589         1      461572.0000      454687.2021      1.51%
1328.90/1332.70	c      1333          27290        2608         1      461572.0000      454687.3010      1.51%
1333.88/1337.79	c      1338          27537        2613         1      461572.0000      454689.0808      1.51%
1339.86/1343.75	c      1344          27771        2639         1      461572.0000      454698.5937      1.51%
1345.45/1349.36	c      1349          28013        2667         1      461572.0000      454706.5022      1.51%
1351.52/1355.42	c      1355          28269        2699         1      461572.0000      454714.7608      1.51%
1356.51/1360.44	c      1360          28493        2705         1      461572.0000      454740.5676      1.50%
1362.89/1366.83	c      1367          28743        2721         1      461572.0000      454742.0865      1.50%
1368.47/1372.40	c      1372          29023        2731         1      461572.0000      454752.1338      1.50%
1373.96/1377.93	c      1378          29317        2751         1      461572.0000      454762.6114      1.50%
1379.14/1383.18	c      1383          29607        2757         1      461572.0000      454773.0079      1.50%
1385.02/1389.08	c      1389          29909        2783         1      461572.0000      454777.7123      1.49%
1390.60/1394.69	c      1395          30079        2799         1      461572.0000      454794.8287      1.49%
1395.78/1399.82	c      1400          30439        2831         1      461572.0000      454795.5983      1.49%
1401.07/1405.11	c      1405          30868        2844         1      461572.0000      454797.7573      1.49%
1406.75/1410.80	c      1411          31171        2855         1      461572.0000      454802.8852      1.49%
1412.53/1416.65	c      1417          31449        2883         1      461572.0000      454811.4855      1.49%
1418.11/1422.22	c      1422          31843        2905         1      461572.0000      454818.9907      1.48%
1424.50/1428.66	c      1429          32095        2917         1      461572.0000      454829.7602      1.48%
1430.18/1434.36	c      1434          32463        2941         1      461572.0000      454830.4692      1.48%
1435.36/1439.52	c      1440          32804        2958         1      461572.0000      454833.8108      1.48%
1440.55/1444.72	c      1445          33326        2968         1      461572.0000      454838.2162      1.48%
1446.04/1450.29	c      1450          33712        2980         1      461572.0000      454846.4935      1.48%
1451.82/1456.07	c      1456          34233        3013         1      461572.0000      454852.8586      1.48%
1457.60/1461.82	c      1462          34308        3022         1      461572.0000      454857.2904      1.48%
1463.08/1467.38	c      1467          34514        3044         1      461572.0000      454864.8047      1.47%
1469.07/1473.31	c      1473          34845        3075         1      461572.0000      454869.5289      1.47%
1474.15/1478.47	c      1478          35146        3078         1      461572.0000      454872.7303      1.47%
1479.54/1483.84	c      1484          35463        3097         1      461572.0000      454876.8981      1.47%
1485.41/1489.79	c      1490          35822        3112         1      461572.0000      454885.5967      1.47%
1491.10/1495.41	c      1495          36109        3139         1      461572.0000      454891.7850      1.47%
1496.88/1501.24	c      1501          36427        3167         1      461572.0000      454897.9505      1.47%
1502.17/1506.51	c      1507          36686        3184         1      461572.0000      454907.3249      1.47%
1508.06/1512.46	c      1512          36975        3203         1      461572.0000      454915.0539      1.46%
1513.24/1517.66	c      1518          37223        3221         1      461572.0000      454921.5705      1.46%
1518.22/1522.68	c      1523          37455        3243         1      461572.0000      454929.1645      1.46%
1524.20/1528.61	c      1529          37704        3280         1      461572.0000      454935.5759      1.46%
1529.99/1534.48	c      1534          38178        3276         1      461572.0000      454935.8845      1.46%
1535.17/1539.68	c      1540          38583        3277         1      461572.0000      454944.8966      1.46%
1540.35/1544.80	c      1545          38883        3291         1      461572.0000      454956.0264      1.45%
1545.35/1549.84	c      1550          39143        3313         1      461572.0000      454963.4262      1.45%
1550.93/1555.44	c      1555          39393        3347         1      461572.0000      454973.5186      1.45%
1556.81/1561.33	c      1561          39710        3370         1      461572.0000      454974.9622      1.45%
1562.49/1567.00	c      1567          40115        3393         1      461572.0000      454975.3431      1.45%
1567.77/1572.40	c      1572          40493        3405         1      461572.0000      454987.4206      1.45%
1573.16/1577.74	c      1578          40797        3429         1      461572.0000      454996.5218      1.45%
1579.03/1583.64	c      1584          41135        3447         1      461572.0000      455009.7248      1.44%
1584.13/1588.77	c      1589          41513        3445         1      461572.0000      455013.2615      1.44%
1589.61/1594.22	c      1594          41903        3455         1      461572.0000      455021.6546      1.44%
1595.09/1599.75	c      1600          42291        3473         1      461572.0000      455032.6202      1.44%
1600.87/1605.56	c      1606          42863        3509         1      461572.0000      455045.9644      1.43%
1606.06/1610.77	c      1611          43073        3511         1      461572.0000      455055.9271      1.43%
1611.24/1615.91	c      1616          43183        3503         1      461572.0000      455067.4003      1.43%
1616.73/1621.42	c      1621          43283        3511         1      461572.0000      455072.0558      1.43%
1622.02/1626.77	c      1627          43493        3529         1      461572.0000      455074.3996      1.43%
1627.30/1632.08	c      1632          43934        3564         1      461572.0000      455077.3097      1.43%
1632.48/1637.28	c      1637          44257        3595         1      461572.0000      455091.6584      1.42%
1638.06/1642.84	c      1643          44653        3607         1      461572.0000      455096.8430      1.42%
1644.94/1649.75	c      1650          44718        3618         1      461572.0000      455097.0945      1.42%
1650.24/1655.05	c      1655          45095        3653         1      461572.0000      455097.8430      1.42%
1655.72/1660.53	c      1661          45513        3659         1      461572.0000      455098.9259      1.42%
1661.20/1666.04	c      1666          45846        3676         1      461572.0000      455100.7494      1.42%
1666.39/1671.29	c      1671          46243        3677         1      461572.0000      455102.6763      1.42%
1672.18/1677.07	c      1677          46403        3687         1      461572.0000      455108.0630      1.42%
1677.75/1682.60	c      1683          46743        3715         1      461572.0000      455112.6982      1.42%
1683.03/1687.96	c      1688          47073        3713         1      461572.0000      455114.3012      1.42%
1688.23/1693.14	c      1693          47353        3733         1      461572.0000      455114.8807      1.42%
1693.51/1698.40	c      1698          47553        3747         1      461572.0000      455118.8767      1.42%
1698.59/1703.54	c      1704          47751        3775         1      461572.0000      455122.3981      1.42%
1709.46/1714.46	c      1714          48037        3809         1      461572.0000      455129.0639      1.42%
1715.35/1720.36	c      1720          48305        3845         1      461572.0000      455131.4952      1.42%
1720.33/1725.36	c      1725          48553        3851         1      461572.0000      455134.8397      1.41%
1726.02/1731.00	c      1731          48846        3872         1      461572.0000      455138.9456      1.41%
1731.29/1736.40	c      1736          49037        3873         1      461572.0000      455140.3321      1.41%
1737.28/1742.39	c      1742          49431        3915         1      461572.0000      455141.3646      1.41%
1742.46/1747.59	c      1748          49744        3930         1      461572.0000      455145.4855      1.41%
1747.75/1752.86	c      1753          49923        3961         1      461572.0000      455146.9192      1.41%
1753.03/1758.11	c      1758          50223        4001         1      461572.0000      455149.4117      1.41%
1758.41/1763.56	c      1764          50645        4027         1      461572.0000      455151.2327      1.41%
1763.91/1769.00	c      1769          51022        4032         1      461572.0000      455153.1203      1.41%
1769.78/1774.93	c      1775          51333        4033         1      461572.0000      455158.1422      1.41%
1775.06/1780.22	c      1780          51743        4045         1      461572.0000      455160.4310      1.41%
1780.75/1785.90	c      1786          51933        4061         1      461572.0000      455163.3457      1.41%
1785.84/1791.08	c      1791          52313        4085         1      461572.0000      455166.3975      1.41%
1791.41/1796.67	c      1797          52647        4103         1      461572.0000      455173.7559      1.41%
1797.30/1802.54	c      1803          53066        4116         1      461572.0000      455177.1881      1.40%
1802.38/1807.69	c      1808          53326        4146         1      461572.0000      455178.7538      1.40%
1808.37/1813.67	c      1814          53594        4168         1      461572.0000      455183.0318      1.40%
1813.86/1819.12	c      1819          53909        4189         1      461572.0000      455184.6983      1.40%
1819.84/1825.17	c      1825          54321        4205         1      461572.0000      455188.6998      1.40%
1824.92/1830.21	c      1830          54614        4210         1      461572.0000      455192.7473      1.40%
1830.20/1835.52	c      1836          54933        4215         1      461572.0000      455200.4961      1.40%
1835.29/1840.68	c      1841          55076        4224         1      461572.0000      455204.0568      1.40%
1841.27/1846.66	c      1847          55341        4241         1      461572.0000      455207.0373      1.40%
1846.56/1851.96	c      1852          55653        4277         1      461572.0000      455209.5604      1.40%
1851.94/1857.33	c      1857          55956        4299         1      461572.0000      455211.9953      1.40%
1857.82/1863.29	c      1863          56392        4309         1      461572.0000      455216.6271      1.40%
1863.30/1868.71	c      1869          56740        4343         1      461572.0000      455228.7811      1.39%
1868.59/1874.03	c      1874          57193        4344         1      461572.0000      455234.6885      1.39%
1873.68/1879.13	c      1879          57562        4351         1      461572.0000      455239.7557      1.39%
1878.96/1884.45	c      1884          57716        4359         1      461572.0000      455239.7557      1.39%
1884.65/1890.17	c      1890          58040        4373         1      461572.0000      455243.6930      1.39%
1889.73/1895.25	c      1895          58213        4390         1      461572.0000      455243.7798      1.39%
1895.71/1901.22	c      1901          58469        4418         1      461572.0000      455248.9623      1.39%
1900.89/1906.43	c      1906          58853        4432         1      461572.0000      455261.5763      1.39%
1906.28/1911.86	c      1912          59223        4454         1      461572.0000      455265.9338      1.39%
1911.66/1917.24	c      1917          59405        4486         1      461572.0000      455272.8305      1.38%
1918.94/1924.54	c      1925          59688        4513         1      461572.0000      455279.4681      1.38%
1924.42/1930.03	c      1930          60023        4536         1      461572.0000      455285.5466      1.38%
1929.81/1935.43	c      1935          60443        4552         1      461572.0000      455289.0648      1.38%
1934.99/1940.66	c      1941          60859        4572         1      461572.0000      455289.5648      1.38%
1940.38/1946.03	c      1946          61131        4566         1      461572.0000      455293.2483      1.38%
1945.66/1951.39	c      1951          61433        4592         1      461572.0000      455296.6577      1.38%
1951.24/1956.99	c      1957          61763        4604         1      461572.0000      455300.4835      1.38%
1956.73/1962.49	c      1962          62086        4619         1      461572.0000      455308.2708      1.38%
1961.81/1967.55	c      1968          62403        4648         1      461572.0000      455312.3907      1.37%
1967.30/1973.07	c      1973          62803        4658         1      461572.0000      455315.3780      1.37%
1972.78/1978.51	c      1979          63104        4679         1      461572.0000      455318.6009      1.37%
1978.16/1983.91	c      1984          63533        4714         1      461572.0000      455324.8419      1.37%
1983.85/1989.62	c      1990          63993        4720         1      461572.0000      455334.4069      1.37%
1989.73/1995.58	c      1996          64463        4732         1      461572.0000      455336.4374      1.37%
1995.22/2001.06	c      2001          64666        4733         1      461572.0000      455346.5372      1.37%
2000.59/2006.45	c      2006          65056        4751         1      461572.0000      455348.3999      1.37%
2006.07/2011.96	c      2012          65354        4769         1      461572.0000      455355.4171      1.37%
2012.06/2017.96	c      2018          65634        4799         1      461572.0000      455362.3997      1.36%
2017.15/2023.10	c      2023          65997        4816         1      461572.0000      455366.0156      1.36%
2023.02/2028.96	c      2029          66348        4849         1      461572.0000      455373.1481      1.36%
2028.12/2034.09	c      2034          66552        4869         1      461572.0000      455377.6413      1.36%
2033.20/2039.12	c      2039          66803        4902         1      461572.0000      455384.3579      1.36%
2039.08/2045.01	c      2045          67142        4917         1      461572.0000      455387.7780      1.36%
2044.96/2050.99	c      2051          67663        4920         1      461572.0000      455397.3031      1.36%
2050.15/2056.16	c      2056          67883        4932         1      461572.0000      455400.6537      1.36%
2055.62/2061.65	c      2062          67963        4932         1      461572.0000      455403.9836      1.35%
2060.71/2066.78	c      2067          67973        4942         1      461572.0000      455403.9836      1.35%
2064.51/2070.51	c *    2071          67979        4948         1      460627.0000      455403.9836      1.15%
2065.20/2071.23	c *    2071          67979        4948         1      460603.0000      455403.9836      1.14%
2066.60/2072.60	c      2073          67987        4047         1      460603.0000      455403.9836      1.14%
2068.49/2074.58	c *    2075          67989        4049         1      460598.0000      455403.9836      1.14%
2069.00/2075.05	c *    2075          67989        4049         1      460594.0000      455403.9836      1.14%
2071.68/2077.72	c *    2078          67995        4054         1      460592.0000      455403.9836      1.14%
2071.68/2077.72	c      2078          67995        4054         1      460592.0000      455403.9836      1.14%
2072.09/2078.14	c *    2078          67995        4054         1      460588.0000      455403.9836      1.14%
2076.98/2083.09	c *    2083          68014        4070         1      460581.0000      455403.9836      1.14%
2076.98/2083.09	c      2083          68014        4070         1      460581.0000      455403.9836      1.14%
2077.18/2083.22	c *    2083          68014        4070         1      460579.0000      455403.9836      1.14%
2080.17/2086.23	c *    2086          68065        4080         1      460578.0000      455403.9836      1.14%
2082.36/2088.47	c      2088          68179        4079         1      460578.0000      455405.1533      1.14%
2084.85/2090.91	c *    2091          68302        4080         1      460573.0000      455405.1533      1.13%
2088.05/2094.15	c      2094          68368        4069         1      460573.0000      455407.2008      1.13%
2093.03/2099.11	c *    2099          68503        4105         1      460572.0000      455408.5107      1.13%
2093.72/2099.80	c      2100          68541        4074         1      460572.0000      455408.5107      1.13%
2098.81/2104.94	c      2105          68793        4133         1      460572.0000      455410.2614      1.13%
2104.00/2110.10	c      2110          69173        4169         1      460572.0000      455415.7137      1.13%
2109.18/2115.33	c      2115          69423        4183         1      460572.0000      455421.0106      1.13%
2114.27/2120.41	c      2120          69711        4207         1      460572.0000      455423.2493      1.13%
2119.35/2125.56	c      2126          70070        4222         1      460572.0000      455427.9800      1.13%
2124.84/2131.05	c      2131          70513        4227         1      460572.0000      455431.8883      1.13%
2129.92/2136.13	c      2136          70829        4231         1      460572.0000      455435.5644      1.13%
2135.70/2141.93	c      2142          71200        4236         1      460572.0000      455440.4769      1.13%
2141.28/2147.59	c      2148          71660        4226         1      460572.0000      455450.3335      1.12%
2146.77/2153.08	c      2153          72143        4259         1      460572.0000      455457.3382      1.12%
2151.76/2158.09	c      2158          72473        4263         1      460572.0000      455459.7838      1.12%
2157.03/2163.38	c      2163          72893        4305         1      460572.0000      455468.8977      1.12%
2162.32/2168.68	c      2169          73343        4293         1      460572.0000      455475.2644      1.12%
2167.81/2174.13	c      2174          73723        4293         1      460572.0000      455476.1289      1.12%
2173.49/2179.87	c      2180          74023        4317         1      460572.0000      455479.9987      1.12%
2178.57/2184.92	c      2185          74390        4350         1      460572.0000      455482.0485      1.12%
2183.96/2190.37	c      2190          74630        4370         1      460572.0000      455490.2558      1.12%
2189.74/2196.11	c      2196          75253        4359         1      460572.0000      455495.5922      1.11%
2195.42/2201.88	c      2202          75682        4374         1      460572.0000      455504.5648      1.11%
2200.80/2207.22	c      2207          76083        4389         1      460572.0000      455512.3155      1.11%
2205.99/2212.44	c      2212          76433        4407         1      460572.0000      455516.5901      1.11%
2211.18/2217.64	c      2218          76663        4433         1      460572.0000      455525.4947      1.11%
2216.86/2223.37	c      2223          77106        4454         1      460572.0000      455527.6877      1.11%
2222.04/2228.55	c      2229          77413        4481         1      460572.0000      455540.1628      1.10%
2227.63/2234.17	c      2234          78000        4502         1      460572.0000      455544.1894      1.10%
2233.01/2239.55	c      2240          78503        4503         1      460572.0000      455559.1268      1.10%
2238.20/2244.75	c      2245          78833        4529         1      460572.0000      455566.0021      1.10%
2243.58/2250.18	c      2250          79193        4533         1      460572.0000      455568.5931      1.10%
2249.17/2255.74	c      2256          79603        4543         1      460572.0000      455575.5725      1.10%
2254.25/2260.86	c      2261          80043        4575         1      460572.0000      455584.0759      1.09%
2259.44/2266.09	c      2266          80493        4595         1      460572.0000      455587.2910      1.09%
2262.12/2268.79	c *    2269          80623        4589         1      459634.0000      455587.5230      0.89%
2262.23/2268.89	c *    2269          80623        4589         1      459633.0000      455587.5230      0.89%
2262.44/2269.00	c *    2269          80623        4589         1      459631.0000      455587.5230      0.89%
2262.93/2269.57	c *    2270          80623        4589         1      459614.0000      455587.5230      0.88%
2265.43/2272.07	c      2272          80641        3502         1      459614.0000      455587.5230      0.88%
2269.81/2276.47	c *    2276          80662        3523         1      459605.0000      455587.5230      0.88%
2270.11/2276.79	c *    2277          80662        3523         1      459599.0000      455587.5230      0.88%
2270.31/2276.98	c *    2277          80662        3523         1      459597.0000      455587.5230      0.88%
2270.31/2276.99	c *    2277          80662        3523         1      459590.0000      455587.5230      0.88%
2270.81/2277.40	c      2277          80672        3506         1      459590.0000      455587.5230      0.88%
2270.91/2277.58	c *    2278          80672        3506         1      459588.0000      455587.5230      0.88%
2271.21/2277.85	c *    2278          80672        3506         1      459587.0000      455587.5230      0.88%
2271.31/2277.96	c *    2278          80672        3506         1      459586.0000      455587.5230      0.88%
2271.51/2278.14	c *    2278          80672        3506         1      459585.0000      455587.5230      0.88%
2273.80/2280.48	c *    2280          80733        3510         1      459584.0000      455590.0662      0.88%
2275.50/2282.14	c *    2282          80836        3511         1      459582.0000      455590.0939      0.88%
2276.00/2282.68	c      2283          80853        3513         1      459582.0000      455590.4550      0.88%
2280.58/2287.25	c *    2287          81013        3529         1      459581.0000      455595.8750      0.87%
2281.08/2287.72	c      2288          81051        3529         1      459581.0000      455595.8750      0.87%
2286.86/2293.50	c      2294          81342        3534         1      459581.0000      455596.3430      0.87%
2289.95/2296.67	c *    2297          81488        3546         1      459580.0000      455598.2642      0.87%
2292.05/2298.79	c      2299          81619        3542         1      459580.0000      455598.8324      0.87%
2297.73/2304.41	c      2304          81867        3556         1      459580.0000      455602.2430      0.87%
2303.32/2310.07	c      2310          82202        3565         1      459580.0000      455603.8932      0.87%
2308.49/2315.25	c      2315          82479        3578         1      459580.0000      455605.2738      0.87%
2314.17/2320.96	c      2321          82765        3588         1      459580.0000      455608.3899      0.87%
2316.16/2322.95	c *    2323          82833        3588         1      459573.0000      455608.3899      0.87%
2319.65/2326.41	c      2326          82927        3562         1      459573.0000      455612.1602      0.87%
2325.23/2332.03	c      2332          83075        3568         1      459573.0000      455621.2601      0.87%
2331.32/2338.14	c      2338          83197        3578         1      459573.0000      455624.5878      0.87%
2336.39/2343.26	c      2343          83343        3584         1      459573.0000      455629.0743      0.87%
2341.77/2348.64	c      2349          83523        3600         1      459573.0000      455633.7989      0.86%
2346.95/2353.85	c      2354          83693        3608         1      459573.0000      455639.3384      0.86%
2353.04/2359.90	c      2360          83916        3625         1      459573.0000      455641.5704      0.86%
2358.01/2364.95	c      2365          84093        3630         1      459573.0000      455642.3084      0.86%
2363.40/2370.35	c      2370          84327        3632         1      459573.0000      455642.4751      0.86%
2368.48/2375.48	c      2375          84525        3636         1      459573.0000      455642.8084      0.86%
2373.95/2380.99	c      2381          84713        3650         1      459573.0000      455644.3131      0.86%
2379.43/2386.44	c      2386          84873        3662         1      459573.0000      455646.1520      0.86%
2384.82/2391.88	c      2392          85073        3662         1      459573.0000      455652.7758      0.86%
2390.60/2397.69	c      2398          85343        3674         1      459573.0000      455656.2581      0.86%
2395.88/2402.94	c      2403          85556        3685         1      459573.0000      455660.3810      0.86%
2401.96/2409.05	c      2409          85792        3693         1      459573.0000      455660.4830      0.86%
2407.84/2414.93	c      2415          86014        3701         1      459573.0000      455661.0126      0.86%
2412.82/2419.95	c      2420          86243        3704         1      459573.0000      455661.8552      0.86%
2418.69/2425.80	c      2426          86558        3711         1      459573.0000      455662.9045      0.86%
2423.78/2430.92	c      2431          86828        3719         1      459573.0000      455663.8551      0.86%
2428.87/2436.04	c      2436          86992        3721         1      459573.0000      455664.2989      0.86%
2434.54/2441.75	c      2442          87164        3737         1      459573.0000      455668.4277      0.86%
2440.12/2447.31	c      2447          87393        3750         1      459573.0000      455674.2461      0.86%
2445.10/2452.37	c      2452          87573        3772         1      459573.0000      455674.5024      0.86%
2450.69/2457.99	c      2458          87818        3785         1      459573.0000      455675.5450      0.86%
2455.97/2463.29	c      2463          88015        3783         1      459573.0000      455676.1863      0.86%
2461.15/2468.41	c      2468          88203        3787         1      459573.0000      455678.3097      0.85%
2466.73/2474.05	c      2474          88463        3799         1      459573.0000      455682.8491      0.85%
2472.21/2479.56	c      2480          88701        3813         1      459573.0000      455690.4159      0.85%
2478.19/2485.57	c      2486          88932        3814         1      459573.0000      455695.5678      0.85%
2483.27/2490.62	c      2491          89136        3822         1      459573.0000      455699.0103      0.85%
2488.45/2495.85	c      2496          89335        3821         1      459573.0000      455704.0637      0.85%
2493.83/2501.29	c      2501          89603        3827         1      459573.0000      455708.9005      0.85%
2499.11/2506.50	c      2506          89863        3839         1      459573.0000      455711.8254      0.85%
2504.99/2512.49	c      2512          90078        3850         1      459573.0000      455712.9413      0.85%
2510.17/2517.64	c      2518          90333        3851         1      459573.0000      455716.8341      0.85%
2515.35/2522.83	c      2523          90509        3867         1      459573.0000      455718.0965      0.85%
2520.73/2528.26	c      2528          90724        3876         1      459573.0000      455720.9438      0.85%
2526.21/2533.71	c      2534          90943        3881         1      459573.0000      455725.3017      0.84%
2531.60/2539.19	c      2539          91185        3889         1      459573.0000      455727.8759      0.84%
2537.37/2544.98	c      2545          91434        3894         1      459573.0000      455729.8804      0.84%
2543.25/2550.89	c      2551          91655        3899         1      459573.0000      455731.1515      0.84%
2548.94/2556.50	c      2557          91914        3908         1      459573.0000      455733.3807      0.84%
2554.32/2561.99	c      2562          92101        3905         1      459573.0000      455734.4373      0.84%
2559.71/2567.37	c      2567          92365        3919         1      459573.0000      455738.0508      0.84%
2565.19/2572.85	c      2573          92646        3936         1      459573.0000      455740.4148      0.84%
2571.17/2578.81	c      2579          92887        3935         1      459573.0000      455743.9764      0.84%
2576.47/2584.11	c      2584          93116        3952         1      459573.0000      455749.9629      0.84%
2581.54/2589.22	c      2589          93313        3957         1      459573.0000      455752.1492      0.84%
2587.43/2595.15	c      2595          93543        3981         1      459573.0000      455755.8024      0.84%
2593.12/2600.87	c      2601          93773        3997         1      459573.0000      455763.9117      0.84%
2598.31/2606.09	c      2606          93993        4007         1      459573.0000      455769.8430      0.83%
2603.49/2611.29	c      2611          94193        4011         1      459573.0000      455774.4834      0.83%
2608.67/2616.46	c      2616          94453        4031         1      459573.0000      455777.4753      0.83%
2614.45/2622.21	c      2622          94735        4045         1      459573.0000      455778.7249      0.83%
2620.04/2627.86	c      2628          94990        4042         1      459573.0000      455787.2696      0.83%
2625.23/2633.08	c      2633          95193        4059         1      459573.0000      455789.5648      0.83%
2630.81/2638.60	c      2639          95413        4057         1      459573.0000      455793.8094      0.83%
2636.00/2643.89	c      2644          95603        4071         1      459573.0000      455798.1589      0.83%
2641.18/2649.05	c      2649          95819        4081         1      459573.0000      455798.2056      0.83%
2646.37/2654.23	c      2654          96050        4096         1      459573.0000      455802.0783      0.83%
2651.85/2659.74	c      2660          96323        4105         1      459573.0000      455805.4988      0.83%
2657.64/2665.54	c      2666          96564        4118         1      459573.0000      455808.7177      0.83%
2663.02/2670.96	c      2671          96762        4132         1      459573.0000      455812.1522      0.83%
2668.31/2676.28	c      2676          96983        4145         1      459573.0000      455814.2808      0.82%
2673.49/2681.43	c      2681          97260        4150         1      459573.0000      455815.3129      0.82%
2679.37/2687.30	c      2687          97467        4163         1      459573.0000      455817.4467      0.82%
2684.97/2692.98	c      2693          97683        4167         1      459573.0000      455817.7025      0.82%
2690.75/2698.78	c      2699          97999        4161         1      459573.0000      455818.2453      0.82%
2696.33/2704.31	c      2704          98214        4174         1      459573.0000      455819.0666      0.82%
2701.62/2709.65	c      2710          98397        4183         1      459573.0000      455821.6956      0.82%
2707.60/2715.67	c      2716          98744        4182         1      459573.0000      455823.5878      0.82%
2713.18/2721.27	c      2721          98933        4183         1      459573.0000      455827.7968      0.82%
2718.47/2726.51	c      2727          99263        4169         1      459573.0000      455833.4787      0.82%
2724.06/2732.11	c      2732          99500        4194         1      459573.0000      455837.4621      0.82%
2729.05/2737.13	c      2737          99732        4202         1      459573.0000      455838.2162      0.82%
2734.33/2742.45	c      2742         100003        4203         1      459573.0000      455841.3253      0.82%
2739.51/2747.62	c      2748         100283        4211         1      459573.0000      455846.0871      0.82%
2744.60/2752.71	c      2753         100483        4221         1      459573.0000      455847.4778      0.82%
2750.48/2758.61	c      2759         100738        4224         1      459573.0000      455848.6277      0.82%
2756.27/2764.48	c      2764         101028        4240         1      459573.0000      455852.7948      0.82%
2761.56/2769.75	c      2770         101303        4237         1      459573.0000      455857.8171      0.81%
2767.04/2775.24	c      2775         101583        4243         1      459573.0000      455860.8650      0.81%
2772.02/2780.25	c      2780         101703        4237         1      459573.0000      455864.1703      0.81%
2777.61/2785.86	c      2786         101861        4253         1      459573.0000      455869.4237      0.81%
2782.90/2791.17	c      2791         102113        4255         1      459573.0000      455873.3573      0.81%
2787.89/2796.18	c      2796         102292        4276         1      459573.0000      455873.8015      0.81%
2793.36/2801.64	c      2802         102486        4280         1      459573.0000      455876.6047      0.81%
2799.05/2807.37	c      2807         102681        4283         1      459573.0000      455877.9591      0.81%
2804.84/2813.13	c      2813         102849        4285         1      459573.0000      455878.0823      0.81%
2810.62/2818.92	c      2819         103013        4293         1      459573.0000      455881.0224      0.81%
2816.50/2824.82	c      2825         103206        4296         1      459573.0000      455883.4552      0.81%
2821.79/2830.18	c      2830         103409        4295         1      459573.0000      455884.7854      0.81%
2827.87/2836.20	c      2836         103610        4306         1      459573.0000      455891.1785      0.81%
2832.85/2841.26	c      2841         103790        4300         1      459573.0000      455892.9334      0.81%
2838.15/2846.58	c      2847         103963        4309         1      459573.0000      455893.5208      0.81%
2843.33/2851.74	c      2852         104093        4317         1      459573.0000      455897.5742      0.81%
2849.02/2857.46	c      2857         104202        4326         1      459573.0000      455903.0111      0.80%
2854.50/2862.97	c      2863         104361        4339         1      459573.0000      455911.2309      0.80%
2860.29/2868.78	c      2869         104620        4342         1      459573.0000      455912.3226      0.80%
2865.68/2874.15	c      2874         104803        4347         1      459573.0000      455914.9237      0.80%
2871.66/2880.13	c      2880         104952        4354         1      459573.0000      455916.6109      0.80%
2877.14/2885.63	c      2886         105173        4365         1      459573.0000      455917.8826      0.80%
2882.63/2891.12	c      2891         105353        4373         1      459573.0000      455923.4911      0.80%
2887.81/2896.37	c      2896         105530        4390         1      459573.0000      455926.5263      0.80%
2893.29/2901.89	c      2902         105711        4405         1      459573.0000      455928.1413      0.80%
2898.98/2907.59	c      2908         105944        4409         1      459573.0000      455931.5712      0.80%
2905.07/2913.62	c      2914         106156        4413         1      459573.0000      455934.1008      0.80%
2910.05/2918.65	c      2919         106270        4421         1      459573.0000      455938.3319      0.80%
2915.94/2924.59	c      2925         106442        4423         1      459573.0000      455943.1234      0.80%
2920.92/2929.59	c      2930         106563        4434         1      459573.0000      455948.6501      0.79%
2926.71/2935.33	c      2935         106745        4442         1      459573.0000      455949.6663      0.79%
2932.40/2941.10	c      2941         106919        4448         1      459573.0000      455951.9859      0.79%
2937.57/2946.26	c      2946         107073        4452         1      459573.0000      455953.4859      0.79%
2943.37/2952.06	c      2952         107244        4451         1      459573.0000      455954.1561      0.79%
2949.05/2957.79	c      2958         107388        4455         1      459573.0000      455961.7788      0.79%
2954.34/2963.00	c      2963         107573        4462         1      459573.0000      455963.3357      0.79%
2959.52/2968.26	c      2968         107756        4469         1      459573.0000      455964.0605      0.79%
2964.90/2973.68	c      2974         107923        4468         1      459573.0000      455967.4040      0.79%
2970.59/2979.36	c      2979         108073        4478         1      459573.0000      455969.1951      0.79%
2975.67/2984.44	c      2984         108251        4476         1      459573.0000      455972.1035      0.79%
2980.76/2989.50	c      2990         108453        4492         1      459573.0000      455975.3318      0.79%
2986.05/2994.87	c      2995         108636        4497         1      459573.0000      455976.3893      0.79%
2991.13/2999.95	c      3000         108823        4498         1      459573.0000      455976.8304      0.79%
2996.33/3005.13	c      3005         108983        4506         1      459573.0000      455980.7747      0.79%
3002.00/3010.80	c      3011         109178        4511         1      459573.0000      455981.6141      0.79%
3007.99/3016.87	c      3017         109409        4516         1      459573.0000      455981.7376      0.79%
3013.07/3021.95	c      3022         109582        4515         1      459573.0000      455982.3947      0.79%
3018.16/3027.04	c      3027         109821        4516         1      459573.0000      455982.3947      0.79%
3023.45/3032.35	c      3032         110033        4518         1      459573.0000      455984.4211      0.79%
3029.13/3038.06	c      3038         110239        4522         1      459573.0000      455985.2875      0.79%
3034.22/3043.17	c      3043         110403        4530         1      459573.0000      455987.7134      0.79%
3039.50/3048.45	c      3048         110600        4537         1      459573.0000      455993.7389      0.78%
3045.09/3054.07	c      3054         110825        4546         1      459573.0000      455993.9099      0.78%
3050.27/3059.24	c      3059         111003        4564         1      459573.0000      455994.8413      0.78%
3055.36/3064.35	c      3064         111213        4568         1      459573.0000      455995.1191      0.78%
3060.34/3069.39	c      3069         111403        4576         1      459573.0000      455995.4334      0.78%
3065.73/3074.70	c      3075         111639        4582         1      459573.0000      455995.6191      0.78%
3070.81/3079.85	c      3080         111815        4594         1      459573.0000      456001.8196      0.78%
3076.41/3085.48	c      3085         112033        4596         1      459573.0000      456004.2397      0.78%
3082.10/3091.14	c      3091         112178        4615         1      459573.0000      456007.8049      0.78%
3087.37/3096.40	c      3096         112313        4618         1      459573.0000      456009.2567      0.78%
3092.76/3101.84	c      3102         112532        4619         1      459573.0000      456012.3160      0.78%
3098.54/3107.63	c      3108         112743        4618         1      459573.0000      456013.7014      0.78%
3103.63/3112.70	c      3113         112909        4624         1      459573.0000      456018.8180      0.78%
3109.42/3118.58	c      3119         113093        4632         1      459573.0000      456023.3276      0.78%
3114.90/3124.01	c      3124         113302        4647         1      459573.0000      456023.3276      0.78%
3119.89/3129.09	c      3129         113496        4649         1      459573.0000      456023.8662      0.78%
3125.07/3134.22	c      3134         113643        4654         1      459573.0000      456024.8746      0.78%
3130.16/3139.31	c      3139         113833        4662         1      459573.0000      456025.6296      0.78%
3135.25/3144.45	c      3144         113996        4677         1      459573.0000      456027.7842      0.78%
3140.63/3149.85	c      3150         114204        4683         1      459573.0000      456031.1271      0.78%
3145.71/3154.91	c      3155         114425        4690         1      459573.0000      456033.9179      0.78%
3151.40/3160.65	c      3161         114658        4693         1      459573.0000      456035.7189      0.78%
3157.18/3166.41	c      3166         114866        4703         1      459573.0000      456037.9012      0.78%
3162.67/3171.95	c      3172         115151        4704         1      459573.0000      456042.0642      0.77%
3168.45/3177.72	c      3178         115383        4708         1      459573.0000      456046.7374      0.77%
3173.84/3183.14	c      3183         115565        4720         1      459573.0000      456049.3799      0.77%
3178.92/3188.23	c      3188         115794        4731         1      459573.0000      456052.1747      0.77%
3184.20/3193.50	c      3194         115986        4737         1      459573.0000      456056.3551      0.77%
3189.20/3198.51	c      3199         116233        4740         1      459573.0000      456057.3573      0.77%
3194.48/3203.81	c      3204         116462        4749         1      459573.0000      456057.3573      0.77%
3200.17/3209.58	c      3210         116678        4765         1      459573.0000      456058.1351      0.77%
3205.85/3215.21	c      3215         116926        4781         1      459573.0000      456058.1351      0.77%
3211.73/3221.12	c      3221         117097        4788         1      459573.0000      456059.2113      0.77%
3217.51/3226.98	c      3227         117267        4788         1      459573.0000      456060.8298      0.77%
3223.30/3232.79	c      3233         117489        4792         1      459573.0000      456061.8298      0.77%
3228.69/3238.12	c      3238         117652        4801         1      459573.0000      456061.8298      0.77%
3234.17/3243.62	c      3244         117855        4808         1      459573.0000      456062.0707      0.77%
3239.65/3249.10	c      3249         118119        4816         1      459573.0000      456062.3298      0.77%
3244.94/3254.44	c      3254         118315        4826         1      459573.0000      456062.3299      0.77%
3250.13/3259.63	c      3260         118558        4835         1      459573.0000      456062.3299      0.77%
3255.81/3265.31	c      3265         118805        4838         1      459573.0000      456062.8298      0.77%
3261.29/3270.87	c      3271         119023        4838         1      459573.0000      456064.3713      0.77%
3266.49/3276.06	c      3276         119252        4839         1      459573.0000      456064.3900      0.77%
3271.57/3281.12	c      3281         119466        4855         1      459573.0000      456064.9605      0.77%
3276.85/3286.48	c      3286         119705        4854         1      459573.0000      456065.3370      0.77%
3282.24/3291.87	c      3292         119903        4865         1      459573.0000      456066.6743      0.77%
3287.72/3297.34	c      3297         120153        4875         1      459573.0000      456072.9642      0.77%
3293.60/3303.24	c      3303         120429        4887         1      459573.0000      456073.3648      0.77%
3298.69/3308.37	c      3308         120630        4890         1      459573.0000      456073.6425      0.77%
3304.57/3314.25	c      3314         120888        4896         1      459573.0000      456074.1055      0.77%
3309.76/3319.46	c      3319         121078        4908         1      459573.0000      456074.8889      0.77%
3315.45/3325.19	c      3325         121293        4919         1      459573.0000      456078.8340      0.77%
3320.63/3330.30	c      3330         121508        4922         1      459573.0000      456078.8340      0.77%
3325.91/3335.67	c      3336         121703        4923         1      459573.0000      456078.8340      0.77%
3331.00/3340.76	c      3341         121913        4927         1      459573.0000      456079.1498      0.77%
3336.39/3346.11	c      3346         122105        4949         1      459573.0000      456079.3107      0.77%
3342.17/3351.91	c      3352         122317        4949         1      459573.0000      456079.7932      0.77%
3347.66/3357.43	c      3357         122587        4953         1      459573.0000      456079.8698      0.77%
3352.74/3362.50	c      3362         122791        4953         1      459573.0000      456080.3813      0.77%
3357.83/3367.65	c      3368         122946        4958         1      459573.0000      456081.7039      0.77%
3362.91/3372.78	c      3373         123144        4966         1      459573.0000      456083.4056      0.77%
3368.80/3378.69	c      3379         123407        4961         1      459573.0000      456084.0658      0.76%
3373.99/3383.88	c      3384         123615        4975         1      459573.0000      456085.3966      0.76%
3379.07/3388.95	c      3389         123831        4977         1      459573.0000      456086.4374      0.76%
3384.36/3394.27	c      3394         124044        4980         1      459573.0000      456086.4374      0.76%
3389.94/3399.86	c      3400         124273        4983         1      459573.0000      456087.4008      0.76%
3395.93/3405.81	c      3406         124510        4996         1      459573.0000      456088.8113      0.76%
3401.61/3411.56	c      3412         124773        5009         1      459573.0000      456089.8850      0.76%
3406.90/3416.84	c      3417         124996        5018         1      459573.0000      456089.8850      0.76%
3411.88/3421.86	c      3422         125183        5021         1      459573.0000      456093.6235      0.76%
3417.26/3427.23	c      3427         125429        5027         1      459573.0000      456093.9053      0.76%
3422.85/3432.89	c      3433         125680        5036         1      459573.0000      456094.3704      0.76%
3427.93/3437.99	c      3438         125909        5043         1      459573.0000      456095.6515      0.76%
3433.92/3443.95	c      3444         126217        5047         1      459573.0000      456095.6734      0.76%
3439.60/3449.67	c      3450         126485        5053         1      459573.0000      456095.8750      0.76%
3445.00/3455.05	c      3455         126707        5051         1      459573.0000      456096.4758      0.76%
3450.38/3460.48	c      3460         126903        5061         1      459573.0000      456097.0945      0.76%
3456.06/3466.10	c      3466         127103        5069         1      459573.0000      456098.1293      0.76%
3461.14/3471.25	c      3471         127343        5069         1      459573.0000      456098.5172      0.76%
3467.03/3477.15	c      3477         127564        5080         1      459573.0000      456100.6529      0.76%
3472.32/3482.41	c      3482         127773        5067         1      459573.0000      456102.0530      0.76%
3477.60/3487.74	c      3488         128069        5085         1      459573.0000      456103.2157      0.76%
3482.99/3493.16	c      3493         128393        5109         1      459573.0000      456106.3608      0.76%
3488.07/3498.29	c      3498         128693        5125         1      459573.0000      456108.3899      0.76%
3493.15/3503.39	c      3503         129008        5131         1      459573.0000      456109.7369      0.76%
3498.25/3508.41	c      3508         129263        5134         1      459573.0000      456110.8881      0.76%
3503.84/3514.06	c      3514         129539        5144         1      459573.0000      456111.1364      0.76%
3508.92/3519.12	c      3519         129760        5145         1      459573.0000      456111.9624      0.76%
3514.30/3524.54	c      3525         130049        5154         1      459573.0000      456113.2235      0.76%
3519.48/3529.75	c      3530         130260        5165         1      459573.0000      456113.2235      0.76%
3525.37/3535.63	c      3536         130546        5185         1      459573.0000      456115.2703      0.76%
3530.56/3540.87	c      3541         130812        5197         1      459573.0000      456115.4452      0.76%
3535.64/3545.99	c      3546         131027        5200         1      459573.0000      456115.5191      0.76%
3540.92/3551.23	c      3551         131264        5201         1      459573.0000      456115.5191      0.76%
3546.40/3556.73	c      3557         131481        5204         1      459573.0000      456116.4232      0.76%
3552.30/3562.67	c      3563         131727        5218         1      459573.0000      456117.4173      0.76%
3557.98/3568.33	c      3568         131963        5230         1      459573.0000      456117.6769      0.76%
3563.46/3573.81	c      3574         132251        5230         1      459573.0000      456118.0019      0.76%
3568.85/3579.28	c      3579         132485        5238         1      459573.0000      456118.5383      0.76%
3574.53/3584.90	c      3585         132703        5240         1      459573.0000      456118.8511      0.76%
3579.82/3590.24	c      3590         132907        5242         1      459573.0000      456119.3443      0.76%
3585.41/3595.82	c      3596         133173        5260         1      459573.0000      456120.4601      0.76%
3589.69/3600.15	c SCIP Status        : c solving was interrupted [hard time limit reached]
3589.69/3600.15	c Total Time         : 3600.16
3589.69/3600.15	c   solving          : 3600.16
3589.69/3600.15	c   presolving       : 46.61 (included in solving)
3589.69/3600.15	c B&B Tree           :
3589.69/3600.15	c   nodes (total)    : 1
3589.69/3600.15	c Solution           :
3589.69/3600.15	c   Solutions found  : 58
3589.69/3600.15	c   Primal Bound     : +4.59573000000000e+05
3589.69/3600.15	c   Dual Bound       : +4.56120802711992e+05
3589.69/3600.15	c Gap                : 0.75686 %
3589.69/3600.15	c * Warning: final gap: 7.56860e-03 is greater than SCIPepsilon: 1.00000e-09
3589.69/3600.20	o 459573
3589.69/3600.20	s SATISFIABLE
3589.69/3600.20	v -x3412 x3411 -x3410 -x3409 x3408 -x3407 -x3406 -x3405 x3404 -x3403 -x3402 -x3401 x3400 -x3399 -x3398 -x3397 -x3396 -x3395 x3394 
3589.69/3600.20	v -x3393 x3392 -x3391 -x3390 -x3389 x3388 -x3387 -x3386 -x3385 x3384 -x3383 -x3382 -x3381 -x3380 -x3379 -x3378 x3377 x3376 -x3375 
3589.69/3600.20	v -x3374 -x3373 x3372 -x3371 -x3370 -x3369 x3368 -x3367 -x3366 -x3365 -x3364 x3363 -x3362 -x3361 x3360 -x3359 -x3358 -x3357 
3589.69/3600.20	v -x3356 -x3355 x3354 -x3353 x3352 -x3351 -x3350 -x3349 x3348 -x3347 -x3346 -x3345 x3344 -x3343 -x3342 -x3341 x3340 -x3339 -x3338 
3589.69/3600.20	v -x3337 x3336 -x3335 -x3334 -x3333 x3332 -x3331 -x3330 -x3329 x3328 -x3327 -x3326 -x3325 -x3324 x3323 -x3322 -x3321 x3320 
3589.69/3600.20	v -x3319 -x3318 -x3317 x3316 -x3315 -x3314 -x3313 x3312 -x3311 -x3310 -x3309 -x3308 -x3307 x3306 -x3305 x3304 -x3303 -x3302 -x3301 
3589.69/3600.20	v x3300 -x3299 -x3298 -x3297 x3296 -x3295 -x3294 -x3293 x3292 -x3291 -x3290 -x3289 x3288 -x3287 -x3286 -x3285 -x3284 x3283 
3589.69/3600.20	v -x3282 -x3281 -x3280 -x3279 -x3278 x3277 x3276 -x3275 x3274 -x3273 x3272 -x3271 x3270 -x3269 -x3268 -x3267 x3266 -x3265 x3264 
3589.69/3600.20	v -x3263 x3262 -x3261 x3260 -x3259 x3258 -x3257 -x3256 -x3255 -x3254 -x3253 x3252 -x3251 x3250 -x3249 -x3248 -x3247 x3246 -x3245 
3589.69/3600.20	v -x3244 -x3243 -x3242 x3241 x3240 -x3239 x3238 -x3237 x3236 -x3235 x3234 -x3233 -x3232 -x3231 x3230 -x3229 x3228 -x3227 x3226 
3589.69/3600.20	v -x3225 -x3224 -x3223 -x3222 -x3221 x3220 -x3219 -x3218 x3217 x3216 -x3215 x3214 -x3213 x3212 -x3211 x3210 -x3209 -x3208 -x3207 
3589.69/3600.20	v x3206 -x3205 x3204 -x3203 -x3202 -x3201 x3200 -x3199 -x3198 -x3197 x3196 -x3195 x3194 -x3193 -x3192 -x3191 -x3190 x3189 
3589.69/3600.20	v x3188 -x3187 x3186 -x3185 x3184 -x3183 x3182 -x3181 -x3180 -x3179 -x3178 -x3177 x3176 -x3175 x3174 -x3173 -x3172 -x3171 x3170 
3589.69/3600.20	v -x3169 -x3168 -x3167 x3166 -x3165 x3164 -x3163 -x3162 x3161 x3160 -x3159 x3158 -x3157 -x3156 -x3155 -x3154 -x3153 x3152 -x3151 
3589.69/3600.20	v x3150 -x3149 -x3148 -x3147 x3146 -x3145 x3144 -x3143 -x3142 x3141 x3140 -x3139 -x3138 -x3137 x3136 -x3135 -x3134 -x3133 x3132 
3589.69/3600.20	v -x3131 x3130 -x3129 -x3128 -x3127 x3126 -x3125 -x3124 -x3123 -x3122 -x3121 -x3120 x3119 -x3118 -x3117 x3116 -x3115 x3114 
3589.69/3600.20	v -x3113 -x3112 -x3111 -x3110 x3109 -x3108 -x3107 x3106 -x3105 -x3104 -x3103 -x3102 -x3101 -x3100 x3099 -x3098 -x3097 x3096 -x3095 
3589.69/3600.20	v x3094 -x3093 -x3092 -x3091 -x3090 -x3089 x3088 -x3087 -x3086 -x3085 x3084 -x3083 -x3082 -x3081 x3080 -x3079 -x3078 x3077 
3589.69/3600.20	v -x3076 -x3075 -x3074 -x3073 x3072 -x3071 -x3070 x3069 -x3068 -x3067 x3066 -x3065 -x3064 -x3063 x3062 -x3061 -x3060 -x3059 -x3058 
3589.69/3600.20	v -x3057 -x3056 x3055 -x3054 x3053 x3052 -x3051 -x3050 -x3049 x3048 -x3047 -x3046 -x3045 -x3044 -x3043 -x3042 x3041 -x3040 
3589.69/3600.20	v x3039 -x3038 -x3037 -x3036 x3035 -x3034 -x3033 x3032 -x3031 -x3030 x3029 -x3028 -x3027 -x3026 -x3025 -x3024 x3023 x3022 -x3021 
3589.69/3600.20	v -x3020 -x3019 x3018 -x3017 -x3016 -x3015 x3014 -x3013 -x3012 -x3011 x3010 -x3009 -x3008 -x3007 -x3006 -x3005 x3004 -x3003 x3002 
3589.69/3600.20	v -x3001 -x3000 -x2999 x2998 -x2997 -x2996 -x2995 -x2994 x2993 -x2992 -x2991 x2990 -x2989 -x2988 -x2987 -x2986 -x2985 -x2984 
3589.69/3600.20	v x2983 x2982 -x2981 -x2980 -x2979 x2978 -x2977 -x2976 -x2975 x2974 -x2973 -x2972 -x2971 x2970 -x2969 -x2968 -x2967 -x2966 -x2965 
3589.69/3600.20	v x2964 -x2963 x2962 -x2961 -x2960 -x2959 x2958 -x2957 -x2956 -x2955 -x2954 x2953 -x2952 -x2951 x2950 -x2949 -x2948 -x2947 
3589.69/3600.20	v x2946 -x2945 -x2944 -x2943 x2942 -x2941 -x2940 -x2939 x2938 -x2937 -x2936 -x2935 -x2934 -x2933 -x2932 x2931 x2930 -x2929 -x2928 
3589.69/3600.20	v -x2927 x2926 -x2925 -x2924 -x2923 -x2922 -x2921 x2920 -x2919 x2918 -x2917 -x2916 -x2915 x2914 -x2913 -x2912 -x2911 x2910 
3589.69/3600.20	v -x2909 -x2908 -x2907 -x2906 -x2905 -x2904 x2903 x2902 -x2901 -x2900 -x2899 -x2898 x2897 -x2896 -x2895 -x2894 -x2893 x2892 -x2891 
3589.69/3600.20	v x2890 -x2889 -x2888 -x2887 x2886 -x2885 -x2884 -x2883 -x2882 x2881 -x2880 -x2879 -x2878 -x2877 -x2876 x2875 -x2874 -x2873 
3589.69/3600.20	v -x2872 x2871 x2870 -x2869 -x2868 -x2867 -x2866 x2865 -x2864 -x2863 x2862 -x2861 -x2860 -x2859 -x2858 -x2857 x2856 -x2855 x2854 
3589.69/3600.20	v -x2853 -x2852 -x2851 x2850 -x2849 -x2848 -x2847 x2846 -x2845 -x2844 -x2843 x2842 -x2841 -x2840 -x2839 x2838 -x2837 -x2836 
3589.69/3600.20	v -x2835 x2834 -x2833 -x2832 -x2831 -x2830 -x2829 -x2828 x2827 x2826 -x2825 -x2824 -x2823 x2822 -x2821 -x2820 -x2819 -x2818 -x2817 
3589.69/3600.20	v x2816 -x2815 x2814 -x2813 -x2812 -x2811 x2810 -x2809 -x2808 -x2807 x2806 -x2805 -x2804 -x2803 -x2802 -x2801 -x2800 x2799 
3589.69/3600.20	v -x2798 x2797 -x2796 -x2795 x2794 -x2793 -x2792 -x2791 -x2790 -x2789 x2788 -x2787 x2786 -x2785 -x2784 -x2783 -x2782 x2781 -x2780 
3589.69/3600.20	v -x2779 x2778 -x2777 -x2776 -x2775 -x2774 -x2773 -x2772 x2771 -x2770 -x2769 x2768 -x2767 -x2766 x2765 -x2764 -x2763 -x2762 
3589.69/3600.20	v -x2761 -x2760 x2759 -x2758 -x2757 x2756 -x2755 x2754 -x2753 -x2752 -x2751 x2750 -x2749 -x2748 -x2747 x2746 -x2745 -x2744 -x2743 
3589.69/3600.20	v -x2742 x2741 -x2740 -x2739 -x2738 -x2737 -x2736 x2735 x2734 -x2733 -x2732 -x2731 -x2730 -x2729 x2728 -x2727 x2726 -x2725 
3589.69/3600.20	v -x2724 -x2723 x2722 -x2721 -x2720 -x2719 x2718 -x2717 -x2716 -x2715 x2714 -x2713 -x2712 -x2711 x2710 -x2709 -x2708 -x2707 x2706 
3589.69/3600.20	v -x2705 -x2704 -x2703 x2702 -x2701 -x2700 -x2699 -x2698 x2697 -x2696 -x2695 -x2694 -x2693 -x2692 x2691 x2690 -x2689 -x2688 
3589.69/3600.20	v -x2687 -x2686 -x2685 x2684 -x2683 x2682 -x2681 -x2680 -x2679 x2678 -x2677 -x2676 -x2675 x2674 -x2673 -x2672 -x2671 x2670 -x2669 
3589.69/3600.20	v -x2668 -x2667 x2666 -x2665 -x2664 -x2663 x2662 -x2661 -x2660 -x2659 x2658 -x2657 -x2656 -x2655 x2654 -x2653 -x2652 -x2651 
3589.69/3600.20	v x2650 -x2649 -x2648 -x2647 x2646 -x2645 -x2644 -x2643 x2642 -x2641 -x2640 -x2639 -x2638 x2637 -x2636 -x2635 -x2634 -x2633 -x2632 
3589.69/3600.20	v x2631 x2630 -x2629 -x2628 -x2627 -x2626 -x2625 x2624 -x2623 x2622 -x2621 -x2620 -x2619 x2618 -x2617 -x2616 -x2615 x2614 -x2613 
3589.69/3600.20	v -x2612 -x2611 x2610 -x2609 -x2608 -x2607 x2606 -x2605 -x2604 -x2603 x2602 -x2601 -x2600 -x2599 x2598 -x2597 -x2596 -x2595 
3589.69/3600.20	v x2594 -x2593 -x2592 -x2591 x2590 -x2589 -x2588 -x2587 x2586 -x2585 -x2584 -x2583 x2582 -x2581 -x2580 -x2579 x2578 -x2577 -x2576 
3589.69/3600.20	v -x2575 x2574 -x2573 -x2572 -x2571 x2570 -x2569 -x2568 -x2567 x2566 -x2565 -x2564 -x2563 -x2562 x2561 -x2560 -x2559 -x2558 
3589.69/3600.20	v -x2557 -x2556 x2555 x2554 -x2553 -x2552 -x2551 -x2550 -x2549 x2548 -x2547 x2546 -x2545 -x2544 -x2543 x2542 -x2541 -x2540 -x2539 
3589.69/3600.20	v x2538 -x2537 -x2536 -x2535 x2534 -x2533 -x2532 -x2531 x2530 -x2529 -x2528 -x2527 x2526 -x2525 -x2524 -x2523 x2522 -x2521 
3589.69/3600.20	v -x2520 -x2519 x2518 -x2517 -x2516 -x2515 x2514 -x2513 -x2512 -x2511 x2510 -x2509 -x2508 -x2507 x2506 -x2505 -x2504 -x2503 x2502 
3589.69/3600.20	v -x2501 -x2500 -x2499 -x2498 x2497 -x2496 -x2495 -x2494 -x2493 -x2492 x2491 x2490 -x2489 -x2488 -x2487 -x2486 -x2485 x2484 
3589.69/3600.20	v -x2483 x2482 -x2481 -x2480 -x2479 x2478 -x2477 -x2476 -x2475 x2474 -x2473 -x2472 -x2471 x2470 -x2469 -x2468 -x2467 x2466 -x2465 
3589.69/3600.20	v -x2464 -x2463 x2462 -x2461 -x2460 -x2459 x2458 -x2457 -x2456 -x2455 x2454 -x2453 -x2452 -x2451 x2450 -x2449 -x2448 -x2447 
3589.69/3600.20	v x2446 -x2445 -x2444 -x2443 x2442 -x2441 -x2440 -x2439 x2438 -x2437 -x2436 -x2435 -x2434 x2433 -x2432 -x2431 -x2430 -x2429 -x2428 
3589.69/3600.20	v x2427 x2426 -x2425 -x2424 -x2423 -x2422 -x2421 x2420 -x2419 x2418 -x2417 -x2416 -x2415 x2414 -x2413 -x2412 -x2411 x2410 
3589.69/3600.20	v -x2409 -x2408 -x2407 x2406 -x2405 -x2404 -x2403 x2402 -x2401 -x2400 -x2399 x2398 -x2397 -x2396 -x2395 x2394 -x2393 -x2392 -x2391 
3589.69/3600.20	v x2390 -x2389 -x2388 -x2387 x2386 -x2385 -x2384 -x2383 x2382 -x2381 -x2380 -x2379 x2378 -x2377 -x2376 -x2375 -x2374 x2373 
3589.69/3600.20	v -x2372 -x2371 -x2370 -x2369 -x2368 x2367 x2366 -x2365 -x2364 -x2363 -x2362 -x2361 x2360 -x2359 x2358 -x2357 -x2356 -x2355 x2354 
3589.69/3600.20	v -x2353 -x2352 -x2351 x2350 -x2349 -x2348 -x2347 x2346 -x2345 -x2344 -x2343 x2342 -x2341 -x2340 -x2339 x2338 -x2337 -x2336 
3589.69/3600.20	v -x2335 x2334 -x2333 -x2332 -x2331 x2330 -x2329 -x2328 -x2327 x2326 -x2325 -x2324 -x2323 x2322 -x2321 -x2320 -x2319 x2318 -x2317 
3589.69/3600.20	v -x2316 -x2315 -x2314 x2313 -x2312 -x2311 -x2310 -x2309 -x2308 x2307 x2306 -x2305 -x2304 -x2303 -x2302 -x2301 x2300 -x2299 
3589.69/3600.20	v -x2298 x2297 x2296 -x2295 x2294 -x2293 -x2292 -x2291 x2290 -x2289 x2288 -x2287 -x2286 -x2285 x2284 -x2283 -x2282 -x2281 x2280 
3589.69/3600.20	v -x2279 -x2278 -x2277 x2276 -x2275 x2274 -x2273 -x2272 x2271 x2270 -x2269 -x2268 -x2267 x2266 -x2265 x2264 -x2263 -x2262 -x2261 
3589.69/3600.20	v x2260 -x2259 x2258 -x2257 -x2256 -x2255 x2254 -x2253 -x2252 -x2251 x2250 -x2249 x2248 -x2247 -x2246 -x2245 -x2244 x2243 -x2242 
3589.69/3600.20	v -x2241 x2240 -x2239 x2238 -x2237 -x2236 -x2235 x2234 -x2233 -x2232 -x2231 x2230 -x2229 x2228 -x2227 -x2226 -x2225 x2224 
3589.69/3600.20	v -x2223 -x2222 -x2221 -x2220 x2219 -x2218 -x2217 -x2216 x2215 x2214 -x2213 -x2212 x2211 -x2210 -x2209 -x2208 -x2207 x2206 -x2205 
3589.69/3600.20	v -x2204 -x2203 -x2202 x2201 x2200 -x2199 -x2198 -x2197 x2196 -x2195 -x2194 -x2193 x2192 -x2191 -x2190 x2189 x2188 -x2187 -x2186 
3589.69/3600.20	v x2185 x2184 -x2183 -x2182 -x2181 -x2180 -x2179 x2178 -x2177 -x2176 x2175 x2174 -x2173 x2172 -x2171 -x2170 -x2169 x2168 
3589.69/3600.20	v -x2167 -x2166 -x2165 x2164 -x2163 -x2162 -x2161 -x2160 -x2159 x2158 -x2157 -x2156 x2155 -x2154 -x2153 -x2152 -x2151 -x2150 x2149 
3589.69/3600.20	v -x2148 x2147 -x2146 -x2145 -x2144 -x2143 -x2142 x2141 -x2140 x2139 -x2138 -x2137 -x2136 x2135 x2134 -x2133 x2132 -x2131 -x2130 
3589.69/3600.20	v x2129 -x2128 -x2127 x2126 -x2125 -x2124 -x2123 x2122 -x2121 -x2120 -x2119 -x2118 -x2117 -x2116 x2115 -x2114 x2113 x2112 
3589.69/3600.20	v -x2111 x2110 -x2109 x2108 -x2107 -x2106 -x2105 -x2104 -x2103 -x2102 x2101 -x2100 x2099 x2098 -x2097 x2096 -x2095 x2094 -x2093 
3589.69/3600.20	v x2092 -x2091 -x2090 -x2089 -x2088 x2087 x2086 -x2085 -x2084 -x2083 -x2082 -x2081 x2080 -x2079 x2078 -x2077 -x2076 -x2075 x2074 
3589.69/3600.20	v -x2073 -x2072 -x2071 x2070 -x2069 -x2068 -x2067 x2066 -x2065 -x2064 -x2063 x2062 -x2061 -x2060 -x2059 x2058 -x2057 -x2056 
3589.69/3600.20	v -x2055 x2054 -x2053 -x2052 x2051 -x2050 -x2049 x2048 -x2047 -x2046 -x2045 x2044 -x2043 -x2042 -x2041 x2040 -x2039 x2038 -x2037 
3589.69/3600.20	v x2036 -x2035 -x2034 -x2033 -x2032 x2031 x2030 -x2029 -x2028 -x2027 -x2026 -x2025 x2024 -x2023 x2022 -x2021 -x2020 -x2019 x2018 
3589.69/3600.20	v -x2017 -x2016 -x2015 x2014 -x2013 -x2012 -x2011 x2010 -x2009 -x2008 -x2007 -x2006 x2005 -x2004 -x2003 x2002 -x2001 -x2000 
3589.69/3600.20	v -x1999 x1998 -x1997 -x1996 -x1995 x1994 -x1993 -x1992 -x1991 x1990 -x1989 x1988 -x1987 -x1986 -x1985 -x1984 x1983 x1982 -x1981 
3589.69/3600.20	v -x1980 -x1979 x1978 -x1977 -x1976 -x1975 -x1974 -x1973 x1972 -x1971 x1970 -x1969 -x1968 -x1967 x1966 -x1965 -x1964 -x1963 
3589.69/3600.20	v x1962 -x1961 -x1960 -x1959 x1958 -x1957 -x1956 -x1955 x1954 -x1953 -x1952 -x1951 x1950 -x1949 -x1948 -x1947 x1946 -x1945 -x1944 
3589.69/3600.20	v -x1943 -x1942 x1941 -x1940 -x1939 x1938 -x1937 -x1936 -x1935 x1934 -x1933 -x1932 -x1931 x1930 -x1929 x1928 -x1927 x1926 -x1925 
3589.69/3600.20	v -x1924 -x1923 x1922 -x1921 -x1920 -x1919 -x1918 -x1917 x1916 -x1915 x1914 -x1913 -x1912 -x1911 x1910 -x1909 -x1908 -x1907 
3589.69/3600.20	v x1906 -x1905 -x1904 -x1903 x1902 -x1901 -x1900 -x1899 x1898 -x1897 -x1896 -x1895 x1894 -x1893 -x1892 -x1891 x1890 -x1889 -x1888 
3589.69/3600.20	v -x1887 x1886 -x1885 -x1884 -x1883 -x1882 -x1881 -x1880 x1879 x1878 -x1877 -x1876 -x1875 x1874 -x1873 -x1872 -x1871 -x1870 
3589.69/3600.20	v x1869 -x1868 -x1867 -x1866 -x1865 -x1864 x1863 x1862 -x1861 -x1860 -x1859 x1858 -x1857 x1856 -x1855 x1854 -x1853 x1852 -x1851 
3589.69/3600.20	v x1850 -x1849 x1848 -x1847 x1846 -x1845 x1844 -x1843 x1842 -x1841 x1840 -x1839 x1838 -x1837 x1836 -x1835 x1834 -x1833 x1832 
3589.69/3600.20	v -x1831 x1830 -x1829 -x1828 -x1827 x1826 -x1825 -x1824 -x1823 x1822 -x1821 x1820 -x1819 x1818 -x1817 -x1816 x1815 -x1814 -x1813 
3589.69/3600.20	v -x1812 x1811 -x1810 x1809 -x1808 x1807 -x1806 -x1805 -x1804 -x1803 -x1802 x1801 -x1800 x1799 -x1798 -x1797 -x1796 x1795 x1794 
3589.69/3600.20	v -x1793 x1792 -x1791 x1790 -x1789 x1788 -x1787 -x1786 x1785 x1784 -x1783 -x1782 -x1781 x1780 -x1779 x1778 -x1777 x1776 -x1775 
3589.69/3600.20	v -x1774 x1773 x1772 -x1771 x1770 -x1769 -x1768 x1767 -x1766 -x1765 -x1764 -x1763 -x1762 x1761 x1760 -x1759 -x1758 -x1757 
3589.69/3600.20	v -x1756 x1755 -x1754 -x1753 x1752 -x1751 -x1750 -x1749 -x1748 -x1747 -x1746 x1745 x1744 -x1743 -x1742 -x1741 -x1740 x1739 -x1738 
3589.69/3600.20	v -x1737 x1736 -x1735 -x1734 -x1733 -x1732 -x1731 -x1730 x1729 x1728 -x1727 -x1726 -x1725 -x1724 x1723 -x1722 -x1721 -x1720 
3589.69/3600.20	v -x1719 x1718 -x1717 -x1716 -x1715 -x1714 x1713 -x1712 -x1711 x1710 -x1709 -x1708 -x1707 -x1706 x1705 -x1704 -x1703 -x1702 x1701 
3589.69/3600.20	v -x1700 x1699 -x1698 x1697 -x1696 x1695 -x1694 x1693 x1692 -x1691 x1690 -x1689 -x1688 x1687 x1686 -x1685 x1684 -x1683 x1682 
3589.69/3600.20	v -x1681 x1680 -x1679 -x1678 x1677 x1676 -x1675 x1674 -x1673 x1672 -x1671 x1670 -x1669 -x1668 x1667 x1666 -x1665 -x1664 x1663 
3589.69/3600.20	v x1662 -x1661 x1660 -x1659 -x1658 x1657 -x1656 x1655 x1654 -x1653 -x1652 -x1651 -x1650 x1649 -x1648 x1647 -x1646 -x1645 -x1644 
3589.69/3600.20	v -x1643 x1642 -x1641 x1640 -x1639 -x1638 -x1637 x1636 -x1635 -x1634 -x1633 -x1632 -x1631 -x1630 x1629 -x1628 x1627 -x1626 -x1625 
3589.69/3600.20	v -x1624 -x1623 x1622 -x1621 x1620 -x1619 -x1618 -x1617 x1616 -x1615 -x1614 -x1613 -x1612 -x1611 -x1610 x1609 -x1608 x1607 
3589.69/3600.20	v -x1606 -x1605 x1604 -x1603 -x1602 -x1601 -x1600 -x1599 x1598 -x1597 -x1596 -x1595 -x1594 x1593 -x1592 -x1591 x1590 -x1589 -x1588 
3589.69/3600.20	v -x1587 -x1586 x1585 -x1584 x1583 -x1582 -x1581 -x1580 -x1579 x1578 -x1577 -x1576 -x1575 -x1574 x1573 -x1572 x1571 -x1570 
3589.69/3600.20	v -x1569 -x1568 -x1567 x1566 -x1565 -x1564 -x1563 -x1562 x1561 x1560 -x1559 -x1558 -x1557 -x1556 x1555 -x1554 -x1553 x1552 -x1551 
3589.69/3600.20	v -x1550 -x1549 -x1548 -x1547 -x1546 x1545 x1544 -x1543 -x1542 -x1541 x1540 -x1539 -x1538 -x1537 x1536 -x1535 -x1534 -x1533 
3589.69/3600.20	v x1532 -x1531 -x1530 -x1529 x1528 -x1527 -x1526 -x1525 x1524 -x1523 -x1522 -x1521 x1520 -x1519 -x1518 -x1517 -x1516 -x1515 -x1514 
3589.69/3600.20	v x1513 x1512 -x1511 -x1510 -x1509 x1508 -x1507 -x1506 -x1505 -x1504 -x1503 x1502 -x1501 x1500 -x1499 -x1498 -x1497 x1496 -x1495 
3589.69/3600.20	v -x1494 -x1493 x1492 -x1491 -x1490 -x1489 x1488 -x1487 -x1486 -x1485 -x1484 -x1483 -x1482 x1481 x1480 -x1479 -x1478 -x1477 
3589.69/3600.20	v x1476 -x1475 -x1474 -x1473 -x1472 -x1471 x1470 -x1469 x1468 -x1467 -x1466 -x1465 x1464 -x1463 x1462 -x1461 -x1460 -x1459 -x1458 
3589.69/3600.20	v -x1457 -x1456 x1455 x1454 -x1453 -x1452 -x1451 -x1450 -x1449 x1448 -x1447 x1446 -x1445 -x1444 -x1443 -x1442 x1441 -x1440 
3589.69/3600.20	v -x1439 x1438 -x1437 -x1436 -x1435 -x1434 -x1433 -x1432 x1431 -x1430 x1429 -x1428 -x1427 -x1426 -x1425 x1424 -x1423 -x1422 -x1421 
3589.69/3600.20	v -x1420 x1419 x1418 -x1417 -x1416 -x1415 -x1414 x1413 -x1412 x1411 -x1410 x1409 -x1408 x1407 x1406 -x1405 x1404 -x1403 x1402 
3589.69/3600.20	v -x1401 -x1400 x1399 x1398 -x1397 -x1396 x1395 -x1394 x1393 -x1392 x1391 -x1390 x1389 x1388 -x1387 x1386 -x1385 -x1384 x1383 
3589.69/3600.20	v x1382 -x1381 -x1380 x1379 x1378 -x1377 -x1376 x1375 -x1374 -x1373 x1372 -x1371 -x1370 -x1369 -x1368 x1367 -x1366 x1365 -x1364 
3589.69/3600.20	v x1363 -x1362 x1361 -x1360 x1359 x1358 -x1357 x1356 -x1355 x1354 -x1353 x1352 -x1351 -x1350 x1349 x1348 -x1347 x1346 -x1345 
3589.69/3600.20	v x1344 -x1343 x1342 -x1341 x1340 -x1339 x1338 -x1337 x1336 -x1335 x1334 -x1333 x1332 -x1331 -x1330 -x1329 x1328 -x1327 -x1326 
3589.69/3600.20	v -x1325 -x1324 x1323 -x1322 x1321 -x1320 -x1319 -x1318 -x1317 x1316 -x1315 -x1314 -x1313 -x1312 x1311 -x1310 x1309 -x1308 -x1307 
3589.69/3600.20	v -x1306 -x1305 x1304 -x1303 x1302 -x1301 -x1300 x1299 -x1298 x1297 x1296 -x1295 x1294 -x1293 x1292 -x1291 -x1290 x1289 x1288 
3589.69/3600.20	v -x1287 -x1286 x1285 -x1284 x1283 x1282 -x1281 -x1280 x1279 -x1278 x1277 x1276 -x1275 -x1274 x1273 x1272 -x1271 -x1270 x1269 
3589.69/3600.20	v -x1268 -x1267 -x1266 x1265 -x1264 -x1263 x1262 -x1261 -x1260 x1259 -x1258 -x1257 -x1256 -x1255 -x1254 x1253 -x1252 -x1251 
3589.69/3600.20	v x1250 -x1249 x1248 -x1247 -x1246 -x1245 x1244 -x1243 -x1242 -x1241 -x1240 x1239 -x1238 -x1237 -x1236 -x1235 -x1234 x1233 -x1232 
3589.69/3600.20	v -x1231 x1230 -x1229 x1228 -x1227 -x1226 -x1225 x1224 -x1223 -x1222 -x1221 -x1220 x1219 -x1218 -x1217 x1216 -x1215 -x1214 
3589.69/3600.20	v -x1213 -x1212 -x1211 x1210 -x1209 x1208 -x1207 -x1206 -x1205 -x1204 -x1203 -x1202 x1201 -x1200 x1199 -x1198 x1197 -x1196 x1195 
3589.69/3600.20	v -x1194 -x1193 x1192 -x1191 -x1190 x1189 -x1188 -x1187 -x1186 -x1185 -x1184 x1183 -x1182 -x1181 x1180 -x1179 -x1178 x1177 -x1176 
3589.69/3600.20	v -x1175 -x1174 -x1173 -x1172 x1171 -x1170 -x1169 x1168 -x1167 -x1166 x1165 -x1164 -x1163 x1162 -x1161 -x1160 -x1159 x1158 
3589.69/3600.20	v -x1157 x1156 -x1155 -x1154 -x1153 -x1152 x1151 -x1150 -x1149 x1148 -x1147 -x1146 x1145 -x1144 -x1143 x1142 -x1141 -x1140 -x1139 
3589.69/3600.20	v x1138 -x1137 x1136 -x1135 -x1134 -x1133 x1132 -x1131 -x1130 -x1129 -x1128 x1127 -x1126 -x1125 x1124 -x1123 -x1122 x1121 -x1120 
3589.69/3600.20	v -x1119 x1118 -x1117 -x1116 -x1115 x1114 -x1113 -x1112 -x1111 -x1110 -x1109 -x1108 x1107 -x1106 -x1105 x1104 -x1103 -x1102 
3589.69/3600.20	v x1101 -x1100 -x1099 x1098 -x1097 -x1096 -x1095 x1094 -x1093 -x1092 -x1091 x1090 -x1089 -x1088 -x1087 -x1086 -x1085 -x1084 
3589.69/3600.20	v x1083 -x1082 -x1081 x1080 -x1079 x1078 -x1077 -x1076 x1075 x1074 -x1073 x1072 -x1071 -x1070 x1069 x1068 -x1067 x1066 -x1065 -x1064 
3589.69/3600.20	v x1063 x1062 -x1061 x1060 -x1059 x1058 -x1057 -x1056 x1055 -x1054 x1053 x1052 -x1051 x1050 -x1049 x1048 -x1047 -x1046 x1045 
3589.69/3600.20	v -x1044 -x1043 -x1042 x1041 x1040 -x1039 x1038 -x1037 -x1036 -x1035 x1034 -x1033 x1032 -x1031 x1030 -x1029 -x1028 -x1027 -x1026 
3589.69/3600.20	v -x1025 -x1024 x1023 x1022 -x1021 -x1020 -x1019 x1018 -x1017 -x1016 -x1015 x1014 -x1013 -x1012 -x1011 -x1010 x1009 x1008 
3589.69/3600.20	v -x1007 x1006 -x1005 x1004 -x1003 -x1002 -x1001 x1000 -x999 x998 -x997 -x996 -x995 -x994 -x993 -x992 x991 x990 -x989 -x988 -x987 
3589.69/3600.20	v x986 -x985 -x984 -x983 x982 -x981 -x980 -x979 -x978 x977 -x976 -x975 x974 -x973 -x972 x971 x970 -x969 x968 -x967 x966 -x965 
3589.69/3600.20	v -x964 -x963 x962 -x961 x960 -x959 -x958 -x957 -x956 -x955 -x954 x953 x952 -x951 -x950 -x949 x948 -x947 -x946 -x945 x944 -x943 
3589.69/3600.20	v -x942 -x941 x940 -x939 -x938 -x937 -x936 x935 -x934 -x933 x932 -x931 x930 -x929 x928 -x927 x926 -x925 -x924 -x923 x922 -x921 
3589.69/3600.20	v -x920 -x919 x918 -x917 -x916 -x915 -x914 x913 x912 -x911 x910 -x909 x908 -x907 -x906 -x905 x904 -x903 x902 -x901 -x900 -x899 
3589.69/3600.20	v -x898 -x897 -x896 x895 x894 -x893 -x892 -x891 x890 -x889 -x888 -x887 x886 -x885 -x884 -x883 x882 -x881 -x880 -x879 -x878 
3589.69/3600.20	v x877 -x876 -x875 x874 -x873 x872 -x871 x870 -x869 x868 -x867 x866 -x865 -x864 -x863 -x862 x861 x860 -x859 x858 -x857 x856 -x855 
3589.69/3600.20	v -x854 -x853 x852 -x851 x850 -x849 -x848 -x847 -x846 -x845 -x844 x843 x842 -x841 -x840 -x839 x838 -x837 -x836 -x835 x834 -x833 
3589.69/3600.20	v -x832 -x831 x830 -x829 -x828 -x827 -x826 x825 -x824 -x823 x822 -x821 x820 -x819 x818 -x817 x816 -x815 x814 -x813 x812 -x811 
3589.69/3600.20	v x810 -x809 x808 -x807 -x806 -x805 x804 -x803 x802 -x801 -x800 -x799 -x798 -x797 -x796 x795 x794 -x793 -x792 -x791 x790 -x789 
3589.69/3600.20	v -x788 -x787 x786 -x785 -x784 -x783 x782 -x781 -x780 -x779 -x778 x777 -x776 -x775 x774 -x773 x772 -x771 x770 -x769 x768 -x767 
3589.69/3600.20	v x766 -x765 x764 -x763 -x762 -x761 x760 -x759 x758 -x757 x756 -x755 -x754 -x753 x752 -x751 x750 -x749 -x748 -x747 x746 -x745 
3589.69/3600.20	v -x744 -x743 x742 -x741 -x740 -x739 x738 -x737 -x736 -x735 x734 -x733 -x732 -x731 x730 -x729 -x728 -x727 -x726 x725 -x724 -x723 
3589.69/3600.20	v x722 -x721 x720 -x719 x718 -x717 x716 -x715 x714 -x713 x712 -x711 x710 -x709 -x708 -x707 x706 -x705 x704 -x703 -x702 -x701 
3589.69/3600.20	v x700 -x699 x698 -x697 -x696 -x695 x694 -x693 -x692 -x691 -x690 -x689 -x688 x687 x686 -x685 -x684 -x683 x682 -x681 -x680 -x679 
3589.69/3600.20	v -x678 -x677 x676 -x675 -x674 x673 -x672 -x671 x670 -x669 x668 -x667 x666 -x665 x664 -x663 x662 -x661 x660 -x659 x658 -x657 
3589.69/3600.20	v -x656 -x655 x654 -x653 x652 -x651 -x650 -x649 x648 -x647 x646 -x645 -x644 -x643 x642 -x641 -x640 -x639 -x638 -x637 -x636 x635 
3589.69/3600.20	v x634 -x633 -x632 -x631 x630 -x629 -x628 -x627 -x626 -x625 x624 -x623 -x622 x621 -x620 -x619 x618 -x617 x616 -x615 x614 -x613 
3589.69/3600.20	v x612 -x611 x610 -x609 -x608 -x607 x606 -x605 -x604 -x603 x602 -x601 x600 -x599 -x598 -x597 x596 -x595 -x594 -x593 -x592 -x591 
3589.69/3600.20	v -x590 x589 x588 -x587 -x586 -x585 x584 -x583 -x582 -x581 -x580 -x579 x578 -x577 -x576 x575 -x574 -x573 x572 -x571 x570 -x569 
3589.69/3600.20	v x568 -x567 x566 -x565 x564 -x563 -x562 -x561 x560 -x559 -x558 -x557 -x556 -x555 -x554 x553 x552 -x551 -x550 -x549 -x548 -x547 
3589.69/3600.20	v x546 -x545 -x544 x543 -x542 -x541 x540 -x539 x538 -x537 x536 -x535 x534 -x533 x532 -x531 -x530 -x529 -x528 -x527 x526 -x525 
3589.69/3600.20	v -x524 x523 -x522 -x521 x520 -x519 x518 -x517 x516 -x515 x514 -x513 x512 -x511 x510 -x509 x508 -x507 -x506 -x505 x504 -x503 
3589.69/3600.20	v -x502 -x501 x500 -x499 -x498 -x497 x496 -x495 -x494 -x493 -x492 x491 x490 -x489 x488 -x487 -x486 -x485 x484 -x483 -x482 -x481 
3589.69/3600.20	v -x480 -x479 -x478 x477 x476 -x475 -x474 -x473 x472 -x471 -x470 -x469 -x468 x467 -x466 -x465 x464 -x463 x462 -x461 -x460 x459 
3589.69/3600.20	v x458 -x457 x456 -x455 -x454 -x453 x452 -x451 -x450 -x449 x448 -x447 -x446 -x445 x444 -x443 -x442 -x441 -x440 -x439 -x438 x437 
3589.69/3600.20	v -x436 x435 -x434 -x433 x432 -x431 x430 -x429 x428 -x427 -x426 -x425 x424 -x423 x422 -x421 -x420 -x419 x418 -x417 -x416 -x415 
3589.69/3600.20	v x414 -x413 -x412 -x411 x410 -x409 -x408 -x407 x406 -x405 -x404 -x403 -x402 x401 -x400 -x399 x398 -x397 x396 -x395 x394 -x393 
3589.69/3600.20	v x392 -x391 -x390 -x389 -x388 x387 -x386 -x385 x384 -x383 x382 -x381 -x380 -x379 x378 -x377 x376 -x375 -x374 -x373 x372 -x371 
3589.69/3600.20	v -x370 -x369 x368 -x367 -x366 -x365 x364 -x363 -x362 -x361 -x360 x359 -x358 -x357 x356 -x355 x354 -x353 x352 -x351 x350 -x349 
3589.69/3600.20	v x348 -x347 -x346 -x345 -x344 x343 -x342 -x341 x340 -x339 x338 -x337 -x336 -x335 x334 -x333 x332 -x331 -x330 -x329 x328 -x327 
3589.90/3600.36	v -x326 -x325 x324 -x323 -x322 -x321 x320 -x319 -x318 -x317 x316 -x315 -x314 -x313 x312 -x311 x310 -x309 x308 -x307 x306 -x305 
3589.90/3600.36	v x304 -x303 x302 -x301 x300 -x299 x298 -x297 -x296 -x295 -x294 x293 -x292 -x291 x290 -x289 -x288 -x287 -x286 -x285 -x284 x283 
3589.90/3600.36	v -x282 -x281 x280 -x279 x278 -x277 -x276 -x275 x274 -x273 -x272 -x271 x270 -x269 -x268 -x267 x266 -x265 -x264 x263 -x262 -x261 
3589.90/3600.36	v x260 -x259 -x258 -x257 x256 -x255 -x254 -x253 -x252 x251 -x250 -x249 x248 -x247 x246 -x245 -x244 -x243 -x242 x241 -x240 -x239 
3589.90/3600.36	v x238 -x237 x236 -x235 -x234 -x233 x232 -x231 x230 -x229 -x228 -x227 -x226 x225 x224 -x223 -x222 -x221 x220 -x219 x218 -x217 
3589.90/3600.36	v -x216 -x215 x214 -x213 -x212 x211 -x210 -x209 x208 -x207 -x206 -x205 x204 -x203 x202 -x201 x200 -x199 x198 -x197 -x196 -x195 
3589.90/3600.36	v -x194 x193 x192 -x191 x190 -x189 x188 -x187 -x186 x185 x184 -x183 x182 -x181 x180 -x179 x178 -x177 -x176 x175 x174 -x173 
3589.90/3600.36	v x172 -x171 x170 -x169 x168 -x167 x166 -x165 -x164 x163 x162 -x161 -x160 x159 x158 -x157 x156 -x155 x154 -x153 x152 -x151 x150 
3589.90/3600.36	v -x149 -x148 x147 x146 -x145 x144 -x143 x142 -x141 x140 -x139 x138 -x137 x136 -x135 x134 -x133 -x132 x131 -x130 -x129 -x128 x127 
3589.90/3600.36	v x126 -x125 x124 -x123 -x122 x121 -x120 x119 -x118 -x117 x116 -x115 x114 -x113 -x112 x111 x110 -x109 x108 -x107 x106 -x105 
3589.90/3600.36	v -x104 x103 x102 -x101 -x100 -x99 x98 -x97 x96 -x95 -x94 x93 x92 -x91 x90 -x89 x88 -x87 x86 -x85 -x84 -x83 -x82 x81 x80 -x79 
3589.90/3600.36	v -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 -x52 x51 
3589.90/3600.36	v 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 x24 -x23 
3589.90/3600.36	v -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	459573

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 (54915 MiB free)
  memory of node 1: 64473 MiB (61723 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4426946-1720906859/watcher-4426946-1720906859 -o /tmp/evaluation-result-4426946-1720906859/solver-4426946-1720906859 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1720905420-725737 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4426946-1720906859.wbo -qsol -t 3600 -sth 1 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Current StackSize limit: 8192 KiB

solver pid=728313, runsolver pid=728310

[startup+0.100682 s]*
/proc/loadavg: 4.15 4.12 3.80 5/261 728314
/proc/meminfo: memFree=119385252/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=74824 memory=63316 CPUtime=0.09 cores=5,7
/proc/728313/stat : 728313 (fscip) R 728310 728313 723461 0 -1 4194304 13728 0 0 0 8 1 0 0 20 0 1 0 142854874 76619776 15829 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 18706 15829 2318 3032 0 15106 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 74824 KiB
Current children cumulated memory: 63316 KiB

[startup+0.205683 s]*
/proc/loadavg: 4.15 4.12 3.80 5/261 728314
/proc/meminfo: memFree=119310352/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=152036 memory=141248 CPUtime=0.2 cores=5,7
/proc/728313/stat : 728313 (fscip) R 728310 728313 723461 0 -1 4194304 33444 0 0 0 16 4 0 0 20 0 1 0 142854874 155684864 35312 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 38009 35312 2558 3032 0 34409 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 152036 KiB
Current children cumulated memory: 141248 KiB

[startup+0.305694 s]*
/proc/loadavg: 4.15 4.12 3.80 5/261 728314
/proc/meminfo: memFree=119262164/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=201012 memory=187564 CPUtime=0.3 cores=5,7
/proc/728313/stat : 728313 (fscip) R 728310 728313 723461 0 -1 4194304 45020 0 0 0 24 6 0 0 20 0 1 0 142854874 205836288 46891 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 50253 46891 2590 3032 0 46653 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 201012 KiB
Current children cumulated memory: 187564 KiB

[startup+0.700229 s]
/proc/loadavg: 4.15 4.12 3.80 5/261 728314
/proc/meminfo: memFree=119168448/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=311640 memory=293416 CPUtime=0.68 cores=5,7
/proc/728313/stat : 728313 (fscip) R 728310 728313 723461 0 -1 4194304 72571 0 0 0 59 9 0 0 20 0 1 0 142854874 319119360 73354 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 77910 73354 2622 3032 0 74310 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 311640 KiB
Current children cumulated memory: 293416 KiB

[startup+1.50023 s]
/proc/loadavg: 4.15 4.12 3.80 5/261 728314
/proc/meminfo: memFree=119147424/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=318636 memory=301168 CPUtime=1.48 cores=5,7
/proc/728313/stat : 728313 (fscip) R 728310 728313 723461 0 -1 4194304 75706 0 0 0 138 10 0 0 20 0 1 0 142854874 326283264 75292 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 79659 75292 2638 3032 0 76059 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 318636 KiB
Current children cumulated memory: 301168 KiB

[startup+3.10574 s]
/proc/loadavg: 4.13 4.11 3.80 5/261 728314
/proc/meminfo: memFree=119146420/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=319148 memory=301696 CPUtime=3.08 cores=5,7
/proc/728313/stat : 728313 (fscip) R 728310 728313 723461 0 -1 4194304 75834 0 0 0 298 10 0 0 20 0 1 0 142854874 326807552 75424 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 79787 75424 2638 3032 0 76187 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 319148 KiB
Current children cumulated memory: 301696 KiB

[startup+6.30021 s]
/proc/loadavg: 4.13 4.11 3.80 5/261 728314
/proc/meminfo: memFree=119145300/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=320176 memory=302752 CPUtime=6.27 cores=5,7
/proc/728313/stat : 728313 (fscip) R 728310 728313 723461 0 -1 4194304 76091 0 0 0 616 11 0 0 20 0 1 0 142854874 327860224 75688 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 80044 75688 2638 3032 0 76444 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 320176 KiB
Current children cumulated memory: 302752 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.11 3.80 5/261 728316
/proc/meminfo: memFree=119070220/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=409288 memory=380132 CPUtime=12.64 cores=5,7
/proc/728313/stat : 728313 (fscip) R 728310 728313 723461 0 -1 4194304 95243 0 0 0 1250 14 0 0 20 0 1 0 142854874 419110912 95033 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 102322 95033 2926 3032 0 98722 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 409288 KiB
Current children cumulated memory: 380132 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.11 3.81 5/261 728317
/proc/meminfo: memFree=119030772/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=452260 memory=417032 CPUtime=25.41 cores=5,7
/proc/728313/stat : 728313 (fscip) R 728310 728313 723461 0 -1 4194304 104444 0 0 0 2523 18 0 0 20 0 1 0 142854874 463114240 104258 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 113065 104258 2926 3032 0 109465 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 452260 KiB
Current children cumulated memory: 417032 KiB

[startup+51.1056 s]
/proc/loadavg: 4.13 4.11 3.82 5/263 728324
/proc/meminfo: memFree=118924920/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=603092 memory=521956 CPUtime=50.94 cores=5,7
/proc/728313/stat : 728313 (fscip) S 728310 728313 723461 0 -1 1077936128 139104 0 0 0 5067 27 0 0 20 0 3 0 142854874 617566208 130489 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 150773 130489 2942 3032 0 142723 0
[pid=728313/tid=728321] ppid=728310 vsize=603092 memory=516244 CPUtime=4.17 cores=5,7
/proc/728313/task/728321/stat : 728321 (fscip) R 728310 728313 723461 0 -1 4194368 29385 0 0 0 413 4 0 0 20 0 3 0 142859560 617566208 130489 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
[pid=728313/tid=728322] ppid=728310 vsize=603092 memory=432976 CPUtime=0 cores=5,7
/proc/728313/task/728322/stat : 728322 (fscip) S 728310 728313 723461 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 3 0 142859570 617566208 130489 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 603092 KiB
Current children cumulated memory: 521956 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.11 3.83 5/263 728334
/proc/meminfo: memFree=118661304/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=748740 memory=628268 CPUtime=101.98 cores=5,7
/proc/728313/stat : 728313 (fscip) S 728310 728313 723461 0 -1 1077936128 235245 0 0 0 10162 36 0 0 20 0 3 0 142854874 766709760 157067 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 187185 157067 2942 3032 0 170382 0
[pid=728313/tid=728321] ppid=728310 vsize=748740 memory=614396 CPUtime=55.21 cores=5,7
/proc/728313/task/728321/stat : 728321 (fscip) R 728310 728313 723461 0 -1 4194368 125501 0 0 0 5508 13 0 0 20 0 3 0 142859560 766709760 157067 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
[pid=728313/tid=728322] ppid=728310 vsize=748740 memory=614388 CPUtime=0 cores=5,7
/proc/728313/task/728322/stat : 728322 (fscip) S 728310 728313 723461 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 3 0 142859570 766709760 157067 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 748740 KiB
Current children cumulated memory: 628268 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.10 3.85 5/263 728344
/proc/meminfo: memFree=118536696/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=879812 memory=705508 CPUtime=161.82 cores=5,7
/proc/728313/stat : 728313 (fscip) S 728310 728313 723461 0 -1 1077936128 292505 0 0 0 16140 42 0 0 20 0 3 0 142854874 900927488 176377 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 219953 176377 2942 3032 0 212880 0
[pid=728313/tid=728321] ppid=728310 vsize=879812 memory=16052 CPUtime=115.06 cores=5,7
/proc/728313/task/728321/stat : 728321 (fscip) R 728310 728313 723461 0 -1 4194368 182755 0 0 0 11487 19 0 0 20 0 3 0 142859560 900927488 176377 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
[pid=728313/tid=728322] ppid=728310 vsize=879812 memory=692612 CPUtime=0 cores=5,7
/proc/728313/task/728322/stat : 728322 (fscip) S 728310 728313 723461 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 142859570 900927488 176377 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 879812 KiB
Current children cumulated memory: 705508 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.10 3.87 5/262 728356
/proc/meminfo: memFree=118498232/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=1017292 memory=768324 CPUtime=221.65 cores=5,7
/proc/728313/stat : 728313 (fscip) S 728310 728313 723461 0 -1 1077936128 335854 0 0 0 22119 46 0 0 20 0 3 0 142854874 1041707008 192081 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 254323 192081 2942 3032 0 236686 0
[pid=728313/tid=728321] ppid=728310 vsize=1017292 memory=753072 CPUtime=174.88 cores=5,7
/proc/728313/task/728321/stat : 728321 (fscip) R 728310 728313 723461 0 -1 4194368 226099 0 0 0 17465 23 0 0 20 0 3 0 142859560 1041707008 192081 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
[pid=728313/tid=728322] ppid=728310 vsize=1017292 memory=762792 CPUtime=0 cores=5,7
/proc/728313/task/728322/stat : 728322 (fscip) S 728310 728313 723461 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 3 0 142859570 1041707008 192081 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 1017292 KiB
Current children cumulated memory: 768324 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.09 3.89 5/263 728367
/proc/meminfo: memFree=118495448/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=996308 memory=767492 CPUtime=281.48 cores=5,7
/proc/728313/stat : 728313 (fscip) S 728310 728313 723461 0 -1 1077936128 408238 0 0 0 28097 51 0 0 20 0 3 0 142854874 1020219392 191873 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 249077 191873 2990 3032 0 231440 0
[pid=728313/tid=728321] ppid=728310 vsize=996308 memory=767272 CPUtime=234.71 cores=5,7
/proc/728313/task/728321/stat : 728321 (fscip) R 728310 728313 723461 0 -1 4194368 297454 0 0 0 23443 28 0 0 20 0 3 0 142859560 1020219392 191873 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
[pid=728313/tid=728322] ppid=728310 vsize=996308 memory=767024 CPUtime=0 cores=5,7
/proc/728313/task/728322/stat : 728322 (fscip) S 728310 728313 723461 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 3 0 142859570 1020219392 191873 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 996308 KiB
Current children cumulated memory: 767492 KiB

[startup+342.3 s]
/proc/loadavg: 4.31 4.14 3.92 5/261 728378
/proc/meminfo: memFree=118468476/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=996308 memory=784536 CPUtime=341.31 cores=5,7
/proc/728313/stat : 728313 (fscip) S 728310 728313 723461 0 -1 1077936128 433538 0 0 0 34078 53 0 0 20 0 3 0 142854874 1020219392 196134 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 249077 196134 2990 3032 0 231440 0
[pid=728313/tid=728321] ppid=728310 vsize=996308 memory=784220 CPUtime=294.54 cores=5,7

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


[startup+3462.3 s]
/proc/loadavg: 2.08 2.33 3.12 3/245 730918
/proc/meminfo: memFree=102301736/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=1879820 memory=1598288 CPUtime=3452.27 cores=5,7
/proc/728313/stat : 728313 (fscip) S 728310 728313 723461 0 -1 1077936128 2414947 0 0 0 344919 308 0 0 20 0 3 0 142854874 1924935680 399572 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 469955 399572 2990 3032 0 450726 0
[pid=728313/tid=728321] ppid=728310 vsize=1879820 memory=1904 CPUtime=3405.21 cores=5,7
/proc/728313/task/728321/stat : 728321 (fscip) R 728310 728313 723461 0 -1 4194368 2291461 0 0 0 340245 276 0 0 20 0 3 0 142859560 1924935680 399572 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
[pid=728313/tid=728322] ppid=728310 vsize=1879820 memory=12088 CPUtime=0.02 cores=5,7
/proc/728313/task/728322/stat : 728322 (fscip) S 728310 728313 723461 0 -1 1077936192 134 0 0 0 1 1 0 0 20 0 3 0 142859570 1924935680 399572 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
Current children cumulated CPU time: 3452.27 s
Current children cumulated vsize: 1879820 KiB
Current children cumulated memory: 1598288 KiB

[startup+3522.3 s]
/proc/loadavg: 2.07 2.29 3.05 3/245 730928
/proc/meminfo: memFree=102286720/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=1879820 memory=1612592 CPUtime=3512.11 cores=5,7
/proc/728313/stat : 728313 (fscip) S 728310 728313 723461 0 -1 1077936128 2434338 0 0 0 350900 311 0 0 20 0 3 0 142854874 1924935680 403148 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 469955 403148 2990 3032 0 450726 0
[pid=728313/tid=728321] ppid=728310 vsize=1879820 memory=1612592 CPUtime=3465.04 cores=5,7
/proc/728313/task/728321/stat : 728321 (fscip) R 728310 728313 723461 0 -1 4194368 2310834 0 0 0 346225 279 0 0 20 0 3 0 142859560 1924935680 403148 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
[pid=728313/tid=728322] ppid=728310 vsize=1879820 memory=1612592 CPUtime=0.02 cores=5,7
/proc/728313/task/728322/stat : 728322 (fscip) S 728310 728313 723461 0 -1 1077936192 136 0 0 0 1 1 0 0 20 0 3 0 142859570 1924935680 403148 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
Current children cumulated CPU time: 3512.11 s
Current children cumulated vsize: 1879820 KiB
Current children cumulated memory: 1612592 KiB

[startup+3582.3 s]
/proc/loadavg: 2.12 2.26 2.99 3/247 730943
/proc/meminfo: memFree=102281008/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=1879820 memory=1617768 CPUtime=3571.94 cores=5,7
/proc/728313/stat : 728313 (fscip) S 728310 728313 723461 0 -1 1077936128 2451232 0 0 0 356881 313 0 0 20 0 3 0 142854874 1924935680 404442 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 469955 404442 2990 3032 0 450726 0
[pid=728313/tid=728321] ppid=728310 vsize=1879820 memory=1617768 CPUtime=3524.87 cores=5,7
/proc/728313/task/728321/stat : 728321 (fscip) R 728310 728313 723461 0 -1 4194368 2327714 0 0 0 352206 281 0 0 20 0 3 0 142859560 1924935680 404442 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
[pid=728313/tid=728322] ppid=728310 vsize=1879820 memory=1617768 CPUtime=0.02 cores=5,7
/proc/728313/task/728322/stat : 728322 (fscip) S 728310 728313 723461 0 -1 1077936192 138 0 0 0 1 1 0 0 20 0 3 0 142859570 1924935680 404442 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
Current children cumulated CPU time: 3571.94 s
Current children cumulated vsize: 1879820 KiB
Current children cumulated memory: 1617768 KiB

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

# cumulated CPU time of all completed processes:  user=3586.78 s, system=3.18883 s

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

[startup+3584 s]*
/proc/loadavg: 2.11 2.26 2.98 3/247 730943
/proc/meminfo: memFree=102281008/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=1879820 memory=1617768 CPUtime=3573.64 cores=5,7
/proc/728313/stat : 728313 (fscip) S 728310 728313 723461 0 -1 1077936128 2451243 0 0 0 357051 313 0 0 20 0 3 0 142854874 1924935680 404442 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 469955 404442 2990 3032 0 450726 0
[pid=728313/tid=728321] ppid=728310 vsize=1879820 memory=21664 CPUtime=3526.57 cores=5,7
/proc/728313/task/728321/stat : 728321 (fscip) R 728310 728313 723461 0 -1 4194368 2327725 0 0 0 352376 281 0 0 20 0 3 0 142859560 1924935680 404442 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
[pid=728313/tid=728322] ppid=728310 vsize=1879820 memory=1904 CPUtime=0.02 cores=5,7
/proc/728313/task/728322/stat : 728322 (fscip) S 728310 728313 723461 0 -1 1077936192 138 0 0 0 1 1 0 0 20 0 3 0 142859570 1924935680 404442 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
Current children cumulated CPU time: 3573.64 s
Current children cumulated vsize: 1879820 KiB
Current children cumulated memory: 1617768 KiB

[startup+3590.4 s]
/proc/loadavg: 2.10 2.25 2.98 3/247 730945
/proc/meminfo: memFree=102276376/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=1879820 memory=1622272 CPUtime=3580.02 cores=5,7
/proc/728313/stat : 728313 (fscip) S 728310 728313 723461 0 -1 1077936128 2451727 0 0 0 357688 314 0 0 20 0 3 0 142854874 1924935680 405568 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 469955 405568 2990 3032 0 450726 0
[pid=728313/tid=728321] ppid=728310 vsize=1879820 memory=1617768 CPUtime=3532.95 cores=5,7
/proc/728313/task/728321/stat : 728321 (fscip) R 728310 728313 723461 0 -1 4194368 2328209 0 0 0 353013 282 0 0 20 0 3 0 142859560 1924935680 405568 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
[pid=728313/tid=728322] ppid=728310 vsize=1879820 memory=1615912 CPUtime=0.02 cores=5,7
/proc/728313/task/728322/stat : 728322 (fscip) S 728310 728313 723461 0 -1 1077936192 138 0 0 0 1 1 0 0 20 0 3 0 142859570 1924935680 405568 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
Current children cumulated CPU time: 3580.02 s
Current children cumulated vsize: 1879820 KiB
Current children cumulated memory: 1622272 KiB

[startup+3596.8 s]
/proc/loadavg: 2.10 2.25 2.97 3/247 730945
/proc/meminfo: memFree=102276348/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=1879820 memory=1622276 CPUtime=3586.4 cores=5,7
/proc/728313/stat : 728313 (fscip) S 728310 728313 723461 0 -1 1077936128 2452134 0 0 0 358326 314 0 0 20 0 3 0 142854874 1924935680 405569 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 469955 405569 2990 3032 0 450726 0
[pid=728313/tid=728321] ppid=728310 vsize=1879820 memory=1615912 CPUtime=3539.33 cores=5,7
/proc/728313/task/728321/stat : 728321 (fscip) R 728310 728313 723461 0 -1 4194368 2328616 0 0 0 353651 282 0 0 20 0 3 0 142859560 1924935680 405569 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
[pid=728313/tid=728322] ppid=728310 vsize=1879820 memory=0 CPUtime=0.02 cores=5,7
/proc/728313/task/728322/stat : 728322 (fscip) S 728310 728313 723461 0 -1 1077936192 138 0 0 0 1 1 0 0 20 0 3 0 142859570 1924935680 405569 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
Current children cumulated CPU time: 3586.4 s
Current children cumulated vsize: 1879820 KiB
Current children cumulated memory: 1622276 KiB

[startup+3598.4 s]
/proc/loadavg: 2.09 2.24 2.97 3/247 730946
/proc/meminfo: memFree=102276404/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=1879820 memory=1622276 CPUtime=3588 cores=5,7
/proc/728313/stat : 728313 (fscip) S 728310 728313 723461 0 -1 1077936128 2452178 0 0 0 358486 314 0 0 20 0 3 0 142854874 1924935680 405569 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 469955 405569 2990 3032 0 450726 0
[pid=728313/tid=728321] ppid=728310 vsize=1879820 memory=7044 CPUtime=3540.93 cores=5,7
/proc/728313/task/728321/stat : 728321 (fscip) R 728310 728313 723461 0 -1 4194368 2328660 0 0 0 353811 282 0 0 20 0 3 0 142859560 1924935680 405569 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
[pid=728313/tid=728322] ppid=728310 vsize=1879820 memory=35392 CPUtime=0.02 cores=5,7
/proc/728313/task/728322/stat : 728322 (fscip) S 728310 728313 723461 0 -1 1077936192 138 0 0 0 1 1 0 0 20 0 3 0 142859570 1924935680 405569 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
Current children cumulated CPU time: 3588 s
Current children cumulated vsize: 1879820 KiB
Current children cumulated memory: 1622276 KiB

[startup+3599.2 s]
/proc/loadavg: 2.09 2.24 2.97 3/247 730946
/proc/meminfo: memFree=102276288/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=1879820 memory=1622276 CPUtime=3588.79 cores=5,7
/proc/728313/stat : 728313 (fscip) S 728310 728313 723461 0 -1 1077936128 2452183 0 0 0 358565 314 0 0 20 0 3 0 142854874 1924935680 405569 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 469955 405569 2990 3032 0 450726 0
[pid=728313/tid=728321] ppid=728310 vsize=1879820 memory=12512 CPUtime=3541.73 cores=5,7
/proc/728313/task/728321/stat : 728321 (fscip) R 728310 728313 723461 0 -1 4194368 2328665 0 0 0 353891 282 0 0 20 0 3 0 142859560 1924935680 405569 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
[pid=728313/tid=728322] ppid=728310 vsize=1879820 memory=5500 CPUtime=0.02 cores=5,7
/proc/728313/task/728322/stat : 728322 (fscip) S 728310 728313 723461 0 -1 1077936192 138 0 0 0 1 1 0 0 20 0 3 0 142859570 1924935680 405569 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
Current children cumulated CPU time: 3588.79 s
Current children cumulated vsize: 1879820 KiB
Current children cumulated memory: 1622276 KiB

[startup+3600 s]*
/proc/loadavg: 2.09 2.24 2.97 3/247 730946
/proc/meminfo: memFree=102276288/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=1879820 memory=1622276 CPUtime=3589.6 cores=5,7
/proc/728313/stat : 728313 (fscip) S 728310 728313 723461 0 -1 1077936128 2452195 0 0 0 358646 314 0 0 20 0 3 0 142854874 1924935680 405569 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 469955 405569 2990 3032 0 450726 0
[pid=728313/tid=728321] ppid=728310 vsize=1879820 memory=-6731311801329433450 CPUtime=3542.53 cores=5,7
/proc/728313/task/728321/stat : 728321 (fscip) R 728310 728313 723461 0 -1 4194368 2328677 0 0 0 353971 282 0 0 20 0 3 0 142859560 1924935680 405569 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
[pid=728313/tid=728322] ppid=728310 vsize=1879820 memory=-8693842191983232413 CPUtime=0.02 cores=5,7
/proc/728313/task/728322/stat : 728322 (fscip) S 728310 728313 723461 0 -1 1077936192 138 0 0 0 1 1 0 0 20 0 3 0 142859570 1924935680 405569 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
Current children cumulated CPU time: 3589.6 s
Current children cumulated vsize: 1879820 KiB
Current children cumulated memory: 1622276 KiB

[startup+3600.2 s]
/proc/loadavg: 2.09 2.24 2.97 3/247 730946
/proc/meminfo: memFree=102276288/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=1748748 memory=1505872 CPUtime=3589.79 cores=5,7
/proc/728313/stat : 728313 (fscip) R 728310 728313 723461 0 -1 4194304 2480222 0 0 0 358664 315 0 0 20 0 2 0 142854874 1790717952 376468 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 437187 376468 2990 3032 0 432833 0
[pid=728313/tid=728322] ppid=728310 vsize=1748748 memory=24749140 CPUtime=0.02 cores=5,7
/proc/728313/task/728322/stat : 728322 (fscip) S 728310 728313 723461 0 -1 1077936192 138 0 0 0 1 1 0 0 20 0 2 0 142859570 1790717952 376468 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
Current children cumulated CPU time: 3589.79 s
Current children cumulated vsize: 1748748 KiB
Current children cumulated memory: 1505872 KiB

[startup+3600.3 s]
/proc/loadavg: 2.09 2.24 2.97 3/247 730946
/proc/meminfo: memFree=102276288/131524600 swapFree=131071996/131071996
[pid=728313] ppid=728310 vsize=1670996 memory=1428156 CPUtime=3589.9 cores=5,7
/proc/728313/stat : 728313 (fscip) R 728310 728313 723461 0 -1 4194304 2506109 0 0 0 358673 317 0 0 20 0 1 0 142854874 1711099904 357039 134679101440 4194304 16613245 140735052744160 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46034944 140735052751841 140735052751957 140735052751957 140735052759024 0
/proc/728313/statm: 417749 357039 2990 3032 0 413395 0
Current children cumulated CPU time: 3589.9 s
Current children cumulated vsize: 1670996 KiB
Current children cumulated memory: 1428156 KiB

Child status: 0

Real time (s): 3600.37
CPU time (s): 3589.97
CPU user time (s): 3586.78
CPU system time (s): 3.18883
CPU usage (%): 99.7111
Max. virtual memory (cumulated for all children) (KiB): 1879820
Max. memory (cumulated for all children) (KiB): 1622276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.78
system time used= 3.18883
maximum resident set size= 1622276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2514258
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= 11624
involuntary context switches= 2446


# summary of solver processes directly reported to runsolver:
#   pid: 728313
#   total CPU time (s): 3589.97
#   total CPU user time (s): 3586.78
#   total CPU system time (s): 3.18883

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.9922 second user time and 16.4993 second system time

The end

Launcher Data

Begin job on nodeC032 at 2024-07-13 23:41:12
IDJOB=4426946
IDBENCH=144042
IDSOLVER=3044
FILE ID=nodeC032/4426946-1720906859
RUNJOBID= nodeC032-1720905420-725737
SLURM_JOB_ID= 7486091
Free space on /tmp= 889988 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/spot5/normalized-spot5-1407_wcsp.wbo
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4426946-1720906859/watcher-4426946-1720906859 -o /tmp/evaluation-result-4426946-1720906859/solver-4426946-1720906859 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1720905420-725737 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4426946-1720906859.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 1d8b1e0defd9ae59134635ae9ca4f432
RANDOM SEED=641631447

nodeC032.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		: 3599.929
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.33
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		: 3672.858
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.03
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		: 3667.098
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.33
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		: 3599.878
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.03
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		: 3667.099
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.33
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		: 3675.620
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.03
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		: 3599.879
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.33
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		: 3666.379
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.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        119439436 kB
MemAvailable:   120553528 kB
Buffers:          333104 kB
Cached:          1612364 kB
SwapCached:            0 kB
Active:           542204 kB
Inactive:       10929384 kB
Active(anon):       1596 kB
Inactive(anon):  9562568 kB
Active(file):     540608 kB
Inactive(file):  1366816 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29928 kB
Writeback:            20 kB
AnonPages:       9526380 kB
Mapped:           136088 kB
Shmem:             37720 kB
KReclaimable:      92980 kB
Slab:             195428 kB
SReclaimable:      92980 kB
SUnreclaim:       102448 kB
KernelStack:        4272 kB
PageTables:        28016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    6209912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            56864 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3375104 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:      201428 kB
DirectMap2M:    14252032 kB
DirectMap1G:    121634816 kB

Free space on /tmp at the end= 889996 MiB
End job on nodeC032 at 2024-07-14 00:41:12