Trace number 4093318

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.07 1800.61

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl35_36_pb.cnf.cr--soft-66-100-0.wbo
MD5SUM1ee612fae97412540ece88664cb7382e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark1800.03
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2520
Total number of constraints142
Number of soft constraints51
Number of constraints which are clauses72
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint36
Top cost 2505
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2504
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 37
Number of bits of the biggest sum of numbers6
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 2016-06-16T14:38:24+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--wbo","--search=bcd2","HOME/instance-4093318-1466080703.wbo"]
0.00/0.01	c use --random-gen="3677530903 1579965739 1844106239 1320553283 1645284376 146592593 1912209089 1909000564 5839419 2619945680 1694591302 3442965275 3917320624 4055060511 2227500901 796995212 2911998242 502863351 961017822 3032922314 4154275932 1307559462 3012778628 1685035889 4039500810 87936251 1015557638 2363191179 1446052978 817301006 2214477830 3797211763 1538774649 2635322085 2398809093 4224008953 355045754 3479996070 1918416485 1298739848 3472631107 2485852699 4228450603 142667730 2743438631 1830094434 3465465444 296102691 68515038 2726647031 1614832360 1764793379 1686443590 3792945364 3525797595 3981479966 1302066955 2628709185 3416846243 4040282228 3456144590 3532742588 4088489403 777752936 52528031 978193872 4267745022 1440767831 3935817672 640355887 1959475227 1573079011 3338901312 2612655726 3608263405 3258619194 271601238 739788555 1336071393 1563901151 838694656 1385604479 3856015727 3169848922 1448741817 3850008033 4266103152 1015716312 1566341329 3025542717 708305138 41219102 2293078726 77252840 2524877509 930224844 286738721 1358178879 3202070874 2091244401 4038023559 4094564703 834816156 1081506420 1114629568 1307072749 4205734753 483570308 1636084852 1530192329 443835919 3212532233 173614896 2271382302 397375980 3526748008 703737950 3478364201 3166874999 529077883 1986510162 1390744264 511740982 1172956598 937791247 354003518 4001947438 3123686012 123974075 1088382089 3732337879 2612293158 159253181 2263898359 118717321 2167239055 2817856025 1752898178 520958739 2759357701 2977540984 83928720 2073451576 4060388249 1392399483 2654258039 1535979409 2283240340 1424664957 3227183876 1150348490 3071757582 2480273907 1018759343 369972480 392580633 4052818440 3250052381 1325511305 2769424193 4220387003 1935102132 3802456234 1261311652 3169652971 4251534419 3673765376 610684240 1987357473 3888498543 1944393546 924329631 3316656597 1169122901 3972244871 1544822217 4016113019 1154100988 1500307666 478990417 2923330695 839438527 618809481 1224193869 4093876656 1208666672 1342220730 706137846 3441822483 1958027527 2219986213 4254563618 1651053844 189005879 4060338803 709562033 335310441 4202040028 3939961110 2674018242 4084409745 4080759686 4055310955 624112483 3737347728 1262281463 957313674 3190790328 3638657555 2609338430 3164204745 3778028412 356672122 3636952717 2303309037 3136875613 759055259 2636854337 266365900 2664599733 3014874385 3467001105 3752941332 1600229817 444341824 3492700195 3265357906 4039500785 3690873304 262463762 93883146 677479888 3883514625 181038282 2513901570 287899355 2668161758 3959710589 3548004517 1908032550 353257698 182996691 1576285505 719610721 868828744 1477194541 1251335755 1793003553 2202711970 2778800867 771993861 2796452110 1160711412 2962041151 716517812 2808635732 255 362436" option to reproduce the execution
0.08/0.12	c #vars 2520
0.08/0.12	c #constraints 142
0.08/0.13	c BCD2: Hardening is enabled.
0.08/0.13	c BCD2: BiasedSearch is enabled.
0.08/0.13	c Solving starts ...
0.08/0.13	c ============================[ Search Statistics ]============================
0.08/0.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.13	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.13	c =============================================================================
0.08/0.13	c  0.0s |       0 |        0 |        0 |      904      0 |        0 |        0
0.08/0.17	c  0.0s |       1 |      203 |      100 |      904      0 |        0 |        0
0.08/0.17	c  0.0s |       1 |     1502 |      101 |      995      0 |        0 |        0
0.08/0.17	c #cpu_time = 0.042s
0.08/0.17	c #wall_clock_time = 0.042s
0.08/0.17	c #decision = 1502
0.08/0.17	c #random_decision = 2
0.08/0.17	c #conflict = 101
0.08/0.17	c #restart = 1
0.08/0.17	o 1279
0.08/0.17	c BCD2: updating upper bound: 2504 -> 1278
0.08/0.17	c BCD2: 0 <= obj <= 1278
0.08/0.17	c BCD2: #cores=0, #unrelaxed=51, #relaxed=0, #hardened=0
0.08/0.17	c BCD2: #sat=1 #unsat=1 bias=1/2
0.08/0.17	c Solving starts ...
0.08/0.17	c ============================[ Search Statistics ]============================
0.08/0.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.17	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.17	c =============================================================================
0.08/0.17	c  0.0s |       0 |        0 |        0 |      995      0 |        0 |        0
0.19/0.22	c  0.0s |       1 |      516 |      100 |      995      0 |        0 |        0
0.29/0.33	c  0.2s |       2 |     1394 |      250 |     1095      0 |        0 |        0
0.39/0.48	c  0.3s |       3 |     2871 |      475 |     1205      0 |        0 |        0
0.69/0.74	c  0.6s |       4 |     4425 |      813 |     1326      0 |        0 |        0
1.10/1.12	c  0.9s |       5 |     5706 |     1320 |     1459      0 |        0 |        0
1.68/1.70	c  1.5s |       6 |     7281 |     2081 |     1605      0 |        0 |        0
2.48/2.55	c  2.4s |       7 |     9249 |     3223 |     1766      1 |        0 |        0
3.78/3.85	c  3.7s |       8 |    12093 |     4936 |     1943      2 |        0 |        0
5.78/5.84	c  5.7s |       9 |    15834 |     7506 |     2138      4 |        0 |        0
7.88/7.98	c  7.8s |       9 |    19202 |     9206 |     2138      5 |        0 |        0
9.99/10.09	c  9.9s |       9 |    20995 |    10706 |     2138      6 |        0 |        0
10.99/11.06	c 10.9s |      10 |    21732 |    11361 |     2352      6 |        0 |        0
13.08/13.13	c 13.0s |      10 |    26634 |    13761 |     2352      8 |        0 |        0
15.08/15.18	c 15.0s |      10 |    28817 |    15661 |     2352      9 |        0 |        0
16.88/16.98	c 16.8s |      11 |    30519 |    17144 |     2588     10 |        0 |        0
18.99/19.02	c 18.8s |      11 |    34187 |    19544 |     2588     11 |        0 |        0
21.00/21.05	c 20.9s |      11 |    36100 |    21244 |     2588     12 |        0 |        0
22.99/23.09	c 22.9s |      11 |    38110 |    23044 |     2588     13 |        0 |        0
25.09/25.10	c 24.9s |      11 |    40054 |    24744 |     2588     14 |        0 |        0
26.50/26.51	c 26.3s |      12 |    41333 |    25819 |     2847     14 |        0 |        0
28.49/28.54	c 28.4s |      12 |    44858 |    28319 |     2847     15 |        0 |        0
30.49/30.54	c 30.4s |      12 |    46976 |    30219 |     2847     16 |        0 |        0
32.59/32.62	c 32.4s |      12 |    48843 |    31919 |     2847     17 |        0 |        0
34.69/34.73	c 34.6s |      12 |    50913 |    33819 |     2847     18 |        0 |        0
36.69/36.79	c 36.6s |      12 |    52925 |    35619 |     2847     19 |        0 |        0
38.79/38.81	c 38.6s |      12 |    56070 |    37719 |     2847     20 |        0 |        0
39.88/39.98	c 39.8s |      13 |    57277 |    38832 |     3132     20 |        0 |        0
41.99/42.08	c 41.9s |      13 |    61548 |    41332 |     3132     21 |        0 |        0
44.09/44.11	c 43.9s |      13 |    63837 |    43332 |     3132     22 |        0 |        0
46.09/46.17	c 46.0s |      13 |    66039 |    45332 |     3132     23 |        0 |        0
48.18/48.23	c 48.1s |      13 |    67996 |    47132 |     3132     24 |        0 |        0
50.28/50.30	c 50.1s |      13 |    69893 |    48832 |     3132     25 |        0 |        0
52.28/52.39	c 52.2s |      13 |    71713 |    50432 |     3132     26 |        0 |        0
54.38/54.48	c 54.3s |      13 |    73522 |    52032 |     3132     26 |        0 |        0
56.48/56.56	c 56.4s |      13 |    75275 |    53632 |     3132     27 |        0 |        0
58.58/58.68	c 58.5s |      13 |    77062 |    55232 |     3132     28 |        0 |        0
60.59/60.68	c 60.5s |      13 |    78747 |    56732 |     3132     29 |        0 |        0
62.58/62.64	c 62.5s |      14 |    80576 |    58352 |     3446     29 |        0 |        0
64.68/64.74	c 64.6s |      14 |    84413 |    60752 |     3446     30 |        0 |        0
66.68/66.77	c 66.6s |      14 |    86436 |    62552 |     3446     31 |        0 |        0
68.78/68.82	c 68.6s |      14 |    88212 |    64152 |     3446     32 |        0 |        0
70.78/70.84	c 70.7s |      14 |    90079 |    65852 |     3446     32 |        0 |        0
72.78/72.87	c 72.7s |      14 |    91872 |    67452 |     3446     33 |        0 |        0
74.89/74.98	c 74.8s |      14 |    93565 |    68952 |     3446     34 |        0 |        0
76.98/77.06	c 76.9s |      14 |    95331 |    70552 |     3446     34 |        0 |        0
79.08/79.15	c 79.0s |      14 |    96995 |    72052 |     3446     35 |        0 |        0
81.07/81.18	c 81.0s |      14 |    98730 |    73652 |     3446     35 |        0 |        0
83.17/83.21	c 83.0s |      14 |   100497 |    75252 |     3446     36 |        0 |        0
85.17/85.22	c 85.0s |      14 |   102150 |    76752 |     3446     37 |        0 |        0
87.17/87.24	c 87.1s |      14 |   103906 |    78352 |     3446     37 |        0 |        0
89.27/89.32	c 89.1s |      14 |   105644 |    79952 |     3446     38 |        0 |        0
91.38/91.41	c 91.2s |      14 |   107308 |    81452 |     3446     39 |        0 |        0
93.37/93.45	c 93.3s |      14 |   109164 |    83152 |     3446     39 |        0 |        0
95.47/95.56	c 95.4s |      14 |   110910 |    84752 |     3446     40 |        0 |        0
97.57/97.62	c 97.4s |      14 |   112820 |    86452 |     3446     41 |        0 |        0
99.08/99.11	c 98.9s |      15 |   114111 |    87632 |     3791     41 |        0 |        0
101.07/101.12	c  100s |      15 |   118194 |    90332 |     3791     42 |        0 |        0
103.17/103.21	c  103s |      15 |   120417 |    92332 |     3791     43 |        0 |        0
105.27/105.32	c  105s |      15 |   122580 |    94232 |     3791     43 |        0 |        0
107.37/107.41	c  107s |      15 |   124344 |    95832 |     3791     44 |        0 |        0
109.47/109.52	c  109s |      15 |   126504 |    97732 |     3791     44 |        0 |        0
111.47/111.55	c  111s |      15 |   128495 |    99532 |     3791     45 |        0 |        0
113.57/113.60	c  113s |      15 |   130424 |   101232 |     3791     46 |        0 |        0
115.57/115.66	c  115s |      15 |   132786 |   103232 |     3791     46 |        0 |        0
117.68/117.72	c  117s |      15 |   134898 |   105132 |     3791     47 |        0 |        0
119.68/119.74	c  119s |      15 |   136854 |   106832 |     3791     47 |        0 |        0
121.77/121.81	c  121s |      15 |   138918 |   108632 |     3791     48 |        0 |        0
123.97/124.02	c  123s |      15 |   140672 |   110232 |     3791     49 |        0 |        0
126.07/126.10	c  125s |      15 |   142735 |   112032 |     3791     49 |        0 |        0
128.07/128.15	c  127s |      15 |   144644 |   113732 |     3791     50 |        0 |        0
130.07/130.17	c  129s |      15 |   146683 |   115532 |     3791     50 |        0 |        0
132.17/132.23	c  132s |      15 |   148456 |   117132 |     3791     51 |        0 |        0
134.18/134.29	c  134s |      15 |   150396 |   118832 |     3791     51 |        0 |        0
136.27/136.36	c  136s |      15 |   152412 |   120632 |     3791     52 |        0 |        0
138.37/138.48	c  138s |      15 |   154229 |   122332 |     3791     52 |        0 |        0
140.57/140.60	c  140s |      15 |   156285 |   124132 |     3791     53 |        0 |        0
142.57/142.69	c  142s |      15 |   158174 |   125832 |     3791     54 |        0 |        0
144.67/144.76	c  144s |      15 |   159934 |   127432 |     3791     54 |        0 |        0
146.67/146.77	c  146s |      15 |   161625 |   128932 |     3791     55 |        0 |        0
148.67/148.78	c  148s |      15 |   163709 |   130832 |     4171     55 |        0 |        0
149.58/149.68	c  149s |      16 |   164517 |   131552 |     4171     55 |        0 |        0
151.67/151.75	c  151s |      16 |   168112 |   133752 |     4171     56 |        0 |        0
153.67/153.75	c  153s |      16 |   169881 |   135352 |     4171     57 |        0 |        0
155.77/155.89	c  155s |      16 |   171518 |   136852 |     4171     57 |        0 |        0
157.87/157.96	c  157s |      16 |   172936 |   138152 |     4171     58 |        0 |        0
159.97/160.00	c  159s |      16 |   174721 |   139752 |     4171     58 |        0 |        0
161.97/162.02	c  161s |      16 |   176261 |   141152 |     4171     59 |        0 |        0
163.98/164.09	c  163s |      16 |   177925 |   142652 |     4171     59 |        0 |        0
166.07/166.13	c  165s |      16 |   179275 |   143852 |     4171     59 |        0 |        0
168.17/168.20	c  168s |      16 |   180822 |   145252 |     4171     60 |        0 |        0
170.17/170.23	c  170s |      16 |   182653 |   146852 |     4171     60 |        0 |        0
172.27/172.33	c  172s |      16 |   184217 |   148252 |     4171     61 |        0 |        0
174.37/174.46	c  174s |      16 |   185545 |   149452 |     4171     61 |        0 |        0
176.47/176.51	c  176s |      16 |   186857 |   150652 |     4171     62 |        0 |        0
178.56/178.60	c  178s |      16 |   188193 |   151852 |     4171     62 |        0 |        0
180.66/180.70	c  180s |      16 |   189740 |   153252 |     4171     63 |        0 |        0
182.67/182.75	c  182s |      16 |   191288 |   154652 |     4171     63 |        0 |        0
184.66/184.77	c  184s |      16 |   192834 |   156052 |     4171     63 |        0 |        0
186.76/186.81	c  186s |      16 |   194375 |   157452 |     4171     64 |        0 |        0
188.96/189.01	c  188s |      16 |   195667 |   158652 |     4171     64 |        0 |        0
191.06/191.10	c  190s |      16 |   197093 |   159952 |     4171     65 |        0 |        0
193.16/193.23	c  193s |      16 |   198662 |   161352 |     4171     65 |        0 |        0
195.26/195.33	c  195s |      16 |   200116 |   162652 |     4171     66 |        0 |        0
197.26/197.34	c  197s |      16 |   201784 |   164152 |     4171     66 |        0 |        0
199.36/199.44	c  199s |      16 |   203426 |   165652 |     4171     67 |        0 |        0
201.46/201.56	c  201s |      16 |   204959 |   167052 |     4171     67 |        0 |        0
203.57/203.66	c  203s |      16 |   206198 |   168152 |     4171     67 |        0 |        0
205.66/205.76	c  205s |      16 |   207874 |   169652 |     4171     68 |        0 |        0
207.66/207.76	c  207s |      16 |   209262 |   170852 |     4171     68 |        0 |        0
209.66/209.78	c  209s |      16 |   210624 |   172052 |     4171     69 |        0 |        0
211.66/211.79	c  211s |      16 |   211958 |   173252 |     4171     69 |        0 |        0
213.76/213.88	c  213s |      16 |   213384 |   174552 |     4171     70 |        0 |        0
215.96/216.07	c  215s |      16 |   214754 |   175752 |     4171     70 |        0 |        0
218.15/218.25	c  218s |      16 |   215951 |   176852 |     4171     70 |        0 |        0
220.25/220.35	c  220s |      16 |   217023 |   177852 |     4171     71 |        0 |        0
222.26/222.38	c  222s |      16 |   218589 |   179252 |     4171     71 |        0 |        0
224.36/224.49	c  224s |      16 |   220378 |   180852 |     4171     72 |        0 |        0
226.56/226.65	c  226s |      16 |   222003 |   182352 |     4171     72 |        0 |        0
228.65/228.73	c  228s |      16 |   223436 |   183652 |     4171     73 |        0 |        0
230.65/230.74	c  230s |      16 |   224859 |   184952 |     4171     73 |        0 |        0
232.65/232.77	c  232s |      16 |   226199 |   186152 |     4171     73 |        0 |        0
234.75/234.88	c  234s |      16 |   227864 |   187652 |     4171     74 |        0 |        0
236.75/236.89	c  236s |      16 |   229494 |   189152 |     4171     74 |        0 |        0
238.85/238.90	c  238s |      16 |   230906 |   190452 |     4171     75 |        0 |        0
240.96/241.03	c  240s |      16 |   232335 |   191752 |     4171     75 |        0 |        0
243.06/243.11	c  242s |      16 |   234122 |   193352 |     4171     76 |        0 |        0
245.15/245.23	c  245s |      16 |   235753 |   194852 |     4171     76 |        0 |        0
247.25/247.37	c  247s |      16 |   237135 |   196152 |     4589     77 |        0 |        0
249.45/249.56	c  249s |      16 |   238462 |   197352 |     4589     77 |        0 |        0
249.55/249.70	c  249s |      17 |   238549 |   197432 |     4589     77 |        0 |        0
251.65/251.75	c  251s |      17 |   242657 |   200032 |     4589     78 |        0 |        0
253.75/253.81	c  253s |      17 |   244854 |   201932 |     4589     79 |        0 |        0
255.85/255.90	c  255s |      17 |   247235 |   204032 |     4589     79 |        0 |        0
257.85/257.99	c  257s |      17 |   249325 |   205832 |     4589     80 |        0 |        0
259.95/260.09	c  259s |      17 |   251607 |   207832 |     4589     80 |        0 |        0
262.05/262.20	c  262s |      17 |   253555 |   209532 |     4589     81 |        0 |        0
264.15/264.27	c  264s |      17 |   255584 |   211332 |     4589     81 |        0 |        0
266.15/266.28	c  266s |      17 |   257630 |   213132 |     4589     82 |        0 |        0
268.25/268.30	c  268s |      17 |   259566 |   214832 |     4589     82 |        0 |        0
270.25/270.33	c  270s |      17 |   261544 |   216532 |     4589     83 |        0 |        0
272.35/272.44	c  272s |      17 |   263674 |   218432 |     4589     83 |        0 |        0
274.44/274.51	c  274s |      17 |   265589 |   220132 |     4589     84 |        0 |        0
276.45/276.56	c  276s |      17 |   267902 |   222132 |     4589     84 |        0 |        0
278.44/278.57	c  278s |      17 |   269798 |   223832 |     4589     85 |        0 |        0
280.55/280.68	c  280s |      17 |   271547 |   225432 |     4589     85 |        0 |        0
282.65/282.77	c  282s |      17 |   273379 |   227032 |     4589     86 |        0 |        0
284.74/284.80	c  284s |      17 |   275318 |   228732 |     4589     86 |        0 |        0
286.74/286.83	c  286s |      17 |   277118 |   230332 |     4589     87 |        0 |        0
288.74/288.86	c  288s |      17 |   279038 |   232032 |     4589     87 |        0 |        0
290.85/290.92	c  290s |      17 |   281039 |   233832 |     4589     88 |        0 |        0
292.95/293.02	c  292s |      17 |   282884 |   235532 |     4589     88 |        0 |        0
294.95/295.07	c  294s |      17 |   284557 |   237032 |     4589     89 |        0 |        0
297.05/297.16	c  296s |      17 |   286908 |   239032 |     4589     89 |        0 |        0
299.15/299.24	c  299s |      17 |   288719 |   240632 |     4589     90 |        0 |        0
301.15/301.29	c  301s |      17 |   290640 |   242332 |     4589     90 |        0 |        0
303.15/303.30	c  303s |      17 |   292434 |   243932 |     4589     91 |        0 |        0
305.25/305.38	c  305s |      17 |   294758 |   245932 |     4589     91 |        0 |        0
307.35/307.44	c  307s |      17 |   296985 |   247832 |     4589     92 |        0 |        0
309.45/309.57	c  309s |      17 |   298739 |   249432 |     4589     92 |        0 |        0
311.55/311.62	c  311s |      17 |   300403 |   250932 |     4589     93 |        0 |        0
313.55/313.63	c  313s |      17 |   302165 |   252532 |     4589     93 |        0 |        0
315.65/315.77	c  315s |      17 |   303601 |   253832 |     4589     94 |        0 |        0
317.64/317.78	c  317s |      17 |   305614 |   255632 |     4589     94 |        0 |        0
319.64/319.80	c  319s |      17 |   307242 |   257132 |     4589     94 |        0 |        0
321.74/321.86	c  321s |      17 |   308770 |   258532 |     4589     95 |        0 |        0
323.74/323.88	c  323s |      17 |   310526 |   260132 |     4589     95 |        0 |        0
325.84/325.95	c  325s |      17 |   312073 |   261532 |     4589     96 |        0 |        0
327.94/328.07	c  327s |      17 |   314029 |   263332 |     4589     96 |        0 |        0
329.95/330.09	c  329s |      17 |   315677 |   264832 |     4589     97 |        0 |        0
332.04/332.14	c  331s |      17 |   317741 |   266532 |     4589     97 |        0 |        0
334.14/334.22	c  334s |      17 |   319878 |   268432 |     4589     98 |        0 |        0
336.14/336.27	c  336s |      17 |   322033 |   270332 |     4589     98 |        0 |        0
338.24/338.38	c  338s |      17 |   323716 |   271832 |     4589     99 |        0 |        0
340.24/340.39	c  340s |      17 |   325660 |   273532 |     4589     99 |        0 |        0
342.34/342.44	c  342s |      17 |   327162 |   274932 |     4589    100 |        0 |        0
344.34/344.49	c  344s |      17 |   328920 |   276532 |     4589    100 |        0 |        0
346.44/346.55	c  346s |      17 |   330735 |   278132 |     4589    101 |        0 |        0
348.54/348.63	c  348s |      17 |   332920 |   280032 |     4589    101 |        0 |        0
350.54/350.66	c  350s |      17 |   334490 |   281432 |     4589    102 |        0 |        0
352.64/352.75	c  352s |      17 |   336504 |   283232 |     4589    102 |        0 |        0
354.74/354.89	c  354s |      17 |   338241 |   284832 |     4589    103 |        0 |        0
356.83/356.99	c  356s |      17 |   340124 |   286432 |     4589    103 |        0 |        0
358.93/359.05	c  358s |      17 |   341814 |   287932 |     4589    103 |        0 |        0
361.03/361.17	c  360s |      17 |   343388 |   289332 |     4589    104 |        0 |        0
363.23/363.30	c  363s |      17 |   345325 |   291032 |     4589    104 |        0 |        0
365.24/365.36	c  365s |      17 |   347021 |   292532 |     4589    105 |        0 |        0
367.34/367.42	c  367s |      17 |   348839 |   294132 |     5048    105 |        0 |        0
369.43/369.59	c  369s |      17 |   350473 |   295632 |     5048    106 |        0 |        0
370.43/370.50	c  370s |      18 |   351161 |   296252 |     5048    106 |        0 |        0
372.43/372.57	c  372s |      18 |   354441 |   298452 |     5048    106 |        0 |        0
374.53/374.68	c  374s |      18 |   356356 |   300152 |     5048    107 |        0 |        0
376.63/376.79	c  376s |      18 |   358022 |   301652 |     5048    107 |        0 |        0
378.83/378.95	c  378s |      18 |   359543 |   303052 |     5048    108 |        0 |        0
380.93/381.03	c  380s |      18 |   361062 |   304452 |     5048    108 |        0 |        0
383.03/383.15	c  382s |      18 |   362367 |   305652 |     5048    108 |        0 |        0
385.13/385.27	c  385s |      18 |   363677 |   306852 |     5048    109 |        0 |        0
387.23/387.33	c  387s |      18 |   365215 |   308152 |     5048    109 |        0 |        0
389.23/389.35	c  389s |      18 |   366654 |   309352 |     5048    109 |        0 |        0
391.33/391.42	c  391s |      18 |   367964 |   310452 |     5048    110 |        0 |        0
393.33/393.48	c  393s |      18 |   369590 |   311852 |     5048    110 |        0 |        0
395.43/395.58	c  395s |      18 |   370965 |   313052 |     5048    110 |        0 |        0
397.53/397.69	c  397s |      18 |   372361 |   314252 |     5048    111 |        0 |        0
399.63/399.77	c  399s |      18 |   373681 |   315452 |     5048    111 |        0 |        0
401.93/402.02	c  401s |      18 |   375060 |   316652 |     5048    112 |        0 |        0
404.02/404.14	c  403s |      18 |   376632 |   318052 |     5048    112 |        0 |        0
406.02/406.15	c  405s |      18 |   377992 |   319252 |     5048    112 |        0 |        0
408.03/408.16	c  407s |      18 |   379243 |   320352 |     5048    113 |        0 |        0
410.12/410.21	c  410s |      18 |   380854 |   321752 |     5048    113 |        0 |        0
412.22/412.35	c  412s |      18 |   382354 |   323052 |     5048    113 |        0 |        0
414.32/414.47	c  414s |      18 |   383669 |   324252 |     5048    114 |        0 |        0
416.42/416.53	c  416s |      18 |   384869 |   325352 |     5048    114 |        0 |        0
418.52/418.63	c  418s |      18 |   386224 |   326552 |     5048    114 |        0 |        0
420.62/420.74	c  420s |      18 |   387676 |   327852 |     5048    115 |        0 |        0
422.92/423.02	c  422s |      18 |   389127 |   329152 |     5048    115 |        0 |        0
425.02/425.19	c  425s |      18 |   390529 |   330452 |     5048    115 |        0 |        0
427.22/427.36	c  427s |      18 |   391966 |   331752 |     5048    116 |        0 |        0
429.42/429.53	c  429s |      18 |   393069 |   332752 |     5048    116 |        0 |        0
431.62/431.73	c  431s |      18 |   394277 |   333852 |     5048    116 |        0 |        0
433.72/433.80	c  433s |      18 |   395482 |   334952 |     5048    117 |        0 |        0
435.82/435.91	c  435s |      18 |   396974 |   336252 |     5048    117 |        0 |        0
437.82/437.96	c  437s |      18 |   398393 |   337452 |     5048    117 |        0 |        0
439.92/440.08	c  439s |      18 |   399634 |   338552 |     5048    118 |        0 |        0
442.02/442.11	c  441s |      18 |   400879 |   339652 |     5048    118 |        0 |        0
444.12/444.21	c  444s |      18 |   402132 |   340752 |     5048    118 |        0 |        0
446.13/446.22	c  446s |      18 |   403271 |   341752 |     5048    119 |        0 |        0
448.23/448.31	c  448s |      18 |   404395 |   342752 |     5048    119 |        0 |        0
450.33/450.46	c  450s |      18 |   405684 |   343852 |     5048    119 |        0 |        0
452.32/452.48	c  452s |      18 |   406711 |   344752 |     5048    119 |        0 |        0
454.33/454.49	c  454s |      18 |   407719 |   345652 |     5048    120 |        0 |        0
456.32/456.49	c  456s |      18 |   408774 |   346652 |     5048    120 |        0 |        0
458.52/458.63	c  458s |      18 |   409803 |   347552 |     5048    120 |        0 |        0
460.72/460.85	c  460s |      18 |   411032 |   348652 |     5048    121 |        0 |        0
462.72/462.87	c  462s |      18 |   412495 |   349952 |     5048    121 |        0 |        0
464.82/464.92	c  464s |      18 |   413698 |   351052 |     5048    121 |        0 |        0
466.82/466.94	c  466s |      18 |   414803 |   352052 |     5048    122 |        0 |        0
469.02/469.10	c  468s |      18 |   415986 |   353152 |     5048    122 |        0 |        0
471.12/471.22	c  471s |      18 |   417256 |   354252 |     5048    122 |        0 |        0
473.32/473.46	c  473s |      18 |   418504 |   355352 |     5048    123 |        0 |        0
475.42/475.52	c  475s |      18 |   419853 |   356552 |     5048    123 |        0 |        0
477.62/477.70	c  477s |      18 |   421313 |   357852 |     5048    123 |        0 |        0
479.72/479.83	c  479s |      18 |   422505 |   358952 |     5048    124 |        0 |        0
481.72/481.88	c  481s |      18 |   423733 |   360052 |     5048    124 |        0 |        0
483.82/483.99	c  483s |      18 |   424830 |   361052 |     5048    124 |        0 |        0
485.92/486.06	c  485s |      18 |   426101 |   362152 |     5048    124 |        0 |        0
488.11/488.22	c  488s |      18 |   427340 |   363252 |     5048    125 |        0 |        0
490.12/490.24	c  490s |      18 |   428821 |   364552 |     5048    125 |        0 |        0
492.12/492.25	c  492s |      18 |   430030 |   365652 |     5048    125 |        0 |        0
494.11/494.27	c  494s |      18 |   431338 |   366852 |     5048    126 |        0 |        0
496.31/496.40	c  496s |      18 |   432555 |   367952 |     5048    126 |        0 |        0
498.41/498.55	c  498s |      18 |   433863 |   369152 |     5048    126 |        0 |        0
500.42/500.57	c  500s |      18 |   435184 |   370352 |     5048    127 |        0 |        0
502.51/502.67	c  502s |      18 |   436289 |   371352 |     5048    127 |        0 |        0
504.61/504.75	c  504s |      18 |   437598 |   372552 |     5048    127 |        0 |        0
506.71/506.81	c  506s |      18 |   438689 |   373552 |     5048    128 |        0 |        0
508.81/508.93	c  508s |      18 |   440250 |   374952 |     5048    128 |        0 |        0
510.91/511.00	c  510s |      18 |   441463 |   376052 |     5048    128 |        0 |        0
512.91/513.02	c  512s |      18 |   442575 |   377052 |     5048    129 |        0 |        0
515.01/515.14	c  514s |      18 |   443920 |   378252 |     5048    129 |        0 |        0
517.11/517.25	c  517s |      18 |   445315 |   379552 |     5048    129 |        0 |        0
519.22/519.31	c  519s |      18 |   446497 |   380652 |     5048    130 |        0 |        0
521.21/521.40	c  521s |      18 |   447795 |   381852 |     5048    130 |        0 |        0
523.31/523.42	c  523s |      18 |   448747 |   382752 |     5048    130 |        0 |        0
525.41/525.53	c  525s |      18 |   450304 |   384152 |     5048    131 |        0 |        0
527.51/527.61	c  527s |      18 |   451622 |   385352 |     5048    131 |        0 |        0
529.51/529.63	c  529s |      18 |   452844 |   386452 |     5048    131 |        0 |        0
531.51/531.63	c  531s |      18 |   453816 |   387352 |     5048    132 |        0 |        0
533.61/533.74	c  533s |      18 |   455340 |   388752 |     5048    132 |        0 |        0
535.61/535.78	c  535s |      18 |   456656 |   389952 |     5048    132 |        0 |        0
537.81/537.91	c  537s |      18 |   457850 |   391052 |     5048    133 |        0 |        0
539.81/539.95	c  539s |      18 |   459145 |   392252 |     5048    133 |        0 |        0
541.91/542.08	c  541s |      18 |   460436 |   393452 |     5048    133 |        0 |        0
543.90/544.09	c  543s |      18 |   461549 |   394452 |     5048    134 |        0 |        0
546.10/546.23	c  546s |      18 |   462788 |   395552 |     5048    134 |        0 |        0
548.20/548.33	c  548s |      18 |   464088 |   396752 |     5048    134 |        0 |        0
550.30/550.46	c  550s |      18 |   465258 |   397852 |     5048    135 |        0 |        0
552.50/552.61	c  552s |      18 |   466340 |   398852 |     5048    135 |        0 |        0
554.60/554.71	c  554s |      18 |   467700 |   400052 |     5048    135 |        0 |        0
556.61/556.74	c  556s |      18 |   469202 |   401352 |     5048    136 |        0 |        0
558.60/558.76	c  558s |      18 |   470556 |   402552 |     5048    136 |        0 |        0
560.80/560.94	c  560s |      18 |   471918 |   403752 |     5048    136 |        0 |        0
562.90/563.01	c  562s |      18 |   473013 |   404752 |     5048    137 |        0 |        0
564.90/565.06	c  564s |      18 |   474221 |   405852 |     5048    137 |        0 |        0
567.10/567.24	c  567s |      18 |   475409 |   406952 |     5048    137 |        0 |        0
569.30/569.48	c  569s |      18 |   476504 |   407952 |     5048    137 |        0 |        0
571.50/571.68	c  571s |      18 |   477581 |   408952 |     5048    138 |        0 |        0
573.70/573.83	c  573s |      18 |   479035 |   410252 |     5048    138 |        0 |        0
575.80/575.98	c  575s |      18 |   480347 |   411452 |     5048    138 |        0 |        0
578.00/578.12	c  577s |      18 |   481690 |   412652 |     5048    139 |        0 |        0
580.00/580.15	c  579s |      18 |   483011 |   413852 |     5048    139 |        0 |        0
582.10/582.23	c  582s |      18 |   484200 |   414952 |     5048    139 |        0 |        0
584.21/584.35	c  584s |      18 |   485287 |   415952 |     5048    140 |        0 |        0
586.31/586.41	c  586s |      18 |   486733 |   417252 |     5048    140 |        0 |        0
588.41/588.58	c  588s |      18 |   488045 |   418452 |     5048    140 |        0 |        0
590.61/590.71	c  590s |      18 |   489116 |   419452 |     5048    141 |        0 |        0
592.70/592.84	c  592s |      18 |   490511 |   420752 |     5048    141 |        0 |        0
594.70/594.89	c  594s |      18 |   491686 |   421852 |     5048    141 |        0 |        0
596.80/596.91	c  596s |      18 |   492876 |   422952 |     5048    142 |        0 |        0
598.80/598.94	c  598s |      18 |   494012 |   423952 |     5048    142 |        0 |        0
600.90/601.06	c  600s |      18 |   495432 |   425252 |     5048    142 |        0 |        0
603.00/603.15	c  602s |      18 |   496645 |   426352 |     5048    143 |        0 |        0
605.10/605.21	c  605s |      18 |   497731 |   427352 |     5048    143 |        0 |        0
607.21/607.35	c  607s |      18 |   499163 |   428652 |     5048    143 |        0 |        0
609.31/609.44	c  609s |      18 |   500249 |   429652 |     5048    144 |        0 |        0
611.61/611.71	c  611s |      18 |   501486 |   430752 |     5048    144 |        0 |        0
613.60/613.74	c  613s |      18 |   502715 |   431852 |     5048    144 |        0 |        0
615.70/615.85	c  615s |      18 |   503935 |   432952 |     5048    145 |        0 |        0
617.70/617.89	c  617s |      18 |   505138 |   434052 |     5048    145 |        0 |        0
619.80/619.97	c  619s |      18 |   506397 |   435152 |     5048    145 |        0 |        0
621.90/622.05	c  621s |      18 |   507730 |   436352 |     5048    146 |        0 |        0
624.10/624.22	c  624s |      18 |   509192 |   437652 |     5048    146 |        0 |        0
626.10/626.29	c  626s |      18 |   510403 |   438752 |     5048    146 |        0 |        0
628.40/628.58	c  628s |      18 |   511590 |   439852 |     5048    147 |        0 |        0
630.50/630.69	c  630s |      18 |   512772 |   440952 |     5048    147 |        0 |        0
632.70/632.81	c  632s |      18 |   514240 |   442252 |     5553    147 |        0 |        0
634.70/634.84	c  634s |      18 |   515445 |   443352 |     5553    147 |        0 |        0
636.80/636.95	c  636s |      18 |   516679 |   444452 |     5553    148 |        0 |        0
636.80/636.99	c  636s |      19 |   516714 |   444482 |     5553    148 |        0 |        0
638.89/639.07	c  638s |      19 |   520619 |   446982 |     5553    148 |        0 |        0
640.99/641.13	c  640s |      19 |   522572 |   448782 |     5553    149 |        0 |        0
643.09/643.22	c  643s |      19 |   524577 |   450582 |     5553    149 |        0 |        0
645.19/645.33	c  645s |      19 |   526127 |   451982 |     5553    150 |        0 |        0
647.29/647.41	c  647s |      19 |   527933 |   453582 |     5553    150 |        0 |        0
649.29/649.41	c  649s |      19 |   529577 |   455082 |     5553    150 |        0 |        0
651.39/651.51	c  651s |      19 |   531350 |   456682 |     5553    151 |        0 |        0
653.49/653.63	c  653s |      19 |   533303 |   458482 |     5553    151 |        0 |        0
655.50/655.65	c  655s |      19 |   534759 |   459782 |     5553    152 |        0 |        0
657.59/657.77	c  657s |      19 |   536497 |   461382 |     5553    152 |        0 |        0
659.69/659.80	c  659s |      19 |   538064 |   462782 |     5553    152 |        0 |        0
661.69/661.86	c  661s |      19 |   539283 |   463882 |     5553    153 |        0 |        0
663.79/663.98	c  663s |      19 |   541119 |   465482 |     5553    153 |        0 |        0
665.88/666.07	c  665s |      19 |   542694 |   466882 |     5553    153 |        0 |        0
667.98/668.16	c  667s |      19 |   544144 |   468182 |     5553    154 |        0 |        0
670.08/670.20	c  670s |      19 |   545771 |   469682 |     5553    154 |        0 |        0
672.18/672.35	c  672s |      19 |   547425 |   471182 |     5553    154 |        0 |        0
674.29/674.43	c  674s |      19 |   549223 |   472782 |     5553    155 |        0 |        0
676.27/676.46	c  676s |      19 |   551019 |   474382 |     5553    155 |        0 |        0
678.37/678.56	c  678s |      19 |   552540 |   475782 |     5553    156 |        0 |        0
680.47/680.65	c  680s |      19 |   554307 |   477382 |     5553    156 |        0 |        0
682.47/682.68	c  682s |      19 |   556211 |   479082 |     5553    156 |        0 |        0
684.57/684.78	c  684s |      19 |   557868 |   480582 |     5553    157 |        0 |        0
686.77/686.91	c  686s |      19 |   559648 |   482182 |     5553    157 |        0 |        0
688.77/688.94	c  688s |      19 |   560967 |   483382 |     5553    157 |        0 |        0
690.77/690.99	c  690s |      19 |   562512 |   484782 |     5553    158 |        0 |        0
692.97/693.11	c  692s |      19 |   564178 |   486282 |     5553    158 |        0 |        0
694.96/695.12	c  694s |      19 |   565531 |   487482 |     5553    159 |        0 |        0
696.96/697.13	c  696s |      19 |   567455 |   489182 |     5553    159 |        0 |        0
698.96/699.17	c  698s |      19 |   569575 |   490982 |     5553    159 |        0 |        0
700.96/701.17	c  700s |      19 |   571279 |   492482 |     5553    160 |        0 |        0
703.06/703.26	c  703s |      19 |   573085 |   494082 |     5553    160 |        0 |        0
705.15/705.31	c  705s |      19 |   574424 |   495282 |     5553    161 |        0 |        0
707.26/707.41	c  707s |      19 |   576429 |   496982 |     5553    161 |        0 |        0
709.25/709.41	c  709s |      19 |   578217 |   498582 |     5553    161 |        0 |        0
711.25/711.42	c  711s |      19 |   579640 |   499782 |     5553    162 |        0 |        0
713.26/713.48	c  713s |      19 |   581142 |   501082 |     5553    162 |        0 |        0
715.36/715.50	c  715s |      19 |   582603 |   502382 |     5553    162 |        0 |        0
717.36/717.51	c  717s |      19 |   584072 |   503682 |     5553    163 |        0 |        0
719.36/719.57	c  719s |      19 |   585847 |   505182 |     5553    163 |        0 |        0
721.46/721.61	c  721s |      19 |   587412 |   506482 |     5553    163 |        0 |        0
723.46/723.68	c  723s |      19 |   589040 |   507882 |     5553    164 |        0 |        0
725.55/725.73	c  725s |      19 |   590687 |   509382 |     5553    164 |        0 |        0
727.55/727.75	c  727s |      19 |   592257 |   510782 |     5553    164 |        0 |        0
729.55/729.79	c  729s |      19 |   593599 |   511982 |     5553    165 |        0 |        0
731.65/731.88	c  731s |      19 |   595422 |   513582 |     5553    165 |        0 |        0
733.75/733.93	c  733s |      19 |   597052 |   514982 |     5553    166 |        0 |        0
735.85/736.06	c  735s |      19 |   599056 |   516682 |     5553    166 |        0 |        0
737.95/738.11	c  737s |      19 |   600659 |   518082 |     5553    166 |        0 |        0
740.04/740.23	c  740s |      19 |   602197 |   519382 |     5553    167 |        0 |        0
742.14/742.32	c  742s |      19 |   603901 |   520882 |     5553    167 |        0 |        0
744.24/744.47	c  744s |      19 |   605669 |   522482 |     5553    167 |        0 |        0
746.34/746.50	c  746s |      19 |   607245 |   523882 |     5553    168 |        0 |        0
748.34/748.58	c  748s |      19 |   608917 |   525382 |     5553    168 |        0 |        0
750.54/750.72	c  750s |      19 |   610479 |   526782 |     5553    168 |        0 |        0
752.64/752.81	c  752s |      19 |   611827 |   527982 |     5553    169 |        0 |        0
754.64/754.85	c  754s |      19 |   613262 |   529282 |     5553    169 |        0 |        0
756.64/756.86	c  756s |      19 |   614877 |   530682 |     5553    169 |        0 |        0
758.73/758.90	c  758s |      19 |   616574 |   532182 |     5553    170 |        0 |        0
760.73/760.99	c  760s |      19 |   618370 |   533782 |     5553    170 |        0 |        0
762.83/763.07	c  762s |      19 |   619811 |   535082 |     5553    171 |        0 |        0
764.92/765.18	c  765s |      19 |   621473 |   536582 |     5553    171 |        0 |        0
767.02/767.24	c  767s |      19 |   622923 |   537882 |     5553    171 |        0 |        0
769.12/769.33	c  769s |      19 |   624283 |   539082 |     5553    172 |        0 |        0
771.22/771.42	c  771s |      19 |   626117 |   540682 |     5553    172 |        0 |        0
773.23/773.43	c  773s |      19 |   627875 |   542182 |     5553    172 |        0 |        0
775.22/775.45	c  775s |      19 |   629370 |   543482 |     5553    173 |        0 |        0
777.22/777.46	c  777s |      19 |   630708 |   544682 |     5553    173 |        0 |        0
779.22/779.48	c  779s |      19 |   632030 |   545882 |     5553    173 |        0 |        0
781.32/781.59	c  781s |      19 |   633346 |   547082 |     5553    174 |        0 |        0
783.42/783.69	c  783s |      19 |   634638 |   548282 |     5553    174 |        0 |        0
785.51/785.71	c  785s |      19 |   636025 |   549482 |     5553    174 |        0 |        0
787.52/787.78	c  787s |      19 |   637690 |   550882 |     5553    175 |        0 |        0
789.62/789.81	c  789s |      19 |   639233 |   552282 |     5553    175 |        0 |        0
791.61/791.82	c  791s |      19 |   640695 |   553582 |     5553    175 |        0 |        0
793.71/793.93	c  793s |      19 |   641918 |   554682 |     5553    176 |        0 |        0
795.81/796.02	c  795s |      19 |   643675 |   556182 |     5553    176 |        0 |        0
797.80/798.04	c  797s |      19 |   645073 |   557482 |     5553    176 |        0 |        0
799.80/800.09	c  799s |      19 |   646169 |   558482 |     5553    177 |        0 |        0
801.81/802.09	c  801s |      19 |   648159 |   560182 |     5553    177 |        0 |        0
803.91/804.15	c  803s |      19 |   649787 |   561682 |     5553    177 |        0 |        0
805.90/806.16	c  805s |      19 |   651216 |   562982 |     5553    178 |        0 |        0
808.10/808.32	c  808s |      19 |   652738 |   564382 |     5553    178 |        0 |        0
810.10/810.33	c  810s |      19 |   654113 |   565582 |     5553    178 |        0 |        0
812.20/812.42	c  812s |      19 |   655452 |   566782 |     5553    179 |        0 |        0
814.20/814.44	c  814s |      19 |   656874 |   568082 |     5553    179 |        0 |        0
816.19/816.46	c  816s |      19 |   658046 |   569182 |     5553    179 |        0 |        0
818.69/818.93	c  818s |      19 |   659319 |   570282 |     5553    180 |        0 |        0
820.69/820.98	c  820s |      19 |   661554 |   572082 |     5553    180 |        0 |        0
822.79/823.09	c  822s |      19 |   663304 |   573582 |     5553    180 |        0 |        0
824.99/825.20	c  825s |      19 |   664939 |   574982 |     5553    181 |        0 |        0
827.00/827.22	c  827s |      19 |   666458 |   576382 |     5553    181 |        0 |        0
829.09/829.33	c  829s |      19 |   667751 |   577582 |     5553    181 |        0 |        0
831.19/831.47	c  831s |      19 |   669096 |   578782 |     5553    182 |        0 |        0
833.19/833.49	c  833s |      19 |   670530 |   580082 |     5553    182 |        0 |        0
835.39/835.66	c  835s |      19 |   671840 |   581282 |     5553    182 |        0 |        0
837.49/837.70	c  837s |      19 |   673561 |   582782 |     5553    183 |        0 |        0
839.48/839.72	c  839s |      19 |   675553 |   584582 |     5553    183 |        0 |        0
841.58/841.83	c  841s |      19 |   677205 |   586082 |     5553    184 |        0 |        0
843.59/843.85	c  843s |      19 |   678904 |   587582 |     5553    184 |        0 |        0
845.69/845.95	c  845s |      19 |   680600 |   589082 |     5553    184 |        0 |        0
847.78/848.08	c  847s |      19 |   682302 |   590582 |     5553    185 |        0 |        0
849.88/850.16	c  849s |      19 |   684241 |   592282 |     5553    185 |        0 |        0
851.98/852.22	c  852s |      19 |   685929 |   593782 |     5553    185 |        0 |        0
853.98/854.22	c  854s |      19 |   687390 |   595082 |     5553    186 |        0 |        0
856.07/856.30	c  856s |      19 |   688977 |   596482 |     5553    186 |        0 |        0
858.07/858.34	c  858s |      19 |   690309 |   597682 |     5553    186 |        0 |        0
860.17/860.42	c  860s |      19 |   691739 |   598982 |     5553    187 |        0 |        0
862.28/862.51	c  862s |      19 |   693447 |   600482 |     5553    187 |        0 |        0
864.38/864.62	c  864s |      19 |   694959 |   601882 |     5553    188 |        0 |        0
866.37/866.63	c  866s |      19 |   696526 |   603282 |     5553    188 |        0 |        0
868.57/868.80	c  868s |      19 |   698188 |   604782 |     5553    188 |        0 |        0
870.57/870.85	c  870s |      19 |   699376 |   605882 |     5553    189 |        0 |        0
872.67/872.93	c  872s |      19 |   701019 |   607282 |     5553    189 |        0 |        0
874.77/875.07	c  874s |      19 |   702842 |   608882 |     5553    189 |        0 |        0
876.86/877.13	c  876s |      19 |   704335 |   610182 |     5553    190 |        0 |        0
878.96/879.26	c  879s |      19 |   706227 |   611882 |     5553    190 |        0 |        0
880.97/881.28	c  881s |      19 |   707773 |   613282 |     5553    190 |        0 |        0
883.07/883.34	c  883s |      19 |   709353 |   614682 |     5553    191 |        0 |        0
885.16/885.43	c  885s |      19 |   710917 |   616082 |     5553    191 |        0 |        0
887.26/887.54	c  887s |      19 |   712332 |   617382 |     5553    192 |        0 |        0
889.26/889.57	c  889s |      19 |   713928 |   618782 |     5553    192 |        0 |        0
891.36/891.64	c  891s |      19 |   715358 |   620082 |     5553    192 |        0 |        0
893.66/893.91	c  893s |      19 |   716763 |   621382 |     5553    193 |        0 |        0
895.75/896.03	c  895s |      19 |   718403 |   622882 |     5553    193 |        0 |        0
897.75/898.08	c  897s |      19 |   719848 |   624182 |     5553    193 |        0 |        0
899.85/900.18	c  900s |      19 |   721179 |   625382 |     5553    194 |        0 |        0
902.05/902.36	c  902s |      19 |   722853 |   626882 |     5553    194 |        0 |        0
904.15/904.48	c  904s |      19 |   724284 |   628182 |     5553    194 |        0 |        0
906.25/906.58	c  906s |      19 |   725605 |   629382 |     5553    195 |        0 |        0
908.35/908.66	c  908s |      19 |   727020 |   630682 |     5553    195 |        0 |        0
910.44/910.72	c  910s |      19 |   728204 |   631782 |     5553    195 |        0 |        0
912.54/912.89	c  912s |      19 |   729394 |   632882 |     5553    195 |        0 |        0
914.74/915.00	c  914s |      19 |   730611 |   633982 |     5553    196 |        0 |        0
916.74/917.02	c  916s |      19 |   732628 |   635682 |     5553    196 |        0 |        0
918.84/919.15	c  918s |      19 |   734318 |   637182 |     5553    197 |        0 |        0
920.94/921.22	c  921s |      19 |   736329 |   638982 |     5553    197 |        0 |        0
923.04/923.35	c  923s |      19 |   738132 |   640582 |     5553    197 |        0 |        0
925.13/925.45	c  925s |      19 |   739891 |   642182 |     5553    198 |        0 |        0
927.23/927.53	c  927s |      19 |   741517 |   643682 |     5553    198 |        0 |        0
929.43/929.77	c  929s |      19 |   743059 |   645082 |     5553    199 |        0 |        0
931.73/932.01	c  931s |      19 |   744944 |   646782 |     5553    199 |        0 |        0
933.83/934.11	c  933s |      19 |   746588 |   648282 |     5553    199 |        0 |        0
935.83/936.16	c  935s |      19 |   748287 |   649782 |     5553    200 |        0 |        0
937.93/938.22	c  938s |      19 |   750072 |   651382 |     5553    200 |        0 |        0
940.03/940.31	c  940s |      19 |   751635 |   652782 |     5553    200 |        0 |        0
942.13/942.44	c  942s |      19 |   753302 |   654282 |     5553    201 |        0 |        0
944.23/944.59	c  944s |      19 |   755221 |   655982 |     5553    201 |        0 |        0
946.32/946.69	c  946s |      19 |   756556 |   657182 |     5553    202 |        0 |        0
948.42/948.71	c  948s |      19 |   758064 |   658582 |     5553    202 |        0 |        0
950.52/950.84	c  950s |      19 |   759733 |   660082 |     5553    202 |        0 |        0
952.52/952.88	c  952s |      19 |   761293 |   661482 |     5553    203 |        0 |        0
954.62/954.99	c  954s |      19 |   763103 |   663082 |     6109    203 |        0 |        0
956.72/957.06	c  956s |      19 |   764891 |   664682 |     6109    203 |        0 |        0
958.81/959.19	c  959s |      19 |   766265 |   665982 |     6109    204 |        0 |        0
960.12/960.47	c  960s |      20 |   767201 |   666827 |     6109    204 |        0 |        0
962.22/962.51	c  962s |      20 |   770577 |   669027 |     6109    204 |        0 |        0
964.21/964.56	c  964s |      20 |   772571 |   670827 |     6109    205 |        0 |        0
966.31/966.63	c  966s |      20 |   774685 |   672627 |     6109    205 |        0 |        0
968.31/968.65	c  968s |      20 |   776399 |   674127 |     6109    206 |        0 |        0
970.31/970.68	c  970s |      20 |   778139 |   675627 |     6109    206 |        0 |        0
972.41/972.76	c  972s |      20 |   779716 |   677027 |     6109    206 |        0 |        0
974.51/974.87	c  974s |      20 |   781183 |   678327 |     6109    207 |        0 |        0
976.61/976.95	c  976s |      20 |   783093 |   680027 |     6109    207 |        0 |        0
978.71/979.01	c  978s |      20 |   784439 |   681227 |     6109    207 |        0 |        0
980.70/981.03	c  980s |      20 |   786181 |   682727 |     6109    208 |        0 |        0
982.70/983.05	c  982s |      20 |   788255 |   684527 |     6109    208 |        0 |        0
984.80/985.14	c  984s |      20 |   789853 |   685927 |     6109    209 |        0 |        0
986.89/987.25	c  987s |      20 |   791587 |   687427 |     6109    209 |        0 |        0
988.99/989.38	c  989s |      20 |   793169 |   688827 |     6109    209 |        0 |        0
991.19/991.55	c  991s |      20 |   794769 |   690227 |     6109    210 |        0 |        0
993.29/993.61	c  993s |      20 |   796215 |   691527 |     6109    210 |        0 |        0
995.30/995.64	c  995s |      20 |   797688 |   692827 |     6109    210 |        0 |        0
997.30/997.64	c  997s |      20 |   798788 |   693827 |     6109    211 |        0 |        0
999.50/999.80	c  999s |      20 |   800551 |   695427 |     6109    211 |        0 |        0
1001.60/1001.93	c 1001s |      20 |   802249 |   696927 |     6109    211 |        0 |        0
1003.70/1004.03	c 1003s |      20 |   803536 |   698127 |     6109    212 |        0 |        0
1005.79/1006.10	c 1005s |      20 |   804602 |   699127 |     6109    212 |        0 |        0
1007.89/1008.24	c 1008s |      20 |   806288 |   700627 |     6109    212 |        0 |        0
1009.89/1010.27	c 1010s |      20 |   807646 |   701827 |     6109    213 |        0 |        0
1011.89/1012.27	c 1012s |      20 |   809506 |   703427 |     6109    213 |        0 |        0
1013.90/1014.28	c 1014s |      20 |   810962 |   704727 |     6109    213 |        0 |        0
1015.99/1016.33	c 1016s |      20 |   812401 |   706027 |     6109    214 |        0 |        0
1017.99/1018.39	c 1018s |      20 |   814143 |   707627 |     6109    214 |        0 |        0
1020.09/1020.48	c 1020s |      20 |   815452 |   708827 |     6109    214 |        0 |        0
1022.19/1022.57	c 1022s |      20 |   816554 |   709827 |     6109    215 |        0 |        0
1024.29/1024.64	c 1024s |      20 |   818309 |   711427 |     6109    215 |        0 |        0
1026.28/1026.68	c 1026s |      20 |   819922 |   712927 |     6109    215 |        0 |        0
1028.29/1028.69	c 1028s |      20 |   821160 |   714027 |     6109    216 |        0 |        0
1030.49/1030.81	c 1030s |      20 |   822976 |   715627 |     6109    216 |        0 |        0
1032.59/1032.97	c 1032s |      20 |   824626 |   717127 |     6109    216 |        0 |        0
1034.68/1035.04	c 1034s |      20 |   825922 |   718327 |     6109    217 |        0 |        0
1036.78/1037.15	c 1036s |      20 |   827729 |   719927 |     6109    217 |        0 |        0
1038.78/1039.19	c 1039s |      20 |   829285 |   721327 |     6109    217 |        0 |        0
1040.87/1041.24	c 1041s |      20 |   830877 |   722727 |     6109    218 |        0 |        0
1042.87/1043.29	c 1043s |      20 |   832411 |   724127 |     6109    218 |        0 |        0
1044.97/1045.36	c 1045s |      20 |   833643 |   725227 |     6109    218 |        0 |        0
1047.07/1047.40	c 1047s |      20 |   835095 |   726527 |     6109    219 |        0 |        0
1049.08/1049.46	c 1049s |      20 |   836778 |   728027 |     6109    219 |        0 |        0
1051.07/1051.48	c 1051s |      20 |   838213 |   729327 |     6109    219 |        0 |        0
1053.17/1053.51	c 1053s |      20 |   839544 |   730527 |     6109    220 |        0 |        0
1055.16/1055.59	c 1055s |      20 |   841055 |   731927 |     6109    220 |        0 |        0
1057.26/1057.69	c 1057s |      20 |   842962 |   733627 |     6109    220 |        0 |        0
1059.46/1059.81	c 1059s |      20 |   844497 |   735027 |     6109    221 |        0 |        0
1061.46/1061.83	c 1061s |      20 |   846074 |   736427 |     6109    221 |        0 |        0
1063.47/1063.88	c 1063s |      20 |   847293 |   737527 |     6109    221 |        0 |        0
1065.46/1065.89	c 1065s |      20 |   848866 |   738927 |     6109    222 |        0 |        0
1067.56/1067.97	c 1067s |      20 |   850596 |   740427 |     6109    222 |        0 |        0
1069.66/1070.04	c 1069s |      20 |   852278 |   741927 |     6109    222 |        0 |        0
1071.76/1072.16	c 1071s |      20 |   853719 |   743227 |     6109    223 |        0 |        0
1073.86/1074.24	c 1074s |      20 |   855178 |   744527 |     6109    223 |        0 |        0
1075.95/1076.38	c 1076s |      20 |   856920 |   746027 |     6109    223 |        0 |        0
1078.05/1078.46	c 1078s |      20 |   858604 |   747527 |     6109    224 |        0 |        0
1080.25/1080.61	c 1080s |      20 |   860160 |   748927 |     6109    224 |        0 |        0
1082.35/1082.72	c 1082s |      20 |   861276 |   749927 |     6109    224 |        0 |        0
1084.45/1084.85	c 1084s |      20 |   862834 |   751327 |     6109    225 |        0 |        0
1086.55/1086.99	c 1086s |      20 |   864601 |   752927 |     6109    225 |        0 |        0
1088.65/1089.04	c 1088s |      20 |   866045 |   754227 |     6109    225 |        0 |        0
1090.75/1091.16	c 1090s |      20 |   867577 |   755627 |     6109    226 |        0 |        0
1092.95/1093.34	c 1093s |      20 |   868925 |   756827 |     6109    226 |        0 |        0
1095.04/1095.45	c 1095s |      20 |   870623 |   758327 |     6109    226 |        0 |        0
1097.24/1097.60	c 1097s |      20 |   872067 |   759627 |     6109    227 |        0 |        0
1099.24/1099.64	c 1099s |      20 |   873618 |   761027 |     6109    227 |        0 |        0
1101.44/1101.81	c 1101s |      20 |   875046 |   762327 |     6109    227 |        0 |        0
1103.44/1103.86	c 1103s |      20 |   876210 |   763427 |     6109    228 |        0 |        0
1105.53/1105.91	c 1105s |      20 |   878120 |   765027 |     6109    228 |        0 |        0
1107.53/1107.92	c 1107s |      20 |   879720 |   766427 |     6109    228 |        0 |        0
1109.64/1110.02	c 1109s |      20 |   881408 |   767927 |     6109    229 |        0 |        0
1111.63/1112.04	c 1111s |      20 |   882869 |   769227 |     6109    229 |        0 |        0
1113.63/1114.09	c 1113s |      20 |   884162 |   770427 |     6109    229 |        0 |        0
1115.73/1116.11	c 1115s |      20 |   885589 |   771727 |     6109    230 |        0 |        0
1117.73/1118.14	c 1117s |      20 |   886902 |   772927 |     6109    230 |        0 |        0
1119.83/1120.25	c 1120s |      20 |   888208 |   774127 |     6109    230 |        0 |        0
1121.83/1122.27	c 1122s |      20 |   889511 |   775327 |     6109    231 |        0 |        0
1123.93/1124.32	c 1124s |      20 |   890819 |   776527 |     6109    231 |        0 |        0
1125.92/1126.32	c 1126s |      20 |   892015 |   777627 |     6109    231 |        0 |        0
1127.92/1128.34	c 1128s |      20 |   893250 |   778727 |     6109    232 |        0 |        0
1129.92/1130.36	c 1130s |      20 |   894805 |   780127 |     6109    232 |        0 |        0
1132.02/1132.48	c 1132s |      20 |   896373 |   781527 |     6109    232 |        0 |        0
1134.32/1134.74	c 1134s |      20 |   897709 |   782727 |     6109    233 |        0 |        0
1136.32/1136.79	c 1136s |      20 |   899032 |   783927 |     6109    233 |        0 |        0
1138.42/1138.81	c 1138s |      20 |   900502 |   785227 |     6109    233 |        0 |        0
1140.42/1140.89	c 1140s |      20 |   901909 |   786527 |     6109    233 |        0 |        0
1142.62/1143.02	c 1142s |      20 |   903217 |   787727 |     6109    234 |        0 |        0
1144.72/1145.12	c 1144s |      20 |   904676 |   789027 |     6109    234 |        0 |        0
1146.71/1147.16	c 1146s |      20 |   905899 |   790127 |     6109    234 |        0 |        0
1148.81/1149.28	c 1149s |      20 |   907107 |   791227 |     6109    235 |        0 |        0
1150.91/1151.31	c 1151s |      20 |   908677 |   792627 |     6109    235 |        0 |        0
1153.01/1153.42	c 1153s |      20 |   910187 |   794027 |     6109    235 |        0 |        0
1155.10/1155.55	c 1155s |      20 |   911408 |   795127 |     6109    236 |        0 |        0
1157.30/1157.72	c 1157s |      20 |   912817 |   796427 |     6109    236 |        0 |        0
1159.40/1159.84	c 1159s |      20 |   914170 |   797627 |     6109    236 |        0 |        0
1161.50/1161.94	c 1161s |      20 |   915511 |   798827 |     6109    237 |        0 |        0
1163.70/1164.12	c 1163s |      20 |   916952 |   800127 |     6109    237 |        0 |        0
1165.71/1166.17	c 1165s |      20 |   918401 |   801427 |     6109    237 |        0 |        0
1167.81/1168.27	c 1168s |      20 |   919862 |   802727 |     6109    237 |        0 |        0
1169.90/1170.30	c 1170s |      20 |   921153 |   803927 |     6109    238 |        0 |        0
1171.90/1172.36	c 1172s |      20 |   922496 |   805127 |     6109    238 |        0 |        0
1174.10/1174.54	c 1174s |      20 |   923948 |   806427 |     6109    238 |        0 |        0
1176.09/1176.59	c 1176s |      20 |   925212 |   807527 |     6109    239 |        0 |        0
1178.29/1178.74	c 1178s |      20 |   926881 |   809027 |     6109    239 |        0 |        0
1180.39/1180.86	c 1180s |      20 |   928299 |   810327 |     6109    239 |        0 |        0
1182.49/1182.93	c 1182s |      20 |   929567 |   811427 |     6109    240 |        0 |        0
1184.49/1184.96	c 1184s |      20 |   930768 |   812527 |     6109    240 |        0 |        0
1186.49/1187.00	c 1186s |      20 |   931768 |   813427 |     6109    240 |        0 |        0
1188.69/1189.13	c 1188s |      20 |   933005 |   814527 |     6109    240 |        0 |        0
1190.79/1191.21	c 1191s |      20 |   934116 |   815527 |     6109    241 |        0 |        0
1192.89/1193.35	c 1193s |      20 |   936042 |   817227 |     6109    241 |        0 |        0
1194.98/1195.43	c 1195s |      20 |   937694 |   818627 |     6109    241 |        0 |        0
1197.08/1197.57	c 1197s |      20 |   939047 |   819827 |     6109    242 |        0 |        0
1199.18/1199.63	c 1199s |      20 |   940673 |   821127 |     6109    242 |        0 |        0
1201.28/1201.78	c 1201s |      20 |   941963 |   822327 |     6109    242 |        0 |        0
1203.38/1203.82	c 1203s |      20 |   943051 |   823327 |     6109    243 |        0 |        0
1205.57/1206.03	c 1205s |      20 |   944255 |   824427 |     6109    243 |        0 |        0
1207.57/1208.09	c 1207s |      20 |   945495 |   825527 |     6109    243 |        0 |        0
1209.68/1210.13	c 1209s |      20 |   946603 |   826527 |     6109    243 |        0 |        0
1211.67/1212.17	c 1211s |      20 |   947577 |   827427 |     6109    244 |        0 |        0
1213.77/1214.28	c 1214s |      20 |   948904 |   828627 |     6109    244 |        0 |        0
1215.97/1216.42	c 1216s |      20 |   950022 |   829627 |     6109    244 |        0 |        0
1218.07/1218.56	c 1218s |      20 |   951335 |   830827 |     6109    244 |        0 |        0
1220.17/1220.67	c 1220s |      20 |   952566 |   831927 |     6109    245 |        0 |        0
1222.37/1222.84	c 1222s |      20 |   953971 |   833227 |     6109    245 |        0 |        0
1224.57/1225.01	c 1224s |      20 |   955140 |   834327 |     6109    245 |        0 |        0
1226.87/1227.32	c 1227s |      20 |   956228 |   835327 |     6109    246 |        0 |        0
1228.87/1229.36	c 1229s |      20 |   957309 |   836327 |     6109    246 |        0 |        0
1230.87/1231.36	c 1231s |      20 |   958513 |   837427 |     6109    246 |        0 |        0
1233.07/1233.50	c 1233s |      20 |   959925 |   838727 |     6109    246 |        0 |        0
1235.17/1235.60	c 1235s |      20 |   961503 |   840027 |     6109    247 |        0 |        0
1237.26/1237.74	c 1237s |      20 |   963003 |   841427 |     6109    247 |        0 |        0
1239.27/1239.75	c 1239s |      20 |   964217 |   842527 |     6109    247 |        0 |        0
1241.36/1241.83	c 1241s |      20 |   965384 |   843627 |     6109    248 |        0 |        0
1243.56/1244.00	c 1243s |      20 |   966699 |   844827 |     6109    248 |        0 |        0
1245.56/1246.03	c 1245s |      20 |   968029 |   846027 |     6109    248 |        0 |        0
1247.56/1248.08	c 1247s |      20 |   969162 |   847027 |     6109    248 |        0 |        0
1249.76/1250.25	c 1250s |      20 |   970138 |   847927 |     6109    249 |        0 |        0
1251.86/1252.34	c 1252s |      20 |   971591 |   849227 |     6109    249 |        0 |        0
1253.86/1254.34	c 1254s |      20 |   972811 |   850327 |     6109    249 |        0 |        0
1256.05/1256.56	c 1256s |      20 |   974161 |   851527 |     6109    250 |        0 |        0
1258.15/1258.66	c 1258s |      20 |   975712 |   852927 |     6109    250 |        0 |        0
1260.16/1260.70	c 1260s |      20 |   977024 |   854127 |     6109    250 |        0 |        0
1262.36/1262.80	c 1262s |      20 |   978374 |   855327 |     6109    250 |        0 |        0
1264.56/1265.08	c 1264s |      20 |   979469 |   856327 |     6109    251 |        0 |        0
1266.65/1267.16	c 1266s |      20 |   980919 |   857627 |     6109    251 |        0 |        0
1268.75/1269.28	c 1269s |      20 |   982226 |   858827 |     6109    251 |        0 |        0
1270.85/1271.39	c 1271s |      20 |   983524 |   860027 |     6109    252 |        0 |        0
1273.05/1273.52	c 1273s |      20 |   984628 |   861027 |     6109    252 |        0 |        0
1275.04/1275.57	c 1275s |      20 |   985920 |   862227 |     6109    252 |        0 |        0
1277.14/1277.63	c 1277s |      20 |   987522 |   863627 |     6109    253 |        0 |        0
1279.34/1279.83	c 1279s |      20 |   989251 |   865127 |     6109    253 |        0 |        0
1281.34/1281.84	c 1281s |      20 |   990582 |   866327 |     6109    253 |        0 |        0
1283.54/1284.04	c 1283s |      20 |   992156 |   867727 |     6109    254 |        0 |        0
1285.64/1286.18	c 1286s |      20 |   993684 |   869127 |     6109    254 |        0 |        0
1287.74/1288.24	c 1288s |      20 |   995128 |   870427 |     6109    254 |        0 |        0
1289.94/1290.44	c 1290s |      20 |   996571 |   871727 |     6109    255 |        0 |        0
1292.14/1292.61	c 1292s |      20 |   998164 |   873127 |     6109    255 |        0 |        0
1294.13/1294.68	c 1294s |      20 |   999507 |   874327 |     6109    255 |        0 |        0
1296.23/1296.78	c 1296s |      20 |  1000742 |   875427 |     6109    255 |        0 |        0
1298.33/1298.86	c 1298s |      20 |  1001844 |   876427 |     6109    256 |        0 |        0
1300.43/1300.90	c 1300s |      20 |  1003165 |   877627 |     6109    256 |        0 |        0
1302.63/1303.14	c 1302s |      20 |  1004500 |   878827 |     6109    256 |        0 |        0
1304.83/1305.33	c 1305s |      20 |  1005589 |   879827 |     6109    257 |        0 |        0
1306.93/1307.43	c 1307s |      20 |  1007071 |   881127 |     6109    257 |        0 |        0
1309.03/1309.58	c 1309s |      20 |  1008548 |   882427 |     6109    257 |        0 |        0
1311.23/1311.71	c 1311s |      20 |  1009883 |   883627 |     6109    257 |        0 |        0
1313.33/1313.87	c 1313s |      20 |  1011238 |   884827 |     6109    258 |        0 |        0
1315.43/1315.97	c 1315s |      20 |  1012542 |   886027 |     6109    258 |        0 |        0
1317.43/1317.99	c 1317s |      20 |  1013757 |   887127 |     6109    258 |        0 |        0
1319.83/1320.39	c 1320s |      20 |  1014860 |   888127 |     6109    259 |        0 |        0
1322.03/1322.57	c 1322s |      20 |  1016161 |   889327 |     6109    259 |        0 |        0
1324.12/1324.65	c 1324s |      20 |  1017394 |   890427 |     6109    259 |        0 |        0
1326.23/1326.71	c 1326s |      20 |  1018746 |   891627 |     6109    259 |        0 |        0
1328.22/1328.74	c 1328s |      20 |  1020074 |   892827 |     6109    260 |        0 |        0
1330.22/1330.80	c 1330s |      20 |  1021385 |   894027 |     6109    260 |        0 |        0
1332.42/1332.94	c 1332s |      20 |  1022609 |   895127 |     6109    260 |        0 |        0
1334.52/1335.02	c 1334s |      20 |  1023706 |   896127 |     6109    261 |        0 |        0
1336.62/1337.17	c 1336s |      20 |  1024893 |   897227 |     6109    261 |        0 |        0
1338.72/1339.23	c 1339s |      20 |  1026286 |   898427 |     6109    261 |        0 |        0
1340.72/1341.29	c 1341s |      20 |  1027622 |   899627 |     6109    261 |        0 |        0
1342.82/1343.38	c 1343s |      20 |  1029017 |   900827 |     6109    262 |        0 |        0
1344.93/1345.42	c 1345s |      20 |  1030449 |   902127 |     6109    262 |        0 |        0
1347.03/1347.54	c 1347s |      20 |  1031915 |   903427 |     6109    262 |        0 |        0
1349.12/1349.62	c 1349s |      20 |  1033049 |   904427 |     6109    263 |        0 |        0
1351.22/1351.74	c 1351s |      20 |  1034335 |   905627 |     6109    263 |        0 |        0
1353.32/1353.82	c 1353s |      20 |  1035645 |   906827 |     6109    263 |        0 |        0
1355.32/1355.82	c 1355s |      20 |  1036839 |   907927 |     6109    263 |        0 |        0
1357.42/1357.95	c 1357s |      20 |  1038169 |   909127 |     6109    264 |        0 |        0
1359.42/1359.96	c 1359s |      20 |  1039390 |   910227 |     6109    264 |        0 |        0
1361.62/1362.11	c 1361s |      20 |  1040744 |   911427 |     6109    264 |        0 |        0
1363.62/1364.13	c 1363s |      20 |  1041874 |   912427 |     6109    265 |        0 |        0
1365.72/1366.23	c 1366s |      20 |  1043198 |   913627 |     6109    265 |        0 |        0
1367.72/1368.27	c 1368s |      20 |  1044536 |   914827 |     6109    265 |        0 |        0
1369.92/1370.45	c 1370s |      20 |  1045727 |   915927 |     6109    265 |        0 |        0
1372.21/1372.70	c 1372s |      20 |  1046822 |   916927 |     6109    266 |        0 |        0
1374.21/1374.79	c 1374s |      20 |  1048365 |   918327 |     6109    266 |        0 |        0
1376.41/1376.93	c 1376s |      20 |  1049798 |   919627 |     6109    266 |        0 |        0
1378.51/1379.00	c 1378s |      20 |  1050925 |   920627 |     6109    267 |        0 |        0
1380.61/1381.14	c 1380s |      20 |  1052128 |   921727 |     6109    267 |        0 |        0
1382.71/1383.26	c 1383s |      20 |  1053337 |   922827 |     6109    267 |        0 |        0
1384.91/1385.44	c 1385s |      20 |  1054454 |   923827 |     6109    267 |        0 |        0
1387.01/1387.51	c 1387s |      20 |  1055452 |   924727 |     6109    268 |        0 |        0
1389.01/1389.55	c 1389s |      20 |  1057075 |   926127 |     6109    268 |        0 |        0
1391.12/1391.69	c 1391s |      20 |  1058436 |   927327 |     6109    268 |        0 |        0
1393.11/1393.70	c 1393s |      20 |  1059671 |   928427 |     6109    269 |        0 |        0
1395.21/1395.78	c 1395s |      20 |  1061419 |   929927 |     6109    269 |        0 |        0
1397.21/1397.78	c 1397s |      20 |  1063001 |   931327 |     6109    269 |        0 |        0
1399.31/1399.87	c 1399s |      20 |  1064463 |   932627 |     6109    270 |        0 |        0
1401.31/1401.88	c 1401s |      20 |  1065898 |   933927 |     6109    270 |        0 |        0
1403.41/1403.91	c 1403s |      20 |  1067196 |   935127 |     6109    270 |        0 |        0
1405.51/1406.04	c 1405s |      20 |  1068652 |   936427 |     6109    271 |        0 |        0
1407.61/1408.19	c 1408s |      20 |  1069934 |   937627 |     6109    271 |        0 |        0
1409.72/1410.21	c 1410s |      20 |  1071501 |   939027 |     6109    271 |        0 |        0
1411.71/1412.22	c 1412s |      20 |  1073056 |   940427 |     6109    271 |        0 |        0
1413.71/1414.22	c 1414s |      20 |  1074593 |   941827 |     6109    272 |        0 |        0
1415.81/1416.37	c 1416s |      20 |  1076406 |   943427 |     6109    272 |        0 |        0
1417.91/1418.46	c 1418s |      20 |  1077726 |   944627 |     6109    273 |        0 |        0
1420.11/1420.60	c 1420s |      20 |  1079310 |   946027 |     6109    273 |        0 |        0
1422.21/1422.74	c 1422s |      20 |  1080729 |   947327 |     6109    273 |        0 |        0
1424.21/1424.78	c 1424s |      20 |  1082067 |   948527 |     6109    273 |        0 |        0
1426.22/1426.79	c 1426s |      20 |  1083411 |   949727 |     6109    274 |        0 |        0
1428.31/1428.80	c 1428s |      20 |  1084827 |   951027 |     6109    274 |        0 |        0
1430.41/1430.99	c 1430s |      20 |  1086255 |   952327 |     6109    274 |        0 |        0
1432.51/1433.01	c 1432s |      20 |  1087678 |   953627 |     6109    275 |        0 |        0
1434.61/1435.16	c 1434s |      20 |  1089320 |   955127 |     6109    275 |        0 |        0
1436.71/1437.24	c 1437s |      20 |  1090636 |   956327 |     6109    275 |        0 |        0
1438.71/1439.28	c 1439s |      20 |  1091855 |   957427 |     6109    276 |        0 |        0
1440.91/1441.44	c 1441s |      20 |  1093183 |   958627 |     6109    276 |        0 |        0
1443.01/1443.56	c 1443s |      20 |  1094533 |   959827 |     6109    276 |        0 |        0
1445.11/1445.69	c 1445s |      20 |  1095853 |   961027 |     6109    277 |        0 |        0
1447.50/1448.00	c 1447s |      20 |  1097304 |   962327 |     6109    277 |        0 |        0
1449.50/1450.07	c 1449s |      20 |  1098634 |   963527 |     6109    277 |        0 |        0
1451.61/1452.12	c 1451s |      20 |  1100078 |   964827 |     6109    278 |        0 |        0
1453.60/1454.17	c 1453s |      20 |  1101503 |   966127 |     6109    278 |        0 |        0
1455.80/1456.35	c 1456s |      20 |  1102924 |   967427 |     6109    278 |        0 |        0
1457.90/1458.40	c 1458s |      20 |  1104291 |   968627 |     6109    278 |        0 |        0
1459.90/1460.45	c 1460s |      20 |  1105712 |   969927 |     6109    279 |        0 |        0
1461.90/1462.47	c 1462s |      20 |  1106922 |   971027 |     6109    279 |        0 |        0
1464.00/1464.52	c 1464s |      20 |  1108340 |   972327 |     6109    279 |        0 |        0
1466.10/1466.60	c 1466s |      20 |  1109585 |   973427 |     6109    280 |        0 |        0
1468.20/1468.72	c 1468s |      20 |  1111128 |   974827 |     6109    280 |        0 |        0
1470.31/1470.81	c 1470s |      20 |  1112432 |   976027 |     6109    280 |        0 |        0
1472.30/1472.90	c 1472s |      20 |  1113550 |   977027 |     6109    281 |        0 |        0
1474.40/1474.95	c 1474s |      20 |  1114888 |   978227 |     6109    281 |        0 |        0
1476.60/1477.12	c 1476s |      20 |  1116190 |   979427 |     6109    281 |        0 |        0
1478.70/1479.23	c 1479s |      20 |  1117314 |   980427 |     6109    281 |        0 |        0
1480.80/1481.32	c 1481s |      20 |  1118395 |   981427 |     6109    282 |        0 |        0
1482.80/1483.37	c 1483s |      20 |  1119497 |   982427 |     6109    282 |        0 |        0
1484.90/1485.47	c 1485s |      20 |  1120693 |   983527 |     6109    282 |        0 |        0
1487.00/1487.50	c 1487s |      20 |  1121916 |   984627 |     6109    282 |        0 |        0
1489.00/1489.52	c 1489s |      20 |  1123245 |   985827 |     6109    283 |        0 |        0
1491.00/1491.58	c 1491s |      20 |  1124928 |   987327 |     6109    283 |        0 |        0
1493.10/1493.62	c 1493s |      20 |  1126378 |   988627 |     6109    283 |        0 |        0
1495.20/1495.70	c 1495s |      20 |  1127597 |   989727 |     6109    284 |        0 |        0
1497.20/1497.77	c 1497s |      20 |  1128912 |   990927 |     6109    284 |        0 |        0
1499.29/1499.81	c 1499s |      20 |  1130137 |   992027 |     6109    284 |        0 |        0
1501.29/1501.87	c 1501s |      20 |  1131233 |   993027 |     6109    284 |        0 |        0
1503.39/1503.95	c 1503s |      20 |  1132535 |   994127 |     6720    285 |        0 |        0
1505.50/1506.06	c 1505s |      20 |  1134354 |   995727 |     6720    285 |        0 |        0
1507.60/1508.19	c 1508s |      20 |  1136003 |   997127 |     6720    285 |        0 |        0
1509.69/1510.23	c 1510s |      20 |  1137259 |   998227 |     6720    286 |        0 |        0
1511.79/1512.33	c 1512s |      20 |  1138808 |   999627 |     6720    286 |        0 |        0
1512.89/1513.49	c 1513s |      21 |  1139622 |  1000345 |     6720    286 |        0 |        0
1514.99/1515.57	c 1515s |      21 |  1143115 |  1002645 |     6720    287 |        0 |        0
1517.09/1517.67	c 1517s |      21 |  1145485 |  1004745 |     6720    287 |        0 |        0
1519.09/1519.67	c 1519s |      21 |  1147275 |  1006345 |     6720    288 |        0 |        0
1521.19/1521.76	c 1521s |      21 |  1149139 |  1008045 |     6720    288 |        0 |        0
1523.29/1523.81	c 1523s |      21 |  1150799 |  1009545 |     6720    288 |        0 |        0
1525.30/1525.86	c 1525s |      21 |  1152331 |  1010945 |     6720    289 |        0 |        0
1527.39/1527.91	c 1527s |      21 |  1153969 |  1012445 |     6720    289 |        0 |        0
1529.39/1529.97	c 1529s |      21 |  1155463 |  1013845 |     6720    289 |        0 |        0
1531.49/1532.03	c 1531s |      21 |  1156837 |  1015145 |     6720    290 |        0 |        0
1533.49/1534.04	c 1533s |      21 |  1158358 |  1016545 |     6720    290 |        0 |        0
1535.49/1536.05	c 1535s |      21 |  1159764 |  1017845 |     6720    290 |        0 |        0
1537.49/1538.08	c 1537s |      21 |  1161188 |  1018945 |     6720    291 |        0 |        0
1539.49/1540.10	c 1539s |      21 |  1163057 |  1020545 |     6720    291 |        0 |        0
1541.59/1542.13	c 1541s |      21 |  1164541 |  1021845 |     6720    291 |        0 |        0
1543.68/1544.21	c 1544s |      21 |  1165781 |  1022945 |     6720    292 |        0 |        0
1545.79/1546.31	c 1546s |      21 |  1167399 |  1024345 |     6720    292 |        0 |        0
1547.78/1548.32	c 1548s |      21 |  1168998 |  1025745 |     6720    292 |        0 |        0
1549.88/1550.47	c 1550s |      21 |  1170426 |  1027045 |     6720    292 |        0 |        0
1551.99/1552.58	c 1552s |      21 |  1171641 |  1028145 |     6720    293 |        0 |        0
1554.19/1554.75	c 1554s |      21 |  1173092 |  1029445 |     6720    293 |        0 |        0
1556.39/1556.91	c 1556s |      21 |  1174424 |  1030645 |     6720    293 |        0 |        0
1558.39/1558.98	c 1558s |      21 |  1175403 |  1031545 |     6720    294 |        0 |        0
1560.59/1561.12	c 1560s |      21 |  1176615 |  1032645 |     6720    294 |        0 |        0
1562.60/1563.20	c 1563s |      21 |  1177981 |  1033845 |     6720    294 |        0 |        0
1564.69/1565.30	c 1565s |      21 |  1179099 |  1034845 |     6720    294 |        0 |        0
1566.79/1567.33	c 1567s |      21 |  1180337 |  1035945 |     6720    295 |        0 |        0
1568.89/1569.44	c 1569s |      21 |  1182109 |  1037545 |     6720    295 |        0 |        0
1570.99/1571.52	c 1571s |      21 |  1183647 |  1038945 |     6720    295 |        0 |        0
1573.09/1573.60	c 1573s |      21 |  1185063 |  1040245 |     6720    296 |        0 |        0
1575.09/1575.66	c 1575s |      21 |  1186594 |  1041645 |     6720    296 |        0 |        0
1577.19/1577.70	c 1577s |      21 |  1187982 |  1042945 |     6720    296 |        0 |        0
1579.29/1579.89	c 1579s |      21 |  1189481 |  1044245 |     6720    296 |        0 |        0
1581.39/1581.95	c 1581s |      21 |  1190980 |  1045545 |     6720    297 |        0 |        0
1583.49/1584.09	c 1583s |      21 |  1192763 |  1047145 |     6720    297 |        0 |        0
1585.59/1586.15	c 1585s |      21 |  1194300 |  1048545 |     6720    297 |        0 |        0
1587.69/1588.28	c 1588s |      21 |  1195734 |  1049845 |     6720    298 |        0 |        0
1589.79/1590.30	c 1590s |      21 |  1197187 |  1051145 |     6720    298 |        0 |        0
1591.79/1592.38	c 1592s |      21 |  1199142 |  1052845 |     6720    298 |        0 |        0
1593.88/1594.47	c 1594s |      21 |  1201035 |  1054545 |     6720    299 |        0 |        0
1596.08/1596.62	c 1596s |      21 |  1202609 |  1055945 |     6720    299 |        0 |        0
1598.18/1598.72	c 1598s |      21 |  1204239 |  1057445 |     6720    299 |        0 |        0
1600.28/1600.83	c 1600s |      21 |  1205840 |  1058945 |     6720    300 |        0 |        0
1602.29/1602.85	c 1602s |      21 |  1207277 |  1060245 |     6720    300 |        0 |        0
1604.39/1604.98	c 1604s |      21 |  1208588 |  1061445 |     6720    300 |        0 |        0
1606.48/1607.07	c 1606s |      21 |  1209864 |  1062645 |     6720    301 |        0 |        0
1608.58/1609.11	c 1608s |      21 |  1211381 |  1064045 |     6720    301 |        0 |        0
1610.68/1611.25	c 1611s |      21 |  1212769 |  1065345 |     6720    301 |        0 |        0
1612.68/1613.26	c 1613s |      21 |  1213923 |  1066345 |     6720    302 |        0 |        0
1614.78/1615.38	c 1615s |      21 |  1215852 |  1068045 |     6720    302 |        0 |        0
1616.88/1617.41	c 1617s |      21 |  1217275 |  1069345 |     6720    302 |        0 |        0
1618.98/1619.52	c 1619s |      21 |  1218683 |  1070645 |     6720    303 |        0 |        0
1620.98/1621.57	c 1621s |      21 |  1220229 |  1072045 |     6720    303 |        0 |        0
1623.08/1623.65	c 1623s |      21 |  1222126 |  1073745 |     6720    303 |        0 |        0
1625.18/1625.75	c 1625s |      21 |  1223632 |  1075145 |     6720    304 |        0 |        0
1627.18/1627.78	c 1627s |      21 |  1225284 |  1076645 |     6720    304 |        0 |        0
1629.38/1629.91	c 1629s |      21 |  1226907 |  1078145 |     6720    304 |        0 |        0
1631.38/1631.91	c 1631s |      21 |  1228107 |  1079245 |     6720    305 |        0 |        0
1633.48/1634.01	c 1633s |      21 |  1229846 |  1080845 |     6720    305 |        0 |        0
1635.58/1636.15	c 1635s |      21 |  1231502 |  1082245 |     6720    305 |        0 |        0
1637.58/1638.17	c 1637s |      21 |  1232918 |  1083545 |     6720    306 |        0 |        0
1639.68/1640.22	c 1640s |      21 |  1234720 |  1085145 |     6720    306 |        0 |        0
1641.67/1642.28	c 1642s |      21 |  1236445 |  1086745 |     6720    306 |        0 |        0
1643.87/1644.47	c 1644s |      21 |  1237640 |  1087845 |     6720    307 |        0 |        0
1645.97/1646.52	c 1646s |      21 |  1239393 |  1089445 |     6720    307 |        0 |        0
1648.07/1648.65	c 1648s |      21 |  1241024 |  1090945 |     6720    307 |        0 |        0
1650.17/1650.73	c 1650s |      21 |  1242325 |  1092145 |     6720    307 |        0 |        0
1652.17/1652.78	c 1652s |      21 |  1243740 |  1093445 |     6720    308 |        0 |        0
1654.27/1654.81	c 1654s |      21 |  1245469 |  1094945 |     6720    308 |        0 |        0
1656.27/1656.87	c 1656s |      21 |  1246944 |  1096245 |     6720    308 |        0 |        0
1658.38/1658.98	c 1658s |      21 |  1248619 |  1097745 |     6720    309 |        0 |        0
1660.37/1660.99	c 1660s |      21 |  1250271 |  1099245 |     6720    309 |        0 |        0
1662.57/1663.12	c 1662s |      21 |  1251544 |  1100445 |     6720    309 |        0 |        0
1664.67/1665.24	c 1665s |      21 |  1252984 |  1101745 |     6720    310 |        0 |        0
1666.77/1667.38	c 1667s |      21 |  1254484 |  1103145 |     6720    310 |        0 |        0
1668.87/1669.49	c 1669s |      21 |  1255823 |  1104345 |     6720    310 |        0 |        0
1670.97/1671.55	c 1671s |      21 |  1257465 |  1105745 |     6720    311 |        0 |        0
1672.97/1673.56	c 1673s |      21 |  1259256 |  1107345 |     6720    311 |        0 |        0
1675.07/1675.68	c 1675s |      21 |  1260765 |  1108745 |     6720    311 |        0 |        0
1677.07/1677.69	c 1677s |      21 |  1262152 |  1110045 |     6720    312 |        0 |        0
1679.17/1679.76	c 1679s |      21 |  1263664 |  1111445 |     6720    312 |        0 |        0
1681.27/1681.81	c 1681s |      21 |  1265005 |  1112645 |     6720    312 |        0 |        0
1683.37/1683.92	c 1683s |      21 |  1266648 |  1114045 |     6720    313 |        0 |        0
1685.47/1686.00	c 1685s |      21 |  1268586 |  1115745 |     6720    313 |        0 |        0
1687.56/1688.10	c 1687s |      21 |  1270296 |  1117245 |     6720    313 |        0 |        0
1689.67/1690.28	c 1690s |      21 |  1271650 |  1118445 |     6720    314 |        0 |        0
1691.86/1692.41	c 1692s |      21 |  1273330 |  1119945 |     6720    314 |        0 |        0
1693.96/1694.58	c 1694s |      21 |  1274729 |  1121245 |     6720    314 |        0 |        0
1696.16/1696.74	c 1696s |      21 |  1275947 |  1122345 |     6720    314 |        0 |        0
1698.26/1698.85	c 1698s |      21 |  1277476 |  1123745 |     6720    315 |        0 |        0
1700.46/1701.01	c 1700s |      21 |  1278898 |  1125045 |     6720    315 |        0 |        0
1702.46/1703.06	c 1702s |      21 |  1280305 |  1126245 |     6720    315 |        0 |        0
1704.47/1705.06	c 1704s |      21 |  1281926 |  1127645 |     6720    316 |        0 |        0
1706.67/1707.21	c 1707s |      21 |  1283599 |  1129145 |     6720    316 |        0 |        0
1708.76/1709.31	c 1709s |      21 |  1285135 |  1130545 |     6720    316 |        0 |        0
1710.76/1711.35	c 1711s |      21 |  1286299 |  1131645 |     6720    317 |        0 |        0
1712.76/1713.37	c 1713s |      21 |  1287874 |  1133045 |     6720    317 |        0 |        0
1714.86/1715.41	c 1715s |      21 |  1289409 |  1134445 |     6720    317 |        0 |        0
1716.86/1717.47	c 1717s |      21 |  1290597 |  1135545 |     6720    318 |        0 |        0
1718.96/1719.54	c 1719s |      21 |  1292015 |  1136845 |     6720    318 |        0 |        0
1720.96/1721.54	c 1721s |      21 |  1293731 |  1138345 |     6720    318 |        0 |        0
1723.06/1723.62	c 1723s |      21 |  1295391 |  1139845 |     6720    319 |        0 |        0
1725.17/1725.73	c 1725s |      21 |  1297380 |  1141645 |     6720    319 |        0 |        0
1727.17/1727.78	c 1727s |      21 |  1299086 |  1143145 |     6720    319 |        0 |        0
1729.27/1729.89	c 1729s |      21 |  1300423 |  1144345 |     6720    320 |        0 |        0
1731.37/1731.95	c 1731s |      21 |  1301985 |  1145745 |     6720    320 |        0 |        0
1733.47/1734.07	c 1733s |      21 |  1303278 |  1146945 |     6720    320 |        0 |        0
1735.67/1736.22	c 1736s |      21 |  1304879 |  1148345 |     6720    320 |        0 |        0
1737.66/1738.24	c 1738s |      21 |  1306694 |  1149945 |     6720    321 |        0 |        0
1739.77/1740.33	c 1740s |      21 |  1308252 |  1151345 |     6720    321 |        0 |        0
1741.87/1742.45	c 1742s |      21 |  1309771 |  1152745 |     6720    321 |        0 |        0
1743.96/1744.60	c 1744s |      21 |  1311184 |  1154045 |     6720    322 |        0 |        0
1746.06/1746.60	c 1746s |      21 |  1312381 |  1155145 |     6720    322 |        0 |        0
1748.16/1748.72	c 1748s |      21 |  1313900 |  1156445 |     6720    322 |        0 |        0
1750.16/1750.79	c 1750s |      21 |  1315136 |  1157545 |     6720    323 |        0 |        0
1752.26/1752.82	c 1752s |      21 |  1317111 |  1159245 |     6720    323 |        0 |        0
1754.26/1754.87	c 1754s |      21 |  1318794 |  1160745 |     6720    323 |        0 |        0
1756.36/1756.90	c 1756s |      21 |  1320248 |  1162045 |     6720    324 |        0 |        0
1758.37/1758.99	c 1758s |      21 |  1321920 |  1163545 |     6720    324 |        0 |        0
1760.57/1761.12	c 1760s |      21 |  1323352 |  1164845 |     6720    324 |        0 |        0
1762.96/1763.57	c 1763s |      21 |  1324437 |  1165845 |     6720    325 |        0 |        0
1765.06/1765.68	c 1765s |      21 |  1326263 |  1167345 |     6720    325 |        0 |        0
1767.06/1767.69	c 1767s |      21 |  1327770 |  1168645 |     6720    325 |        0 |        0
1769.26/1769.85	c 1769s |      21 |  1329139 |  1169845 |     6720    325 |        0 |        0
1771.36/1771.93	c 1771s |      21 |  1330422 |  1170945 |     6720    326 |        0 |        0
1773.56/1774.10	c 1773s |      21 |  1331757 |  1172145 |     6720    326 |        0 |        0
1775.56/1776.11	c 1775s |      21 |  1332867 |  1173145 |     6720    326 |        0 |        0
1777.66/1778.26	c 1778s |      21 |  1334086 |  1174245 |     6720    326 |        0 |        0
1779.66/1780.27	c 1780s |      21 |  1335346 |  1175345 |     6720    327 |        0 |        0
1781.76/1782.31	c 1782s |      21 |  1336907 |  1176745 |     6720    327 |        0 |        0
1783.76/1784.37	c 1784s |      21 |  1338247 |  1177945 |     6720    327 |        0 |        0
1785.96/1786.51	c 1786s |      21 |  1339236 |  1178845 |     6720    328 |        0 |        0
1788.06/1788.68	c 1788s |      21 |  1340603 |  1180045 |     6720    328 |        0 |        0
1790.15/1790.75	c 1790s |      21 |  1341883 |  1181145 |     6720    328 |        0 |        0
1792.25/1792.82	c 1792s |      21 |  1343120 |  1182245 |     6720    328 |        0 |        0
1794.35/1794.93	c 1794s |      21 |  1344108 |  1183145 |     6720    329 |        0 |        0
1796.35/1796.95	c 1796s |      21 |  1345186 |  1184145 |     6720    329 |        0 |        0
1798.55/1799.14	c 1798s |      21 |  1346384 |  1185245 |     6720    329 |        0 |        0

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4093318-1466080703/watcher-4093318-1466080703 -o /tmp/evaluation-result-4093318-1466080703/solver-4093318-1466080703 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466075286-21602 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093318-1466080703.wbo 

