Trace number 4464739

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 2024-07-30SAT1 3589.4 3600.08

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/
unit/normalized-evencolouring_opt_unit_random6regular_nvert_751.opb
MD5SUM21ed527d50cb70bf3fbdba517cab1d1c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark70.6884
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3004
Total number of constraints751
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)751
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint7
Number of terms in the objective function 751
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 751
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 751
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 30593024, getVmSize() = 30593024, SCIPgetMemUsed() = 8003493, SCIPgetMemTotal() = 8868933, SCIPgetMemExternEstim() = 3256232
0.00/0.01	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
1.37/1.40	c ** Estimated virtualMemUsedAtSolver = 23789568, getVmSize() = 40775680, SCIPgetMemUsed() = 9365644, SCIPgetMemTotal() = 17878516, SCIPgetMemExternEstim() = 3256232
1.37/1.40	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
1.37/1.40	c Original Problem   :
1.37/1.40	c   Problem name     : instance-4464739-1722390445
1.37/1.40	c   Variables        : 3004 (3004 binary, 0 integer, 0 implicit integer, 0 continuous)
1.37/1.40	c   Constraints      : 751
1.37/1.40	c   Objective sense  : minimize
1.37/1.40	c Presolved Problem  :
1.37/1.40	c   Variables        : 3004 (3004 binary, 0 integer, 0 implicit integer, 0 continuous)
1.37/1.40	c   Constraints      : 751
1.37/1.40	c Constraints        : Number
1.37/1.40	c   linear           : 751 
1.37/1.40	c ** Instance transfer method used: 0
1.37/1.40	c ** ParaScipInstance copy does not increase the number of variables. **
1.37/1.41	c LC is working with racing ramp-up and with rebuilding tree after racing.
1.37/1.41	c                                Nodes    Active                                            
1.37/1.41	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1.37/1.45	c *       1              0           1         1         143.0000                -          -
1.68/1.79	c *       2              0           1         1           3.0000                -          -
3.27/3.34	c *       3             23          22         1           1.0000           0.0000          -
5.86/5.98	c         6            231         230         1           1.0000           0.0000          -
11.06/11.16	c        11           1468         418         1           1.0000           0.0000          -
16.54/16.63	c        17           3143        2093         1           1.0000           0.0000          -
21.72/21.82	c        22           5868        4818         1           1.0000           0.0000          -
26.71/26.87	c        27           8597        7547         1           1.0000           0.0000          -
31.90/32.06	c        32          11398       10348         1           1.0000           0.0000          -
36.99/37.11	c        37          14072       13022         1           1.0000           0.0000          -
42.16/42.35	c        42          17010       15960         1           1.0000           0.0000          -
47.25/47.40	c        47          19758       18708         1           1.0000           0.0000          -
52.43/52.67	c        53          22515       21465         1           1.0000           0.0000          -
57.52/57.71	c        58          25254       24204         1           1.0000           0.0000          -
62.50/62.79	c        63          28099       27049         1           1.0000           0.0000          -
67.89/68.16	c        68          30981       29931         1           1.0000           0.0000          -
73.47/73.70	c        74          33878       32828         1           1.0000           0.0000          -
78.46/78.77	c        79          36814       35764         1           1.0000           0.0000          -
83.55/83.82	c        84          39397       38347         1           1.0000           0.0000          -
88.53/88.87	c        89          42495       41445         1           1.0000           0.0000          -
93.72/94.09	c        94          45375       44325         1           1.0000           0.0000          -
99.00/99.38	c        99          48159       47109         1           1.0000           0.0000          -
104.08/104.43	c       104          51163       50113         1           1.0000           0.0000          -
109.07/109.48	c       109          53944       52894         1           1.0000           0.0000          -
114.15/114.57	c       115          56944       55894         1           1.0000           0.0000          -
119.34/119.70	c       120          59805       58755         1           1.0000           0.0000          -
124.52/124.94	c       125          62700       61650         1           1.0000           0.0000          -
129.51/129.99	c       130          65468       64418         1           1.0000           0.0000          -
134.60/135.04	c       135          68496       67446         1           1.0000           0.0000          -
139.68/140.16	c       140          71305       70255         1           1.0000           0.0000          -
144.76/145.29	c       145          74409       73359         1           1.0000           0.0000          -
149.85/150.34	c       150          77164       76114         1           1.0000           0.0000          -
155.13/155.62	c       156          80197       79147         1           1.0000           0.0000          -
160.22/160.70	c       161          82853       81803         1           1.0000           0.0000          -
165.51/166.02	c       166          86011       84961         1           1.0000           0.0000          -
170.69/171.22	c       171          88945       87895         1           1.0000           0.0000          -
175.77/176.39	c       176          91888       90838         1           1.0000           0.0000          -
180.95/181.51	c       182          94854       93804         1           1.0000           0.0000          -
185.93/186.56	c       187          97784       96734         1           1.0000           0.0000          -
191.01/191.61	c       192         100592       99542         1           1.0000           0.0000          -
195.99/196.66	c       197         103420      102370         1           1.0000           0.0000          -
201.18/201.88	c       202         106218      105168         1           1.0000           0.0000          -
206.26/206.97	c       207         109245      108195         1           1.0000           0.0000          -
211.33/212.02	c       212         112150      111100         1           1.0000           0.0000          -
216.42/217.13	c       217         115090      114040         1           1.0000           0.0000          -
221.50/222.24	c       222         117906      116856         1           1.0000           0.0000          -
226.48/227.29	c       227         120807      119757         1           1.0000           0.0000          -
231.87/232.60	c       233         123729      122679         1           1.0000           0.0000          -
236.95/237.73	c       238         126770      125720         1           1.0000           0.0000          -
242.14/242.92	c       243         129721      128671         1           1.0000           0.0000          -
247.53/248.31	c       248         132716      131666         1           1.0000           0.0000          -
252.80/253.67	c       254         135833      134783         1           1.0000           0.0000          -
258.19/259.02	c       259         138638      137588         1           1.0000           0.0000          -
263.28/264.19	c       264         141547      140497         1           1.0000           0.0000          -
268.36/269.24	c       269         144614      143564         1           1.0000           0.0000          -
273.55/274.43	c       274         147353      146303         1           1.0000           0.0000          -
278.53/279.48	c       279         150237      149187         1           1.0000           0.0000          -
283.72/284.67	c       285         153075      152025         1           1.0000           0.0000          -
288.80/289.74	c       290         156110      155060         1           1.0000           0.0000          -
293.79/294.79	c       295         158847      157797         1           1.0000           0.0000          -
298.87/299.84	c       300         161752      160702         1           1.0000           0.0000          -
303.96/304.96	c       305         164859      163809         1           1.0000           0.0000          -
309.15/310.16	c       310         167801      166751         1           1.0000           0.0000          -
314.23/315.26	c       315         170647      169597         1           1.0000           0.0000          -
319.52/320.57	c       321         173269      172219         1           1.0000           0.0000          -
324.59/325.62	c       326         176235      175185         1           1.0000           0.0000          -
329.79/330.86	c       331         179006      177956         1           1.0000           0.0000          -
334.97/336.03	c       336         182077      181027         1           1.0000           0.0000          -
339.96/341.09	c       341         184783      183733         1           1.0000           0.0000          -
345.05/346.15	c       346         188051      187001         1           1.0000           0.0000          -
350.12/351.29	c       351         190706      189656         1           1.0000           0.0000          -
355.31/356.42	c       356         193757      192707         1           1.0000           0.0000          -
360.39/361.50	c       362         196623      195573         1           1.0000           0.0000          -
365.37/366.58	c       367         199373      198323         1           1.0000           0.0000          -
370.46/371.66	c       372         202098      201048         1           1.0000           0.0000          -
375.64/376.83	c       377         205298      204248         1           1.0000           0.0000          -
380.84/382.05	c       382         208213      207163         1           1.0000           0.0000          -
385.92/387.14	c       387         210973      209923         1           1.0000           0.0000          -
391.00/392.29	c       392         213908      212858         1           1.0000           0.0000          -
396.09/397.34	c       397         216775      215725         1           1.0000           0.0000          -
401.07/402.39	c       402         219729      218679         1           1.0000           0.0000          -
406.15/407.44	c       407         222771      221721         1           1.0000           0.0000          -
411.14/412.49	c       412         225602      224552         1           1.0000           0.0000          -
416.23/417.57	c       418         228454      227404         1           1.0000           0.0000          -
421.32/422.65	c       423         231230      230180         1           1.0000           0.0000          -
426.40/427.78	c       428         234256      233206         1           1.0000           0.0000          -
431.68/433.10	c       433         237288      236238         1           1.0000           0.0000          -
436.78/438.14	c       438         240129      239079         1           1.0000           0.0000          -
441.85/443.28	c       443         243035      241985         1           1.0000           0.0000          -
446.94/448.37	c       448         245930      244880         1           1.0000           0.0000          -
452.02/453.44	c       453         248899      247849         1           1.0000           0.0000          -
457.01/458.49	c       458         251729      250679         1           1.0000           0.0000          -
462.09/463.54	c       464         254849      253799         1           1.0000           0.0000          -
467.08/468.59	c       469         257674      256624         1           1.0000           0.0000          -
472.16/473.65	c       474         260284      259234         1           1.0000           0.0000          -
477.25/478.74	c       479         263342      262292         1           1.0000           0.0000          -
482.43/483.93	c       484         266142      265092         1           1.0000           0.0000          -
487.53/489.02	c       489         269071      268021         1           1.0000           0.0000          -
492.61/494.14	c       494         272016      270966         1           1.0000           0.0000          -
497.60/499.19	c       499         274691      273641         1           1.0000           0.0000          -
502.77/504.36	c       504         277937      276887         1           1.0000           0.0000          -
508.06/509.64	c       510         280587      279537         1           1.0000           0.0000          -
513.04/514.68	c       515         283660      282610         1           1.0000           0.0000          -
518.13/519.73	c       520         286622      285572         1           1.0000           0.0000          -
523.11/524.78	c       525         289709      288659         1           1.0000           0.0000          -
528.30/529.93	c       530         292438      291388         1           1.0000           0.0000          -
533.28/534.98	c       535         295453      294403         1           1.0000           0.0000          -
538.37/540.03	c       540         298383      297333         1           1.0000           0.0000          -
543.35/545.08	c       545         301406      300356         1           1.0000           0.0000          -
548.44/550.17	c       550         304222      303172         1           1.0000           0.0000          -
553.52/555.23	c       555         307226      306176         1           1.0000           0.0000          -
558.70/560.41	c       560         310057      309007         1           1.0000           0.0000          -
563.69/565.48	c       565         312827      311777         1           1.0000           0.0000          -
568.87/570.60	c       571         315907      314857         1           1.0000           0.0000          -
574.05/575.83	c       576         318790      317740         1           1.0000           0.0000          -
579.04/580.88	c       581         321921      320871         1           1.0000           0.0000          -
584.12/585.94	c       586         324813      323763         1           1.0000           0.0000          -
589.22/591.01	c       591         327613      326563         1           1.0000           0.0000          -
594.19/596.06	c       596         330628      329578         1           1.0000           0.0000          -
599.58/601.44	c       601         333817      332767         1           1.0000           0.0000          -
604.76/606.61	c       607         336824      335774         1           1.0000           0.0000          -
609.95/611.85	c       612         339658      338608         1           1.0000           0.0000          -
615.14/617.00	c       617         342646      341596         1           1.0000           0.0000          -
620.42/622.35	c       622         345604      344554         1           1.0000           0.0000          -
625.50/627.40	c       627         348675      347625         1           1.0000           0.0000          -
630.49/632.45	c       632         351547      350497         1           1.0000           0.0000          -
635.57/637.50	c       638         354319      353269         1           1.0000           0.0000          -
640.76/642.72	c       643         357049      355999         1           1.0000           0.0000          -
645.75/647.77	c       648         360229      359179         1           1.0000           0.0000          -
651.04/653.03	c       653         363422      362372         1           1.0000           0.0000          -
656.41/658.48	c       658         366168      365118         1           1.0000           0.0000          -
661.60/663.60	c       664         369183      368133         1           1.0000           0.0000          -
666.58/668.69	c       669         372107      371057         1           1.0000           0.0000          -
671.67/673.75	c       674         375079      374029         1           1.0000           0.0000          -
676.75/678.80	c       679         378051      377001         1           1.0000           0.0000          -
681.95/684.04	c       684         381048      379998         1           1.0000           0.0000          -
686.93/689.08	c       689         384161      383111         1           1.0000           0.0000          -
692.11/694.20	c       694         387096      386046         1           1.0000           0.0000          -
697.10/699.28	c       699         390043      388993         1           1.0000           0.0000          -
702.28/704.42	c       704         392814      391764         1           1.0000           0.0000          -
707.46/709.69	c       710         395671      394621         1           1.0000           0.0000          -
712.65/714.82	c       715         398866      397816         1           1.0000           0.0000          -
717.73/719.91	c       720         401724      400674         1           1.0000           0.0000          -
722.83/725.00	c       725         404519      403469         1           1.0000           0.0000          -
727.81/730.05	c       730         407419      406369         1           1.0000           0.0000          -
732.79/735.10	c       735         410344      409294         1           1.0000           0.0000          -
737.88/740.18	c       740         413160      412110         1           1.0000           0.0000          -
742.96/745.28	c       745         416064      415014         1           1.0000           0.0000          -
748.05/750.33	c       750         418950      417900         1           1.0000           0.0000          -
753.23/755.59	c       756         421721      420671         1           1.0000           0.0000          -
758.31/760.64	c       761         424528      423478         1           1.0000           0.0000          -
763.30/765.69	c       766         427366      426316         1           1.0000           0.0000          -
768.38/770.75	c       771         430422      429372         1           1.0000           0.0000          -
773.48/775.83	c       776         433001      431951         1           1.0000           0.0000          -
778.56/780.98	c       781         435863      434813         1           1.0000           0.0000          -
783.65/786.04	c       786         438723      437673         1           1.0000           0.0000          -
788.73/791.13	c       791         441482      440432         1           1.0000           0.0000          -
793.72/796.18	c       796         444493      443443         1           1.0000           0.0000          -
798.89/801.39	c       801         447482      446432         1           1.0000           0.0000          -
804.18/806.66	c       807         450275      449225         1           1.0000           0.0000          -
809.27/811.71	c       812         453086      452036         1           1.0000           0.0000          -
814.25/816.79	c       817         456173      455123         1           1.0000           0.0000          -
819.54/822.00	c       822         459067      458017         1           1.0000           0.0000          -
824.53/827.05	c       827         462099      461049         1           1.0000           0.0000          -
829.61/832.17	c       832         464988      463938         1           1.0000           0.0000          -
834.69/837.22	c       837         467845      466795         1           1.0000           0.0000          -
839.87/842.42	c       842         470804      469754         1           1.0000           0.0000          -
844.86/847.48	c       847         473452      472402         1           1.0000           0.0000          -
850.05/852.66	c       853         476460      475410         1           1.0000           0.0000          -
855.23/857.89	c       858         479500      478450         1           1.0000           0.0000          -
860.32/862.95	c       863         482392      481342         1           1.0000           0.0000          -
865.41/868.00	c       868         485095      484045         1           1.0000           0.0000          -
870.59/873.23	c       873         487927      486877         1           1.0000           0.0000          -
875.57/878.28	c       878         490939      489889         1           1.0000           0.0000          -
880.66/883.37	c       883         493810      492760         1           1.0000           0.0000          -
885.74/888.43	c       888         496819      495769         1           1.0000           0.0000          -
890.73/893.48	c       893         499601      498551         1           1.0000           0.0000          -
895.81/898.55	c       899         502392      501342         1           1.0000           0.0000          -
900.89/903.60	c       904         505281      504231         1           1.0000           0.0000          -
905.89/908.65	c       909         507967      506917         1           1.0000           0.0000          -
910.97/913.73	c       914         510990      509940         1           1.0000           0.0000          -
915.96/918.78	c       919         513958      512908         1           1.0000           0.0000          -
921.04/923.86	c       924         516706      515656         1           1.0000           0.0000          -
926.12/928.99	c       929         519580      518530         1           1.0000           0.0000          -
931.31/934.13	c       934         522524      521474         1           1.0000           0.0000          -
936.30/939.18	c       939         525234      524184         1           1.0000           0.0000          -
941.38/944.23	c       944         528026      526976         1           1.0000           0.0000          -
946.36/949.28	c       949         530936      529886         1           1.0000           0.0000          -
951.45/954.34	c       954         533690      532640         1           1.0000           0.0000          -
956.63/959.50	c       960         536649      535599         1           1.0000           0.0000          -
961.61/964.55	c       965         539319      538269         1           1.0000           0.0000          -
966.70/969.62	c       970         542194      541144         1           1.0000           0.0000          -
971.69/974.67	c       975         544923      543873         1           1.0000           0.0000          -
976.87/979.83	c       980         547804      546754         1           1.0000           0.0000          -
981.86/984.88	c       985         550809      549759         1           1.0000           0.0000          -
986.94/989.97	c       990         553480      552428         1           1.0000           0.0000          -
992.03/995.03	c       995         556554      555502         1           1.0000           0.0000          -
997.21/1000.21	c      1000         559319      558267         1           1.0000           0.0000          -
1002.30/1005.34	c      1005         562322      561270         1           1.0000           0.0000          -
1007.28/1010.39	c      1010         565209      564157         1           1.0000           0.0000          -
1012.46/1015.51	c      1016         567734      566682         1           1.0000           0.0000          -
1017.45/1020.56	c      1021         570678      569626         1           1.0000           0.0000          -
1022.54/1025.68	c      1026         573885      572833         1           1.0000           0.0000          -
1027.62/1030.75	c      1031         576529      575477         1           1.0000           0.0000          -
1032.71/1035.80	c      1036         579595      578543         1           1.0000           0.0000          -
1037.80/1040.92	c      1041         582407      581355         1           1.0000           0.0000          -
1042.98/1046.16	c      1046         585160      584108         1           1.0000           0.0000          -
1048.07/1051.27	c      1051         588284      587232         1           1.0000           0.0000          -
1053.24/1056.45	c      1056         591139      590087         1           1.0000           0.0000          -
1058.33/1061.50	c      1062         594020      592968         1           1.0000           0.0000          -
1063.51/1066.73	c      1067         596751      595683         1           1.0000           0.0000          -
1068.60/1071.80	c      1072         599716      598648         1           1.0000           0.0000          -
1073.59/1076.88	c      1077         602389      601321         1           1.0000           0.0000          -
1078.97/1082.20	c      1082         605500      604432         1           1.0000           0.0000          -
1083.96/1087.26	c      1087         608452      607384         1           1.0000           0.0000          -
1089.04/1092.34	c      1092         611180      610112         1           1.0000           0.0000          -
1094.02/1097.39	c      1097         614233      613165         1           1.0000           0.0000          -
1099.12/1102.44	c      1102         617034      615966         1           1.0000           0.0000          -
1104.20/1107.58	c      1108         619923      618855         1           1.0000           0.0000          -
1109.28/1112.66	c      1113         622890      621822         1           1.0000           0.0000          -
1114.47/1117.83	c      1118         625414      624346         1           1.0000           0.0000          -
1119.55/1122.95	c      1123         628725      627657         1           1.0000           0.0000          -
1124.85/1128.25	c      1128         631575      630495         1           1.0000           0.0000          -
1130.13/1133.55	c      1134         634638      633558         1           1.0000           0.0000          -
1135.22/1138.69	c      1139         637550      636470         1           1.0000           0.0000          -
1140.29/1143.76	c      1144         640438      639358         1           1.0000           0.0000          -
1145.39/1148.80	c      1149         643220      642140         1           1.0000           0.0000          -
1150.68/1154.11	c      1154         645880      644800         1           1.0000           0.0000          -
1155.75/1159.22	c      1159         649066      647986         1           1.0000           0.0000          -
1160.95/1164.47	c      1164         651989      650909         1           1.0000           0.0000          -
1166.23/1169.72	c      1170         654917      653837         1           1.0000           0.0000          -
1171.41/1174.91	c      1175         657723      656643         1           1.0000           0.0000          -
1176.60/1180.10	c      1180         660576      659496         1           1.0000           0.0000          -
1181.59/1185.19	c      1185         663638      662558         1           1.0000           0.0000          -
1186.67/1190.24	c      1190         666386      665306         1           1.0000           0.0000          -
1191.75/1195.34	c      1195         669216      668136         1           1.0000           0.0000          -
1196.84/1200.40	c      1200         671950      670870         1           1.0000           0.0000          -
1201.93/1205.50	c      1206         674926      673846         1           1.0000           0.0000          -
1207.21/1210.82	c      1211         677790      676710         1           1.0000           0.0000          -
1212.20/1215.89	c      1216         680608      679528         1           1.0000           0.0000          -
1217.28/1220.94	c      1221         683327      682247         1           1.0000           0.0000          -
1222.38/1226.06	c      1226         686268      685188         1           1.0000           0.0000          -
1227.46/1231.17	c      1231         689196      688116         1           1.0000           0.0000          -
1232.64/1236.38	c      1236         691973      690893         1           1.0000           0.0000          -
1237.72/1241.43	c      1241         694838      693758         1           1.0000           0.0000          -
1242.70/1246.48	c      1246         697466      696386         1           1.0000           0.0000          -
1247.79/1251.53	c      1252         700445      699365         1           1.0000           0.0000          -
1252.78/1256.58	c      1257         703461      702381         1           1.0000           0.0000          -
1257.87/1261.63	c      1262         706100      705020         1           1.0000           0.0000          -
1262.95/1266.76	c      1267         709097      708017         1           1.0000           0.0000          -
1268.03/1271.83	c      1272         711921      710841         1           1.0000           0.0000          -
1273.33/1277.15	c      1277         714835      713755         1           1.0000           0.0000          -
1278.60/1282.44	c      1282         717969      716889         1           1.0000           0.0000          -
1283.69/1287.51	c      1288         721041      719961         1           1.0000           0.0000          -
1288.68/1292.56	c      1293         723640      722560         1           1.0000           0.0000          -
1293.76/1297.61	c      1298         726481      725401         1           1.0000           0.0000          -
1298.94/1302.85	c      1303         729131      728051         1           1.0000           0.0000          -
1304.02/1307.95	c      1308         732145      731065         1           1.0000           0.0000          -
1309.32/1313.21	c      1313         735008      733928         1           1.0000           0.0000          -
1314.30/1318.29	c      1318         737925      736845         1           1.0000           0.0000          -
1319.39/1323.38	c      1323         740744      739664         1           1.0000           0.0000          -
1324.57/1328.50	c      1329         743463      742383         1           1.0000           0.0000          -
1329.65/1333.64	c      1334         746183      745103         1           1.0000           0.0000          -
1334.84/1338.80	c      1339         749214      748134         1           1.0000           0.0000          -
1340.03/1344.08	c      1344         752365      751285         1           1.0000           0.0000          -
1345.31/1349.34	c      1349         755399      754319         1           1.0000           0.0000          -
1350.60/1354.69	c      1355         758301      757221         1           1.0000           0.0000          -
1355.78/1359.85	c      1360         761264      760184         1           1.0000           0.0000          -
1360.86/1364.98	c      1365         764231      763151         1           1.0000           0.0000          -
1366.05/1370.18	c      1370         766835      765755         1           1.0000           0.0000          -
1371.24/1375.33	c      1375         769868      768788         1           1.0000           0.0000          -
1376.42/1380.57	c      1381         772827      771747         1           1.0000           0.0000          -
1381.50/1385.62	c      1386         775350      774270         1           1.0000           0.0000          -
1386.59/1390.72	c      1391         778467      777387         1           1.0000           0.0000          -
1391.68/1395.81	c      1396         781391      780311         1           1.0000           0.0000          -
1396.86/1401.00	c      1401         784073      782993         1           1.0000           0.0000          -
1401.85/1406.05	c      1406         787135      786055         1           1.0000           0.0000          -
1407.13/1411.31	c      1411         789986      788906         1           1.0000           0.0000          -
1412.22/1416.40	c      1416         792856      791776         1           1.0000           0.0000          -
1417.21/1421.45	c      1421         795397      794317         1           1.0000           0.0000          -
1422.29/1426.50	c      1427         798537      797457         1           1.0000           0.0000          -
1427.28/1431.55	c      1432         801340      800260         1           1.0000           0.0000          -
1432.36/1436.60	c      1437         804351      803271         1           1.0000           0.0000          -
1437.34/1441.65	c      1442         807121      806041         1           1.0000           0.0000          -
1442.44/1446.70	c      1447         809974      808894         1           1.0000           0.0000          -
1447.52/1451.85	c      1452         812356      811276         1           1.0000           0.0000          -
1452.60/1456.92	c      1457         815413      814333         1           1.0000           0.0000          -
1457.80/1462.16	c      1462         818415      817335         1           1.0000           0.0000          -
1462.98/1467.31	c      1467         821337      820257         1           1.0000           0.0000          -
1468.06/1472.40	c      1472         824102      823022         1           1.0000           0.0000          -
1473.15/1477.51	c      1478         826959      825879         1           1.0000           0.0000          -
1478.23/1482.66	c      1483         829920      828840         1           1.0000           0.0000          -
1483.32/1487.78	c      1488         832823      831743         1           1.0000           0.0000          -
1488.61/1493.08	c      1493         835705      834625         1           1.0000           0.0000          -
1493.70/1498.19	c      1498         838596      837516         1           1.0000           0.0000          -
1498.77/1503.24	c      1503         841583      840503         1           1.0000           0.0000          -
1504.06/1508.54	c      1509         844519      843439         1           1.0000           0.0000          -
1509.15/1513.62	c      1514         847433      846353         1           1.0000           0.0000          -
1514.23/1518.76	c      1519         850331      849251         1           1.0000           0.0000          -
1519.32/1523.81	c      1524         853210      852130         1           1.0000           0.0000          -
1524.30/1528.86	c      1529         856093      855013         1           1.0000           0.0000          -
1529.39/1533.91	c      1534         858889      857809         1           1.0000           0.0000          -
1534.48/1539.08	c      1539         861922      860842         1           1.0000           0.0000          -
1539.57/1544.13	c      1544         864591      863511         1           1.0000           0.0000          -
1544.85/1549.45	c      1549         867470      866390         1           1.0000           0.0000          -
1549.94/1554.50	c      1555         870731      869651         1           1.0000           0.0000          -
1554.92/1559.55	c      1560         873515      872435         1           1.0000           0.0000          -
1560.01/1564.60	c      1565         876392      875312         1           1.0000           0.0000          -
1565.10/1569.70	c      1570         879202      878122         1           1.0000           0.0000          -
1570.08/1574.75	c      1575         882109      881029         1           1.0000           0.0000          -
1575.16/1579.86	c      1580         884753      883673         1           1.0000           0.0000          -
1580.25/1584.92	c      1585         887591      886511         1           1.0000           0.0000          -
1585.23/1589.97	c      1590         890528      889448         1           1.0000           0.0000          -
1590.33/1595.10	c      1595         893596      892516         1           1.0000           0.0000          -
1595.51/1600.25	c      1600         896200      895120         1           1.0000           0.0000          -
1600.60/1605.30	c      1605         899086      898006         1           1.0000           0.0000          -
1605.78/1610.52	c      1611         902177      901097         1           1.0000           0.0000          -
1610.86/1615.69	c      1616         904872      903792         1           1.0000           0.0000          -
1615.96/1620.74	c      1621         907817      906737         1           1.0000           0.0000          -
1620.93/1625.79	c      1626         910596      909516         1           1.0000           0.0000          -
1626.02/1630.84	c      1631         913488      912408         1           1.0000           0.0000          -
1631.01/1635.89	c      1636         916314      915234         1           1.0000           0.0000          -
1636.20/1641.02	c      1641         919001      917921         1           1.0000           0.0000          -
1641.19/1646.07	c      1646         921767      920687         1           1.0000           0.0000          -
1646.27/1651.12	c      1651         924727      923647         1           1.0000           0.0000          -
1651.26/1656.17	c      1656         927444      926364         1           1.0000           0.0000          -
1656.34/1661.25	c      1661         929962      928882         1           1.0000           0.0000          -
1661.42/1666.30	c      1666         932996      931916         1           1.0000           0.0000          -
1666.41/1671.35	c      1671         935849      934769         1           1.0000           0.0000          -
1671.60/1676.57	c      1677         938786      937706         1           1.0000           0.0000          -
1676.99/1681.97	c      1682         941805      940725         1           1.0000           0.0000          -
1682.07/1687.01	c      1687         944575      943495         1           1.0000           0.0000          -
1687.25/1692.22	c      1692         947456      946376         1           1.0000           0.0000          -
1692.34/1697.33	c      1697         950363      949283         1           1.0000           0.0000          -
1697.52/1702.57	c      1703         953144      952064         1           1.0000           0.0000          -
1702.61/1707.62	c      1708         956250      955170         1           1.0000           0.0000          -
1707.69/1712.72	c      1713         959077      957997         1           1.0000           0.0000          -
1712.68/1717.77	c      1718         961902      960822         1           1.0000           0.0000          -
1718.17/1723.22	c      1723         965018      963938         1           1.0000           0.0000          -
1723.36/1728.41	c      1728         967855      966775         1           1.0000           0.0000          -
1728.64/1733.75	c      1734         970887      969807         1           1.0000           0.0000          -
1733.72/1738.82	c      1739         973699      972619         1           1.0000           0.0000          -
1738.92/1744.05	c      1744         976463      975383         1           1.0000           0.0000          -
1743.90/1749.10	c      1749         979543      978463         1           1.0000           0.0000          -
1749.18/1754.35	c      1754         982097      981017         1           1.0000           0.0000          -
1754.36/1759.55	c      1760         985300      984220         1           1.0000           0.0000          -
1759.46/1764.60	c      1765         988214      987134         1           1.0000           0.0000          -
1764.54/1769.74	c      1770         991075      989995         1           1.0000           0.0000          -
1769.63/1774.83	c      1775         993893      992813         1           1.0000           0.0000          -
1774.61/1779.88	c      1780         996571      995491         1           1.0000           0.0000          -
1779.80/1785.04	c      1785         999427      998347         1           1.0000           0.0000          -
1784.99/1790.29	c      1790        1002391     1001311         1           1.0000           0.0000          -
1790.26/1795.53	c      1796        1005242     1004162         1           1.0000           0.0000          -
1795.26/1800.58	c      1801        1007908     1006828         1           1.0000           0.0000          -
1800.33/1805.65	c      1806        1010667     1009587         1           1.0000           0.0000          -
1805.42/1810.70	c      1811        1013685     1012605         1           1.0000           0.0000          -
1810.51/1815.86	c      1816        1016456     1015376         1           1.0000           0.0000          -
1815.60/1820.91	c      1821        1019398     1018318         1           1.0000           0.0000          -
1820.68/1826.07	c      1826        1022599     1021519         1           1.0000           0.0000          -
1825.77/1831.18	c      1831        1025577     1024497         1           1.0000           0.0000          -
1830.86/1836.25	c      1836        1028205     1027125         1           1.0000           0.0000          -
1835.94/1841.37	c      1841        1031037     1029957         1           1.0000           0.0000          -
1841.02/1846.42	c      1846        1033873     1032793         1           1.0000           0.0000          -
1846.21/1851.65	c      1852        1036542     1035462         1           1.0000           0.0000          -
1851.40/1856.81	c      1857        1039369     1038289         1           1.0000           0.0000          -
1856.58/1862.00	c      1862        1042356     1041276         1           1.0000           0.0000          -
1861.67/1867.14	c      1867        1045034     1043954         1           1.0000           0.0000          -
1866.75/1872.21	c      1872        1047944     1046864         1           1.0000           0.0000          -
1871.74/1877.26	c      1877        1050960     1049880         1           1.0000           0.0000          -
1876.83/1882.32	c      1882        1053719     1052639         1           1.0000           0.0000          -
1881.81/1887.39	c      1887        1056683     1055603         1           1.0000           0.0000          -
1886.89/1892.44	c      1892        1059313     1058233         1           1.0000           0.0000          -
1891.88/1897.49	c      1898        1062441     1061361         1           1.0000           0.0000          -
1896.96/1902.59	c      1903        1065003     1063923         1           1.0000           0.0000          -
1902.05/1907.64	c      1908        1068052     1066972         1           1.0000           0.0000          -
1907.13/1912.77	c      1913        1071031     1069951         1           1.0000           0.0000          -
1912.22/1917.85	c      1918        1073798     1072718         1           1.0000           0.0000          -
1917.31/1922.90	c      1923        1076672     1075592         1           1.0000           0.0000          -
1922.40/1928.04	c      1928        1079613     1078533         1           1.0000           0.0000          -
1927.48/1933.13	c      1933        1082310     1081230         1           1.0000           0.0000          -
1932.47/1938.18	c      1938        1085070     1083990         1           1.0000           0.0000          -
1937.65/1943.34	c      1943        1087851     1086771         1           1.0000           0.0000          -
1942.62/1948.39	c      1948        1090832     1089752         1           1.0000           0.0000          -
1947.80/1953.55	c      1954        1093688     1092608         1           1.0000           0.0000          -
1953.18/1958.92	c      1959        1096522     1095442         1           1.0000           0.0000          -
1958.16/1963.97	c      1964        1099506     1098426         1           1.0000           0.0000          -
1963.25/1969.06	c      1969        1102237     1101157         1           1.0000           0.0000          -
1968.33/1974.18	c      1974        1104851     1103771         1           1.0000           0.0000          -
1973.40/1979.23	c      1979        1107719     1106639         1           1.0000           0.0000          -
1978.39/1984.28	c      1984        1110730     1109650         1           1.0000           0.0000          -
1983.46/1989.33	c      1989        1113421     1112341         1           1.0000           0.0000          -
1988.75/1994.62	c      1995        1116481     1115401         1           1.0000           0.0000          -
1993.83/1999.73	c      2000        1119483     1118403         1           1.0000           0.0000          -
1998.81/2004.78	c      2005        1122397     1121317         1           1.0000           0.0000          -
2003.89/2009.84	c      2010        1125107     1124027         1           1.0000           0.0000          -
2008.87/2014.89	c      2015        1127866     1126786         1           1.0000           0.0000          -
2013.95/2019.96	c      2020        1130686     1129606         1           1.0000           0.0000          -
2019.04/2025.04	c      2025        1133468     1132388         1           1.0000           0.0000          -
2024.21/2030.27	c      2030        1135950     1134870         1           1.0000           0.0000          -
2029.49/2035.53	c      2036        1139093     1138013         1           1.0000           0.0000          -
2034.67/2040.75	c      2041        1141889     1140809         1           1.0000           0.0000          -
2039.85/2045.90	c      2046        1144779     1143699         1           1.0000           0.0000          -
2044.84/2050.97	c      2051        1147547     1146467         1           1.0000           0.0000          -
2049.92/2056.02	c      2056        1150138     1149058         1           1.0000           0.0000          -
2054.90/2061.09	c      2061        1153143     1152063         1           1.0000           0.0000          -
2060.19/2066.35	c      2066        1155841     1154761         1           1.0000           0.0000          -
2065.27/2071.40	c      2071        1158504     1157424         1           1.0000           0.0000          -
2070.25/2076.45	c      2076        1161412     1160332         1           1.0000           0.0000          -
2075.43/2081.66	c      2082        1164316     1163236         1           1.0000           0.0000          -
2080.52/2086.71	c      2087        1167144     1166064         1           1.0000           0.0000          -
2085.60/2091.82	c      2092        1169902     1168822         1           1.0000           0.0000          -
2090.79/2097.05	c      2097        1172849     1171769         1           1.0000           0.0000          -
2095.97/2102.21	c      2102        1175538     1174458         1           1.0000           0.0000          -
2100.96/2107.27	c      2107        1178484     1177404         1           1.0000           0.0000          -
2106.15/2112.40	c      2112        1181174     1180094         1           1.0000           0.0000          -
2111.33/2117.69	c      2118        1184107     1183027         1           1.0000           0.0000          -
2116.71/2123.05	c      2123        1187204     1186124         1           1.0000           0.0000          -
2121.81/2128.16	c      2128        1189928     1188848         1           1.0000           0.0000          -
2127.09/2133.45	c      2133        1192819     1191739         1           1.0000           0.0000          -
2132.16/2138.50	c      2139        1195801     1194721         1           1.0000           0.0000          -
2137.25/2143.60	c      2144        1198596     1197516         1           1.0000           0.0000          -
2142.24/2148.65	c      2149        1201538     1200458         1           1.0000           0.0000          -
2147.33/2153.70	c      2154        1204400     1203320         1           1.0000           0.0000          -
2152.41/2158.82	c      2159        1207068     1205988         1           1.0000           0.0000          -
2157.79/2164.21	c      2164        1209902     1208822         1           1.0000           0.0000          -
2162.78/2169.26	c      2169        1212846     1211766         1           1.0000           0.0000          -
2167.96/2174.48	c      2174        1215749     1214669         1           1.0000           0.0000          -
2173.05/2179.57	c      2180        1218613     1217533         1           1.0000           0.0000          -
2178.14/2184.62	c      2185        1221295     1220215         1           1.0000           0.0000          -
2183.21/2189.70	c      2190        1224336     1223256         1           1.0000           0.0000          -
2188.40/2194.90	c      2195        1227276     1226196         1           1.0000           0.0000          -
2193.49/2200.00	c      2200        1230155     1229075         1           1.0000           0.0000          -
2198.87/2205.41	c      2205        1233005     1231925         1           1.0000           0.0000          -
2203.85/2210.46	c      2210        1235781     1234701         1           1.0000           0.0000          -
2208.94/2215.53	c      2216        1238689     1237609         1           1.0000           0.0000          -
2214.02/2220.66	c      2221        1241537     1240457         1           1.0000           0.0000          -
2219.11/2225.75	c      2226        1244430     1243350         1           1.0000           0.0000          -
2224.20/2230.80	c      2231        1247387     1246307         1           1.0000           0.0000          -
2229.28/2235.91	c      2236        1250037     1248957         1           1.0000           0.0000          -
2234.37/2241.01	c      2241        1252907     1251827         1           1.0000           0.0000          -
2239.35/2246.09	c      2246        1255803     1254723         1           1.0000           0.0000          -
2244.44/2251.19	c      2251        1258549     1257469         1           1.0000           0.0000          -
2249.52/2256.27	c      2256        1261339     1260259         1           1.0000           0.0000          -
2254.70/2261.46	c      2261        1264079     1262999         1           1.0000           0.0000          -
2259.78/2266.51	c      2267        1267063     1265983         1           1.0000           0.0000          -
2264.87/2271.60	c      2272        1269645     1268565         1           1.0000           0.0000          -
2269.96/2276.70	c      2277        1272399     1271319         1           1.0000           0.0000          -
2274.95/2281.75	c      2282        1275220     1274140         1           1.0000           0.0000          -
2280.03/2286.80	c      2287        1278096     1277016         1           1.0000           0.0000          -
2285.01/2291.85	c      2292        1281050     1279970         1           1.0000           0.0000          -
2290.09/2296.91	c      2297        1283794     1282714         1           1.0000           0.0000          -
2295.08/2301.96	c      2302        1286766     1285686         1           1.0000           0.0000          -
2300.18/2307.08	c      2307        1289419     1288339         1           1.0000           0.0000          -
2305.35/2312.27	c      2312        1292293     1291213         1           1.0000           0.0000          -
2310.44/2317.36	c      2317        1295307     1294227         1           1.0000           0.0000          -
2315.52/2322.41	c      2322        1297856     1296776         1           1.0000           0.0000          -
2320.61/2327.50	c      2328        1300707     1299601         1           1.0000           0.0000          -
2325.59/2332.56	c      2333        1303530     1302424         1           1.0000           0.0000          -
2330.88/2337.89	c      2338        1306437     1305331         1           1.0000           0.0000          -
2335.96/2342.94	c      2343        1309034     1307928         1           1.0000           0.0000          -
2341.05/2348.03	c      2348        1311762     1310656         1           1.0000           0.0000          -
2346.23/2353.29	c      2353        1314613     1313507         1           1.0000           0.0000          -
2351.32/2358.34	c      2358        1317668     1316562         1           1.0000           0.0000          -
2356.50/2363.57	c      2364        1320440     1319334         1           1.0000           0.0000          -
2361.58/2368.62	c      2369        1323438     1322332         1           1.0000           0.0000          -
2366.57/2373.68	c      2374        1326187     1325081         1           1.0000           0.0000          -
2371.65/2378.75	c      2379        1329172     1328066         1           1.0000           0.0000          -
2376.84/2383.97	c      2384        1332026     1330920         1           1.0000           0.0000          -
2381.92/2389.01	c      2389        1334461     1333355         1           1.0000           0.0000          -
2386.91/2394.06	c      2394        1337404     1336298         1           1.0000           0.0000          -
2392.19/2399.33	c      2399        1340166     1339060         1           1.0000           0.0000          -
2397.27/2404.44	c      2404        1343243     1342137         1           1.0000           0.0000          -
2402.46/2409.60	c      2410        1346199     1345093         1           1.0000           0.0000          -
2407.65/2414.84	c      2415        1348885     1347779         1           1.0000           0.0000          -
2412.73/2419.91	c      2420        1351858     1350752         1           1.0000           0.0000          -
2417.71/2424.96	c      2425        1354726     1353620         1           1.0000           0.0000          -
2422.80/2430.07	c      2430        1357621     1356515         1           1.0000           0.0000          -
2427.89/2435.13	c      2435        1360431     1359325         1           1.0000           0.0000          -
2432.88/2440.18	c      2440        1363253     1362147         1           1.0000           0.0000          -
2437.95/2445.24	c      2445        1366268     1365162         1           1.0000           0.0000          -
2442.94/2450.29	c      2450        1368990     1367884         1           1.0000           0.0000          -
2448.03/2455.34	c      2455        1371801     1370695         1           1.0000           0.0000          -
2453.30/2460.65	c      2461        1374787     1373681         1           1.0000           0.0000          -
2458.39/2465.70	c      2466        1377563     1376457         1           1.0000           0.0000          -
2463.37/2470.75	c      2471        1380560     1379454         1           1.0000           0.0000          -
2468.46/2475.80	c      2476        1383301     1382195         1           1.0000           0.0000          -
2473.75/2481.13	c      2481        1386185     1385079         1           1.0000           0.0000          -
2478.93/2486.37	c      2486        1389164     1388058         1           1.0000           0.0000          -
2484.42/2491.80	c      2492        1392196     1391090         1           1.0000           0.0000          -
2489.70/2497.16	c      2497        1394947     1393841         1           1.0000           0.0000          -
2494.79/2502.21	c      2502        1398086     1396980         1           1.0000           0.0000          -
2499.77/2507.26	c      2507        1400773     1399667         1           1.0000           0.0000          -
2504.85/2512.31	c      2512        1403474     1402368         1           1.0000           0.0000          -
2509.94/2517.45	c      2517        1406468     1405362         1           1.0000           0.0000          -
2515.02/2522.51	c      2523        1409161     1408055         1           1.0000           0.0000          -
2520.11/2527.63	c      2528        1411922     1410816         1           1.0000           0.0000          -
2525.50/2533.01	c      2533        1414991     1413885         1           1.0000           0.0000          -
2530.48/2538.06	c      2538        1417905     1416799         1           1.0000           0.0000          -
2535.57/2543.12	c      2543        1420639     1419533         1           1.0000           0.0000          -
2540.56/2548.17	c      2548        1423461     1422355         1           1.0000           0.0000          -
2545.93/2553.58	c      2554        1426297     1425191         1           1.0000           0.0000          -
2551.02/2558.63	c      2559        1429190     1428084         1           1.0000           0.0000          -
2556.20/2563.81	c      2564        1432031     1430925         1           1.0000           0.0000          -
2561.29/2568.90	c      2569        1434986     1433880         1           1.0000           0.0000          -
2566.48/2574.13	c      2574        1437858     1436752         1           1.0000           0.0000          -
2571.56/2579.20	c      2579        1440728     1439622         1           1.0000           0.0000          -
2576.65/2584.32	c      2584        1443217     1442111         1           1.0000           0.0000          -
2581.63/2589.36	c      2589        1446263     1445157         1           1.0000           0.0000          -
2586.71/2594.41	c      2594        1449129     1448023         1           1.0000           0.0000          -
2591.70/2599.46	c      2599        1451774     1450668         1           1.0000           0.0000          -
2596.79/2604.51	c      2605        1454755     1453649         1           1.0000           0.0000          -
2601.97/2609.72	c      2610        1457387     1456281         1           1.0000           0.0000          -
2606.95/2614.77	c      2615        1460228     1459122         1           1.0000           0.0000          -
2612.43/2620.25	c      2620        1463184     1462078         1           1.0000           0.0000          -
2617.53/2625.32	c      2625        1465983     1464877         1           1.0000           0.0000          -
2622.60/2630.44	c      2630        1468768     1467662         1           1.0000           0.0000          -
2627.59/2635.49	c      2636        1471204     1470092         1           1.0000           0.0000          -
2632.78/2640.61	c      2641        1473772     1472660         1           1.0000           0.0000          -
2638.06/2645.91	c      2646        1476866     1475754         1           1.0000           0.0000          -
2643.05/2650.96	c      2651        1479379     1478267         1           1.0000           0.0000          -
2648.14/2656.03	c      2656        1482388     1481276         1           1.0000           0.0000          -
2653.32/2661.20	c      2661        1485301     1484189         1           1.0000           0.0000          -
2658.30/2666.25	c      2666        1488238     1487126         1           1.0000           0.0000          -
2663.39/2671.31	c      2671        1490871     1489759         1           1.0000           0.0000          -
2668.37/2676.38	c      2676        1493595     1492483         1           1.0000           0.0000          -
2673.46/2681.49	c      2682        1496506     1495394         1           1.0000           0.0000          -
2678.54/2686.57	c      2687        1499211     1498099         1           1.0000           0.0000          -
2683.62/2691.62	c      2692        1501791     1500679         1           1.0000           0.0000          -
2688.71/2696.70	c      2697        1504496     1503384         1           1.0000           0.0000          -
2693.70/2701.74	c      2702        1507262     1506150         1           1.0000           0.0000          -
2698.98/2707.08	c      2707        1510164     1509052         1           1.0000           0.0000          -
2704.07/2712.13	c      2712        1512985     1511873         1           1.0000           0.0000          -
2709.05/2717.19	c      2717        1515785     1514673         1           1.0000           0.0000          -
2714.14/2722.24	c      2722        1518736     1517624         1           1.0000           0.0000          -
2719.52/2727.68	c      2728        1521571     1520459         1           1.0000           0.0000          -
2724.80/2732.98	c      2733        1524481     1523369         1           1.0000           0.0000          -
2729.89/2738.03	c      2738        1527526     1526414         1           1.0000           0.0000          -
2734.87/2743.08	c      2743        1530266     1529154         1           1.0000           0.0000          -
2739.96/2748.13	c      2748        1533147     1532035         1           1.0000           0.0000          -
2745.04/2753.23	c      2753        1536152     1535040         1           1.0000           0.0000          -
2750.33/2758.57	c      2759        1538979     1537867         1           1.0000           0.0000          -
2755.41/2763.63	c      2764        1542030     1540918         1           1.0000           0.0000          -
2760.50/2768.79	c      2769        1544864     1543752         1           1.0000           0.0000          -
2765.58/2773.84	c      2774        1547542     1546430         1           1.0000           0.0000          -
2770.67/2778.94	c      2779        1550549     1549437         1           1.0000           0.0000          -
2775.95/2784.22	c      2784        1553118     1552006         1           1.0000           0.0000          -
2781.04/2789.30	c      2789        1555826     1554714         1           1.0000           0.0000          -
2786.02/2794.37	c      2794        1558793     1557681         1           1.0000           0.0000          -
2791.10/2799.42	c      2799        1561403     1560291         1           1.0000           0.0000          -
2796.38/2804.74	c      2805        1564277     1563165         1           1.0000           0.0000          -
2801.37/2809.79	c      2810        1567272     1566160         1           1.0000           0.0000          -
2806.45/2814.84	c      2815        1569915     1568803         1           1.0000           0.0000          -
2811.54/2819.90	c      2820        1572734     1571622         1           1.0000           0.0000          -
2816.63/2825.07	c      2825        1575404     1574292         1           1.0000           0.0000          -
2821.81/2830.25	c      2830        1578329     1577217         1           1.0000           0.0000          -
2826.89/2835.31	c      2835        1581111     1579999         1           1.0000           0.0000          -
2831.87/2840.36	c      2840        1583983     1582871         1           1.0000           0.0000          -
2837.26/2845.76	c      2846        1586804     1585692         1           1.0000           0.0000          -
2842.35/2850.84	c      2851        1589711     1588599         1           1.0000           0.0000          -
2847.64/2856.17	c      2856        1592429     1591317         1           1.0000           0.0000          -
2852.71/2861.24	c      2861        1595318     1594206         1           1.0000           0.0000          -
2857.80/2866.38	c      2866        1598124     1597012         1           1.0000           0.0000          -
2862.98/2871.52	c      2872        1600794     1599682         1           1.0000           0.0000          -
2867.97/2876.58	c      2877        1603614     1602502         1           1.0000           0.0000          -
2873.45/2882.07	c      2882        1606513     1605401         1           1.0000           0.0000          -
2878.54/2887.12	c      2887        1609564     1608452         1           1.0000           0.0000          -
2883.72/2892.37	c      2892        1612611     1611499         1           1.0000           0.0000          -
2888.90/2897.52	c      2898        1615434     1614322         1           1.0000           0.0000          -
2894.09/2902.76	c      2903        1618099     1616987         1           1.0000           0.0000          -
2899.18/2907.85	c      2908        1620961     1619849         1           1.0000           0.0000          -
2904.26/2912.90	c      2913        1623701     1622589         1           1.0000           0.0000          -
2909.24/2917.97	c      2918        1626637     1625525         1           1.0000           0.0000          -
2914.33/2923.02	c      2923        1629541     1628429         1           1.0000           0.0000          -
2919.31/2928.07	c      2928        1632037     1630925         1           1.0000           0.0000          -
2924.40/2933.18	c      2933        1634788     1633676         1           1.0000           0.0000          -
2929.78/2938.53	c      2939        1637495     1636383         1           1.0000           0.0000          -
2934.86/2943.60	c      2944        1640595     1639483         1           1.0000           0.0000          -
2939.85/2948.65	c      2949        1643088     1641976         1           1.0000           0.0000          -
2945.03/2953.84	c      2954        1646196     1645084         1           1.0000           0.0000          -
2950.12/2958.99	c      2959        1649035     1647923         1           1.0000           0.0000          -
2955.20/2964.04	c      2964        1652019     1650907         1           1.0000           0.0000          -
2960.19/2969.09	c      2969        1654753     1653641         1           1.0000           0.0000          -
2965.28/2974.16	c      2974        1657465     1656353         1           1.0000           0.0000          -
2970.36/2979.21	c      2979        1660250     1659138         1           1.0000           0.0000          -
2975.64/2984.54	c      2985        1663161     1662049         1           1.0000           0.0000          -
2980.72/2989.65	c      2990        1665876     1664764         1           1.0000           0.0000          -
2985.80/2994.70	c      2995        1668879     1667767         1           1.0000           0.0000          -
2991.10/3000.02	c      3000        1671752     1670640         1           1.0000           0.0000          -
2996.08/3005.07	c      3005        1674393     1673281         1           1.0000           0.0000          -
3001.17/3010.12	c      3010        1677322     1676210         1           1.0000           0.0000          -
3006.24/3015.21	c      3015        1680049     1678937         1           1.0000           0.0000          -
3011.63/3020.62	c      3021        1682680     1681568         1           1.0000           0.0000          -
3016.81/3025.82	c      3026        1685456     1684344         1           1.0000           0.0000          -
3021.90/3030.92	c      3031        1688335     1687223         1           1.0000           0.0000          -
3026.88/3035.97	c      3036        1691273     1690161         1           1.0000           0.0000          -
3031.98/3041.10	c      3041        1694098     1692986         1           1.0000           0.0000          -
3037.15/3046.26	c      3046        1697011     1695899         1           1.0000           0.0000          -
3042.54/3051.61	c      3052        1699826     1698714         1           1.0000           0.0000          -
3047.53/3056.66	c      3057        1702720     1701608         1           1.0000           0.0000          -
3052.81/3061.98	c      3062        1705732     1704620         1           1.0000           0.0000          -
3057.90/3067.04	c      3067        1708635     1707523         1           1.0000           0.0000          -
3062.98/3072.15	c      3072        1711398     1710286         1           1.0000           0.0000          -
3068.06/3077.26	c      3077        1714128     1713016         1           1.0000           0.0000          -
3073.15/3082.32	c      3082        1716957     1715845         1           1.0000           0.0000          -
3078.23/3087.41	c      3087        1719814     1718702         1           1.0000           0.0000          -
3083.52/3092.78	c      3093        1722663     1721551         1           1.0000           0.0000          -
3088.61/3097.83	c      3098        1725691     1724579         1           1.0000           0.0000          -
3093.79/3103.04	c      3103        1728442     1727330         1           1.0000           0.0000          -
3098.87/3108.16	c      3108        1731453     1730341         1           1.0000           0.0000          -
3103.96/3113.21	c      3113        1734419     1733307         1           1.0000           0.0000          -
3109.13/3118.45	c      3118        1737037     1735925         1           1.0000           0.0000          -
3114.22/3123.55	c      3124        1739906     1738794         1           1.0000           0.0000          -
3119.31/3128.60	c      3129        1742645     1741533         1           1.0000           0.0000          -
3124.29/3133.65	c      3134        1745504     1744392         1           1.0000           0.0000          -
3129.58/3138.91	c      3139        1748236     1747124         1           1.0000           0.0000          -
3134.66/3144.04	c      3144        1750943     1749831         1           1.0000           0.0000          -
3139.65/3149.09	c      3149        1753931     1752819         1           1.0000           0.0000          -
3144.93/3154.37	c      3154        1756663     1755551         1           1.0000           0.0000          -
3150.02/3159.42	c      3159        1759499     1758387         1           1.0000           0.0000          -
3155.10/3164.52	c      3165        1762303     1761191         1           1.0000           0.0000          -
3160.29/3169.72	c      3170        1765048     1763936         1           1.0000           0.0000          -
3165.37/3174.86	c      3175        1767791     1766679         1           1.0000           0.0000          -
3170.56/3180.00	c      3180        1770755     1769643         1           1.0000           0.0000          -
3175.55/3185.10	c      3185        1773507     1772395         1           1.0000           0.0000          -
3180.63/3190.15	c      3190        1776341     1775229         1           1.0000           0.0000          -
3185.71/3195.20	c      3195        1778901     1777789         1           1.0000           0.0000          -
3190.69/3200.27	c      3200        1781874     1780762         1           1.0000           0.0000          -
3196.08/3205.64	c      3206        1785008     1783896         1           1.0000           0.0000          -
3201.17/3210.71	c      3211        1787611     1786499         1           1.0000           0.0000          -
3206.15/3215.76	c      3216        1790353     1789241         1           1.0000           0.0000          -
3211.23/3220.89	c      3221        1793132     1792020         1           1.0000           0.0000          -
3216.32/3225.96	c      3226        1796150     1795038         1           1.0000           0.0000          -
3221.61/3231.21	c      3231        1799041     1797929         1           1.0000           0.0000          -
3227.09/3236.70	c      3237        1801939     1800827         1           1.0000           0.0000          -
3232.08/3241.75	c      3242        1804737     1803625         1           1.0000           0.0000          -
3237.16/3246.89	c      3247        1807684     1806572         1           1.0000           0.0000          -
3242.24/3251.94	c      3252        1810499     1809387         1           1.0000           0.0000          -
3247.63/3257.31	c      3257        1813375     1812263         1           1.0000           0.0000          -
3252.82/3262.59	c      3263        1816288     1815176         1           1.0000           0.0000          -
3257.90/3267.64	c      3268        1819011     1817897         1           1.0000           0.0000          -
3262.98/3272.71	c      3273        1822059     1820945         1           1.0000           0.0000          -
3268.28/3278.04	c      3278        1824961     1823847         1           1.0000           0.0000          -
3273.36/3283.16	c      3283        1827947     1826833         1           1.0000           0.0000          -
3278.84/3288.60	c      3289        1830694     1829580         1           1.0000           0.0000          -
3283.93/3293.72	c      3294        1833458     1832344         1           1.0000           0.0000          -
3289.10/3298.91	c      3299        1836229     1835115         1           1.0000           0.0000          -
3294.30/3304.17	c      3304        1838983     1837869         1           1.0000           0.0000          -
3299.38/3309.22	c      3309        1841807     1840693         1           1.0000           0.0000          -
3304.46/3314.35	c      3314        1844568     1843454         1           1.0000           0.0000          -
3309.55/3319.40	c      3319        1847475     1846361         1           1.0000           0.0000          -
3314.54/3324.45	c      3324        1850296     1849182         1           1.0000           0.0000          -
3319.61/3329.55	c      3330        1852734     1851620         1           1.0000           0.0000          -
3324.70/3334.60	c      3335        1855338     1854224         1           1.0000           0.0000          -
3329.69/3339.65	c      3340        1858253     1857139         1           1.0000           0.0000          -
3334.88/3344.86	c      3345        1860956     1859842         1           1.0000           0.0000          -
3340.06/3350.04	c      3350        1863871     1862757         1           1.0000           0.0000          -
3345.15/3355.18	c      3355        1866772     1865658         1           1.0000           0.0000          -
3350.23/3360.27	c      3360        1869536     1868422         1           1.0000           0.0000          -
3355.42/3365.41	c      3365        1872041     1870927         1           1.0000           0.0000          -
3360.39/3370.46	c      3370        1874824     1873710         1           1.0000           0.0000          -
3365.49/3375.57	c      3376        1877700     1876586         1           1.0000           0.0000          -
3370.67/3380.76	c      3381        1880400     1879286         1           1.0000           0.0000          -
3375.95/3386.00	c      3386        1883244     1882130         1           1.0000           0.0000          -
3380.93/3391.05	c      3391        1886023     1884909         1           1.0000           0.0000          -
3385.91/3396.10	c      3396        1888708     1887594         1           1.0000           0.0000          -
3391.19/3401.32	c      3401        1891341     1890227         1           1.0000           0.0000          -
3396.18/3406.36	c      3406        1894270     1893156         1           1.0000           0.0000          -
3401.46/3411.69	c      3412        1897319     1896205         1           1.0000           0.0000          -
3406.65/3416.88	c      3417        1900277     1899163         1           1.0000           0.0000          -
3411.94/3422.16	c      3422        1903008     1901894         1           1.0000           0.0000          -
3417.01/3427.21	c      3427        1905911     1904797         1           1.0000           0.0000          -
3422.00/3432.26	c      3432        1908577     1907463         1           1.0000           0.0000          -
3427.09/3437.31	c      3437        1911378     1910264         1           1.0000           0.0000          -
3432.07/3442.37	c      3442        1913918     1912804         1           1.0000           0.0000          -
3437.25/3447.58	c      3448        1916633     1915519         1           1.0000           0.0000          -
3442.34/3452.64	c      3453        1919264     1918150         1           1.0000           0.0000          -
3447.43/3457.73	c      3458        1922038     1920924         1           1.0000           0.0000          -
3452.81/3463.13	c      3463        1924699     1923585         1           1.0000           0.0000          -
3457.90/3468.20	c      3468        1927529     1926415         1           1.0000           0.0000          -
3462.88/3473.25	c      3473        1930284     1929170         1           1.0000           0.0000          -
3468.16/3478.50	c      3479        1933277     1932163         1           1.0000           0.0000          -
3473.15/3483.57	c      3484        1936164     1935050         1           1.0000           0.0000          -
3478.53/3488.95	c      3489        1939052     1937938         1           1.0000           0.0000          -
3483.72/3494.11	c      3494        1941894     1940780         1           1.0000           0.0000          -
3488.80/3499.26	c      3499        1944711     1943597         1           1.0000           0.0000          -
3493.88/3504.39	c      3504        1947615     1946501         1           1.0000           0.0000          -
3499.17/3509.65	c      3510        1950312     1949198         1           1.0000           0.0000          -
3504.26/3514.70	c      3515        1953072     1951958         1           1.0000           0.0000          -
3509.24/3519.76	c      3520        1955828     1954714         1           1.0000           0.0000          -
3514.33/3524.81	c      3525        1958545     1957431         1           1.0000           0.0000          -
3519.31/3529.88	c      3530        1961358     1960244         1           1.0000           0.0000          -
3524.40/3534.93	c      3535        1964115     1963001         1           1.0000           0.0000          -
3529.38/3539.98	c      3540        1967022     1965908         1           1.0000           0.0000          -
3534.86/3545.41	c      3545        1969958     1968844         1           1.0000           0.0000          -
3540.05/3550.64	c      3551        1972892     1971778         1           1.0000           0.0000          -
3545.14/3555.76	c      3556        1975674     1974560         1           1.0000           0.0000          -
3550.22/3560.81	c      3561        1978533     1977419         1           1.0000           0.0000          -
3555.30/3565.96	c      3566        1981307     1980193         1           1.0000           0.0000          -
3560.59/3571.23	c      3571        1984302     1983188         1           1.0000           0.0000          -
3566.08/3576.75	c      3577        1987255     1986141         1           1.0000           0.0000          -
3571.16/3581.81	c      3582        1990069     1988955         1           1.0000           0.0000          -
3576.14/3586.86	c      3587        1992836     1991722         1           1.0000           0.0000          -
3581.34/3592.10	c      3592        1995575     1994461         1           1.0000           0.0000          -
3586.42/3597.16	c      3597        1998150     1997036         1           1.0000           0.0000          -
3589.31/3600.04	c SCIP Status        : c solving was interrupted [hard time limit reached]
3589.31/3600.04	c Total Time         : 3600.0400
3589.31/3600.04	c   solving          : 3600.0400
3589.31/3600.04	c   presolving       : 1.3919 (included in solving)
3589.31/3600.04	c B&B Tree           :
3589.31/3600.04	c   nodes (total)    : 1
3589.31/3600.04	c Solution           :
3589.31/3600.04	c   Solutions found  : 3
3589.31/3600.04	c   Primal Bound     : +1.00000000000000e+00
3589.31/3600.04	c   Dual Bound       : +0.00000000000000e+00
3589.31/3600.04	c Gap                :   infinite
3589.31/3600.04	c * Warning: final gap: 1.00000000000000e+20 is greater than SCIPepsilon: 1.00000000000000e-09
3589.31/3600.05	o 1
3589.31/3600.05	s SATISFIABLE
3589.31/3600.05	v -x2253 -x2252 x2251 -x2250 x2249 -x2248 -x2247 x2246 -x2245 -x2244 x2243 -x2242 x2241 -x2240 -x2239 -x2238 -x2237 x2236 x2235 -x2234 
3589.31/3600.05	v -x2233 -x2232 x2231 -x2230 -x2229 -x2228 -x2227 x2226 -x2225 -x2224 x2223 -x2222 -x2221 -x2220 -x2219 -x2218 -x2217 -x2216 
3589.31/3600.05	v -x2215 x2214 -x2213 x2212 -x2211 x2210 x2209 x2208 x2207 -x2206 -x2205 -x2204 x2203 -x2202 -x2201 -x2200 -x2199 -x2198 -x2197 
3589.31/3600.05	v -x2196 x2195 x2194 -x2193 x2192 -x2191 -x2190 -x2189 x2188 x2187 x2186 -x2185 -x2184 -x2183 x2182 -x2181 x2180 -x2179 x2178 
3589.31/3600.05	v x2177 -x2176 x2175 x2174 x2173 -x2172 -x2171 -x2170 -x2169 -x2168 x2167 x2166 -x2165 -x2164 x2163 -x2162 x2161 -x2160 x2159 
3589.31/3600.05	v -x2158 -x2157 x2156 -x2155 -x2154 -x2153 x2152 -x2151 -x2150 -x2149 -x2148 -x2147 -x2146 x2145 -x2144 x2143 -x2142 x2141 -x2140 
3589.31/3600.05	v -x2139 -x2138 -x2137 -x2136 -x2135 x2134 x2133 -x2132 x2131 -x2130 -x2129 x2128 -x2127 -x2126 -x2125 -x2124 -x2123 -x2122 
3589.31/3600.05	v x2121 -x2120 -x2119 x2118 -x2117 -x2116 x2115 -x2114 x2113 x2112 -x2111 x2110 -x2109 -x2108 x2107 -x2106 -x2105 x2104 x2103 
3589.31/3600.05	v -x2102 -x2101 -x2100 -x2099 -x2098 -x2097 x2096 -x2095 x2094 -x2093 -x2092 -x2091 x2090 -x2089 x2088 -x2087 -x2086 x2085 -x2084 
3589.31/3600.05	v -x2083 -x2082 x2081 x2080 x2079 -x2078 x2077 x2076 x2075 -x2074 -x2073 x2072 -x2071 x2070 -x2069 -x2068 -x2067 -x2066 x2065 
3589.31/3600.05	v x2064 x2063 x2062 -x2061 -x2060 x2059 -x2058 -x2057 x2056 -x2055 x2054 -x2053 x2052 -x2051 x2050 -x2049 -x2048 -x2047 x2046 
3589.31/3600.05	v -x2045 -x2044 -x2043 x2042 -x2041 -x2040 -x2039 x2038 -x2037 x2036 -x2035 x2034 x2033 -x2032 x2031 -x2030 -x2029 x2028 -x2027 
3589.31/3600.05	v -x2026 x2025 -x2024 -x2023 x2022 -x2021 x2020 x2019 -x2018 -x2017 x2016 x2015 x2014 -x2013 -x2012 -x2011 -x2010 x2009 x2008 
3589.31/3600.05	v -x2007 -x2006 -x2005 -x2004 -x2003 x2002 -x2001 -x2000 x1999 -x1998 -x1997 x1996 -x1995 x1994 x1993 x1992 -x1991 -x1990 -x1989 
3589.31/3600.05	v x1988 x1987 -x1986 -x1985 x1984 x1983 -x1982 x1981 -x1980 x1979 x1978 -x1977 x1976 -x1975 -x1974 x1973 -x1972 x1971 -x1970 
3589.31/3600.05	v x1969 -x1968 -x1967 -x1966 -x1965 -x1964 x1963 -x1962 x1961 x1960 x1959 -x1958 -x1957 -x1956 -x1955 x1954 -x1953 -x1952 x1951 
3589.31/3600.05	v x1950 x1949 -x1948 -x1947 -x1946 x1945 x1944 x1943 -x1942 -x1941 -x1940 x1939 x1938 x1937 x1936 -x1935 -x1934 x1933 x1932 
3589.31/3600.05	v x1931 -x1930 x1929 -x1928 -x1927 x1926 x1925 x1924 -x1923 -x1922 -x1921 x1920 -x1919 x1918 -x1917 x1916 -x1915 x1914 x1913 -x1912 
3589.31/3600.05	v -x1911 -x1910 x1909 -x1908 x1907 x1906 x1905 x1904 -x1903 -x1902 x1901 x1900 x1899 -x1898 x1897 -x1896 -x1895 -x1894 -x1893 
3589.31/3600.05	v -x1892 -x1891 x1890 -x1889 -x1888 -x1887 -x1886 x1885 x1884 x1883 -x1882 -x1881 -x1880 -x1879 -x1878 x1877 x1876 -x1875 
3589.31/3600.05	v -x1874 -x1873 -x1872 x1871 x1870 -x1869 x1868 -x1867 -x1866 -x1865 -x1864 x1863 -x1862 -x1861 x1860 x1859 -x1858 -x1857 -x1856 
3589.31/3600.05	v -x1855 -x1854 -x1853 -x1852 -x1851 -x1850 x1849 -x1848 -x1847 -x1846 -x1845 -x1844 -x1843 -x1842 -x1841 -x1840 x1839 x1838 
3589.31/3600.05	v -x1837 -x1836 -x1835 -x1834 -x1833 x1832 -x1831 -x1830 -x1829 -x1828 -x1827 x1826 -x1825 x1824 -x1823 -x1822 -x1821 -x1820 -x1819 
3589.31/3600.05	v x1818 x1817 x1816 -x1815 x1814 x1813 x1812 -x1811 -x1810 x1809 -x1808 -x1807 -x1806 x1805 x1804 -x1803 x1802 x1801 -x1800 
3589.31/3600.05	v -x1799 -x1798 -x1797 -x1796 x1795 x1794 -x1793 -x1792 x1791 x1790 x1789 x1788 -x1787 -x1786 -x1785 x1784 -x1783 x1782 x1781 
3589.31/3600.05	v -x1780 x1779 -x1778 x1777 x1776 -x1775 -x1774 x1773 x1772 x1771 -x1770 -x1769 -x1768 x1767 -x1766 -x1765 -x1764 -x1763 -x1762 
3589.31/3600.05	v x1761 -x1760 -x1759 x1758 -x1757 -x1756 x1755 -x1754 -x1753 x1752 x1751 x1750 -x1749 -x1748 -x1747 -x1746 -x1745 x1744 x1743 
3589.31/3600.05	v -x1742 -x1741 x1740 x1739 -x1738 -x1737 -x1736 x1735 -x1734 -x1733 x1732 -x1731 -x1730 -x1729 -x1728 -x1727 -x1726 x1725 x1724 
3589.31/3600.05	v -x1723 x1722 -x1721 x1720 x1719 -x1718 -x1717 x1716 -x1715 x1714 -x1713 -x1712 x1711 -x1710 -x1709 -x1708 x1707 -x1706 x1705 
3589.31/3600.05	v x1704 x1703 -x1702 x1701 x1700 -x1699 x1698 -x1697 -x1696 -x1695 -x1694 -x1693 x1692 x1691 -x1690 x1689 x1688 x1687 -x1686 
3589.31/3600.05	v x1685 x1684 -x1683 x1682 -x1681 x1680 -x1679 x1678 -x1677 x1676 x1675 x1674 -x1673 x1672 x1671 -x1670 x1669 x1668 -x1667 x1666 
3589.31/3600.05	v x1665 -x1664 x1663 x1662 x1661 -x1660 -x1659 x1658 -x1657 x1656 -x1655 x1654 -x1653 -x1652 x1651 x1650 x1649 -x1648 -x1647 
3589.31/3600.05	v -x1646 -x1645 -x1644 x1643 -x1642 -x1641 x1640 x1639 x1638 x1637 x1636 x1635 x1634 -x1633 x1632 -x1631 x1630 -x1629 x1628 x1627 
3589.31/3600.05	v -x1626 x1625 x1624 x1623 x1622 -x1621 x1620 -x1619 x1618 x1617 -x1616 -x1615 -x1614 -x1613 x1612 -x1611 x1610 -x1609 x1608 
3589.31/3600.05	v x1607 -x1606 x1605 -x1604 -x1603 -x1602 x1601 x1600 -x1599 x1598 -x1597 x1596 -x1595 x1594 -x1593 -x1592 -x1591 x1590 -x1589 
3589.31/3600.05	v x1588 -x1587 -x1586 x1585 -x1584 x1583 x1582 -x1581 x1580 x1579 -x1578 -x1577 -x1576 x1575 x1574 x1573 -x1572 x1571 x1570 
3589.31/3600.05	v -x1569 -x1568 -x1567 x1566 x1565 -x1564 x1563 x1562 -x1561 x1560 -x1559 -x1558 x1557 x1556 x1555 -x1554 -x1553 x1552 -x1551 -x1550 
3589.31/3600.05	v -x1549 -x1548 -x1547 -x1546 x1545 x1544 x1543 -x1542 x1541 x1540 x1539 -x1538 -x1537 -x1536 x1535 x1534 x1533 x1532 x1531 
3589.31/3600.05	v -x1530 -x1529 -x1528 x1527 -x1526 -x1525 -x1524 x1523 x1522 -x1521 x1520 x1519 x1518 -x1517 x1516 -x1515 -x1514 x1513 x1512 
3589.31/3600.05	v -x1511 -x1510 -x1509 x1508 -x1507 x1506 -x1505 x1504 x1503 x1502 -x1501 x1500 -x1499 -x1498 x1497 -x1496 -x1495 -x1494 x1493 
3589.31/3600.05	v x1492 x1491 -x1490 -x1489 -x1488 -x1487 x1486 x1485 x1484 x1483 -x1482 -x1481 x1480 x1479 -x1478 x1477 -x1476 x1475 -x1474 
3589.31/3600.05	v -x1473 x1472 -x1471 -x1470 -x1469 x1468 x1467 x1466 x1465 x1464 -x1463 -x1462 -x1461 x1460 x1459 -x1458 -x1457 x1456 x1455 x1454 
3589.31/3600.05	v x1453 -x1452 x1451 -x1450 -x1449 x1448 -x1447 -x1446 x1445 x1444 x1443 x1442 -x1441 x1440 -x1439 x1438 -x1437 x1436 x1435 
3589.31/3600.05	v x1434 x1433 -x1432 -x1431 -x1430 x1429 -x1428 x1427 x1426 x1425 x1424 -x1423 x1422 -x1421 x1420 -x1419 -x1418 x1417 -x1416 -x1415 
3589.31/3600.05	v x1414 x1413 -x1412 x1411 -x1410 -x1409 x1408 x1407 -x1406 x1405 x1404 x1403 x1402 x1401 -x1400 -x1399 x1398 x1397 x1396 
3589.31/3600.05	v x1395 x1394 x1393 -x1392 -x1391 -x1390 -x1389 -x1388 x1387 -x1386 x1385 -x1384 x1383 -x1382 x1381 x1380 x1379 x1378 -x1377 -x1376 
3589.31/3600.05	v x1375 x1374 x1373 x1372 x1371 x1370 -x1369 x1368 -x1367 x1366 x1365 x1364 -x1363 x1362 x1361 -x1360 x1359 x1358 x1357 -x1356 
3589.31/3600.05	v -x1355 -x1354 x1353 x1352 x1351 x1350 -x1349 x1348 -x1347 x1346 -x1345 x1344 -x1343 -x1342 x1341 x1340 x1339 -x1338 -x1337 
3589.31/3600.05	v -x1336 x1335 -x1334 -x1333 x1332 -x1331 -x1330 -x1329 x1328 x1327 x1326 -x1325 x1324 -x1323 -x1322 x1321 -x1320 x1319 x1318 
3589.31/3600.05	v -x1317 x1316 x1315 x1314 -x1313 x1312 x1311 x1310 -x1309 -x1308 -x1307 x1306 x1305 x1304 -x1303 -x1302 x1301 -x1300 x1299 
3589.31/3600.05	v x1298 -x1297 -x1296 -x1295 -x1294 x1293 -x1292 x1291 -x1290 x1289 x1288 x1287 -x1286 -x1285 x1284 x1283 -x1282 x1281 x1280 -x1279 
3589.31/3600.05	v -x1278 x1277 x1276 -x1275 x1274 x1273 x1272 x1271 -x1270 -x1269 x1268 -x1267 -x1266 x1265 -x1264 -x1263 x1262 -x1261 -x1260 
3589.31/3600.05	v x1259 x1258 -x1257 x1256 x1255 x1254 -x1253 -x1252 x1251 x1250 -x1249 x1248 x1247 -x1246 x1245 x1244 -x1243 x1242 x1241 x1240 
3589.31/3600.05	v -x1239 x1238 x1237 x1236 -x1235 x1234 -x1233 x1232 x1231 x1230 x1229 x1228 x1227 -x1226 -x1225 x1224 x1223 -x1222 x1221 
3589.31/3600.05	v x1220 x1219 x1218 x1217 -x1216 x1215 -x1214 -x1213 x1212 -x1211 x1210 x1209 -x1208 x1207 -x1206 x1205 x1204 x1203 -x1202 -x1201 
3589.31/3600.05	v -x1200 x1199 x1198 -x1197 -x1196 -x1195 x1194 -x1193 x1192 -x1191 x1190 -x1189 x1188 -x1187 -x1186 x1185 -x1184 x1183 x1182 
3589.31/3600.05	v -x1181 x1180 x1179 -x1178 -x1177 x1176 -x1175 -x1174 x1173 x1172 -x1171 x1170 -x1169 -x1168 x1167 -x1166 x1165 x1164 -x1163 
3589.31/3600.05	v -x1162 x1161 x1160 x1159 x1158 -x1157 -x1156 x1155 x1154 -x1153 x1152 -x1151 x1150 -x1149 x1148 x1147 x1146 -x1145 -x1144 -x1143 
3589.31/3600.05	v x1142 -x1141 x1140 x1139 x1138 -x1137 x1136 -x1135 -x1134 -x1133 x1132 x1131 -x1130 x1129 -x1128 x1127 -x1126 x1125 -x1124 
3589.31/3600.05	v x1123 -x1122 x1121 x1120 -x1119 x1118 -x1117 x1116 -x1115 x1114 -x1113 x1112 -x1111 x1110 -x1109 x1108 x1107 x1106 -x1105 
3589.31/3600.05	v -x1104 x1103 x1102 -x1101 -x1100 x1099 x1098 -x1097 -x1096 x1095 -x1094 x1093 -x1092 x1091 x1090 x1089 x1088 -x1087 -x1086 -x1085 
3589.31/3600.05	v -x1084 x1083 -x1082 -x1081 x1080 x1079 -x1078 -x1077 x1076 x1075 -x1074 x1073 x1072 x1071 -x1070 x1069 -x1068 -x1067 x1066 
3589.31/3600.05	v x1065 x1064 -x1063 x1062 x1061 -x1060 x1059 x1058 -x1057 -x1056 x1055 x1054 -x1053 x1052 -x1051 -x1050 x1049 -x1048 x1047 
3589.31/3600.05	v x1046 x1045 -x1044 -x1043 x1042 -x1041 x1040 x1039 -x1038 x1037 -x1036 -x1035 x1034 -x1033 x1032 -x1031 x1030 -x1029 -x1028 -x1027 
3589.31/3600.05	v x1026 x1025 x1024 x1023 -x1022 x1021 -x1020 -x1019 x1018 x1017 -x1016 x1015 x1014 -x1013 -x1012 x1011 x1010 x1009 x1008 
3589.31/3600.05	v -x1007 -x1006 -x1005 x1004 x1003 x1002 x1001 x1000 x999 -x998 -x997 x996 -x995 -x994 -x993 x992 x991 -x990 -x989 x988 -x987 
3589.31/3600.05	v x986 x985 x984 -x983 x982 x981 x980 -x979 -x978 x977 x976 -x975 x974 x973 -x972 -x971 x970 x969 x968 x967 -x966 x965 -x964 x963 
3589.31/3600.05	v -x962 x961 -x960 -x959 -x958 x957 -x956 x955 x954 -x953 -x952 x951 x950 -x949 x948 -x947 -x946 -x945 -x944 -x943 x942 x941 
3589.31/3600.05	v x940 x939 -x938 x937 -x936 -x935 x934 x933 -x932 -x931 x930 x929 -x928 x927 -x926 x925 -x924 x923 x922 x921 -x920 -x919 x918 
3589.31/3600.05	v x917 -x916 x915 -x914 -x913 x912 -x911 x910 x909 -x908 x907 -x906 x905 -x904 x903 -x902 -x901 x900 x899 x898 x897 -x896 x895 
3589.31/3600.05	v x894 -x893 -x892 x891 -x890 -x889 x888 x887 -x886 -x885 x884 -x883 x882 x881 x880 -x879 -x878 x877 -x876 x875 x874 -x873 -x872 
3589.31/3600.05	v x871 x870 -x869 x868 -x867 x866 x865 -x864 -x863 x862 x861 x860 -x859 x858 -x857 x856 x855 -x854 -x853 x852 x851 x850 x849 
3589.31/3600.05	v x848 x847 x846 -x845 x844 -x843 -x842 x841 x840 x839 -x838 -x837 x836 x835 x834 -x833 x832 x831 -x830 -x829 x828 x827 x826 x825 
3589.31/3600.05	v -x824 -x823 -x822 x821 x820 x819 -x818 -x817 -x816 x815 -x814 x813 -x812 -x811 x810 x809 x808 -x807 x806 -x805 -x804 -x803 
3589.31/3600.05	v x802 x801 x800 -x799 x798 x797 -x796 -x795 x794 -x793 x792 x791 x790 -x789 x788 -x787 -x786 -x785 x784 x783 -x782 x781 -x780 
3589.31/3600.05	v -x779 x778 x777 -x776 x775 x774 x773 -x772 x771 -x770 -x769 x768 -x767 x766 x765 -x764 x763 -x762 x761 x760 -x759 x758 -x757 
3589.31/3600.05	v x756 -x755 x754 x753 x752 x751 x750 x749 x748 -x747 x746 x745 -x744 -x743 x742 -x741 x740 x739 -x738 x737 -x736 x735 x734 -x733 
3589.31/3600.05	v x732 x731 -x730 -x729 x728 -x727 x726 -x725 x724 x723 x722 -x721 -x720 -x719 x718 x717 x716 -x715 -x714 x713 x712 -x711 
3589.31/3600.05	v x710 x709 -x708 -x707 -x706 x705 x704 -x703 x702 x701 -x700 -x699 x698 -x697 x696 x695 x694 -x693 x692 x691 x690 -x689 x688 x687 
3589.31/3600.05	v -x686 x685 x684 x683 -x682 -x681 -x680 x679 -x678 -x677 -x676 x675 x674 -x673 x672 x671 -x670 -x669 x668 x667 x666 x665 -x664 
3589.31/3600.05	v x663 -x662 x661 -x660 x659 x658 -x657 -x656 x655 x654 -x653 x652 x651 -x650 x649 x648 x647 -x646 -x645 x644 x643 -x642 x641 
3589.31/3600.05	v -x640 x639 x638 -x637 -x636 x635 x634 x633 -x632 -x631 -x630 x629 -x628 x627 x626 -x625 x624 x623 -x622 -x621 x620 x619 x618 
3589.31/3600.05	v -x617 x616 -x615 x614 -x613 x612 -x611 x610 -x609 x608 x607 x606 -x605 x604 -x603 x602 -x601 x600 x599 x598 -x597 -x596 x595 
3589.31/3600.05	v -x594 x593 x592 -x591 -x590 -x589 x588 x587 x586 -x585 -x584 -x583 x582 x581 x580 -x579 x578 -x577 -x576 x575 -x574 x573 
3589.31/3600.05	v x572 -x571 x570 x569 -x568 -x567 x566 x565 -x564 x563 x562 x561 -x560 -x559 x558 -x557 x556 -x555 x554 x553 x552 -x551 x550 -x549 
3589.31/3600.05	v -x548 x547 x546 x545 -x544 -x543 -x542 x541 -x540 -x539 -x538 x537 x536 x535 -x534 -x533 x532 x531 -x530 x529 -x528 x527 
3589.31/3600.05	v x526 x525 -x524 -x523 -x522 x521 x520 x519 x518 x517 x516 x515 x514 -x513 -x512 -x511 x510 x509 x508 -x507 -x506 -x505 -x504 
3589.31/3600.05	v x503 -x502 -x501 x500 x499 -x498 x497 x496 -x495 -x494 -x493 x492 -x491 x490 x489 -x488 x487 x486 -x485 -x484 x483 x482 x481 
3589.31/3600.05	v x480 -x479 -x478 x477 x476 -x475 x474 -x473 -x472 -x471 x470 x469 x468 -x467 -x466 x465 -x464 x463 -x462 -x461 -x460 x459 x458 
3589.31/3600.05	v -x457 x456 x455 x454 -x453 x452 -x451 -x450 x449 -x448 -x447 -x446 x445 x444 x443 -x442 -x441 x440 x439 -x438 x437 -x436 x435 
3589.31/3600.05	v x434 -x433 x432 -x431 x430 -x429 x428 -x427 x426 -x425 -x424 -x423 x422 x421 x420 -x419 x418 x417 -x416 -x415 x414 -x413 
3589.31/3600.05	v -x412 -x411 x410 -x409 x408 x407 x406 x405 x404 -x403 x402 x401 -x400 x399 -x398 -x397 x396 x395 -x394 -x393 x392 x391 -x390 
3589.31/3600.05	v -x389 -x388 x387 -x386 x385 x384 -x383 -x382 -x381 x380 x379 x378 -x377 -x376 -x375 x374 x373 x372 -x371 -x370 x369 x368 x367 
3589.31/3600.05	v -x366 -x365 x364 x363 x362 -x361 -x360 -x359 -x358 x357 x356 -x355 x354 x353 -x352 -x351 -x350 -x349 -x348 x347 x346 -x345 x344 
3589.31/3600.05	v x343 -x342 -x341 -x340 x339 x338 x337 -x336 -x335 x334 x333 x332 x331 -x330 -x329 -x328 -x327 x326 x325 -x324 x323 -x322 
3589.31/3600.05	v x321 x320 x319 -x318 -x317 -x316 x315 x314 -x313 x312 -x311 -x310 x309 -x308 -x307 x306 x305 -x304 x303 x302 -x301 -x300 -x299 
3589.31/3600.05	v x298 x297 -x296 -x295 x294 -x293 x292 x291 -x290 -x289 x288 -x287 x286 x285 -x284 x283 -x282 -x281 -x280 x279 -x278 -x277 x276 
3589.31/3600.05	v -x275 -x274 x273 -x272 -x271 -x270 x269 x268 -x267 -x266 -x265 x264 x263 x262 -x261 x260 x259 -x258 x257 -x256 x255 -x254 
3589.31/3600.05	v x253 x252 -x251 x250 -x249 x248 -x247 x246 -x245 x244 x243 x242 -x241 -x240 x239 -x238 x237 -x236 -x235 x234 x233 x232 -x231 
3589.31/3600.05	v -x230 x229 -x228 -x227 x226 -x225 x224 -x223 -x222 -x221 x220 x219 -x218 -x217 -x216 x215 x214 -x213 x212 x211 x210 -x209 -x208 
3589.31/3600.05	v x207 -x206 -x205 x204 x203 x202 -x201 -x200 -x199 -x198 x197 x196 x195 -x194 x193 x192 -x191 -x190 x189 -x188 x187 -x186 
3589.31/3600.05	v x185 -x184 x183 -x182 x181 x180 x179 -x178 -x177 x176 x175 -x174 -x173 x172 -x171 -x170 -x169 x168 -x167 x166 x165 -x164 x163 
3589.31/3600.05	v x162 -x161 -x160 x159 x158 x157 x156 -x155 -x154 -x153 -x152 x151 x150 -x149 -x148 x147 x146 -x145 -x144 -x143 x142 x141 x140 
3589.31/3600.05	v x139 -x138 -x137 -x136 x135 -x134 x133 x132 -x131 -x130 -x129 x128 -x127 -x126 x125 x124 -x123 x122 x121 -x120 -x119 x118 x117 
3589.31/3600.05	v -x116 x115 -x114 -x113 x112 x111 -x110 x109 x108 -x107 -x106 x105 -x104 x103 -x102 -x101 x100 -x99 x98 -x97 -x96 x95 x94 
3589.31/3600.05	v -x93 x92 -x91 -x90 x89 x88 -x87 x86 x85 -x84 x83 -x82 x81 -x80 -x79 x78 x77 -x76 -x75 x74 x73 -x72 x71 -x70 -x69 x68 x67 x66 
3589.31/3600.05	v -x65 -x64 -x63 x62 -x61 -x60 x59 x58 -x57 x56 -x55 x54 -x53 x52 x51 x50 -x49 -x48 -x47 x46 x45 -x44 -x43 -x42 -x41 x40 x39 -x38 
3589.31/3600.05	v x37 -x36 x35 -x34 -x33 -x32 x31 x30 x29 -x28 x27 -x26 -x25 x24 x23 -x22 -x21 -x20 x19 x18 x17 x16 -x15 -x14 -x13 x12 x11 -x10 
3589.31/3600.05	v -x9 -x8 x7 x6 x5 -x4 x3 -x2 -x1 -x3004 -x3003 -x3002 -x3001 -x3000 -x2999 -x2998 -x2997 -x2996 -x2995 -x2994 -x2993 -x2992 
3589.31/3600.05	v -x2991 -x2990 -x2989 -x2988 -x2987 -x2986 -x2985 -x2984 -x2983 -x2982 -x2981 -x2980 -x2979 -x2978 -x2977 -x2976 -x2975 -x2974 
3589.31/3600.05	v -x2973 -x2972 -x2971 -x2970 -x2969 -x2968 -x2967 -x2966 -x2965 -x2964 -x2963 -x2962 -x2961 -x2960 -x2959 -x2958 -x2957 -x2956 
3589.31/3600.05	v -x2955 -x2954 -x2953 -x2952 -x2951 -x2950 -x2949 -x2948 -x2947 -x2946 -x2945 -x2944 -x2943 -x2942 -x2941 -x2940 -x2939 -x2938 
3589.31/3600.05	v -x2937 -x2936 -x2935 -x2934 -x2933 -x2932 -x2931 -x2930 -x2929 -x2928 -x2927 -x2926 -x2925 -x2924 -x2923 -x2922 -x2921 -x2920 
3589.31/3600.05	v -x2919 -x2918 -x2917 -x2916 -x2915 -x2914 -x2913 -x2912 -x2911 -x2910 -x2909 -x2908 -x2907 -x2906 -x2905 -x2904 -x2903 
3589.31/3600.05	v -x2902 -x2901 -x2900 -x2899 -x2898 -x2897 -x2896 -x2895 -x2894 -x2893 -x2892 -x2891 -x2890 -x2889 -x2888 -x2887 -x2886 -x2885 
3589.31/3600.05	v -x2884 -x2883 -x2882 -x2881 -x2880 -x2879 -x2878 -x2877 -x2876 -x2875 -x2874 -x2873 -x2872 -x2871 -x2870 -x2869 -x2868 -x2867 
3589.31/3600.05	v -x2866 -x2865 -x2864 -x2863 -x2862 -x2861 -x2860 -x2859 -x2858 -x2857 -x2856 -x2855 -x2854 -x2853 -x2852 -x2851 -x2850 -x2849 
3589.31/3600.05	v -x2848 -x2847 -x2846 -x2845 -x2844 -x2843 -x2842 -x2841 -x2840 -x2839 -x2838 -x2837 -x2836 -x2835 -x2834 -x2833 -x2832 -x2831 
3589.31/3600.05	v -x2830 -x2829 -x2828 -x2827 -x2826 -x2825 -x2824 -x2823 -x2822 -x2821 -x2820 -x2819 -x2818 -x2817 -x2816 -x2815 -x2814 -x2813 
3589.31/3600.05	v -x2812 -x2811 -x2810 -x2809 -x2808 -x2807 -x2806 -x2805 -x2804 -x2803 -x2802 -x2801 -x2800 -x2799 -x2798 -x2797 -x2796 -x2795 
3589.31/3600.05	v -x2794 -x2793 -x2792 -x2791 -x2790 -x2789 -x2788 -x2787 -x2786 -x2785 -x2784 -x2783 -x2782 -x2781 -x2780 -x2779 -x2778 
3589.31/3600.05	v -x2777 -x2776 -x2775 -x2774 -x2773 -x2772 -x2771 -x2770 -x2769 -x2768 -x2767 -x2766 -x2765 -x2764 -x2763 -x2762 -x2761 -x2760 
3589.31/3600.05	v -x2759 -x2758 -x2757 -x2756 -x2755 -x2754 -x2753 -x2752 -x2751 -x2750 -x2749 -x2748 -x2747 -x2746 -x2745 -x2744 -x2743 -x2742 
3589.31/3600.05	v -x2741 -x2740 -x2739 -x2738 -x2737 -x2736 -x2735 -x2734 -x2733 -x2732 -x2731 -x2730 -x2729 -x2728 -x2727 -x2726 -x2725 -x2724 
3589.31/3600.05	v -x2723 -x2722 -x2721 -x2720 -x2719 -x2718 -x2717 -x2716 -x2715 -x2714 -x2713 -x2712 -x2711 -x2710 -x2709 -x2708 -x2707 -x2706 
3589.31/3600.05	v -x2705 -x2704 -x2703 -x2702 -x2701 -x2700 -x2699 -x2698 -x2697 -x2696 -x2695 -x2694 -x2693 -x2692 -x2691 -x2690 -x2689 -x2688 
3589.31/3600.05	v -x2687 -x2686 -x2685 -x2684 -x2683 -x2682 -x2681 -x2680 -x2679 -x2678 -x2677 -x2676 -x2675 -x2674 -x2673 -x2672 -x2671 -x2670 
3589.31/3600.05	v -x2669 -x2668 -x2667 -x2666 -x2665 -x2664 -x2663 -x2662 -x2661 -x2660 -x2659 -x2658 -x2657 -x2656 -x2655 -x2654 -x2653 
3589.31/3600.05	v -x2652 -x2651 -x2650 -x2649 -x2648 -x2647 -x2646 -x2645 -x2644 -x2643 -x2642 -x2641 -x2640 -x2639 -x2638 -x2637 -x2636 -x2635 
3589.31/3600.05	v -x2634 -x2633 -x2632 -x2631 -x2630 -x2629 -x2628 -x2627 -x2626 -x2625 -x2624 -x2623 -x2622 -x2621 -x2620 -x2619 -x2618 -x2617 
3589.31/3600.05	v -x2616 -x2615 -x2614 -x2613 -x2612 -x2611 -x2610 -x2609 -x2608 -x2607 -x2606 -x2605 -x2604 -x2603 -x2602 -x2601 -x2600 -x2599 
3589.31/3600.05	v -x2598 -x2597 -x2596 -x2595 -x2594 -x2593 -x2592 -x2591 -x2590 -x2589 -x2588 -x2587 -x2586 -x2585 -x2584 -x2583 -x2582 -x2581 
3589.31/3600.05	v -x2580 -x2579 -x2578 -x2577 -x2576 -x2575 -x2574 -x2573 -x2572 -x2571 -x2570 -x2569 -x2568 -x2567 -x2566 -x2565 -x2564 -x2563 
3589.31/3600.05	v -x2562 -x2561 -x2560 -x2559 -x2558 -x2557 -x2556 -x2555 -x2554 -x2553 -x2552 -x2551 -x2550 -x2549 -x2548 -x2547 -x2546 -x2545 
3589.31/3600.05	v -x2544 -x2543 -x2542 -x2541 -x2540 -x2539 -x2538 -x2537 -x2536 -x2535 -x2534 -x2533 -x2532 -x2531 -x2530 -x2529 -x2528 
3589.31/3600.05	v -x2527 -x2526 -x2525 -x2524 -x2523 -x2522 -x2521 -x2520 -x2519 -x2518 -x2517 -x2516 -x2515 -x2514 -x2513 -x2512 -x2511 -x2510 
3589.31/3600.05	v -x2509 -x2508 -x2507 -x2506 -x2505 -x2504 -x2503 -x2502 -x2501 -x2500 -x2499 -x2498 -x2497 -x2496 -x2495 -x2494 -x2493 -x2492 
3589.31/3600.05	v -x2491 -x2490 -x2489 -x2488 -x2487 -x2486 -x2485 -x2484 -x2483 -x2482 -x2481 -x2480 -x2479 -x2478 -x2477 -x2476 -x2475 -x2474 
3589.31/3600.05	v -x2473 -x2472 -x2471 -x2470 -x2469 -x2468 -x2467 -x2466 -x2465 -x2464 -x2463 -x2462 -x2461 -x2460 -x2459 -x2458 -x2457 -x2456 
3589.31/3600.05	v -x2455 -x2454 -x2453 -x2452 -x2451 -x2450 -x2449 -x2448 -x2447 -x2446 -x2445 -x2444 -x2443 -x2442 -x2441 -x2440 -x2439 -x2438 
3589.31/3600.05	v -x2437 -x2436 -x2435 -x2434 -x2433 -x2432 -x2431 -x2430 -x2429 -x2428 -x2427 -x2426 -x2425 -x2424 -x2423 -x2422 -x2421 -x2420 
3589.31/3600.05	v -x2419 -x2418 -x2417 -x2416 -x2415 -x2414 -x2413 -x2412 -x2411 -x2410 -x2409 -x2408 -x2407 -x2406 -x2405 -x2404 -x2403 
3589.31/3600.05	v -x2402 -x2401 -x2400 -x2399 -x2398 -x2397 -x2396 -x2395 -x2394 -x2393 -x2392 -x2391 -x2390 -x2389 -x2388 -x2387 -x2386 -x2385 
3589.31/3600.05	v -x2384 -x2383 -x2382 -x2381 -x2380 -x2379 -x2378 -x2377 -x2376 -x2375 -x2374 -x2373 -x2372 -x2371 -x2370 -x2369 -x2368 -x2367 
3589.31/3600.05	v -x2366 -x2365 -x2364 -x2363 -x2362 -x2361 -x2360 -x2359 -x2358 -x2357 -x2356 -x2355 -x2354 -x2353 -x2352 -x2351 -x2350 -x2349 
3589.31/3600.05	v -x2348 -x2347 -x2346 -x2345 -x2344 -x2343 -x2342 -x2341 -x2340 -x2339 -x2338 -x2337 x2336 -x2335 -x2334 -x2333 -x2332 -x2331 
3589.31/3600.05	v -x2330 -x2329 -x2328 -x2327 -x2326 -x2325 -x2324 -x2323 -x2322 -x2321 -x2320 -x2319 -x2318 -x2317 -x2316 -x2315 -x2314 -x2313 
3589.31/3600.05	v -x2312 -x2311 -x2310 -x2309 -x2308 -x2307 -x2306 -x2305 -x2304 -x2303 -x2302 -x2301 -x2300 -x2299 -x2298 -x2297 -x2296 -x2295 
3589.31/3600.05	v -x2294 -x2293 -x2292 -x2291 -x2290 -x2289 -x2288 -x2287 -x2286 -x2285 -x2284 -x2283 -x2282 -x2281 -x2280 -x2279 -x2278 -x2277 
3589.31/3600.05	v -x2276 -x2275 -x2274 -x2273 -x2272 -x2271 -x2270 -x2269 -x2268 -x2267 -x2266 -x2265 -x2264 -x2263 -x2262 -x2261 -x2260 
3589.31/3600.05	v -x2259 -x2258 -x2257 -x2256 -x2255 -x2254 

Verifier Data

OK	1

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=42794, runsolver pid=42791

[startup+0.100063 s]*
/proc/loadavg: 1.28 1.26 2.14 5/260 42795
/proc/meminfo: memFree=129389716/131524600 swapFree=131071996/131071996
[pid=42794] ppid=42791 vsize=40320 memory=25112 CPUtime=0.09 cores=5,7
/proc/42794/stat : 42794 (fscip) R 42791 42794 42201 0 -1 4194304 3779 0 0 0 9 0 0 0 20 0 1 0 5646447 41287680 6278 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
/proc/42794/statm: 10080 6278 2774 3035 0 6476 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 40320 KiB
Current children cumulated memory: 25112 KiB

[startup+0.206058 s]*
/proc/loadavg: 1.28 1.26 2.14 5/260 42795
/proc/meminfo: memFree=129385024/131524600 swapFree=131071996/131071996
[pid=42794] ppid=42791 vsize=40320 memory=25112 CPUtime=0.19 cores=5,7
/proc/42794/stat : 42794 (fscip) R 42791 42794 42201 0 -1 4194304 3779 0 0 0 19 0 0 0 20 0 1 0 5646447 41287680 6278 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
/proc/42794/statm: 10080 6278 2774 3035 0 6476 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 40320 KiB
Current children cumulated memory: 25112 KiB