pid=22180
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.18 2.20 2.22 3/179 22183
/proc/meminfo: memFree=29244376/32872528 swapFree=1499116/1695340
[pid=22183] ppid=22180 vsize=673348 CPUtime=0 cores=0,2,4,6
/proc/22183/stat : 22183 (toysat) R 22180 22183 17390 0 -1 4202496 2502 0 0 0 0 0 0 0 20 0 4 0 10116079 689508352 3375 33554432000 4194304 16246674 140733999753488 140733999752912 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22183/statm: 168849 3384 442 2943 0 165743 0
[pid=22183/tid=22184] ppid=22180 vsize=690756 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22184/stat : 22184 (toysat) S 22180 22183 17390 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10116079 707334144 3444 33554432000 4194304 16246674 140733999753488 140161820110064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22183/tid=22185] ppid=22180 vsize=695876 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22185/stat : 22185 (toysat) S 22180 22183 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10116079 712577024 3461 33554432000 4194304 16246674 140733999753488 140161809620208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22183/tid=22186] ppid=22180 vsize=699972 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22186/stat : 22186 (toysat) S 22180 22183 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10116079 716771328 3477 33554432000 4194304 16246674 140733999753488 140161694297264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 2.18 2.20 2.22 3/179 22183
/proc/meminfo: memFree=29244376/32872528 swapFree=1499116/1695340
[pid=22183] ppid=22180 vsize=1218116 CPUtime=0.08 cores=0,2,4,6
/proc/22183/stat : 22183 (toysat) R 22180 22183 17390 0 -1 4202496 25578 0 0 0 5 3 0 0 20 0 4 0 10116079 1247350784 26444 33554432000 4194304 16246674 140733999753488 140733999752912 12457726 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22183/statm: 304529 26452 607 2943 0 301423 0
[pid=22183/tid=22184] ppid=22180 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22184/stat : 22184 (toysat) S 22180 22183 17390 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10116079 1247350784 26457 33554432000 4194304 16246674 140733999753488 140161820110064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22183/tid=22185] ppid=22180 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22185/stat : 22185 (toysat) S 22180 22183 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10116079 1247350784 26463 33554432000 4194304 16246674 140733999753488 140161809620208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22183/tid=22186] ppid=22180 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22186/stat : 22186 (toysat) S 22180 22183 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10116079 1247350784 26470 33554432000 4194304 16246674 140733999753488 140161694297264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200562 s]
/proc/loadavg: 2.18 2.20 2.22 3/179 22183
/proc/meminfo: memFree=29244376/32872528 swapFree=1499116/1695340
[pid=22183] ppid=22180 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/22183/stat : 22183 (toysat) R 22180 22183 17390 0 -1 4202496 49067 0 0 0 13 6 0 0 20 0 4 0 10116079 1247350784 49925 33554432000 4194304 16246674 140733999753488 140733999752912 12478189 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22183/statm: 304529 49939 808 2943 0 301423 0
[pid=22183/tid=22184] ppid=22180 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22184/stat : 22184 (toysat) S 22180 22183 17390 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10116079 1247350784 49947 33554432000 4194304 16246674 140733999753488 140161820110064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22183/tid=22185] ppid=22180 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22185/stat : 22185 (toysat) S 22180 22183 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10116079 1247350784 49957 33554432000 4194304 16246674 140733999753488 140161809620208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22183/tid=22186] ppid=22180 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22186/stat : 22186 (toysat) S 22180 22183 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10116079 1247350784 49967 33554432000 4194304 16246674 140733999753488 140161694297264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300462 s]
/proc/loadavg: 2.18 2.20 2.22 3/179 22183
/proc/meminfo: memFree=29244376/32872528 swapFree=1499116/1695340
[pid=22183] ppid=22180 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/22183/stat : 22183 (toysat) R 22180 22183 17390 0 -1 4202496 75092 0 0 0 19 10 0 0 20 0 4 0 10116079 1247350784 75951 33554432000 4194304 16246674 140733999753488 140733999752912 5546181 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22183/statm: 304529 75968 808 2943 0 301423 0
[pid=22183/tid=22184] ppid=22180 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22184/stat : 22184 (toysat) S 22180 22183 17390 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10116079 1247350784 75976 33554432000 4194304 16246674 140733999753488 140161820110064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22183/tid=22185] ppid=22180 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22185/stat : 22185 (toysat) S 22180 22183 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10116079 1247350784 75981 33554432000 4194304 16246674 140733999753488 140161809620208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22183/tid=22186] ppid=22180 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22186/stat : 22186 (toysat) S 22180 22183 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10116079 1247350784 75985 33554432000 4194304 16246674 140733999753488 140161694297264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700361 s]
/proc/loadavg: 2.18 2.20 2.22 3/179 22183
/proc/meminfo: memFree=29244376/32872528 swapFree=1499116/1695340
[pid=22183] ppid=22180 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/22183/stat : 22183 (toysat) R 22180 22183 17390 0 -1 4202496 206550 0 0 0 42 27 0 0 20 0 4 0 10116079 1247350784 207408 33554432000 4194304 16246674 140733999753488 140733999752912 13192110 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22183/statm: 304529 207419 808 2943 0 301423 0
[pid=22183/tid=22184] ppid=22180 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22184/stat : 22184 (toysat) S 22180 22183 17390 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10116079 1247350784 207424 33554432000 4194304 16246674 140733999753488 140161820110064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22183/tid=22185] ppid=22180 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22185/stat : 22185 (toysat) S 22180 22183 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10116079 1247350784 207429 33554432000 4194304 16246674 140733999753488 140161809620208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22183/tid=22186] ppid=22180 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22186/stat : 22186 (toysat) S 22180 22183 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10116079 1247350784 207434 33554432000 4194304 16246674 140733999753488 140161694297264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.18 2.20 2.22 3/183 22187
/proc/meminfo: memFree=28256416/32872528 swapFree=1499116/1695340
[pid=22183] ppid=22180 vsize=1301060 CPUtime=1.48 cores=0,2,4,6
/proc/22183/stat : 22183 (toysat) R 22180 22183 17390 0 -1 4202496 266356 0 0 0 114 34 0 0 20 0 4 0 10116079 1332285440 267192 33554432000 4194304 16246674 140733999753488 140733999735360 5545784 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22183/statm: 325265 267192 869 2943 0 322159 0
[pid=22183/tid=22184] ppid=22180 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22184/stat : 22184 (toysat) S 22180 22183 17390 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10116079 1332285440 267192 33554432000 4194304 16246674 140733999753488 140161820110064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22183/tid=22185] ppid=22180 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22185/stat : 22185 (toysat) S 22180 22183 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10116079 1332285440 267192 33554432000 4194304 16246674 140733999753488 140161809620208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22183/tid=22186] ppid=22180 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22186/stat : 22186 (toysat) S 22180 22183 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10116079 1332285440 267192 33554432000 4194304 16246674 140733999753488 140161694297264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1301060

[startup+3.10041 s]
/proc/loadavg: 2.18 2.20 2.22 3/183 22187
/proc/meminfo: memFree=28170112/32872528 swapFree=1499116/1695340
[pid=22183] ppid=22180 vsize=1307204 CPUtime=3.08 cores=0,2,4,6
/proc/22183/stat : 22183 (toysat) R 22180 22183 17390 0 -1 4202496 267917 0 0 0 274 34 0 0 20 0 4 0 10116079 1338576896 268753 33554432000 4194304 16246674 140733999753488 140733999735360 13191276 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22183/statm: 326801 268753 873 2943 0 323695 0
[pid=22183/tid=22184] ppid=22180 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22184/stat : 22184 (toysat) S 22180 22183 17390 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10116079 1338576896 268753 33554432000 4194304 16246674 140733999753488 140161820110064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22183/tid=22185] ppid=22180 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22185/stat : 22185 (toysat) S 22180 22183 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10116079 1338576896 268753 33554432000 4194304 16246674 140733999753488 140161809620208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22183/tid=22186] ppid=22180 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22186/stat : 22186 (toysat) S 22180 22183 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10116079 1338576896 268753 33554432000 4194304 16246674 140733999753488 140161694297264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1307204

[startup+6.30042 s]
/proc/loadavg: 2.25 2.21 2.22 3/183 22187
/proc/meminfo: memFree=28169656/32872528 swapFree=1499116/1695340
[pid=22183] ppid=22180 vsize=1310276 CPUtime=6.28 cores=0,2,4,6
/proc/22183/stat : 22183 (toysat) R 22180 22183 17390 0 -1 4202496 268674 0 0 0 594 34 0 0 20 0 4 0 10116079 1341722624 269510 33554432000 4194304 16246674 140733999753488 140733999735360 13950184 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22183/statm: 327569 269510 874 2943 0 324463 0
[pid=22183/tid=22184] ppid=22180 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22184/stat : 22184 (toysat) S 22180 22183 17390 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10116079 1341722624 269510 33554432000 4194304 16246674 140733999753488 140161820110064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22183/tid=22185] ppid=22180 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22185/stat : 22185 (toysat) S 22180 22183 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10116079 1341722624 269510 33554432000 4194304 16246674 140733999753488 140161809620208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22183/tid=22186] ppid=22180 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22186/stat : 22186 (toysat) S 22180 22183 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10116079 1341722624 269510 33554432000 4194304 16246674 140733999753488 140161694297264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1310276