[startup+0.305084 s]*
/proc/loadavg: 1.28 1.26 2.14 5/260 42795
/proc/meminfo: memFree=129384344/131524600 swapFree=131071996/131071996
[pid=42794] ppid=42791 vsize=40320 memory=25112 CPUtime=0.29 cores=5,7
/proc/42794/stat : 42794 (fscip) R 42791 42794 42201 0 -1 4194304 3779 0 0 0 29 0 0 0 20 0 1 0 5646447 41287680 6278 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
/proc/42794/statm: 10080 6278 2774 3035 0 6476 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 40320 KiB
Current children cumulated memory: 25112 KiB

[startup+0.700214 s]
/proc/loadavg: 1.28 1.26 2.14 5/260 42795
/proc/meminfo: memFree=129377336/131524600 swapFree=131071996/131071996
[pid=42794] ppid=42791 vsize=40320 memory=25112 CPUtime=0.68 cores=5,7
/proc/42794/stat : 42794 (fscip) R 42791 42794 42201 0 -1 4194304 3779 0 0 0 68 0 0 0 20 0 1 0 5646447 41287680 6278 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
/proc/42794/statm: 10080 6278 2774 3035 0 6476 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 40320 KiB
Current children cumulated memory: 25112 KiB

[startup+1.50106 s]
/proc/loadavg: 1.28 1.26 2.14 5/260 42795
/proc/meminfo: memFree=129359144/131524600 swapFree=131071996/131071996
[pid=42794] ppid=42791 vsize=127400 memory=51552 CPUtime=1.48 cores=5,7
/proc/42794/stat : 42794 (fscip) S 42791 42794 42201 0 -1 1077936128 10389 0 0 0 147 1 0 0 20 0 3 0 5646447 130457600 12888 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
/proc/42794/statm: 31850 12888 2950 3035 0 16979 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 127400 KiB
Current children cumulated memory: 51552 KiB