[startup+12.7004 s]
/proc/loadavg: 2.22 2.20 2.22 3/183 22187
/proc/meminfo: memFree=28166716/32872528 swapFree=1499116/1695340
[pid=22183] ppid=22180 vsize=1310276 CPUtime=12.68 cores=0,2,4,6
/proc/22183/stat : 22183 (toysat) R 22180 22183 17390 0 -1 4202496 268687 0 0 0 1234 34 0 0 20 0 4 0 10116079 1341722624 269523 33554432000 4194304 16246674 140733999753488 140733999735360 5553629 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22183/statm: 327569 269523 874 2943 0 324463 0
[pid=22183/tid=22184] ppid=22180 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22184/stat : 22184 (toysat) S 22180 22183 17390 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10116079 1341722624 269523 33554432000 4194304 16246674 140733999753488 140161820110064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22183/tid=22185] ppid=22180 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22185/stat : 22185 (toysat) S 22180 22183 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10116079 1341722624 269523 33554432000 4194304 16246674 140733999753488 140161809620208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22183/tid=22186] ppid=22180 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22186/stat : 22186 (toysat) S 22180 22183 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10116079 1341722624 269523 33554432000 4194304 16246674 140733999753488 140161694297264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1310276

[startup+25.5005 s]
/proc/loadavg: 2.25 2.21 2.22 3/183 22236
/proc/meminfo: memFree=28790004/32872528 swapFree=1499116/1695340
[pid=22183] ppid=22180 vsize=1311300 CPUtime=25.49 cores=0,2,4,6
/proc/22183/stat : 22183 (toysat) R 22180 22183 17390 0 -1 4202496 268945 0 0 0 2514 35 0 0 20 0 4 0 10116079 1342771200 269781 33554432000 4194304 16246674 140733999753488 140733999735360 12415740 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22183/statm: 327825 269781 876 2943 0 324719 0
[pid=22183/tid=22184] ppid=22180 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22184/stat : 22184 (toysat) S 22180 22183 17390 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10116079 1342771200 269781 33554432000 4194304 16246674 140733999753488 140161820110064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22183/tid=22185] ppid=22180 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22185/stat : 22185 (toysat) S 22180 22183 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10116079 1342771200 269781 33554432000 4194304 16246674 140733999753488 140161809620208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22183/tid=22186] ppid=22180 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22186/stat : 22186 (toysat) S 22180 22183 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10116079 1342771200 269781 33554432000 4194304 16246674 140733999753488 140161694297264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1311300

[startup+51.1005 s]
/proc/loadavg: 2.22 2.21 2.22 3/183 22236
/proc/meminfo: memFree=28187980/32872528 swapFree=1499116/1695340
[pid=22183] ppid=22180 vsize=1311300 CPUtime=51.08 cores=0,2,4,6
/proc/22183/stat : 22183 (toysat) R 22180 22183 17390 0 -1 4202496 268945 0 0 0 5073 35 0 0 20 0 4 0 10116079 1342771200 269781 33554432000 4194304 16246674 140733999753488 140733999735360 5712604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22183/statm: 327825 269781 876 2943 0 324719 0
[pid=22183/tid=22184] ppid=22180 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22184/stat : 22184 (toysat) S 22180 22183 17390 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10116079 1342771200 269781 33554432000 4194304 16246674 140733999753488 140161820110064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22183/tid=22185] ppid=22180 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22185/stat : 22185 (toysat) S 22180 22183 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10116079 1342771200 269781 33554432000 4194304 16246674 140733999753488 140161809620208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22183/tid=22186] ppid=22180 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22186/stat : 22186 (toysat) S 22180 22183 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10116079 1342771200 269781 33554432000 4194304 16246674 140733999753488 140161694297264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1311300

[startup+102.301 s]
/proc/loadavg: 2.19 2.20 2.22 3/184 22240
/proc/meminfo: memFree=28164504/32872528 swapFree=1499116/1695340
[pid=22183] ppid=22180 vsize=1321540 CPUtime=102.28 cores=0,2,4,6
/proc/22183/stat : 22183 (toysat) R 22180 22183 17390 0 -1 4202496 271505 0 0 0 10193 35 0 0 20 0 4 0 10116079 1353256960 272341 33554432000 4194304 16246674 140733999753488 140733999735360 5553796 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22183/statm: 330385 272341 876 2943 0 327279 0
[pid=22183/tid=22184] ppid=22180 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22184/stat : 22184 (toysat) S 22180 22183 17390 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10116079 1353256960 272341 33554432000 4194304 16246674 140733999753488 140161820110064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22183/tid=22185] ppid=22180 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22185/stat : 22185 (toysat) S 22180 22183 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10116079 1353256960 272341 33554432000 4194304 16246674 140733999753488 140161809620208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22183/tid=22186] ppid=22180 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22186/stat : 22186 (toysat) S 22180 22183 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10116079 1353256960 272341 33554432000 4194304 16246674 140733999753488 140161694297264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1321540


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