[startup+3.10532 s]
/proc/loadavg: 1.50 1.30 2.15 5/262 42799
/proc/meminfo: memFree=129224188/131524600 swapFree=131071996/131071996
[pid=42794] ppid=42791 vsize=192936 memory=104820 CPUtime=3.08 cores=5,7
/proc/42794/stat : 42794 (fscip) S 42791 42794 42201 0 -1 1077936128 36121 0 0 0 304 4 0 0 20 0 3 0 5646447 197566464 26205 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
/proc/42794/statm: 48234 26205 2966 3035 0 30374 0
[pid=42794/tid=42796] ppid=42791 vsize=192936 memory=198340509722 CPUtime=1.68 cores=5,7
/proc/42794/task/42796/stat : 42796 (fscip) R 42791 42794 42201 0 -1 4194368 30841 0 0 0 165 3 0 0 20 0 3 0 5646587 197566464 26205 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
[pid=42794/tid=42797] ppid=42791 vsize=192936 memory=0 CPUtime=0 cores=5,7
/proc/42794/task/42797/stat : 42797 (fscip) S 42791 42794 42201 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5646588 197566464 26205 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 192936 KiB
Current children cumulated memory: 104820 KiB

[startup+6.30024 s]
/proc/loadavg: 1.50 1.30 2.15 5/262 42799
/proc/meminfo: memFree=129213576/131524600 swapFree=131071996/131071996
[pid=42794] ppid=42791 vsize=192936 memory=105108 CPUtime=6.26 cores=5,7
/proc/42794/stat : 42794 (fscip) S 42791 42794 42201 0 -1 1077936128 38323 0 0 0 622 4 0 0 20 0 3 0 5646447 197566464 26277 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
/proc/42794/statm: 48234 26277 3014 3035 0 30374 0
[pid=42794/tid=42796] ppid=42791 vsize=192936 memory=0 CPUtime=4.86 cores=5,7
/proc/42794/task/42796/stat : 42796 (fscip) R 42791 42794 42201 0 -1 4194368 32586 0 0 0 483 3 0 0 20 0 3 0 5646587 197566464 26277 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
[pid=42794/tid=42797] ppid=42791 vsize=192936 memory=1836 CPUtime=0 cores=5,7
/proc/42794/task/42797/stat : 42797 (fscip) S 42791 42794 42201 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 3 0 5646588 197566464 26277 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 192936 KiB
Current children cumulated memory: 105108 KiB

[startup+12.7002 s]
/proc/loadavg: 1.88 1.39 2.18 5/262 42799
/proc/meminfo: memFree=129198308/131524600 swapFree=131071996/131071996
[pid=42794] ppid=42791 vsize=192936 memory=105476 CPUtime=12.65 cores=5,7
/proc/42794/stat : 42794 (fscip) S 42791 42794 42201 0 -1 1077936128 73556 0 0 0 1258 7 0 0 20 0 3 0 5646447 197566464 26369 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
/proc/42794/statm: 48234 26369 3014 3035 0 30374 0
[pid=42794/tid=42796] ppid=42791 vsize=192936 memory=105436 CPUtime=11.25 cores=5,7
/proc/42794/task/42796/stat : 42796 (fscip) R 42791 42794 42201 0 -1 4194368 67753 0 0 0 1119 6 0 0 20 0 3 0 5646587 197566464 26369 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
[pid=42794/tid=42797] ppid=42791 vsize=192936 memory=105404 CPUtime=0 cores=5,7
/proc/42794/task/42797/stat : 42797 (fscip) S 42791 42794 42201 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 5646588 197566464 26369 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 192936 KiB
Current children cumulated memory: 105476 KiB

[startup+25.5002 s]
/proc/loadavg: 2.21 1.48 2.20 5/262 42802
/proc/meminfo: memFree=129121616/131524600 swapFree=131071996/131071996
[pid=42794] ppid=42791 vsize=192936 memory=138672 CPUtime=25.41 cores=5,7
/proc/42794/stat : 42794 (fscip) S 42791 42794 42201 0 -1 1077936128 106708 0 0 0 2531 10 0 0 20 0 3 0 5646447 197566464 34668 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
/proc/42794/statm: 48234 34668 3014 3035 0 38797 0
[pid=42794/tid=42796] ppid=42791 vsize=192936 memory=11596 CPUtime=24.01 cores=5,7
/proc/42794/task/42796/stat : 42796 (fscip) R 42791 42794 42201 0 -1 4194368 100848 0 0 0 2392 9 0 0 20 0 3 0 5646587 197566464 34668 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
[pid=42794/tid=42797] ppid=42791 vsize=192936 memory=0 CPUtime=0 cores=5,7
/proc/42794/task/42797/stat : 42797 (fscip) S 42791 42794 42201 0 -1 1077936192 10 0 0 0 0 0 0 0 20 0 3 0 5646588 197566464 34668 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 192936 KiB
Current children cumulated memory: 138672 KiB