/proc/22183/task/22186/stat : 22186 (toysat) S 22180 22183 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281292 33554432000 4194304 16246674 140733999753488 140161694297264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 1357380

[startup+1302.3 s]
/proc/loadavg: 2.29 2.26 2.22 4/184 22271
/proc/meminfo: memFree=28120744/32872528 swapFree=1499116/1695340
[pid=22183] ppid=22180 vsize=1357380 CPUtime=1301.83 cores=0,2,4,6
/proc/22183/stat : 22183 (toysat) R 22180 22183 17390 0 -1 4202496 280936 0 0 0 130140 43 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140733999735360 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22183/statm: 339345 281306 877 2943 0 336239 0
[pid=22183/tid=22184] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22184/stat : 22184 (toysat) S 22180 22183 17390 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161820110064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22183/tid=22185] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22185/stat : 22185 (toysat) S 22180 22183 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161809620208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22183/tid=22186] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22186/stat : 22186 (toysat) S 22180 22183 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161694297264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 1357380

[startup+1362.3 s]
/proc/loadavg: 2.36 2.28 2.23 3/184 22296
/proc/meminfo: memFree=28119348/32872528 swapFree=1499116/1695340
[pid=22183] ppid=22180 vsize=1357380 CPUtime=1361.82 cores=0,2,4,6
/proc/22183/stat : 22183 (toysat) R 22180 22183 17390 0 -1 4202496 280946 0 0 0 136139 43 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140733999735360 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22183/statm: 339345 281306 877 2943 0 336239 0
[pid=22183/tid=22184] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22184/stat : 22184 (toysat) S 22180 22183 17390 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161820110064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22183/tid=22185] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22185/stat : 22185 (toysat) S 22180 22183 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161809620208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22183/tid=22186] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22186/stat : 22186 (toysat) S 22180 22183 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161694297264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 1357380