[startup+51.1053 s]
/proc/loadavg: 2.88 1.70 2.25 5/261 42826
/proc/meminfo: memFree=129023364/131524600 swapFree=131071996/131071996
[pid=42794] ppid=42791 vsize=258472 memory=166456 CPUtime=50.94 cores=5,7
/proc/42794/stat : 42794 (fscip) S 42791 42794 42201 0 -1 1077936128 153428 0 0 0 5078 16 0 0 20 0 3 0 5646447 264675328 41614 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
/proc/42794/statm: 64618 41614 3014 3035 0 45698 0
[pid=42794/tid=42796] ppid=42791 vsize=258472 memory=-7163655274359776631 CPUtime=49.54 cores=5,7
/proc/42794/task/42796/stat : 42796 (fscip) R 42791 42794 42201 0 -1 4194368 147486 0 0 0 4939 15 0 0 20 0 3 0 5646587 264675328 41614 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
[pid=42794/tid=42797] ppid=42791 vsize=258472 memory=150452 CPUtime=0 cores=5,7
/proc/42794/task/42797/stat : 42797 (fscip) S 42791 42794 42201 0 -1 1077936192 13 0 0 0 0 0 0 0 20 0 3 0 5646588 264675328 41614 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 258472 KiB
Current children cumulated memory: 166456 KiB

[startup+102.3 s]
/proc/loadavg: 3.60 2.10 2.36 5/261 42834
/proc/meminfo: memFree=128844696/131524600 swapFree=131071996/131071996
[pid=42794] ppid=42791 vsize=258472 memory=200580 CPUtime=101.99 cores=5,7
/proc/42794/stat : 42794 (fscip) S 42791 42794 42201 0 -1 1077936128 216025 0 0 0 10171 28 0 0 20 0 3 0 5646447 264675328 50145 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
/proc/42794/statm: 64618 50145 3014 3035 0 54299 0
[pid=42794/tid=42796] ppid=42791 vsize=258472 memory=197000 CPUtime=100.58 cores=5,7
/proc/42794/task/42796/stat : 42796 (fscip) R 42791 42794 42201 0 -1 4194368 210004 0 0 0 10031 27 0 0 20 0 3 0 5646587 264675328 50145 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
[pid=42794/tid=42797] ppid=42791 vsize=258472 memory=13120 CPUtime=0 cores=5,7
/proc/42794/task/42797/stat : 42797 (fscip) S 42791 42794 42201 0 -1 1077936192 16 0 0 0 0 0 0 0 20 0 3 0 5646588 264675328 50145 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 258472 KiB
Current children cumulated memory: 200580 KiB

[startup+162.3 s]
/proc/loadavg: 3.96 2.48 2.47 5/262 42849
/proc/meminfo: memFree=128620092/131524600 swapFree=131071996/131071996
[pid=42794] ppid=42791 vsize=326060 memory=255468 CPUtime=161.82 cores=5,7
/proc/42794/stat : 42794 (fscip) S 42791 42794 42201 0 -1 1077936128 280031 0 0 0 16141 41 0 0 20 0 3 0 5646447 333885440 63867 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
/proc/42794/statm: 81515 63867 3014 3035 0 67883 0
[pid=42794/tid=42796] ppid=42791 vsize=326060 memory=13120 CPUtime=160.41 cores=5,7
/proc/42794/task/42796/stat : 42796 (fscip) R 42791 42794 42201 0 -1 4194368 273935 0 0 0 16001 40 0 0 20 0 3 0 5646587 333885440 63867 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
[pid=42794/tid=42797] ppid=42791 vsize=326060 memory=252812 CPUtime=0 cores=5,7
/proc/42794/task/42797/stat : 42797 (fscip) S 42791 42794 42201 0 -1 1077936192 19 0 0 0 0 0 0 0 20 0 3 0 5646588 333885440 63867 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 326060 KiB
Current children cumulated memory: 255468 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 2.77 2.58 5/262 42909
/proc/meminfo: memFree=128464016/131524600 swapFree=131071996/131071996
[pid=42794] ppid=42791 vsize=391596 memory=298700 CPUtime=221.6 cores=5,7
/proc/42794/stat : 42794 (fscip) S 42791 42794 42201 0 -1 1077936128 312132 0 0 0 22108 52 0 0 20 0 3 0 5646447 400994304 74675 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
/proc/42794/statm: 97899 74675 3014 3035 0 78715 0
[pid=42794/tid=42796] ppid=42791 vsize=391596 memory=13120 CPUtime=220.19 cores=5,7
/proc/42794/task/42796/stat : 42796 (fscip) R 42791 42794 42201 0 -1 4194368 306005 0 0 0 21968 51 0 0 20 0 3 0 5646587 400994304 74675 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
[pid=42794/tid=42797] ppid=42791 vsize=391596 memory=294608 CPUtime=0 cores=5,7
/proc/42794/task/42797/stat : 42797 (fscip) S 42791 42794 42201 0 -1 1077936192 20 0 0 0 0 0 0 0 20 0 3 0 5646588 400994304 74675 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 391596 KiB
Current children cumulated memory: 298700 KiB

[startup+282.3 s]
/proc/loadavg: 4.05 3.01 2.67 5/262 42920
/proc/meminfo: memFree=128231524/131524600 swapFree=131071996/131071996
[pid=42794] ppid=42791 vsize=396888 memory=352720 CPUtime=281.42 cores=5,7

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