[startup+1422.3 s]
/proc/loadavg: 2.26 2.27 2.23 4/183 22297
/proc/meminfo: memFree=28120840/32872528 swapFree=1499116/1695340
[pid=22183] ppid=22180 vsize=1357380 CPUtime=1421.82 cores=0,2,4,6
/proc/22183/stat : 22183 (toysat) R 22180 22183 17390 0 -1 4202496 280946 0 0 0 142138 44 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140733999735360 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22183/statm: 339345 281306 877 2943 0 336239 0
[pid=22183/tid=22184] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22184/stat : 22184 (toysat) S 22180 22183 17390 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161820110064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22183/tid=22185] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22185/stat : 22185 (toysat) S 22180 22183 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161809620208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22183/tid=22186] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22186/stat : 22186 (toysat) S 22180 22183 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161694297264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 1357380

[startup+1482.3 s]
/proc/loadavg: 2.37 2.30 2.24 3/183 22298
/proc/meminfo: memFree=28120848/32872528 swapFree=1499116/1695340
[pid=22183] ppid=22180 vsize=1357380 CPUtime=1481.8 cores=0,2,4,6
/proc/22183/stat : 22183 (toysat) R 22180 22183 17390 0 -1 4202496 280946 0 0 0 148136 44 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140733999735360 5711496 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22183/statm: 339345 281306 877 2943 0 336239 0
[pid=22183/tid=22184] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22184/stat : 22184 (toysat) S 22180 22183 17390 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161820110064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22183/tid=22185] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22185/stat : 22185 (toysat) S 22180 22183 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161809620208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22183/tid=22186] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22186/stat : 22186 (toysat) S 22180 22183 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161694297264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 1357380

[startup+1542.31 s]
/proc/loadavg: 2.22 2.27 2.23 3/183 22299
/proc/meminfo: memFree=28120500/32872528 swapFree=1499116/1695340
[pid=22183] ppid=22180 vsize=1357380 CPUtime=1541.79 cores=0,2,4,6
/proc/22183/stat : 22183 (toysat) R 22180 22183 17390 0 -1 4202496 280946 0 0 0 154135 44 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140733999735360 5523513 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22183/statm: 339345 281306 877 2943 0 336239 0
[pid=22183/tid=22184] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22184/stat : 22184 (toysat) S 22180 22183 17390 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161820110064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22183/tid=22185] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22185/stat : 22185 (toysat) S 22180 22183 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161809620208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22183/tid=22186] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22186/stat : 22186 (toysat) S 22180 22183 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161694297264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 1357380

[startup+1602.3 s]
/proc/loadavg: 2.25 2.28 2.24 3/183 22300
/proc/meminfo: memFree=28120544/32872528 swapFree=1499116/1695340
[pid=22183] ppid=22180 vsize=1357380 CPUtime=1601.78 cores=0,2,4,6
/proc/22183/stat : 22183 (toysat) R 22180 22183 17390 0 -1 4202496 280946 0 0 0 160133 45 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140733999735360 5673024 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22183/statm: 339345 281306 877 2943 0 336239 0
[pid=22183/tid=22184] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22184/stat : 22184 (toysat) S 22180 22183 17390 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161820110064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22183/tid=22185] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22185/stat : 22185 (toysat) S 22180 22183 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161809620208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22183/tid=22186] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22186/stat : 22186 (toysat) S 22180 22183 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161694297264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 1357380

[startup+1662.3 s]
/proc/loadavg: 2.31 2.28 2.24 4/183 22302
/proc/meminfo: memFree=28120320/32872528 swapFree=1499116/1695340
[pid=22183] ppid=22180 vsize=1357380 CPUtime=1661.77 cores=0,2,4,6
/proc/22183/stat : 22183 (toysat) R 22180 22183 17390 0 -1 4202496 280946 0 0 0 166132 45 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140733999735360 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22183/statm: 339345 281306 877 2943 0 336239 0
[pid=22183/tid=22184] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22184/stat : 22184 (toysat) S 22180 22183 17390 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161820110064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22183/tid=22185] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22185/stat : 22185 (toysat) S 22180 22183 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161809620208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22183/tid=22186] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22186/stat : 22186 (toysat) S 22180 22183 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161694297264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 1357380

[startup+1722.3 s]
/proc/loadavg: 2.30 2.28 2.24 3/183 22303
/proc/meminfo: memFree=28120452/32872528 swapFree=1499116/1695340
[pid=22183] ppid=22180 vsize=1357380 CPUtime=1721.76 cores=0,2,4,6
/proc/22183/stat : 22183 (toysat) R 22180 22183 17390 0 -1 4202496 280946 0 0 0 172131 45 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140733999751296 5822428 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22183/statm: 339345 281306 877 2943 0 336239 0
[pid=22183/tid=22184] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22184/stat : 22184 (toysat) S 22180 22183 17390 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161820110064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22183/tid=22185] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22185/stat : 22185 (toysat) S 22180 22183 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161809620208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22183/tid=22186] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22186/stat : 22186 (toysat) S 22180 22183 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161694297264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 1357380

[startup+1782.3 s]
/proc/loadavg: 2.26 2.27 2.24 3/183 22304
/proc/meminfo: memFree=28119864/32872528 swapFree=1499116/1695340
[pid=22183] ppid=22180 vsize=1357380 CPUtime=1781.76 cores=0,2,4,6
/proc/22183/stat : 22183 (toysat) R 22180 22183 17390 0 -1 4202496 280946 0 0 0 178130 46 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140733999735360 5553608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22183/statm: 339345 281306 877 2943 0 336239 0
[pid=22183/tid=22184] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22184/stat : 22184 (toysat) S 22180 22183 17390 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161820110064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22183/tid=22185] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22185/stat : 22185 (toysat) S 22180 22183 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161809620208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22183/tid=22186] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22186/stat : 22186 (toysat) S 22180 22183 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161694297264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 1357380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.36 2.29 2.25 3/183 22304
/proc/meminfo: memFree=28119708/32872528 swapFree=1499116/1695340
[pid=22183] ppid=22180 vsize=1357380 CPUtime=1800.05 cores=0,2,4,6
/proc/22183/stat : 22183 (toysat) R 22180 22183 17390 0 -1 4202496 280946 0 0 0 179959 46 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140733999735360 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22183/statm: 339345 281306 877 2943 0 336239 0
[pid=22183/tid=22184] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22184/stat : 22184 (toysat) S 22180 22183 17390 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161820110064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22183/tid=22185] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22185/stat : 22185 (toysat) S 22180 22183 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161809620208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22183/tid=22186] ppid=22180 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/22183/task/22186/stat : 22186 (toysat) S 22180 22183 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10116079 1389957120 281306 33554432000 4194304 16246674 140733999753488 140161694297264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1357380

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 22183 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.61
CPU time (s): 1800.07
CPU user time (s): 1799.6
CPU system time (s): 0.462929
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 1357380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 0.462929
maximum resident set size= 1125224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280946
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= 493
involuntary context switches= 1834

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4103 second user time and 16.1225 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-16 14:38:23
IDJOB=4093318
IDBENCH=78696
IDSOLVER=2553
FILE ID=node137/4093318-1466080703
RUNJOBID= node137-1466075286-21602
PBS_JOBID= 19904003
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_36_pb.cnf.cr--soft-66-100-0.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093318-1466080703/watcher-4093318-1466080703 -o /tmp/evaluation-result-4093318-1466080703/solver-4093318-1466080703 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466075286-21602 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093318-1466080703.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 1ee612fae97412540ece88664cb7382e
RANDOM SEED=1629484914

node137.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29244896 kB
Buffers:           25640 kB
Cached:            99212 kB
SwapCached:         2456 kB
Active:          1180632 kB
Inactive:          48628 kB
Active(anon):    1104936 kB
Inactive(anon):     1780 kB
Active(file):      75696 kB
Inactive(file):    46848 kB
Unevictable:     1695340 kB
Mlocked:         1499116 kB
SwapTotal:      67108856 kB
SwapFree:       67099384 kB
Dirty:             16304 kB
Writeback:            24 kB
AnonPages:       2798412 kB
Mapped:            10552 kB
Shmem:                 0 kB
Slab:             567716 kB
SReclaimable:      11876 kB
SUnreclaim:       555840 kB
KernelStack:        1448 kB
PageTables:         9632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2942608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1294336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node137 at 2016-06-16 15:08:24