/proc/42794/statm: 683798 667764 3014 3035 0 670407 0
[pid=42794/tid=42796] ppid=42791 vsize=2735192 memory=11596 CPUtime=3390.57 cores=5,7
/proc/42794/task/42796/stat : 42796 (fscip) R 42791 42794 42201 0 -1 4194368 1661431 0 0 0 338512 545 0 0 20 0 3 0 5646587 2800836608 667764 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
[pid=42794/tid=42797] ppid=42791 vsize=2735192 memory=29156 CPUtime=0.02 cores=5,7
/proc/42794/task/42797/stat : 42797 (fscip) S 42791 42794 42201 0 -1 1077936192 73 0 0 0 0 2 0 0 20 0 3 0 5646588 2800836608 667764 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
Current children cumulated CPU time: 3392.19 s
Current children cumulated vsize: 2735192 KiB
Current children cumulated memory: 2671056 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.15 4.11 5/263 44678
/proc/meminfo: memFree=118248104/131524600 swapFree=131071996/131071996
[pid=42794] ppid=42791 vsize=2801200 memory=2713768 CPUtime=3452.01 cores=5,7
/proc/42794/stat : 42794 (fscip) S 42791 42794 42201 0 -1 1077936128 1692246 0 0 0 344640 561 0 0 20 0 3 0 5646447 2868428800 678442 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
/proc/42794/statm: 700300 678442 3014 3035 0 680979 0
[pid=42794/tid=42796] ppid=42791 vsize=2801200 memory=11596 CPUtime=3450.39 cores=5,7
/proc/42794/task/42796/stat : 42796 (fscip) R 42791 42794 42201 0 -1 4194368 1685279 0 0 0 344485 554 0 0 20 0 3 0 5646587 2868428800 678442 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
[pid=42794/tid=42797] ppid=42791 vsize=2801200 memory=2713764 CPUtime=0.02 cores=5,7
/proc/42794/task/42797/stat : 42797 (fscip) S 42791 42794 42201 0 -1 1077936192 74 0 0 0 0 2 0 0 20 0 3 0 5646588 2868428800 678442 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
Current children cumulated CPU time: 3452.01 s
Current children cumulated vsize: 2801200 KiB
Current children cumulated memory: 2713768 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.17 4.11 5/259 44689
/proc/meminfo: memFree=118080792/131524600 swapFree=131071996/131071996
[pid=42794] ppid=42791 vsize=2804256 memory=2755312 CPUtime=3511.84 cores=5,7
/proc/42794/stat : 42794 (fscip) S 42791 42794 42201 0 -1 1077936128 1718004 0 0 0 350614 570 0 0 20 0 3 0 5646447 2871558144 688828 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
/proc/42794/statm: 701064 688828 3014 3035 0 692141 0
[pid=42794/tid=42796] ppid=42791 vsize=2804256 memory=2735360 CPUtime=3510.2 cores=5,7
/proc/42794/task/42796/stat : 42796 (fscip) R 42791 42794 42201 0 -1 4194368 1711024 0 0 0 350458 562 0 0 20 0 3 0 5646587 2871558144 688828 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
[pid=42794/tid=42797] ppid=42791 vsize=2804256 memory=4696 CPUtime=0.02 cores=5,7
/proc/42794/task/42797/stat : 42797 (fscip) S 42791 42794 42201 0 -1 1077936192 74 0 0 0 0 2 0 0 20 0 3 0 5646588 2871558144 688828 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
Current children cumulated CPU time: 3511.84 s
Current children cumulated vsize: 2804256 KiB
Current children cumulated memory: 2755312 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.15 4.11 5/259 44699
/proc/meminfo: memFree=117910352/131524600 swapFree=131071996/131071996
[pid=42794] ppid=42791 vsize=2869792 memory=2792796 CPUtime=3571.66 cores=5,7
/proc/42794/stat : 42794 (fscip) S 42791 42794 42201 0 -1 1077936128 1741586 0 0 0 356587 579 0 0 20 0 3 0 5646447 2938667008 698199 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
/proc/42794/statm: 717448 698199 3014 3035 0 701217 0
[pid=42794/tid=42796] ppid=42791 vsize=2869792 memory=2779796 CPUtime=3570.02 cores=5,7
/proc/42794/task/42796/stat : 42796 (fscip) R 42791 42794 42201 0 -1 4194368 1734589 0 0 0 356431 571 0 0 20 0 3 0 5646587 2938667008 698199 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
[pid=42794/tid=42797] ppid=42791 vsize=2869792 memory=2792540 CPUtime=0.02 cores=5,7
/proc/42794/task/42797/stat : 42797 (fscip) S 42791 42794 42201 0 -1 1077936192 75 0 0 0 0 2 0 0 20 0 3 0 5646588 2938667008 698199 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
Current children cumulated CPU time: 3571.66 s
Current children cumulated vsize: 2869792 KiB
Current children cumulated memory: 2792796 KiB

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

# cumulated CPU time of all completed processes:  user=3583.42 s, system=5.98224 s

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

[startup+3584 s]*
/proc/loadavg: 4.12 4.15 4.11 5/259 44701
/proc/meminfo: memFree=117904096/131524600 swapFree=131071996/131071996
[pid=42794] ppid=42791 vsize=2869792 memory=2792872 CPUtime=3573.36 cores=5,7
/proc/42794/stat : 42794 (fscip) S 42791 42794 42201 0 -1 1077936128 1741802 0 0 0 356757 579 0 0 20 0 3 0 5646447 2938667008 698218 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
/proc/42794/statm: 717448 698218 3014 3035 0 701217 0
[pid=42794/tid=42796] ppid=42791 vsize=2869792 memory=-7091597680321846903 CPUtime=3571.72 cores=5,7
/proc/42794/task/42796/stat : 42796 (fscip) R 42791 42794 42201 0 -1 4194368 1734805 0 0 0 356601 571 0 0 20 0 3 0 5646587 2938667008 698218 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
[pid=42794/tid=42797] ppid=42791 vsize=2869792 memory=-7449699757504626112 CPUtime=0.02 cores=5,7
/proc/42794/task/42797/stat : 42797 (fscip) S 42791 42794 42201 0 -1 1077936192 75 0 0 0 0 2 0 0 20 0 3 0 5646588 2938667008 698218 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
Current children cumulated CPU time: 3573.36 s
Current children cumulated vsize: 2869792 KiB
Current children cumulated memory: 2792872 KiB

[startup+3590.4 s]
/proc/loadavg: 4.11 4.15 4.11 5/259 44701
/proc/meminfo: memFree=117887628/131524600 swapFree=131071996/131071996
[pid=42794] ppid=42791 vsize=2869792 memory=2798508 CPUtime=3579.74 cores=5,7
/proc/42794/stat : 42794 (fscip) S 42791 42794 42201 0 -1 1077936128 1745865 0 0 0 357394 580 0 0 20 0 3 0 5646447 2938667008 699627 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
/proc/42794/statm: 717448 699627 3014 3035 0 702593 0
[pid=42794/tid=42796] ppid=42791 vsize=2869792 memory=12272 CPUtime=3578.1 cores=5,7
/proc/42794/task/42796/stat : 42796 (fscip) R 42791 42794 42201 0 -1 4194368 1738866 0 0 0 357238 572 0 0 20 0 3 0 5646587 2938667008 699627 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
[pid=42794/tid=42797] ppid=42791 vsize=2869792 memory=2791504 CPUtime=0.02 cores=5,7
/proc/42794/task/42797/stat : 42797 (fscip) S 42791 42794 42201 0 -1 1077936192 76 0 0 0 0 2 0 0 20 0 3 0 5646588 2938667008 699627 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
Current children cumulated CPU time: 3579.74 s
Current children cumulated vsize: 2869792 KiB
Current children cumulated memory: 2798508 KiB

[startup+3596.8 s]
/proc/loadavg: 4.10 4.14 4.11 4/250 44734
/proc/meminfo: memFree=121115384/131524600 swapFree=131071996/131071996
[pid=42794] ppid=42791 vsize=2869792 memory=2805044 CPUtime=3586.11 cores=5,7
/proc/42794/stat : 42794 (fscip) S 42791 42794 42201 0 -1 1077936128 1749935 0 0 0 358030 581 0 0 20 0 3 0 5646447 2938667008 701261 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
/proc/42794/statm: 717448 701261 3014 3035 0 704198 0
[pid=42794/tid=42796] ppid=42791 vsize=2869792 memory=2792796 CPUtime=3584.47 cores=5,7
/proc/42794/task/42796/stat : 42796 (fscip) R 42791 42794 42201 0 -1 4194368 1742931 0 0 0 357874 573 0 0 20 0 3 0 5646587 2938667008 701261 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
[pid=42794/tid=42797] ppid=42791 vsize=2869792 memory=2804940 CPUtime=0.02 cores=5,7
/proc/42794/task/42797/stat : 42797 (fscip) S 42791 42794 42201 0 -1 1077936192 76 0 0 0 0 2 0 0 20 0 3 0 5646588 2938667008 701261 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
Current children cumulated CPU time: 3586.11 s
Current children cumulated vsize: 2869792 KiB
Current children cumulated memory: 2805044 KiB

[startup+3598.4 s]
/proc/loadavg: 4.01 4.13 4.10 4/250 44734
/proc/meminfo: memFree=121111212/131524600 swapFree=131071996/131071996
[pid=42794] ppid=42791 vsize=2869792 memory=2805140 CPUtime=3587.71 cores=5,7
/proc/42794/stat : 42794 (fscip) S 42791 42794 42201 0 -1 1077936128 1782436 0 0 0 358188 583 0 0 20 0 3 0 5646447 2938667008 701285 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
/proc/42794/statm: 717448 701285 3014 3035 0 704210 0
[pid=42794/tid=42796] ppid=42791 vsize=2869792 memory=2599732 CPUtime=3586.07 cores=5,7
/proc/42794/task/42796/stat : 42796 (fscip) R 42791 42794 42201 0 -1 4194368 1775447 0 0 0 358032 575 0 0 20 0 3 0 5646587 2938667008 701285 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
[pid=42794/tid=42797] ppid=42791 vsize=2869792 memory=2805092 CPUtime=0.02 cores=5,7
/proc/42794/task/42797/stat : 42797 (fscip) S 42791 42794 42201 0 -1 1077936192 76 0 0 0 0 2 0 0 20 0 3 0 5646588 2938667008 701285 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
Current children cumulated CPU time: 3587.71 s
Current children cumulated vsize: 2869792 KiB
Current children cumulated memory: 2805140 KiB

[startup+3599.2 s]
/proc/loadavg: 4.01 4.13 4.10 4/250 44734
/proc/meminfo: memFree=121214688/131524600 swapFree=131071996/131071996
[pid=42794] ppid=42791 vsize=2869792 memory=2805140 CPUtime=3588.51 cores=5,7
/proc/42794/stat : 42794 (fscip) S 42791 42794 42201 0 -1 1077936128 1909704 0 0 0 358261 590 0 0 20 0 3 0 5646447 2938667008 701285 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
/proc/42794/statm: 717448 701285 3014 3035 0 704210 0
[pid=42794/tid=42796] ppid=42791 vsize=2869792 memory=-7163655274359776631 CPUtime=3586.87 cores=5,7
/proc/42794/task/42796/stat : 42796 (fscip) R 42791 42794 42201 0 -1 4194368 1902690 0 0 0 358105 582 0 0 20 0 3 0 5646587 2938667008 701285 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
[pid=42794/tid=42797] ppid=42791 vsize=2869792 memory=2160 CPUtime=0.02 cores=5,7
/proc/42794/task/42797/stat : 42797 (fscip) S 42791 42794 42201 0 -1 1077936192 76 0 0 0 0 2 0 0 20 0 3 0 5646588 2938667008 701285 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
Current children cumulated CPU time: 3588.51 s
Current children cumulated vsize: 2869792 KiB
Current children cumulated memory: 2805140 KiB

[startup+3599.6 s]
/proc/loadavg: 4.01 4.13 4.10 4/250 44734
/proc/meminfo: memFree=121214688/131524600 swapFree=131071996/131071996
[pid=42794] ppid=42791 vsize=2867744 memory=2803192 CPUtime=3588.91 cores=5,7
/proc/42794/stat : 42794 (fscip) S 42791 42794 42201 0 -1 1077936128 1921817 0 0 0 358300 591 0 0 20 0 3 0 5646447 2936569856 700798 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
/proc/42794/statm: 716936 700798 3014 3035 0 703698 0
[pid=42794/tid=42796] ppid=42791 vsize=2867744 memory=13120 CPUtime=3587.27 cores=5,7
/proc/42794/task/42796/stat : 42796 (fscip) R 42791 42794 42201 0 -1 4194368 1914812 0 0 0 358144 583 0 0 20 0 3 0 5646587 2936569856 700798 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
[pid=42794/tid=42797] ppid=42791 vsize=2867744 memory=-7163655274359776631 CPUtime=0.02 cores=5,7
/proc/42794/task/42797/stat : 42797 (fscip) S 42791 42794 42201 0 -1 1077936192 76 0 0 0 0 2 0 0 20 0 3 0 5646588 2936569856 700798 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
Current children cumulated CPU time: 3588.91 s
Current children cumulated vsize: 2867744 KiB
Current children cumulated memory: 2803192 KiB

[startup+3600 s]*
/proc/loadavg: 4.01 4.13 4.10 4/250 44734
/proc/meminfo: memFree=121481304/131524600 swapFree=131071996/131071996
[pid=42794] ppid=42791 vsize=2831904 memory=2767652 CPUtime=3589.31 cores=5,7
/proc/42794/stat : 42794 (fscip) S 42791 42794 42201 0 -1 1077936128 1981576 0 0 0 358337 594 0 0 20 0 3 0 5646447 2899869696 691913 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
/proc/42794/statm: 707976 691913 3014 3035 0 694738 0
[pid=42794/tid=42796] ppid=42791 vsize=2831904 memory=-7091597680321846903 CPUtime=3587.68 cores=5,7
/proc/42794/task/42796/stat : 42796 (fscip) R 42791 42794 42201 0 -1 4194368 1974574 0 0 0 358182 586 0 0 20 0 3 0 5646587 2899869696 691913 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
[pid=42794/tid=42797] ppid=42791 vsize=2831904 memory=-7449699757504626112 CPUtime=0.02 cores=5,7
/proc/42794/task/42797/stat : 42797 (fscip) S 42791 42794 42201 0 -1 1077936192 76 0 0 0 0 2 0 0 20 0 3 0 5646588 2899869696 691913 134679101440 4194304 16623229 140721549070384 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 42938368 140721549075482 140721549075598 140721549075598 140721549082608 0
Current children cumulated CPU time: 3589.31 s
Current children cumulated vsize: 2831904 KiB
Current children cumulated memory: 2767652 KiB

Child status: 0

Real time (s): 3600.08
CPU time (s): 3589.4
CPU user time (s): 3583.42
CPU system time (s): 5.98224
CPU usage (%): 99.7032
Max. virtual memory (cumulated for all children) (KiB): 2869792
Max. memory (cumulated for all children) (KiB): 2805140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.42
system time used= 5.98224
maximum resident set size= 2805140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1983491
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= 10796
involuntary context switches= 4805


# summary of solver processes directly reported to runsolver:
#   pid: 42794
#   total CPU time (s): 3589.4
#   total CPU user time (s): 3583.42
#   total CPU system time (s): 5.98224

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.95034 second user time and 16.5464 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-31 03:47:25
IDJOB=4464739
IDBENCH=177055
IDSOLVER=3092
FILE ID=nodeC030/4464739-1722390445
RUNJOBID= nodeC030-1722390441-42214
SLURM_JOB_ID= 8249879
Free space on /tmp= 890000 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/unit/normalized-evencolouring_opt_unit_random6regular_nvert_751.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464739-1722390445/watcher-4464739-1722390445 -o /tmp/evaluation-result-4464739-1722390445/solver-4464739-1722390445 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1722390441-42214 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464739-1722390445.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 21ed527d50cb70bf3fbdba517cab1d1c
RANDOM SEED=1233174090

nodeC030.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		: 3667.082
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	: 7000.60
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.152
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	: 7006.48
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		: 3600.478
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	: 7000.60
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		: 3600.561
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	: 7006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3674.636
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	: 7000.60
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		: 3674.738
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	: 7006.48
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		: 3652.419
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	: 7000.60
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		: 3665.502
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	: 7006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129409628 kB
MemAvailable:   129805296 kB
Buffers:          106156 kB
Cached:          1123380 kB
SwapCached:            0 kB
Active:           277576 kB
Inactive:        1354944 kB
Active(anon):       1564 kB
Inactive(anon):   422756 kB
Active(file):     276012 kB
Inactive(file):   932188 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            113588 kB
Writeback:            60 kB
AnonPages:        403036 kB
Mapped:           124824 kB
Shmem:             21328 kB
KReclaimable:      54580 kB
Slab:             136884 kB
SReclaimable:      54580 kB
SUnreclaim:        82304 kB
KernelStack:        4168 kB
PageTables:         9808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     645784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             9504 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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:      221908 kB
DirectMap2M:     6891520 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 890000 MiB
End job on nodeC030 at 2024-07-31 04:47:26