Trace number 4079468

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.02 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-protfold.opb
MD5SUM7f40f8d513f22fc9adca96d8fdf626e2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-25
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -24
Optimality of the best value was proved NO
Number of variables1835
Total number of constraints2112
Number of constraints which are clauses1906
Number of constraints which are cardinality constraints (but not clauses)86
Number of constraints which are nor clauses,nor cardinality constraints120
Minimum length of a constraint3
Maximum length of a constraint882
Number of terms in the objective function 120
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 120
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 900
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-06T16:44:23+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","--pb","--search=bcd2","HOME/instance-4079468-1465224263.opb"]
0.00/0.01	c use --random-gen="643611664 449572574 2013026587 4036273913 2530004544 225305336 596285170 1142576943 1797195246 1074984145 2020224103 2971144180 1203257581 163266631 2055666737 3055620723 570356202 2186514543 487085607 2342908423 1144824768 1274426487 1269090593 2383895654 1896097984 1835537200 651871289 217830899 3175648316 3321804892 1013462053 2166087237 1437637479 3368227586 1965764354 64017580 3088749039 2391893401 3774488219 3142944460 4278116463 883139450 943893321 3647477847 1720167268 272217701 2547459925 2777731004 2340269518 273352472 2597307749 773695869 3407390585 2916687108 4173744292 303211867 683451276 168431990 2628048525 2335520116 1343751476 2995031522 3045554783 1814836208 4167927779 2881668302 3253384164 1379885624 474532791 1801595532 48404666 1329273493 3872479191 941520592 2255654062 294770764 2425380139 3009994678 3117173289 3790537887 2628788353 220851744 1470518232 2508086159 4071256029 1617235965 3745832957 1674613280 861901482 4074224653 3067072170 274970288 2364816722 2423531246 1749679777 2928310629 1597163263 3876801131 2896229713 948637670 1750037715 624886361 4042982587 2915224625 341662834 389849817 112913934 2074972291 2119902615 1230394668 1152108008 1317701442 2742465275 786273685 1544807007 3519327743 2357112985 1444146905 4164967138 1124873356 2624871850 2912118967 4160817718 611137932 2675797107 3319599433 2515971086 3286385269 4274273568 273227803 2358520807 315652726 3258754194 1825899926 1228700246 1888925020 3780567623 947327518 3899527331 2770558263 2238717100 3188024022 1116040140 79668880 2168035206 522174935 2513343002 3792098400 1995387978 620198619 12159433 4149157492 343184913 3947487376 2762215438 1132810318 3350840115 3944823121 1806188529 2374560001 1098385734 1078367856 1129007020 678482192 3905616243 626374368 1940421333 3940317383 3251401203 4267594158 206034651 3540997183 1114405717 2180156810 3676354694 3671379315 4155199713 851603310 3336797326 3838148107 2141275943 3873732266 3934436570 1388872195 3782761066 1889551844 1356120155 4187852966 1596608070 1049158355 2452062213 1143910789 918742785 2385795922 3342239936 3307846637 2335341343 3252002948 667485238 3874521367 1364709163 3774388732 3040959380 1747101984 68903142 2077632571 3821953033 2324059398 1647634023 3312963200 4278853603 1165723680 800597822 3131402325 2082901054 716559530 126762761 2870794837 1515010375 396431401 3276864445 2382984885 199288317 1161487171 4223306334 3291482052 753690168 3576318943 2708260887 2112886209 3834012384 3322714396 3774302237 4123325297 1367111815 2544427154 3817233859 884854824 3743651753 1133968784 969928768 4285854622 3683926742 3247661316 3531431291 595371938 3783304216 1354290298 441005477 2163114049 3006870106 469772126 2519637523 4050832925 3454760808 3181868014 255 362436" option to reproduce the execution
0.00/0.06	c #vars 1835
0.00/0.06	c #constraints 2112
0.09/0.14	c BCD2: Hardening is enabled.
0.09/0.14	c BCD2: BiasedSearch is enabled.
0.09/0.14	c Solving starts ...
0.09/0.14	c ============================[ Search Statistics ]============================
0.09/0.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.14	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.14	c =============================================================================
0.09/0.14	c  0.0s |       0 |        0 |        0 |     1328      0 |        0 |        0
0.19/0.20	c  0.1s |       1 |      447 |      100 |     1328      0 |        0 |        0
0.19/0.21	c  0.1s |       1 |      878 |      111 |     1461      0 |        0 |        0
0.19/0.21	c #cpu_time = 0.067s
0.19/0.21	c #wall_clock_time = 0.067s
0.19/0.21	c #decision = 878
0.19/0.21	c #random_decision = 6
0.19/0.21	c #conflict = 111
0.19/0.21	c #restart = 1
0.19/0.21	o -10
0.19/0.21	c BCD2: updating upper bound: 120 -> 109
0.19/0.21	c BCD2: 0 <= obj <= 109
0.19/0.21	c BCD2: #cores=0, #unrelaxed=120, #relaxed=0, #hardened=0
0.19/0.21	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.21	c Solving starts ...
0.19/0.21	c ============================[ Search Statistics ]============================
0.19/0.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.21	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.21	c =============================================================================
0.19/0.21	c  0.0s |       0 |        0 |        0 |     1461      0 |        0 |        0
0.19/0.24	c  0.0s |       1 |     1174 |      100 |     1461      0 |        0 |        0
0.19/0.27	c  0.1s |       1 |     5146 |      153 |     1608      0 |        0 |        0
0.19/0.27	c #cpu_time = 0.054s
0.19/0.27	c #wall_clock_time = 0.055s
0.19/0.27	c #decision = 5146
0.19/0.27	c #random_decision = 7
0.19/0.27	c #conflict = 153
0.19/0.27	c #restart = 1
0.19/0.27	c BCD2: found a new core of size 45: cost of the new core is >=1
0.19/0.27	c lower bound updated to -119
0.19/0.27	c BCD2: 1 <= obj <= 109
0.19/0.27	c BCD2: #cores=1, #unrelaxed=75, #relaxed=45, #hardened=0
0.19/0.27	c BCD2: #sat=1 #unsat=2 bias=2/3
0.19/0.27	c Solving starts ...
0.19/0.27	c ============================[ Search Statistics ]============================
0.19/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.27	c =============================================================================
0.19/0.27	c  0.0s |       0 |        0 |        0 |     1608      0 |        0 |        0
0.29/0.30	c  0.0s |       0 |     3662 |       65 |     1608      0 |        0 |        0
0.29/0.30	c #cpu_time = 0.033s
0.29/0.30	c #wall_clock_time = 0.033s
0.29/0.30	c #decision = 3662
0.29/0.30	c #random_decision = 7
0.29/0.30	c #conflict = 65
0.29/0.30	c #restart = 0
0.29/0.30	c BCD2: found a new core of size 39: cost of the new core is >=1
0.29/0.30	c lower bound updated to -118
0.29/0.30	c BCD2: 2 <= obj <= 109
0.29/0.30	c BCD2: #cores=2, #unrelaxed=36, #relaxed=84, #hardened=0
0.29/0.30	c BCD2: #sat=1 #unsat=3 bias=3/4
0.29/0.30	c Solving starts ...
0.29/0.30	c ============================[ Search Statistics ]============================
0.29/0.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.30	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.30	c =============================================================================
0.29/0.30	c  0.0s |       0 |        0 |        0 |     1608      0 |        0 |        0
0.29/0.33	c  0.0s |       1 |      545 |      100 |     1608      0 |        0 |        0
0.39/0.44	c  0.1s |       2 |     1418 |      250 |     1769      0 |        0 |        0
0.49/0.53	c  0.2s |       3 |     3990 |      475 |     1769      0 |        0 |        0
0.58/0.65	c  0.3s |       4 |     8683 |      813 |     1946      0 |        0 |        0
0.79/0.87	c  0.6s |       5 |    12047 |     1320 |     2141      0 |        0 |        0
1.29/1.30	c  1.0s |       6 |    19380 |     2081 |     2356      1 |        0 |        0
1.59/1.69	c  1.4s |       7 |    31328 |     3223 |     2592      1 |        0 |        0
2.09/2.10	c  1.8s |       7 |    40380 |     4060 |     2592      2 |        0 |        0
2.09/2.10	c #cpu_time = 1.791s
2.09/2.10	c #wall_clock_time = 1.796s
2.09/2.10	c #decision = 40380
2.09/2.10	c #random_decision = 145
2.09/2.10	c #conflict = 4060
2.09/2.10	c #restart = 7
2.09/2.10	c BCD2: found a new core of size 36: cost of the new core is >=1
2.09/2.10	c lower bound updated to -117
2.09/2.10	c BCD2: 3 <= obj <= 109
2.09/2.10	c BCD2: #cores=3, #unrelaxed=0, #relaxed=120, #hardened=0
2.09/2.10	c BCD2: #sat=1 #unsat=4 bias=4/5
2.09/2.10	c Solving starts ...
2.09/2.10	c ============================[ Search Statistics ]============================
2.09/2.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.10	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.10	c =============================================================================
2.09/2.10	c  0.0s |       0 |        0 |        0 |     2592      0 |        0 |        0
2.09/2.15	c  0.1s |       1 |      676 |      100 |     2592      0 |        0 |        0
2.20/2.22	c  0.1s |       2 |     1029 |      250 |     2592      0 |        0 |        0
2.30/2.38	c  0.3s |       3 |     1613 |      475 |     2592      0 |        0 |        0
2.59/2.66	c  0.6s |       4 |     2668 |      813 |     2852      0 |        0 |        0
2.99/3.00	c  0.9s |       5 |     4083 |     1320 |     2852      0 |        0 |        0
3.49/3.55	c  1.5s |       6 |     7207 |     2081 |     2852      1 |        0 |        0
4.19/4.28	c  2.2s |       7 |    10812 |     3223 |     3138      1 |        0 |        0
5.39/5.50	c  3.4s |       8 |    20004 |     4936 |     3138      2 |        0 |        0
7.38/7.46	c  5.4s |       9 |    26274 |     7506 |     3452      3 |        0 |        0
9.48/9.56	c  7.5s |       9 |    32093 |     9506 |     3452      4 |        0 |        0
11.49/11.59	c  9.5s |       9 |    33332 |    10206 |     3452      5 |        0 |        0
13.69/13.73	c 11.6s |       9 |    34106 |    10806 |     3452      5 |        0 |        0
14.59/14.65	c 12.6s |      10 |    35526 |    11361 |     3452      5 |        0 |        0
16.69/16.73	c 14.6s |      10 |    45657 |    13661 |     3798      6 |        0 |        0
18.79/18.81	c 16.7s |      10 |    52195 |    15561 |     3798      7 |        0 |        0
20.58/20.63	c 18.5s |      11 |    58134 |    17144 |     3798      8 |        0 |        0
22.58/22.64	c 20.5s |      11 |    62335 |    18944 |     3798      8 |        0 |        0
24.68/24.70	c 22.6s |      11 |    65044 |    20544 |     3798      9 |        0 |        0
26.79/26.80	c 24.7s |      11 |    66597 |    21644 |     4178      9 |        0 |        0
28.78/28.82	c 26.7s |      11 |    67833 |    22544 |     4178     10 |        0 |        0
30.79/30.88	c 28.8s |      11 |    70216 |    23844 |     4178     10 |        0 |        0
32.88/32.90	c 30.8s |      11 |    72772 |    25244 |     4178     11 |        0 |        0
33.58/33.64	c 31.5s |      12 |    74021 |    25819 |     4178     11 |        0 |        0
35.58/35.65	c 33.5s |      12 |    82635 |    28519 |     4178     12 |        0 |        0
37.68/37.71	c 35.6s |      12 |    88948 |    30919 |     4178     13 |        0 |        0
39.69/39.80	c 37.7s |      12 |    95584 |    33619 |     4178     14 |        0 |        0
41.79/41.82	c 39.7s |      12 |   100519 |    35719 |     4596     15 |        0 |        0
43.89/43.92	c 41.8s |      12 |   105029 |    37819 |     4596     16 |        0 |        0
44.89/44.90	c 42.8s |      13 |   107550 |    38832 |     4596     16 |        0 |        0
46.88/46.94	c 44.8s |      13 |   116782 |    41532 |     4596     17 |        0 |        0
48.88/48.96	c 46.9s |      13 |   121591 |    43132 |     4596     18 |        0 |        0
50.88/50.97	c 48.9s |      13 |   126587 |    44732 |     4596     18 |        0 |        0
52.98/53.04	c 50.9s |      13 |   139863 |    47432 |     4596     19 |        0 |        0
55.09/55.11	c 53.0s |      13 |   148516 |    49532 |     4596     20 |        0 |        0
57.08/57.13	c 55.0s |      13 |   154784 |    51332 |     4596     21 |        0 |        0
59.08/59.18	c 57.1s |      13 |   158621 |    52732 |     4596     22 |        0 |        0
61.18/61.20	c 59.1s |      13 |   164306 |    54332 |     5056     22 |        0 |        0
63.28/63.30	c 61.2s |      13 |   167398 |    55332 |     5056     22 |        0 |        0
65.38/65.43	c 63.3s |      13 |   170103 |    56332 |     5056     23 |        0 |        0
67.78/67.87	c 65.8s |      13 |   173147 |    57532 |     5056     23 |        0 |        0
68.78/68.80	c 66.7s |      14 |   177916 |    58352 |     5056     24 |        0 |        0
70.77/70.87	c 68.8s |      14 |   182954 |    60352 |     5056     24 |        0 |        0
72.88/72.98	c 70.9s |      14 |   186013 |    61752 |     5056     25 |        0 |        0
75.08/75.12	c 73.0s |      14 |   187839 |    62752 |     5056     25 |        0 |        0
77.18/77.29	c 75.2s |      14 |   189411 |    63752 |     5056     25 |        0 |        0
79.38/79.44	c 77.3s |      14 |   190252 |    64152 |     5056     25 |        0 |        0
81.39/81.46	c 79.4s |      14 |   191045 |    64552 |     5056     25 |        0 |        0
83.69/83.79	c 81.7s |      14 |   191735 |    64952 |     5056     26 |        0 |        0
86.58/86.64	c 84.5s |      14 |   192397 |    65352 |     5056     26 |        0 |        0
88.98/89.03	c 86.9s |      14 |   192904 |    65652 |     5056     26 |        0 |        0
91.08/91.13	c 89.0s |      14 |   194762 |    66452 |     5056     26 |        0 |        0
93.08/93.19	c 91.1s |      14 |   198296 |    68052 |     5056     27 |        0 |        0
95.17/95.26	c 93.2s |      14 |   201134 |    69552 |     5056     27 |        0 |        0
97.47/97.51	c 95.4s |      14 |   203666 |    71052 |     5056     28 |        0 |        0
99.47/99.55	c 97.4s |      14 |   205955 |    72552 |     5056     28 |        0 |        0
101.47/101.57	c 99.5s |      14 |   207666 |    73652 |     5056     28 |        0 |        0
103.57/103.61	c  101s |      14 |   208765 |    74352 |     5056     29 |        0 |        0
105.87/105.97	c  103s |      14 |   209910 |    74852 |     5056     29 |        0 |        0
108.27/108.35	c  106s |      14 |   210732 |    75352 |     5056     29 |        0 |        0
110.38/110.43	c  108s |      14 |   212533 |    76552 |     5056     29 |        0 |        0
112.57/112.62	c  110s |      14 |   214118 |    77552 |     5056     30 |        0 |        0
114.57/114.63	c  112s |      14 |   216373 |    78552 |     5056     30 |        0 |        0
116.68/116.75	c  114s |      14 |   218900 |    79852 |     5056     30 |        0 |        0
118.78/118.83	c  116s |      14 |   223581 |    81652 |     5056     31 |        0 |        0
120.77/120.88	c  118s |      14 |   228234 |    83452 |     5562     31 |        0 |        0
122.87/122.93	c  120s |      14 |   231638 |    85052 |     5562     32 |        0 |        0
125.07/125.13	c  123s |      14 |   234808 |    86252 |     5562     32 |        0 |        0
127.17/127.25	c  125s |      14 |   236177 |    87152 |     5562     32 |        0 |        0
128.47/128.57	c  126s |      15 |   237030 |    87632 |     5562     32 |        0 |        0
130.57/130.65	c  128s |      15 |   240544 |    89032 |     5562     33 |        0 |        0
132.66/132.74	c  130s |      15 |   243930 |    90632 |     5562     33 |        0 |        0
134.76/134.89	c  132s |      15 |   246226 |    91732 |     5562     34 |        0 |        0
136.96/137.00	c  134s |      15 |   248707 |    92832 |     5562     34 |        0 |        0
139.06/139.10	c  136s |      15 |   251422 |    94032 |     5562     35 |        0 |        0
141.06/141.15	c  139s |      15 |   253259 |    94932 |     5562     35 |        0 |        0
143.07/143.19	c  141s |      15 |   254864 |    95732 |     5562     35 |        0 |        0
145.27/145.33	c  143s |      15 |   256116 |    96432 |     5562     35 |        0 |        0
147.76/147.86	c  145s |      15 |   257240 |    97132 |     5562     35 |        0 |        0
149.97/150.06	c  147s |      15 |   258630 |    97932 |     5562     36 |        0 |        0
152.17/152.27	c  150s |      15 |   259453 |    98432 |     5562     36 |        0 |        0
154.17/154.28	c  152s |      15 |   260395 |    99032 |     5562     36 |        0 |        0
156.37/156.42	c  154s |      15 |   261886 |    99932 |     5562     36 |        0 |        0
158.48/158.53	c  156s |      15 |   263450 |   100932 |     5562     36 |        0 |        0
160.68/160.76	c  158s |      15 |   264366 |   101532 |     5562     37 |        0 |        0
162.67/162.79	c  160s |      15 |   265666 |   102232 |     5562     37 |        0 |        0
164.77/164.88	c  162s |      15 |   266617 |   102832 |     5562     37 |        0 |        0
166.97/167.07	c  164s |      15 |   269621 |   104032 |     5562     37 |        0 |        0
169.17/169.22	c  167s |      15 |   272220 |   105332 |     5562     38 |        0 |        0
171.27/171.33	c  169s |      15 |   274290 |   106532 |     5562     38 |        0 |        0
173.26/173.38	c  171s |      15 |   277030 |   107832 |     5562     39 |        0 |        0
175.46/175.51	c  173s |      15 |   279975 |   109432 |     5562     39 |        0 |        0
177.56/177.67	c  175s |      15 |   281750 |   110332 |     5562     39 |        0 |        0
179.66/179.77	c  177s |      15 |   282625 |   110932 |     5562     40 |        0 |        0
181.76/181.87	c  179s |      15 |   284945 |   112332 |     5562     40 |        0 |        0
183.96/184.08	c  181s |      15 |   287794 |   113632 |     5562     40 |        0 |        0
186.16/186.23	c  184s |      15 |   289468 |   114632 |     5562     41 |        0 |        0
188.26/188.39	c  186s |      15 |   290759 |   115532 |     5562     41 |        0 |        0
190.66/190.77	c  188s |      15 |   291768 |   116232 |     5562     41 |        0 |        0
192.86/192.93	c  190s |      15 |   294175 |   117232 |     5562     41 |        0 |        0
194.96/195.04	c  192s |      15 |   297538 |   118832 |     5562     42 |        0 |        0
197.16/197.22	c  195s |      15 |   300377 |   120132 |     5562     42 |        0 |        0
199.16/199.22	c  197s |      15 |   302630 |   121232 |     5562     43 |        0 |        0
201.16/201.28	c  199s |      15 |   303930 |   122032 |     5562     43 |        0 |        0
203.66/203.71	c  201s |      15 |   305249 |   122732 |     5562     43 |        0 |        0
205.66/205.78	c  203s |      15 |   306511 |   123532 |     5562     43 |        0 |        0
207.96/208.10	c  205s |      15 |   307999 |   124432 |     5562     44 |        0 |        0
210.16/210.25	c  208s |      15 |   309142 |   125132 |     5562     44 |        0 |        0
212.26/212.36	c  210s |      15 |   310837 |   126132 |     5562     44 |        0 |        0
214.25/214.38	c  212s |      15 |   312420 |   127132 |     6119     44 |        0 |        0
216.55/216.66	c  214s |      15 |   314119 |   128032 |     6119     45 |        0 |        0
218.75/218.86	c  216s |      15 |   315522 |   128632 |     6119     45 |        0 |        0
220.86/220.97	c  218s |      15 |   317186 |   129432 |     6119     45 |        0 |        0
222.96/223.07	c  220s |      15 |   319104 |   130332 |     6119     45 |        0 |        0
225.16/225.27	c  223s |      15 |   320293 |   131032 |     6119     45 |        0 |        0
226.86/226.95	c  224s |      16 |   321181 |   131552 |     6119     45 |        0 |        0
228.86/228.99	c  226s |      16 |   325543 |   133352 |     6119     46 |        0 |        0
230.96/231.03	c  228s |      16 |   328236 |   134252 |     6119     46 |        0 |        0
233.05/233.11	c  231s |      16 |   332535 |   135652 |     6119     47 |        0 |        0
235.05/235.16	c  233s |      16 |   336064 |   136852 |     6119     47 |        0 |        0
237.15/237.25	c  235s |      16 |   338705 |   137952 |     6119     47 |        0 |        0
239.35/239.40	c  237s |      16 |   340898 |   139152 |     6119     48 |        0 |        0
241.35/241.43	c  239s |      16 |   341943 |   139852 |     6119     48 |        0 |        0
244.85/244.93	c  242s |      16 |   343204 |   140552 |     6119     48 |        0 |        0
246.95/247.05	c  244s |      16 |   343485 |   140752 |     6119     48 |        0 |        0
249.05/249.18	c  247s |      16 |   344728 |   141552 |     6119     48 |        0 |        0
251.45/251.52	c  249s |      16 |   345607 |   142152 |     6119     48 |        0 |        0
253.75/253.85	c  251s |      16 |   346770 |   142852 |     6119     49 |        0 |        0
255.85/255.95	c  253s |      16 |   347344 |   143252 |     6119     49 |        0 |        0
257.85/257.96	c  255s |      16 |   347790 |   143552 |     6119     49 |        0 |        0
260.15/260.21	c  258s |      16 |   348343 |   143952 |     6119     49 |        0 |        0
262.86/262.92	c  260s |      16 |   349129 |   144552 |     6119     49 |        0 |        0
265.06/265.19	c  263s |      16 |   349722 |   144952 |     6119     49 |        0 |        0
267.15/267.21	c  265s |      16 |   350461 |   145452 |     6119     49 |        0 |        0
269.15/269.28	c  267s |      16 |   352202 |   146352 |     6119     49 |        0 |        0
271.35/271.43	c  269s |      16 |   353759 |   147252 |     6119     50 |        0 |        0
273.45/273.58	c  271s |      16 |   354745 |   147952 |     6119     50 |        0 |        0
275.65/275.77	c  273s |      16 |   355801 |   148652 |     6119     50 |        0 |        0
277.85/277.94	c  275s |      16 |   356807 |   149352 |     6119     50 |        0 |        0
280.05/280.10	c  278s |      16 |   357779 |   149952 |     6119     50 |        0 |        0
282.35/282.43	c  280s |      16 |   358718 |   150552 |     6119     51 |        0 |        0
284.85/284.97	c  282s |      16 |   359673 |   151152 |     6119     51 |        0 |        0
286.94/287.07	c  284s |      16 |   360526 |   151652 |     6119     51 |        0 |        0
289.25/289.39	c  287s |      16 |   361096 |   152052 |     6119     51 |        0 |        0
291.55/291.68	c  289s |      16 |   361745 |   152552 |     6119     51 |        0 |        0
293.65/293.76	c  291s |      16 |   362841 |   153252 |     6119     51 |        0 |        0
296.04/296.16	c  294s |      16 |   363729 |   153852 |     6119     51 |        0 |        0
298.05/298.17	c  296s |      16 |   364537 |   154452 |     6119     52 |        0 |        0
300.14/300.29	c  298s |      16 |   365759 |   155352 |     6119     52 |        0 |        0
302.74/302.86	c  300s |      16 |   366924 |   156052 |     6119     52 |        0 |        0
304.95/305.06	c  302s |      16 |   367924 |   156652 |     6119     52 |        0 |        0
306.95/307.08	c  304s |      16 |   369050 |   157152 |     6119     52 |        0 |        0
309.15/309.24	c  307s |      16 |   369703 |   157552 |     6119     53 |        0 |        0
311.45/311.54	c  309s |      16 |   370901 |   158152 |     6119     53 |        0 |        0
313.95/314.00	c  311s |      16 |   371805 |   158652 |     6119     53 |        0 |        0
315.95/316.07	c  313s |      16 |   372502 |   159052 |     6119     53 |        0 |        0
318.44/318.52	c  316s |      16 |   373159 |   159552 |     6119     53 |        0 |        0
320.44/320.56	c  318s |      16 |   373863 |   159952 |     6119     53 |        0 |        0
322.54/322.61	c  320s |      16 |   374224 |   160252 |     6119     53 |        0 |        0
325.14/325.27	c  323s |      16 |   374850 |   160652 |     6119     53 |        0 |        0
327.24/327.34	c  325s |      16 |   375252 |   160952 |     6119     53 |        0 |        0
329.94/330.04	c  327s |      16 |   375789 |   161352 |     6119     54 |        0 |        0
331.94/332.09	c  329s |      16 |   376365 |   161752 |     6119     54 |        0 |        0
334.54/334.70	c  332s |      16 |   377047 |   162152 |     6119     54 |        0 |        0
336.74/336.88	c  334s |      16 |   377704 |   162652 |     6119     54 |        0 |        0
339.34/339.46	c  337s |      16 |   378472 |   163152 |     6119     54 |        0 |        0
341.44/341.53	c  339s |      16 |   380073 |   163852 |     6119     54 |        0 |        0
343.43/343.59	c  341s |      16 |   381341 |   164652 |     6119     54 |        0 |        0
345.63/345.72	c  343s |      16 |   382439 |   165352 |     6119     55 |        0 |        0
347.83/347.97	c  345s |      16 |   383255 |   165852 |     6119     55 |        0 |        0
350.23/350.30	c  348s |      16 |   384660 |   166652 |     6119     55 |        0 |        0
352.43/352.57	c  350s |      16 |   385395 |   167152 |     6119     55 |        0 |        0
354.63/354.78	c  352s |      16 |   386421 |   167752 |     6119     55 |        0 |        0
356.74/356.87	c  354s |      16 |   387332 |   168352 |     6119     55 |        0 |        0
358.84/358.90	c  356s |      16 |   387951 |   168752 |     6119     56 |        0 |        0
360.84/360.96	c  358s |      16 |   388811 |   169352 |     6119     56 |        0 |        0
363.04/363.18	c  361s |      16 |   389714 |   169952 |     6119     56 |        0 |        0
365.24/365.37	c  363s |      16 |   390925 |   170852 |     6119     56 |        0 |        0
367.44/367.58	c  365s |      16 |   392104 |   171752 |     6119     56 |        0 |        0
369.43/369.58	c  367s |      16 |   392789 |   172252 |     6119     56 |        0 |        0
371.74/371.81	c  369s |      16 |   393654 |   172852 |     6119     57 |        0 |        0
373.73/373.82	c  371s |      16 |   394433 |   173352 |     6119     57 |        0 |        0
375.83/375.99	c  373s |      16 |   395115 |   173852 |     6119     57 |        0 |        0
378.34/378.43	c  376s |      16 |   395944 |   174352 |     6119     57 |        0 |        0
380.93/381.07	c  378s |      16 |   396311 |   174652 |     6119     57 |        0 |        0
383.13/383.27	c  381s |      16 |   396909 |   175052 |     6119     57 |        0 |        0
385.43/385.51	c  383s |      16 |   397642 |   175452 |     6119     57 |        0 |        0
387.53/387.63	c  385s |      16 |   398137 |   175852 |     6119     57 |        0 |        0
389.63/389.72	c  387s |      16 |   398661 |   176252 |     6119     58 |        0 |        0
392.23/392.34	c  390s |      16 |   399186 |   176652 |     6119     58 |        0 |        0
394.73/394.88	c  392s |      16 |   399653 |   176952 |     6119     58 |        0 |        0
397.14/397.28	c  395s |      16 |   400154 |   177252 |     6119     58 |        0 |        0
399.83/399.93	c  397s |      16 |   400797 |   177652 |     6119     58 |        0 |        0
402.43/402.52	c  400s |      16 |   401255 |   177952 |     6119     58 |        0 |        0
404.93/405.00	c  402s |      16 |   401869 |   178352 |     6119     58 |        0 |        0
406.93/407.06	c  404s |      16 |   402363 |   178652 |     6119     58 |        0 |        0
409.13/409.23	c  407s |      16 |   403464 |   179152 |     6119     58 |        0 |        0
411.12/411.24	c  409s |      16 |   405743 |   180052 |     6119     59 |        0 |        0
413.63/413.74	c  411s |      16 |   407536 |   180852 |     6119     59 |        0 |        0
415.83/415.93	c  413s |      16 |   409144 |   181752 |     6119     59 |        0 |        0
418.03/418.17	c  416s |      16 |   409568 |   182052 |     6119     59 |        0 |        0
420.42/420.59	c  418s |      16 |   410010 |   182352 |     6119     59 |        0 |        0
422.72/422.89	c  420s |      16 |   411617 |   183052 |     6119     59 |        0 |        0
425.23/425.30	c  423s |      16 |   412482 |   183552 |     6119     60 |        0 |        0
427.23/427.32	c  425s |      16 |   413733 |   184252 |     6119     60 |        0 |        0
429.53/429.65	c  427s |      16 |   415319 |   185152 |     6119     60 |        0 |        0
431.63/431.74	c  429s |      16 |   416271 |   185752 |     6119     60 |        0 |        0
433.93/434.03	c  431s |      16 |   417525 |   186452 |     6119     60 |        0 |        0
436.33/436.40	c  434s |      16 |   418098 |   186852 |     6119     60 |        0 |        0
438.53/438.69	c  436s |      16 |   419023 |   187452 |     6119     61 |        0 |        0
441.22/441.32	c  439s |      16 |   419780 |   187852 |     6119     61 |        0 |        0
443.52/443.60	c  441s |      16 |   420284 |   188152 |     6119     61 |        0 |        0
445.72/445.81	c  443s |      16 |   420711 |   188452 |     6119     61 |        0 |        0
448.12/448.26	c  446s |      16 |   421282 |   188852 |     6119     61 |        0 |        0
450.22/450.32	c  448s |      16 |   421873 |   189252 |     6119     61 |        0 |        0
452.52/452.68	c  450s |      16 |   422455 |   189652 |     6119     61 |        0 |        0
454.92/455.02	c  452s |      16 |   422887 |   189952 |     6119     61 |        0 |        0
457.42/457.52	c  455s |      16 |   423484 |   190352 |     6119     61 |        0 |        0
460.02/460.13	c  458s |      16 |   424158 |   190752 |     6119     62 |        0 |        0
462.12/462.24	c  460s |      16 |   424789 |   191152 |     6119     62 |        0 |        0
464.72/464.85	c  462s |      16 |   425442 |   191552 |     6119     62 |        0 |        0
467.32/467.42	c  465s |      16 |   425841 |   191852 |     6731     62 |        0 |        0
469.42/469.54	c  467s |      16 |   426287 |   192152 |     6731     62 |        0 |        0
471.52/471.67	c  469s |      16 |   426668 |   192452 |     6731     62 |        0 |        0
473.72/473.82	c  471s |      16 |   427453 |   192852 |     6731     62 |        0 |        0
476.02/476.16	c  474s |      16 |   427864 |   193152 |     6731     62 |        0 |        0
478.22/478.38	c  476s |      16 |   428854 |   193652 |     6731     62 |        0 |        0
480.42/480.53	c  478s |      16 |   429699 |   194152 |     6731     62 |        0 |        0
482.42/482.56	c  480s |      16 |   430206 |   194452 |     6731     62 |        0 |        0
484.72/484.84	c  482s |      16 |   431506 |   195252 |     6731     63 |        0 |        0
486.72/486.85	c  484s |      16 |   432142 |   195652 |     6731     63 |        0 |        0
488.71/488.85	c  486s |      16 |   432777 |   196052 |     6731     63 |        0 |        0
490.81/490.93	c  488s |      16 |   433529 |   196552 |     6731     63 |        0 |        0
493.01/493.16	c  491s |      16 |   434232 |   196952 |     6731     63 |        0 |        0
495.51/495.65	c  493s |      16 |   434794 |   197352 |     6731     63 |        0 |        0
496.21/496.33	c  494s |      17 |   434902 |   197432 |     6731     63 |        0 |        0
498.32/498.48	c  496s |      17 |   439351 |   199132 |     6731     64 |        0 |        0
500.42/500.58	c  498s |      17 |   443073 |   200832 |     6731     64 |        0 |        0
502.62/502.75	c  500s |      17 |   445105 |   201832 |     6731     64 |        0 |        0
505.01/505.13	c  503s |      17 |   445535 |   202132 |     6731     64 |        0 |        0
507.01/507.19	c  505s |      17 |   450570 |   203932 |     6731     65 |        0 |        0
509.11/509.27	c  507s |      17 |   454636 |   205732 |     6731     65 |        0 |        0
511.41/511.51	c  509s |      17 |   457236 |   206932 |     6731     66 |        0 |        0
513.51/513.67	c  511s |      17 |   458443 |   207632 |     6731     66 |        0 |        0
515.91/516.03	c  513s |      17 |   459220 |   208132 |     6731     66 |        0 |        0
517.91/518.04	c  515s |      17 |   461057 |   208932 |     6731     66 |        0 |        0
520.01/520.12	c  518s |      17 |   466513 |   211032 |     6731     67 |        0 |        0
522.01/522.19	c  520s |      17 |   470250 |   212732 |     6731     67 |        0 |        0
524.11/524.29	c  522s |      17 |   474516 |   214432 |     6731     68 |        0 |        0
526.11/526.29	c  524s |      17 |   477245 |   215632 |     6731     68 |        0 |        0
528.31/528.44	c  526s |      17 |   479086 |   216632 |     6731     68 |        0 |        0
530.31/530.49	c  528s |      17 |   480663 |   217332 |     6731     68 |        0 |        0
532.32/532.50	c  530s |      17 |   484014 |   218632 |     6731     69 |        0 |        0
534.41/534.58	c  532s |      17 |   488722 |   220432 |     6731     69 |        0 |        0
536.61/536.70	c  534s |      17 |   491986 |   222032 |     6731     70 |        0 |        0
538.61/538.73	c  536s |      17 |   494494 |   223132 |     6731     70 |        0 |        0
540.81/540.90	c  538s |      17 |   500555 |   224932 |     6731     70 |        0 |        0
543.01/543.18	c  541s |      17 |   502665 |   225932 |     6731     71 |        0 |        0
545.51/545.67	c  543s |      17 |   503745 |   226532 |     6731     71 |        0 |        0
547.61/547.73	c  545s |      17 |   504570 |   227032 |     6731     71 |        0 |        0
549.81/549.96	c  547s |      17 |   505205 |   227432 |     6731     71 |        0 |        0
552.11/552.21	c  550s |      17 |   507396 |   228232 |     6731     71 |        0 |        0
554.10/554.24	c  552s |      17 |   509532 |   229032 |     6731     72 |        0 |        0
556.10/556.29	c  554s |      17 |   516857 |   231432 |     6731     72 |        0 |        0
558.30/558.48	c  556s |      17 |   520603 |   233032 |     6731     73 |        0 |        0
560.30/560.49	c  558s |      17 |   526227 |   235032 |     6731     73 |        0 |        0
562.40/562.55	c  560s |      17 |   533023 |   237132 |     6731     74 |        0 |        0
564.40/564.57	c  562s |      17 |   535889 |   238432 |     6731     74 |        0 |        0
566.80/566.91	c  564s |      17 |   538522 |   239632 |     6731     74 |        0 |        0
568.90/569.00	c  566s |      17 |   542780 |   241132 |     6731     75 |        0 |        0
570.91/571.08	c  568s |      17 |   545693 |   242232 |     6731     75 |        0 |        0
573.30/573.42	c  571s |      17 |   547554 |   243132 |     6731     75 |        0 |        0
575.40/575.57	c  573s |      17 |   549526 |   244232 |     6731     75 |        0 |        0
577.51/577.65	c  575s |      17 |   551132 |   245232 |     6731     76 |        0 |        0
579.71/579.82	c  577s |      17 |   552803 |   246232 |     6731     76 |        0 |        0
581.81/581.96	c  579s |      17 |   554595 |   247332 |     6731     76 |        0 |        0
583.80/583.97	c  581s |      17 |   555864 |   248132 |     6731     76 |        0 |        0
585.90/586.07	c  583s |      17 |   557003 |   248832 |     6731     76 |        0 |        0
587.90/588.07	c  585s |      17 |   558307 |   249632 |     6731     77 |        0 |        0
590.00/590.10	c  588s |      17 |   559026 |   250132 |     6731     77 |        0 |        0
592.20/592.35	c  590s |      17 |   560727 |   251032 |     6731     77 |        0 |        0
594.49/594.60	c  592s |      17 |   562374 |   251932 |     6731     77 |        0 |        0
596.49/596.69	c  594s |      17 |   563615 |   252632 |     6731     77 |        0 |        0
598.69/598.85	c  596s |      17 |   565383 |   253632 |     6731     78 |        0 |        0
600.79/600.95	c  598s |      17 |   566773 |   254432 |     6731     78 |        0 |        0
603.19/603.35	c  601s |      17 |   567896 |   255132 |     6731     78 |        0 |        0
605.49/605.60	c  603s |      17 |   569038 |   255832 |     6731     78 |        0 |        0
607.59/607.73	c  605s |      17 |   570654 |   256632 |     6731     79 |        0 |        0
609.79/609.95	c  607s |      17 |   572520 |   257532 |     6731     79 |        0 |        0
611.89/612.01	c  609s |      17 |   573545 |   258132 |     6731     79 |        0 |        0
614.09/614.28	c  612s |      17 |   574822 |   258832 |     6731     79 |        0 |        0
616.29/616.46	c  614s |      17 |   575941 |   259432 |     6731     79 |        0 |        0
618.59/618.79	c  616s |      17 |   576990 |   260032 |     6731     79 |        0 |        0
620.70/620.88	c  618s |      17 |   577817 |   260532 |     6731     79 |        0 |        0
623.00/623.15	c  621s |      17 |   578630 |   261032 |     6731     80 |        0 |        0
625.20/625.34	c  623s |      17 |   579338 |   261432 |     6731     80 |        0 |        0
627.29/627.44	c  625s |      17 |   580007 |   261832 |     6731     80 |        0 |        0
629.69/629.87	c  627s |      17 |   580846 |   262332 |     6731     80 |        0 |        0
632.19/632.34	c  630s |      17 |   581444 |   262732 |     6731     80 |        0 |        0
634.29/634.49	c  632s |      17 |   582322 |   263232 |     6731     80 |        0 |        0
636.39/636.57	c  634s |      17 |   583443 |   263732 |     6731     80 |        0 |        0
638.39/638.59	c  636s |      17 |   584033 |   264132 |     6731     80 |        0 |        0
640.59/640.70	c  638s |      17 |   585183 |   264732 |     6731     81 |        0 |        0
642.99/643.18	c  641s |      17 |   586656 |   265432 |     6731     81 |        0 |        0
645.49/645.63	c  643s |      17 |   587393 |   265932 |     6731     81 |        0 |        0
647.69/647.89	c  645s |      17 |   587937 |   266332 |     6731     81 |        0 |        0
650.00/650.13	c  648s |      17 |   588801 |   266832 |     6731     81 |        0 |        0
652.09/652.27	c  650s |      17 |   589746 |   267332 |     6731     81 |        0 |        0
654.39/654.56	c  652s |      17 |   590541 |   267732 |     6731     81 |        0 |        0
656.49/656.60	c  654s |      17 |   591092 |   268032 |     6731     81 |        0 |        0
658.79/658.93	c  656s |      17 |   591672 |   268432 |     6731     81 |        0 |        0
660.89/661.06	c  658s |      17 |   592557 |   268932 |     6731     82 |        0 |        0
663.19/663.39	c  661s |      17 |   593377 |   269432 |     6731     82 |        0 |        0
665.68/665.85	c  663s |      17 |   594473 |   270032 |     6731     82 |        0 |        0
668.18/668.32	c  666s |      17 |   595411 |   270532 |     6731     82 |        0 |        0
670.28/670.47	c  668s |      17 |   596278 |   271032 |     6731     82 |        0 |        0
672.48/672.63	c  670s |      17 |   596928 |   271432 |     6731     82 |        0 |        0
674.78/674.99	c  672s |      17 |   597595 |   271832 |     6731     82 |        0 |        0
676.98/677.14	c  675s |      17 |   598843 |   272432 |     6731     83 |        0 |        0
679.18/679.38	c  677s |      17 |   601319 |   273632 |     6731     83 |        0 |        0
681.69/681.83	c  679s |      17 |   602966 |   274532 |     6731     83 |        0 |        0
683.79/683.91	c  681s |      17 |   604985 |   275532 |     6731     83 |        0 |        0
685.79/685.93	c  683s |      17 |   606350 |   276332 |     6731     84 |        0 |        0
687.88/688.06	c  685s |      17 |   608022 |   277232 |     6731     84 |        0 |        0
689.98/690.13	c  688s |      17 |   611738 |   278632 |     6731     84 |        0 |        0
691.98/692.13	c  690s |      17 |   613795 |   279632 |     6731     84 |        0 |        0
694.28/694.41	c  692s |      17 |   616447 |   280732 |     6731     85 |        0 |        0
696.29/696.43	c  694s |      17 |   622276 |   282432 |     6731     85 |        0 |        0
698.39/698.55	c  696s |      17 |   624794 |   283532 |     6731     85 |        0 |        0
700.59/700.78	c  698s |      17 |   627666 |   284732 |     6731     86 |        0 |        0
702.89/703.09	c  700s |      17 |   629680 |   285732 |     6731     86 |        0 |        0
704.98/705.16	c  703s |      17 |   630767 |   286432 |     6731     86 |        0 |        0
707.28/707.48	c  705s |      17 |   632972 |   287532 |     6731     86 |        0 |        0
709.48/709.69	c  707s |      17 |   635312 |   288632 |     6731     87 |        0 |        0
711.58/711.80	c  709s |      17 |   636539 |   289332 |     6731     87 |        0 |        0
713.68/713.82	c  711s |      17 |   637822 |   290032 |     7405     87 |        0 |        0
715.78/715.92	c  713s |      17 |   639440 |   290832 |     7405     87 |        0 |        0
717.78/717.98	c  715s |      17 |   643192 |   292232 |     7405     88 |        0 |        0
719.88/720.02	c  717s |      17 |   644826 |   293132 |     7405     88 |        0 |        0
721.88/722.09	c  719s |      17 |   648184 |   294532 |     7405     88 |        0 |        0
723.98/724.13	c  722s |      17 |   649562 |   295332 |     7405     88 |        0 |        0
726.08/726.21	c  724s |      17 |   651905 |   296232 |     7405     88 |        0 |        0
726.08/726.27	c  724s |      18 |   651935 |   296252 |     7405     88 |        0 |        0
728.19/728.32	c  726s |      18 |   653787 |   297252 |     7405     89 |        0 |        0
730.29/730.44	c  728s |      18 |   655323 |   298152 |     7405     89 |        0 |        0
732.38/732.54	c  730s |      18 |   656473 |   298752 |     7405     89 |        0 |        0
734.69/734.81	c  732s |      18 |   658116 |   299752 |     7405     89 |        0 |        0
736.78/736.94	c  734s |      18 |   659539 |   300452 |     7405     89 |        0 |        0
738.78/738.96	c  736s |      18 |   660920 |   301252 |     7405     90 |        0 |        0
740.78/740.99	c  738s |      18 |   664492 |   302552 |     7405     90 |        0 |        0
742.88/743.03	c  740s |      18 |   665663 |   303052 |     7405     90 |        0 |        0
744.98/745.11	c  743s |      18 |   668408 |   304152 |     7405     90 |        0 |        0
747.08/747.23	c  745s |      18 |   670309 |   305052 |     7405     90 |        0 |        0
749.17/749.39	c  747s |      18 |   671965 |   305952 |     7405     91 |        0 |        0
751.77/751.92	c  749s |      18 |   673951 |   306852 |     7405     91 |        0 |        0
753.97/754.17	c  752s |      18 |   674993 |   307452 |     7405     91 |        0 |        0
756.27/756.43	c  754s |      18 |   676599 |   308152 |     7405     91 |        0 |        0
758.77/758.90	c  756s |      18 |   678124 |   308752 |     7405     91 |        0 |        0
761.18/761.35	c  759s |      18 |   679000 |   309252 |     7405     91 |        0 |        0
763.58/763.74	c  761s |      18 |   679480 |   309552 |     7405     92 |        0 |        0
766.18/766.39	c  764s |      18 |   680126 |   309952 |     7405     92 |        0 |        0
768.58/768.71	c  766s |      18 |   680805 |   310352 |     7405     92 |        0 |        0
770.87/771.06	c  768s |      18 |   681356 |   310652 |     7405     92 |        0 |        0
773.07/773.21	c  771s |      18 |   681772 |   310952 |     7405     92 |        0 |        0
775.07/775.21	c  773s |      18 |   682050 |   311152 |     7405     92 |        0 |        0
777.07/777.27	c  775s |      18 |   683199 |   311752 |     7405     92 |        0 |        0
779.37/779.53	c  777s |      18 |   683979 |   312252 |     7405     92 |        0 |        0
781.57/781.73	c  779s |      18 |   684744 |   312652 |     7405     92 |        0 |        0
783.57/783.73	c  781s |      18 |   685532 |   313052 |     7405     92 |        0 |        0
785.67/785.82	c  783s |      18 |   686270 |   313452 |     7405     92 |        0 |        0
787.77/787.90	c  785s |      18 |   686763 |   313752 |     7405     93 |        0 |        0
789.78/789.91	c  787s |      18 |   687567 |   314152 |     7405     93 |        0 |        0
791.87/792.02	c  789s |      18 |   688914 |   314852 |     7405     93 |        0 |        0
794.17/794.38	c  792s |      18 |   689713 |   315252 |     7405     93 |        0 |        0
796.47/796.66	c  794s |      18 |   690157 |   315552 |     7405     93 |        0 |        0
798.57/798.76	c  796s |      18 |   690627 |   315852 |     7405     93 |        0 |        0
801.16/801.34	c  799s |      18 |   691045 |   316152 |     7405     93 |        0 |        0
803.36/803.55	c  801s |      18 |   692388 |   316752 |     7405     93 |        0 |        0
805.66/805.81	c  803s |      18 |   693706 |   317452 |     7405     93 |        0 |        0
807.76/807.93	c  805s |      18 |   695852 |   318352 |     7405     94 |        0 |        0
810.15/810.39	c  808s |      18 |   696971 |   318952 |     7405     94 |        0 |        0
812.35/812.57	c  810s |      18 |   697632 |   319352 |     7405     94 |        0 |        0
814.86/815.00	c  812s |      18 |   698456 |   319952 |     7405     94 |        0 |        0
817.36/817.53	c  815s |      18 |   699373 |   320452 |     7405     94 |        0 |        0
819.47/819.64	c  817s |      18 |   700335 |   320952 |     7405     94 |        0 |        0
821.56/821.72	c  819s |      18 |   702028 |   321652 |     7405     94 |        0 |        0
823.56/823.77	c  821s |      18 |   702865 |   322252 |     7405     94 |        0 |        0
825.66/825.88	c  823s |      18 |   703608 |   322752 |     7405     95 |        0 |        0
828.26/828.40	c  826s |      18 |   704295 |   323252 |     7405     95 |        0 |        0
830.25/830.46	c  828s |      18 |   704887 |   323652 |     7405     95 |        0 |        0
832.35/832.59	c  830s |      18 |   705846 |   324152 |     7405     95 |        0 |        0
834.65/834.90	c  832s |      18 |   706599 |   324652 |     7405     95 |        0 |        0
836.75/836.90	c  834s |      18 |   707210 |   325052 |     7405     95 |        0 |        0
838.95/839.12	c  837s |      18 |   707981 |   325552 |     7405     95 |        0 |        0
841.45/841.63	c  839s |      18 |   709435 |   326352 |     7405     95 |        0 |        0
843.65/843.83	c  841s |      18 |   711464 |   327152 |     7405     96 |        0 |        0
845.75/845.95	c  843s |      18 |   712479 |   327752 |     7405     96 |        0 |        0
847.84/848.06	c  845s |      18 |   713744 |   328352 |     7405     96 |        0 |        0
850.04/850.22	c  848s |      18 |   714561 |   328852 |     7405     96 |        0 |        0
852.44/852.65	c  850s |      18 |   715948 |   329552 |     7405     96 |        0 |        0
854.54/854.71	c  852s |      18 |   716856 |   330052 |     7405     96 |        0 |        0
856.64/856.85	c  854s |      18 |   717930 |   330552 |     7405     96 |        0 |        0
858.94/859.12	c  857s |      18 |   719132 |   331152 |     7405     97 |        0 |        0
860.94/861.16	c  859s |      18 |   720074 |   331652 |     7405     97 |        0 |        0
862.93/863.19	c  861s |      18 |   721483 |   332152 |     7405     97 |        0 |        0
865.33/865.51	c  863s |      18 |   722587 |   332652 |     7405     97 |        0 |        0
867.74/867.96	c  865s |      18 |   723542 |   333152 |     7405     97 |        0 |        0
869.94/870.16	c  868s |      18 |   724482 |   333652 |     7405     97 |        0 |        0
872.03/872.22	c  870s |      18 |   725055 |   334052 |     7405     97 |        0 |        0
874.13/874.32	c  872s |      18 |   726000 |   334552 |     7405     97 |        0 |        0
876.33/876.52	c  874s |      18 |   726799 |   335052 |     7405     97 |        0 |        0
878.63/878.88	c  876s |      18 |   727555 |   335552 |     7405     98 |        0 |        0
880.83/881.03	c  878s |      18 |   728220 |   336052 |     7405     98 |        0 |        0
883.13/883.32	c  881s |      18 |   729006 |   336552 |     7405     98 |        0 |        0
885.33/885.53	c  883s |      18 |   730073 |   337052 |     7405     98 |        0 |        0
887.43/887.70	c  885s |      18 |   731274 |   337652 |     7405     98 |        0 |        0
889.73/890.00	c  887s |      18 |   732493 |   338252 |     7405     98 |        0 |        0
892.22/892.49	c  890s |      18 |   733177 |   338752 |     7405     98 |        0 |        0
894.62/894.80	c  892s |      18 |   734049 |   339252 |     7405     98 |        0 |        0
896.82/897.07	c  894s |      18 |   734708 |   339652 |     7405     99 |        0 |        0
899.32/899.52	c  897s |      18 |   735824 |   340252 |     7405     99 |        0 |        0
901.52/901.79	c  899s |      18 |   736907 |   340852 |     7405     99 |        0 |        0
903.82/904.01	c  901s |      18 |   737540 |   341252 |     7405     99 |        0 |        0
905.92/906.18	c  904s |      18 |   738367 |   341752 |     7405     99 |        0 |        0
908.61/908.84	c  906s |      18 |   738990 |   342152 |     7405     99 |        0 |        0
910.62/910.90	c  908s |      18 |   739700 |   342552 |     7405     99 |        0 |        0
912.92/913.16	c  911s |      18 |   740520 |   343052 |     7405     99 |        0 |        0
915.41/915.60	c  913s |      18 |   741248 |   343452 |     7405     99 |        0 |        0
917.51/917.71	c  915s |      18 |   743161 |   344152 |     7405    100 |        0 |        0
919.71/919.93	c  917s |      18 |   744356 |   344752 |     7405    100 |        0 |        0
921.72/921.97	c  919s |      18 |   746347 |   345452 |     7405    100 |        0 |        0
924.12/924.35	c  922s |      18 |   747721 |   346152 |     7405    100 |        0 |        0
926.62/926.84	c  924s |      18 |   748656 |   346652 |     7405    100 |        0 |        0
928.91/929.17	c  927s |      18 |   749725 |   347252 |     7405    100 |        0 |        0
931.31/931.54	c  929s |      18 |   751038 |   347752 |     7405    101 |        0 |        0
933.31/933.58	c  931s |      18 |   751887 |   348252 |     7405    101 |        0 |        0
935.81/936.09	c  933s |      18 |   753379 |   348852 |     7405    101 |        0 |        0
937.91/938.17	c  936s |      18 |   754704 |   349452 |     7405    101 |        0 |        0
940.01/940.22	c  938s |      18 |   756399 |   350152 |     7405    101 |        0 |        0
942.20/942.45	c  940s |      18 |   757887 |   350752 |     7405    101 |        0 |        0
944.40/944.67	c  942s |      18 |   758301 |   351052 |     7405    101 |        0 |        0
946.60/946.86	c  944s |      18 |   759336 |   351552 |     7405    101 |        0 |        0
949.21/949.44	c  947s |      18 |   760145 |   352052 |     7405    102 |        0 |        0
951.60/951.81	c  949s |      18 |   760789 |   352452 |     7405    102 |        0 |        0
953.80/954.01	c  951s |      18 |   761411 |   352852 |     7405    102 |        0 |        0
956.20/956.43	c  954s |      18 |   762878 |   353552 |     7405    102 |        0 |        0
958.60/958.86	c  956s |      18 |   763998 |   354152 |     7405    102 |        0 |        0
960.90/961.16	c  959s |      18 |   764905 |   354652 |     7405    102 |        0 |        0
963.09/963.37	c  961s |      18 |   765875 |   355152 |     7405    102 |        0 |        0
965.49/965.78	c  963s |      18 |   766654 |   355652 |     7405    102 |        0 |        0
967.69/967.93	c  965s |      18 |   768354 |   356452 |     7405    103 |        0 |        0
969.89/970.17	c  968s |      18 |   769271 |   357052 |     7405    103 |        0 |        0
972.09/972.40	c  970s |      18 |   770553 |   357652 |     7405    103 |        0 |        0
974.39/974.61	c  972s |      18 |   771384 |   358152 |     7405    103 |        0 |        0
976.69/976.94	c  974s |      18 |   772102 |   358652 |     7405    103 |        0 |        0
978.98/979.25	c  977s |      18 |   772831 |   359152 |     7405    103 |        0 |        0
981.28/981.55	c  979s |      18 |   774578 |   359852 |     7405    103 |        0 |        0
983.38/983.66	c  981s |      18 |   775393 |   360352 |     7405    103 |        0 |        0
985.78/986.02	c  983s |      18 |   776383 |   360952 |     7405    104 |        0 |        0
987.78/988.06	c  985s |      18 |   777424 |   361452 |     7405    104 |        0 |        0
990.18/990.41	c  988s |      18 |   778278 |   361952 |     7405    104 |        0 |        0
992.38/992.70	c  990s |      18 |   778819 |   362352 |     7405    104 |        0 |        0
994.78/995.02	c  992s |      18 |   779672 |   362852 |     7405    104 |        0 |        0
997.28/997.56	c  995s |      18 |   780367 |   363352 |     7405    104 |        0 |        0
999.57/999.82	c  997s |      18 |   780861 |   363752 |     7405    104 |        0 |        0
1001.77/1002.05	c  999s |      18 |   781686 |   364252 |     7405    104 |        0 |        0
1004.08/1004.38	c 1002s |      18 |   782915 |   364852 |     7405    104 |        0 |        0
1006.17/1006.43	c 1004s |      18 |   783497 |   365252 |     7405    105 |        0 |        0
1008.67/1008.96	c 1006s |      18 |   784178 |   365752 |     7405    105 |        0 |        0
1010.97/1011.20	c 1009s |      18 |   784862 |   366252 |     7405    105 |        0 |        0
1013.17/1013.42	c 1011s |      18 |   786284 |   366952 |     7405    105 |        0 |        0
1015.17/1015.47	c 1013s |      18 |   787329 |   367552 |     7405    105 |        0 |        0
1017.57/1017.84	c 1015s |      18 |   788400 |   368052 |     7405    105 |        0 |        0
1019.67/1019.99	c 1017s |      18 |   789366 |   368552 |     7405    105 |        0 |        0
1021.77/1022.05	c 1019s |      18 |   790007 |   368952 |     7405    105 |        0 |        0
1023.87/1024.20	c 1022s |      18 |   790884 |   369552 |     7405    106 |        0 |        0
1025.96/1026.30	c 1024s |      18 |   791433 |   369952 |     7405    106 |        0 |        0
1028.38/1028.62	c 1026s |      18 |   792519 |   370452 |     7405    106 |        0 |        0
1030.58/1030.86	c 1028s |      18 |   794046 |   371052 |     7405    106 |        0 |        0
1032.78/1033.05	c 1030s |      18 |   795048 |   371552 |     7405    106 |        0 |        0
1035.07/1035.32	c 1033s |      18 |   795834 |   371952 |     7405    106 |        0 |        0
1037.08/1037.37	c 1035s |      18 |   796457 |   372352 |     7405    106 |        0 |        0
1039.46/1039.79	c 1037s |      18 |   797550 |   372952 |     7405    106 |        0 |        0
1041.76/1042.02	c 1039s |      18 |   798509 |   373452 |     7405    106 |        0 |        0
1043.86/1044.10	c 1042s |      18 |   799108 |   373852 |     7405    107 |        0 |        0
1045.97/1046.24	c 1044s |      18 |   799902 |   374352 |     7405    107 |        0 |        0
1048.46/1048.71	c 1046s |      18 |   800503 |   374752 |     7405    107 |        0 |        0
1050.66/1050.98	c 1048s |      18 |   800917 |   375052 |     7405    107 |        0 |        0
1053.06/1053.32	c 1051s |      18 |   801528 |   375452 |     7405    107 |        0 |        0
1055.46/1055.71	c 1053s |      18 |   802090 |   375852 |     7405    107 |        0 |        0
1057.66/1057.95	c 1055s |      18 |   802475 |   376152 |     7405    107 |        0 |        0
1060.05/1060.39	c 1058s |      18 |   803113 |   376552 |     7405    107 |        0 |        0
1062.85/1063.11	c 1061s |      18 |   803973 |   377052 |     7405    107 |        0 |        0
1064.95/1065.20	c 1063s |      18 |   804695 |   377452 |     7405    107 |        0 |        0
1067.15/1067.44	c 1065s |      18 |   805608 |   377952 |     7405    107 |        0 |        0
1069.45/1069.78	c 1067s |      18 |   806119 |   378352 |     7405    108 |        0 |        0
1072.05/1072.35	c 1070s |      18 |   806788 |   378852 |     7405    108 |        0 |        0
1074.25/1074.54	c 1072s |      18 |   807346 |   379252 |     7405    108 |        0 |        0
1076.75/1077.03	c 1074s |      18 |   808067 |   379752 |     7405    108 |        0 |        0
1078.95/1079.22	c 1077s |      18 |   808976 |   380252 |     7405    108 |        0 |        0
1081.24/1081.50	c 1079s |      18 |   809722 |   380752 |     7405    108 |        0 |        0
1083.35/1083.69	c 1081s |      18 |   810887 |   381352 |     7405    108 |        0 |        0
1085.55/1085.88	c 1083s |      18 |   812202 |   382052 |     7405    108 |        0 |        0
1087.84/1088.13	c 1086s |      18 |   813017 |   382552 |     7405    109 |        0 |        0
1090.13/1090.42	c 1088s |      18 |   813959 |   383052 |     7405    109 |        0 |        0
1092.33/1092.67	c 1090s |      18 |   814714 |   383552 |     7405    109 |        0 |        0
1094.43/1094.76	c 1092s |      18 |   815414 |   384052 |     7405    109 |        0 |        0
1096.54/1096.89	c 1094s |      18 |   816563 |   384652 |     7405    109 |        0 |        0
1099.03/1099.32	c 1097s |      18 |   817683 |   385352 |     7405    109 |        0 |        0
1101.13/1101.40	c 1099s |      18 |   818689 |   385952 |     7405    109 |        0 |        0
1103.33/1103.67	c 1101s |      18 |   819676 |   386452 |     7405    109 |        0 |        0
1105.43/1105.74	c 1103s |      18 |   820535 |   386952 |     7405    110 |        0 |        0
1107.73/1108.03	c 1105s |      18 |   821810 |   387552 |     7405    110 |        0 |        0
1109.93/1110.29	c 1108s |      18 |   822659 |   388152 |     7405    110 |        0 |        0
1112.23/1112.55	c 1110s |      18 |   823205 |   388552 |     7405    110 |        0 |        0
1114.33/1114.60	c 1112s |      18 |   823698 |   388852 |     7405    110 |        0 |        0
1116.43/1116.76	c 1114s |      18 |   824262 |   389252 |     7405    110 |        0 |        0
1118.73/1119.07	c 1116s |      18 |   824910 |   389652 |     7405    110 |        0 |        0
1120.83/1121.15	c 1119s |      18 |   825447 |   390052 |     7405    110 |        0 |        0
1122.94/1123.24	c 1121s |      18 |   826012 |   390452 |     7405    110 |        0 |        0
1125.04/1125.38	c 1123s |      18 |   827152 |   390952 |     7405    111 |        0 |        0
1127.43/1127.77	c 1125s |      18 |   828075 |   391452 |     7405    111 |        0 |        0
1129.72/1130.03	c 1127s |      18 |   828909 |   391852 |     7405    111 |        0 |        0
1131.92/1132.22	c 1130s |      18 |   829659 |   392252 |     7405    111 |        0 |        0
1134.12/1134.46	c 1132s |      18 |   830836 |   392852 |     7405    111 |        0 |        0
1136.42/1136.73	c 1134s |      18 |   831775 |   393352 |     7405    111 |        0 |        0
1138.72/1139.05	c 1136s |      18 |   832565 |   393852 |     7405    111 |        0 |        0
1140.92/1141.29	c 1139s |      18 |   833519 |   394452 |     7405    111 |        0 |        0
1143.42/1143.74	c 1141s |      18 |   834033 |   394852 |     7405    111 |        0 |        0
1145.51/1145.82	c 1143s |      18 |   834676 |   395252 |     7405    112 |        0 |        0
1147.51/1147.87	c 1145s |      18 |   835532 |   395852 |     7405    112 |        0 |        0
1149.61/1149.97	c 1147s |      18 |   836591 |   396352 |     7405    112 |        0 |        0
1151.71/1152.07	c 1149s |      18 |   837430 |   396752 |     7405    112 |        0 |        0
1154.11/1154.46	c 1152s |      18 |   838243 |   397152 |     7405    112 |        0 |        0
1156.51/1156.83	c 1154s |      18 |   838923 |   397552 |     7405    112 |        0 |        0
1158.60/1158.91	c 1156s |      18 |   839319 |   397852 |     7405    112 |        0 |        0
1161.00/1161.38	c 1159s |      18 |   840082 |   398252 |     7405    112 |        0 |        0
1163.20/1163.52	c 1161s |      18 |   840831 |   398652 |     7405    112 |        0 |        0
1165.30/1165.67	c 1163s |      18 |   841331 |   398952 |     7405    112 |        0 |        0
1167.91/1168.23	c 1166s |      18 |   842046 |   399352 |     7405    113 |        0 |        0
1170.30/1170.64	c 1168s |      18 |   842970 |   399852 |     7405    113 |        0 |        0
1172.60/1172.96	c 1170s |      18 |   843702 |   400252 |     7405    113 |        0 |        0
1174.70/1175.03	c 1172s |      18 |   844109 |   400552 |     7405    113 |        0 |        0
1177.40/1177.73	c 1175s |      18 |   844668 |   400952 |     7405    113 |        0 |        0
1179.49/1179.86	c 1177s |      18 |   845353 |   401352 |     7405    113 |        0 |        0
1181.59/1181.94	c 1179s |      18 |   845929 |   401652 |     7405    113 |        0 |        0
1183.89/1184.22	c 1182s |      18 |   846366 |   401952 |     7405    113 |        0 |        0
1185.89/1186.23	c 1184s |      18 |   846985 |   402252 |     7405    113 |        0 |        0
1188.18/1188.58	c 1186s |      18 |   847615 |   402652 |     7405    113 |        0 |        0
1190.29/1190.62	c 1188s |      18 |   848592 |   403152 |     7405    113 |        0 |        0
1192.89/1193.26	c 1191s |      18 |   849456 |   403652 |     7405    114 |        0 |        0
1195.09/1195.44	c 1193s |      18 |   850329 |   404152 |     7405    114 |        0 |        0
1197.19/1197.53	c 1195s |      18 |   851279 |   404752 |     7405    114 |        0 |        0
1199.29/1199.67	c 1197s |      18 |   852155 |   405352 |     7405    114 |        0 |        0
1201.49/1201.82	c 1199s |      18 |   852826 |   405852 |     7405    114 |        0 |        0
1203.89/1204.25	c 1202s |      18 |   853441 |   406352 |     7405    114 |        0 |        0
1205.99/1206.36	c 1204s |      18 |   854043 |   406752 |     7405    114 |        0 |        0
1208.59/1208.98	c 1206s |      18 |   854843 |   407152 |     7405    114 |        0 |        0
1210.89/1211.25	c 1209s |      18 |   855634 |   407652 |     7405    114 |        0 |        0
1212.99/1213.34	c 1211s |      18 |   856755 |   408252 |     7405    115 |        0 |        0
1215.08/1215.47	c 1213s |      18 |   857507 |   408752 |     7405    115 |        0 |        0
1217.18/1217.53	c 1215s |      18 |   858260 |   409152 |     7405    115 |        0 |        0
1219.27/1219.69	c 1217s |      18 |   859262 |   409752 |     7405    115 |        0 |        0
1221.37/1221.70	c 1219s |      18 |   859998 |   410252 |     7405    115 |        0 |        0
1223.47/1223.85	c 1221s |      18 |   860579 |   410652 |     7405    115 |        0 |        0
1225.57/1225.97	c 1223s |      18 |   862703 |   411552 |     7405    115 |        0 |        0
1227.77/1228.13	c 1226s |      18 |   863942 |   412152 |     7405    116 |        0 |        0
1229.97/1230.30	c 1228s |      18 |   864603 |   412552 |     7405    116 |        0 |        0
1231.97/1232.37	c 1230s |      18 |   865647 |   413152 |     7405    116 |        0 |        0
1234.17/1234.57	c 1232s |      18 |   866646 |   413752 |     7405    116 |        0 |        0
1236.27/1236.63	c 1234s |      18 |   867205 |   414152 |     7405    116 |        0 |        0
1238.76/1239.10	c 1237s |      18 |   868096 |   414652 |     7405    116 |        0 |        0
1240.86/1241.27	c 1239s |      18 |   868700 |   415052 |     7405    116 |        0 |        0
1243.16/1243.56	c 1241s |      18 |   869645 |   415552 |     7405    116 |        0 |        0
1245.36/1245.78	c 1243s |      18 |   870214 |   415952 |     7405    116 |        0 |        0
1247.66/1248.09	c 1245s |      18 |   870806 |   416352 |     7405    116 |        0 |        0
1249.96/1250.38	c 1248s |      18 |   871585 |   416852 |     7405    117 |        0 |        0
1252.15/1252.59	c 1250s |      18 |   872279 |   417352 |     7405    117 |        0 |        0
1254.45/1254.85	c 1252s |      18 |   873060 |   417852 |     7405    117 |        0 |        0
1256.45/1256.88	c 1254s |      18 |   873599 |   418152 |     7405    117 |        0 |        0
1258.55/1258.97	c 1256s |      18 |   873985 |   418452 |     7405    117 |        0 |        0
1260.95/1261.39	c 1259s |      18 |   874624 |   418852 |     7405    117 |        0 |        0
1263.15/1263.50	c 1261s |      18 |   875318 |   419252 |     7405    117 |        0 |        0
1265.25/1265.63	c 1263s |      18 |   875943 |   419652 |     7405    117 |        0 |        0
1267.55/1267.94	c 1265s |      18 |   876695 |   420052 |     7405    117 |        0 |        0
1269.75/1270.16	c 1268s |      18 |   878005 |   420552 |     7405    117 |        0 |        0
1271.95/1272.32	c 1270s |      18 |   878665 |   420952 |     7405    118 |        0 |        0
1273.95/1274.32	c 1272s |      18 |   879410 |   421452 |     7405    118 |        0 |        0
1276.25/1276.67	c 1274s |      18 |   880477 |   421952 |     7405    118 |        0 |        0
1278.65/1279.03	c 1276s |      18 |   881143 |   422352 |     7405    118 |        0 |        0
1281.05/1281.43	c 1279s |      18 |   881796 |   422752 |     7405    118 |        0 |        0
1283.05/1283.45	c 1281s |      18 |   883048 |   423352 |     7405    118 |        0 |        0
1285.15/1285.50	c 1283s |      18 |   883843 |   423852 |     7405    118 |        0 |        0
1287.24/1287.60	c 1285s |      18 |   885187 |   424452 |     7405    118 |        0 |        0
1289.44/1289.82	c 1287s |      18 |   886259 |   424952 |     7405    119 |        0 |        0
1291.94/1292.30	c 1290s |      18 |   886976 |   425452 |     7405    119 |        0 |        0
1294.14/1294.54	c 1292s |      18 |   887811 |   425952 |     7405    119 |        0 |        0
1296.44/1296.86	c 1294s |      18 |   888587 |   426352 |     7405    119 |        0 |        0
1298.74/1299.20	c 1297s |      18 |   889610 |   426952 |     7405    119 |        0 |        0
1300.84/1301.21	c 1299s |      18 |   890491 |   427452 |     7405    119 |        0 |        0
1303.03/1303.46	c 1301s |      18 |   891769 |   428052 |     7405    119 |        0 |        0
1305.34/1305.80	c 1303s |      18 |   892404 |   428452 |     7405    119 |        0 |        0
1307.73/1308.11	c 1306s |      18 |   893440 |   428952 |     7405    119 |        0 |        0
1310.13/1310.52	c 1308s |      18 |   893972 |   429352 |     7405    120 |        0 |        0
1312.53/1312.96	c 1310s |      18 |   894874 |   429952 |     7405    120 |        0 |        0
1314.73/1315.10	c 1313s |      18 |   895562 |   430352 |     7405    120 |        0 |        0
1317.23/1317.63	c 1315s |      18 |   896158 |   430752 |     7405    120 |        0 |        0
1320.12/1320.50	c 1318s |      18 |   896807 |   431152 |     7405    120 |        0 |        0
1322.42/1322.87	c 1320s |      18 |   897202 |   431452 |     7405    120 |        0 |        0
1324.72/1325.17	c 1323s |      18 |   897934 |   431852 |     7405    120 |        0 |        0
1327.33/1327.72	c 1325s |      18 |   898860 |   432352 |     7405    120 |        0 |        0
1329.42/1329.81	c 1327s |      18 |   900038 |   432852 |     7405    120 |        0 |        0
1331.52/1331.99	c 1329s |      18 |   900757 |   433352 |     7405    120 |        0 |        0
1334.11/1334.53	c 1332s |      18 |   901361 |   433752 |     7405    121 |        0 |        0
1336.51/1336.98	c 1334s |      18 |   902034 |   434152 |     7405    121 |        0 |        0
1338.81/1339.23	c 1337s |      18 |   902904 |   434652 |     7405    121 |        0 |        0
1341.01/1341.42	c 1339s |      18 |   903651 |   435052 |     7405    121 |        0 |        0
1343.21/1343.68	c 1341s |      18 |   904284 |   435452 |     7405    121 |        0 |        0
1345.31/1345.79	c 1343s |      18 |   905017 |   435952 |     7405    121 |        0 |        0
1348.01/1348.40	c 1346s |      18 |   905587 |   436352 |     7405    121 |        0 |        0
1350.30/1350.74	c 1348s |      18 |   906170 |   436752 |     7405    121 |        0 |        0
1352.40/1352.86	c 1350s |      18 |   906772 |   437152 |     8146    121 |        0 |        0
1354.91/1355.34	c 1353s |      18 |   907330 |   437552 |     8146    121 |        0 |        0
1357.30/1357.78	c 1355s |      18 |   907945 |   438052 |     8146    121 |        0 |        0
1359.50/1359.99	c 1357s |      18 |   908450 |   438452 |     8146    121 |        0 |        0
1361.91/1362.37	c 1360s |      18 |   908959 |   438852 |     8146    122 |        0 |        0
1364.31/1364.77	c 1362s |      18 |   909505 |   439252 |     8146    122 |        0 |        0
1366.71/1367.12	c 1365s |      18 |   910296 |   439752 |     8146    122 |        0 |        0
1368.70/1369.18	c 1367s |      18 |   911126 |   440252 |     8146    122 |        0 |        0
1371.10/1371.57	c 1369s |      18 |   912002 |   440852 |     8146    122 |        0 |        0
1373.30/1373.70	c 1371s |      18 |   912709 |   441252 |     8146    122 |        0 |        0
1375.50/1375.93	c 1373s |      18 |   913547 |   441752 |     8146    122 |        0 |        0
1377.50/1377.94	c 1375s |      18 |   914136 |   442152 |     8146    122 |        0 |        0
1379.70/1380.15	c 1378s |      18 |   914712 |   442552 |     8146    122 |        0 |        0
1382.49/1382.91	c 1380s |      18 |   915232 |   442952 |     8146    122 |        0 |        0
1384.79/1385.28	c 1383s |      18 |   915823 |   443352 |     8146    123 |        0 |        0
1386.99/1387.45	c 1385s |      18 |   916442 |   443752 |     8146    123 |        0 |        0
1389.49/1389.91	c 1387s |      18 |   917000 |   444152 |     8146    123 |        0 |        0
1391.49/1391.92	c 1389s |      19 |   917469 |   444482 |     8146    123 |        0 |        0
1393.49/1393.97	c 1391s |      19 |   921677 |   445882 |     8146    123 |        0 |        0
1395.69/1396.16	c 1394s |      19 |   923790 |   446882 |     8146    123 |        0 |        0
1397.79/1398.25	c 1396s |      19 |   925069 |   447582 |     8146    124 |        0 |        0
1399.99/1400.50	c 1398s |      19 |   926317 |   448282 |     8146    124 |        0 |        0
1402.28/1402.77	c 1400s |      19 |   927272 |   448882 |     8146    124 |        0 |        0
1404.39/1404.82	c 1402s |      19 |   929733 |   450082 |     8146    124 |        0 |        0
1406.49/1406.93	c 1404s |      19 |   931169 |   450982 |     8146    124 |        0 |        0
1408.48/1408.93	c 1406s |      19 |   932854 |   451882 |     8146    124 |        0 |        0
1410.67/1411.12	c 1409s |      19 |   935111 |   452982 |     8146    125 |        0 |        0
1412.88/1413.35	c 1411s |      19 |   936633 |   453982 |     8146    125 |        0 |        0
1414.98/1415.42	c 1413s |      19 |   938054 |   454782 |     8146    125 |        0 |        0
1417.08/1417.58	c 1415s |      19 |   939164 |   455482 |     8146    125 |        0 |        0
1419.28/1419.73	c 1417s |      19 |   941063 |   456482 |     8146    126 |        0 |        0
1421.38/1421.84	c 1419s |      19 |   942731 |   457482 |     8146    126 |        0 |        0
1423.38/1423.87	c 1421s |      19 |   943927 |   458282 |     8146    126 |        0 |        0
1425.47/1425.93	c 1423s |      19 |   945445 |   459082 |     8146    126 |        0 |        0
1427.57/1428.00	c 1425s |      19 |   946467 |   459682 |     8146    126 |        0 |        0
1429.76/1430.28	c 1428s |      19 |   947719 |   460482 |     8146    126 |        0 |        0
1432.06/1432.56	c 1430s |      19 |   948695 |   461182 |     8146    127 |        0 |        0
1434.07/1434.56	c 1432s |      19 |   949759 |   461882 |     8146    127 |        0 |        0
1436.17/1436.66	c 1434s |      19 |   950983 |   462682 |     8146    127 |        0 |        0
1438.37/1438.85	c 1436s |      19 |   952364 |   463482 |     8146    127 |        0 |        0
1440.36/1440.87	c 1438s |      19 |   953674 |   464282 |     8146    127 |        0 |        0
1442.56/1443.07	c 1440s |      19 |   954705 |   465082 |     8146    127 |        0 |        0
1444.76/1445.22	c 1443s |      19 |   955694 |   465682 |     8146    128 |        0 |        0
1446.76/1447.25	c 1445s |      19 |   957025 |   466482 |     8146    128 |        0 |        0
1448.96/1449.45	c 1447s |      19 |   958521 |   467282 |     8146    128 |        0 |        0
1451.26/1451.73	c 1449s |      19 |   959467 |   467982 |     8146    128 |        0 |        0
1453.26/1453.74	c 1451s |      19 |   960423 |   468682 |     8146    128 |        0 |        0
1455.45/1455.99	c 1453s |      19 |   961704 |   469382 |     8146    128 |        0 |        0
1457.75/1458.25	c 1456s |      19 |   962734 |   470082 |     8146    128 |        0 |        0
1459.85/1460.39	c 1458s |      19 |   963583 |   470682 |     8146    129 |        0 |        0
1462.15/1462.61	c 1460s |      19 |   964778 |   471382 |     8146    129 |        0 |        0
1464.15/1464.69	c 1462s |      19 |   965850 |   472082 |     8146    129 |        0 |        0
1466.26/1466.74	c 1464s |      19 |   967283 |   472882 |     8146    129 |        0 |        0
1468.46/1468.91	c 1466s |      19 |   968965 |   473682 |     8146    129 |        0 |        0
1470.56/1471.03	c 1468s |      19 |   970101 |   474382 |     8146    129 |        0 |        0
1472.66/1473.18	c 1471s |      19 |   971555 |   475182 |     8146    130 |        0 |        0
1474.86/1475.32	c 1473s |      19 |   972706 |   475982 |     8146    130 |        0 |        0
1476.97/1477.47	c 1475s |      19 |   974011 |   476682 |     8146    130 |        0 |        0
1478.96/1479.50	c 1477s |      19 |   975077 |   477382 |     8146    130 |        0 |        0
1481.27/1481.76	c 1479s |      19 |   976194 |   478082 |     8146    130 |        0 |        0
1483.36/1483.89	c 1481s |      19 |   977076 |   478682 |     8146    130 |        0 |        0
1485.46/1485.94	c 1483s |      19 |   977796 |   479182 |     8146    130 |        0 |        0
1487.66/1488.15	c 1486s |      19 |   979128 |   479882 |     8146    131 |        0 |        0
1489.76/1490.21	c 1488s |      19 |   981177 |   480682 |     8146    131 |        0 |        0
1491.76/1492.24	c 1490s |      19 |   982692 |   481482 |     8146    131 |        0 |        0
1493.96/1494.45	c 1492s |      19 |   984112 |   482182 |     8146    131 |        0 |        0
1496.26/1496.75	c 1494s |      19 |   985090 |   482782 |     8146    131 |        0 |        0
1498.66/1499.12	c 1497s |      19 |   986258 |   483382 |     8146    131 |        0 |        0
1500.95/1501.41	c 1499s |      19 |   987479 |   483982 |     8146    132 |        0 |        0
1503.05/1503.58	c 1501s |      19 |   988867 |   484682 |     8146    132 |        0 |        0
1505.25/1505.73	c 1503s |      19 |   990070 |   485482 |     8146    132 |        0 |        0
1507.25/1507.79	c 1505s |      19 |   991204 |   486082 |     8146    132 |        0 |        0
1509.55/1510.02	c 1507s |      19 |   992571 |   486882 |     8146    132 |        0 |        0
1511.65/1512.13	c 1510s |      19 |   993703 |   487582 |     8146    132 |        0 |        0
1513.65/1514.14	c 1512s |      19 |   994574 |   488182 |     8146    132 |        0 |        0
1515.95/1516.45	c 1514s |      19 |   995788 |   488982 |     8146    133 |        0 |        0
1518.15/1518.69	c 1516s |      19 |   996795 |   489682 |     8146    133 |        0 |        0
1520.25/1520.72	c 1518s |      19 |   997620 |   490282 |     8146    133 |        0 |        0
1522.25/1522.73	c 1520s |      19 |   998317 |   490782 |     8146    133 |        0 |        0
1524.25/1524.79	c 1522s |      19 |   999187 |   491282 |     8146    133 |        0 |        0
1526.55/1527.05	c 1524s |      19 |   999952 |   491882 |     8146    133 |        0 |        0
1528.65/1529.18	c 1527s |      19 |  1000667 |   492382 |     8146    133 |        0 |        0
1530.94/1531.45	c 1529s |      19 |  1001813 |   493082 |     8146    133 |        0 |        0
1533.14/1533.67	c 1531s |      19 |  1002902 |   493682 |     8146    134 |        0 |        0
1535.44/1535.98	c 1533s |      19 |  1003925 |   494282 |     8146    134 |        0 |        0
1537.94/1538.45	c 1536s |      19 |  1004919 |   494882 |     8146    134 |        0 |        0
1540.14/1540.62	c 1538s |      19 |  1005736 |   495382 |     8146    134 |        0 |        0
1542.14/1542.65	c 1540s |      19 |  1006580 |   495882 |     8146    134 |        0 |        0
1544.15/1544.68	c 1542s |      19 |  1007469 |   496382 |     8146    134 |        0 |        0
1546.45/1546.94	c 1544s |      19 |  1008382 |   496882 |     8146    134 |        0 |        0
1548.65/1549.18	c 1547s |      19 |  1009350 |   497382 |     8146    134 |        0 |        0
1551.05/1551.50	c 1549s |      19 |  1010040 |   497782 |     8146    135 |        0 |        0
1553.25/1553.79	c 1551s |      19 |  1011026 |   498382 |     8146    135 |        0 |        0
1555.45/1555.95	c 1553s |      19 |  1011765 |   498882 |     8146    135 |        0 |        0
1557.85/1558.36	c 1556s |      19 |  1012494 |   499382 |     8146    135 |        0 |        0
1560.25/1560.76	c 1558s |      19 |  1013327 |   499882 |     8146    135 |        0 |        0
1562.75/1563.22	c 1561s |      19 |  1014379 |   500482 |     8146    135 |        0 |        0
1564.95/1565.42	c 1563s |      19 |  1015255 |   500982 |     8146    135 |        0 |        0
1567.05/1567.56	c 1565s |      19 |  1016041 |   501482 |     8146    135 |        0 |        0
1569.54/1570.03	c 1567s |      19 |  1016861 |   502082 |     8146    136 |        0 |        0
1571.64/1572.17	c 1570s |      19 |  1017793 |   502582 |     8146    136 |        0 |        0
1573.75/1574.27	c 1572s |      19 |  1018711 |   503182 |     8146    136 |        0 |        0
1575.85/1576.31	c 1574s |      19 |  1019584 |   503782 |     8146    136 |        0 |        0
1577.94/1578.41	c 1576s |      19 |  1020436 |   504382 |     8146    136 |        0 |        0
1580.25/1580.72	c 1578s |      19 |  1021278 |   504982 |     8146    136 |        0 |        0
1582.24/1582.75	c 1580s |      19 |  1022134 |   505582 |     8146    136 |        0 |        0
1584.34/1584.88	c 1582s |      19 |  1022921 |   506182 |     8146    136 |        0 |        0
1586.54/1587.02	c 1584s |      19 |  1023766 |   506682 |     8146    137 |        0 |        0
1588.84/1589.39	c 1587s |      19 |  1024471 |   507182 |     8146    137 |        0 |        0
1591.04/1591.52	c 1589s |      19 |  1025369 |   507682 |     8146    137 |        0 |        0
1593.23/1593.76	c 1591s |      19 |  1026394 |   508282 |     8146    137 |        0 |        0
1595.53/1596.10	c 1593s |      19 |  1027255 |   508882 |     8146    137 |        0 |        0
1597.84/1598.32	c 1596s |      19 |  1028275 |   509482 |     8146    137 |        0 |        0
1600.23/1600.75	c 1598s |      19 |  1029193 |   510082 |     8146    137 |        0 |        0
1602.43/1602.93	c 1600s |      19 |  1030738 |   510882 |     8146    137 |        0 |        0
1604.54/1605.02	c 1602s |      19 |  1031751 |   511582 |     8146    138 |        0 |        0
1606.64/1607.12	c 1605s |      19 |  1032837 |   512382 |     8146    138 |        0 |        0
1608.73/1609.20	c 1607s |      19 |  1034495 |   513382 |     8146    138 |        0 |        0
1610.84/1611.32	c 1609s |      19 |  1036823 |   514482 |     8146    138 |        0 |        0
1613.04/1613.52	c 1611s |      19 |  1040725 |   515882 |     8146    139 |        0 |        0
1615.14/1615.62	c 1613s |      19 |  1045121 |   517382 |     8146    139 |        0 |        0
1617.24/1617.72	c 1615s |      19 |  1046623 |   518282 |     8146    139 |        0 |        0
1619.23/1619.75	c 1617s |      19 |  1049401 |   519382 |     8146    139 |        0 |        0
1621.33/1621.85	c 1619s |      19 |  1055420 |   520982 |     8146    140 |        0 |        0
1623.43/1623.91	c 1621s |      19 |  1058127 |   522082 |     8146    140 |        0 |        0
1625.53/1626.00	c 1623s |      19 |  1058922 |   522482 |     8146    140 |        0 |        0
1627.73/1628.25	c 1626s |      19 |  1060515 |   523282 |     8146    140 |        0 |        0
1629.93/1630.48	c 1628s |      19 |  1062257 |   524182 |     8146    140 |        0 |        0
1632.53/1633.01	c 1630s |      19 |  1063028 |   524682 |     8146    140 |        0 |        0
1635.24/1635.71	c 1633s |      19 |  1063687 |   525082 |     8146    140 |        0 |        0
1637.33/1637.83	c 1635s |      19 |  1064872 |   525782 |     8146    141 |        0 |        0
1639.43/1639.97	c 1637s |      19 |  1066791 |   526682 |     8146    141 |        0 |        0
1641.63/1642.18	c 1640s |      19 |  1067811 |   527182 |     8146    141 |        0 |        0
1643.73/1644.29	c 1642s |      19 |  1069055 |   527882 |     8146    141 |        0 |        0
1646.13/1646.69	c 1644s |      19 |  1070265 |   528582 |     8146    141 |        0 |        0
1648.23/1648.70	c 1646s |      19 |  1071327 |   528982 |     8146    141 |        0 |        0
1650.33/1650.84	c 1648s |      19 |  1073467 |   530082 |     8146    142 |        0 |        0
1652.33/1652.85	c 1650s |      19 |  1075076 |   531182 |     8146    142 |        0 |        0
1654.63/1655.11	c 1653s |      19 |  1076704 |   532082 |     8146    142 |        0 |        0
1656.73/1657.23	c 1655s |      19 |  1077646 |   532782 |     8146    142 |        0 |        0
1659.33/1659.82	c 1657s |      19 |  1079956 |   533882 |     8146    142 |        0 |        0
1661.53/1662.09	c 1659s |      19 |  1081440 |   534682 |     8146    143 |        0 |        0
1664.53/1665.02	c 1662s |      19 |  1082771 |   535282 |     8146    143 |        0 |        0
1666.73/1667.24	c 1665s |      19 |  1084206 |   536182 |     8146    143 |        0 |        0
1668.83/1669.33	c 1667s |      19 |  1085033 |   536682 |     8146    143 |        0 |        0
1671.03/1671.54	c 1669s |      19 |  1085931 |   537282 |     8146    143 |        0 |        0
1673.12/1673.60	c 1671s |      19 |  1087392 |   538082 |     8146    143 |        0 |        0
1675.32/1675.86	c 1673s |      19 |  1089561 |   539082 |     8146    143 |        0 |        0
1677.42/1677.97	c 1675s |      19 |  1090783 |   539782 |     8146    144 |        0 |        0
1679.72/1680.25	c 1678s |      19 |  1092065 |   540482 |     8146    144 |        0 |        0
1681.92/1682.41	c 1680s |      19 |  1092960 |   540982 |     8146    144 |        0 |        0
1684.12/1684.69	c 1682s |      19 |  1093845 |   541482 |     8146    144 |        0 |        0
1686.22/1686.79	c 1684s |      19 |  1095001 |   542182 |     8146    144 |        0 |        0
1688.52/1689.01	c 1686s |      19 |  1096535 |   542982 |     8146    144 |        0 |        0
1690.62/1691.17	c 1689s |      19 |  1097377 |   543482 |     8146    144 |        0 |        0
1692.93/1693.40	c 1691s |      19 |  1098710 |   544182 |     8146    145 |        0 |        0
1694.93/1695.49	c 1693s |      19 |  1099945 |   544782 |     8146    145 |        0 |        0
1697.13/1697.64	c 1695s |      19 |  1100905 |   545282 |     8146    145 |        0 |        0
1699.43/1699.99	c 1697s |      19 |  1101294 |   545582 |     8146    145 |        0 |        0
1701.53/1702.04	c 1699s |      19 |  1102673 |   546382 |     8146    145 |        0 |        0
1703.63/1704.14	c 1702s |      19 |  1103940 |   547082 |     8146    145 |        0 |        0
1705.82/1706.34	c 1704s |      19 |  1104714 |   547582 |     8146    145 |        0 |        0
1708.22/1708.73	c 1706s |      19 |  1105947 |   548282 |     8146    145 |        0 |        0
1710.42/1710.92	c 1708s |      19 |  1106665 |   548782 |     8146    146 |        0 |        0
1712.62/1713.11	c 1711s |      19 |  1107875 |   549382 |     8146    146 |        0 |        0
1714.72/1715.24	c 1713s |      19 |  1109079 |   550082 |     8146    146 |        0 |        0
1716.73/1717.27	c 1715s |      19 |  1110072 |   550682 |     8146    146 |        0 |        0
1718.83/1719.39	c 1717s |      19 |  1111076 |   551282 |     8146    146 |        0 |        0
1721.03/1721.56	c 1719s |      19 |  1112624 |   552182 |     8146    146 |        0 |        0
1723.42/1723.95	c 1721s |      19 |  1114016 |   552982 |     8146    146 |        0 |        0
1725.62/1726.17	c 1724s |      19 |  1115419 |   553682 |     8146    147 |        0 |        0
1727.82/1728.30	c 1726s |      19 |  1116442 |   554282 |     8146    147 |        0 |        0
1729.92/1730.43	c 1728s |      19 |  1117796 |   555082 |     8146    147 |        0 |        0
1732.42/1732.91	c 1730s |      19 |  1118783 |   555682 |     8146    147 |        0 |        0
1734.52/1735.02	c 1732s |      19 |  1119813 |   556382 |     8146    147 |        0 |        0
1736.52/1737.03	c 1734s |      19 |  1121163 |   557082 |     8146    147 |        0 |        0
1738.72/1739.28	c 1737s |      19 |  1122147 |   557682 |     8146    147 |        0 |        0
1740.82/1741.31	c 1739s |      19 |  1123073 |   558282 |     8146    148 |        0 |        0
1742.91/1743.42	c 1741s |      19 |  1123899 |   558882 |     8146    148 |        0 |        0
1745.42/1745.95	c 1743s |      19 |  1124797 |   559482 |     8146    148 |        0 |        0
1747.53/1748.02	c 1745s |      19 |  1125562 |   559982 |     8146    148 |        0 |        0
1749.52/1750.03	c 1747s |      19 |  1127169 |   560782 |     8146    148 |        0 |        0
1751.51/1752.09	c 1749s |      19 |  1128737 |   561782 |     8146    148 |        0 |        0
1753.51/1754.10	c 1751s |      19 |  1129971 |   562682 |     8146    149 |        0 |        0
1755.71/1756.30	c 1754s |      19 |  1131653 |   563682 |     8146    149 |        0 |        0
1758.01/1758.57	c 1756s |      19 |  1132998 |   564582 |     8146    149 |        0 |        0
1760.21/1760.70	c 1758s |      19 |  1134143 |   565382 |     8146    149 |        0 |        0
1762.21/1762.79	c 1760s |      19 |  1134896 |   565982 |     8146    149 |        0 |        0
1764.61/1765.11	c 1763s |      19 |  1136052 |   566682 |     8146    149 |        0 |        0
1766.81/1767.30	c 1765s |      19 |  1136786 |   567182 |     8146    150 |        0 |        0
1768.91/1769.44	c 1767s |      19 |  1137666 |   567682 |     8146    150 |        0 |        0
1771.11/1771.64	c 1769s |      19 |  1138165 |   568082 |     8146    150 |        0 |        0
1773.41/1773.91	c 1771s |      19 |  1138823 |   568582 |     8146    150 |        0 |        0
1775.51/1776.08	c 1773s |      19 |  1139554 |   569082 |     8146    150 |        0 |        0
1777.71/1778.25	c 1776s |      19 |  1140492 |   569682 |     8146    150 |        0 |        0
1779.81/1780.38	c 1778s |      19 |  1141420 |   570282 |     8146    150 |        0 |        0
1782.21/1782.73	c 1780s |      19 |  1142422 |   570982 |     8146    150 |        0 |        0
1784.31/1784.88	c 1782s |      19 |  1143131 |   571482 |     8146    150 |        0 |        0
1786.41/1786.91	c 1784s |      19 |  1145060 |   572482 |     8146    151 |        0 |        0
1788.41/1788.94	c 1786s |      19 |  1147178 |   573682 |     8146    151 |        0 |        0
1790.50/1791.06	c 1788s |      19 |  1149722 |   574782 |     8146    151 |        0 |        0
1793.01/1793.54	c 1791s |      19 |  1151500 |   575782 |     8146    151 |        0 |        0
1795.41/1795.97	c 1793s |      19 |  1152296 |   576282 |     8146    151 |        0 |        0
1797.51/1798.01	c 1795s |      19 |  1156722 |   577782 |     8146    152 |        0 |        0
1799.61/1800.13	c 1798s |      19 |  1161502 |   579582 |     8146    152 |        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-4079468-1465224263/watcher-4079468-1465224263 -o /tmp/evaluation-result-4079468-1465224263/solver-4079468-1465224263 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465220657-4607 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079468-1465224263.opb 

pid=5089
running on 4 cores: 1,3,5,7

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.01 2.01 2.00 3/179 5092
/proc/meminfo: memFree=31611368/32872528 swapFree=11372/178980
[pid=5092] ppid=5089 vsize=752060 CPUtime=0 cores=1,3,5,7
/proc/5092/stat : 5092 (toysat) R 5089 5092 4590 0 -1 4202496 2814 0 0 0 0 0 0 0 20 0 4 0 104360992 770109440 2663 33554432000 4194304 16246674 140736716496240 140736716495664 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5092/statm: 188783 2671 441 2943 0 185677 0
[pid=5092/tid=5093] ppid=5089 vsize=770492 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5093/stat : 5093 (toysat) S 5089 5092 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 104360993 788983808 2733 33554432000 4194304 16246674 140736716496240 139771971087600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5092/tid=5094] ppid=5089 vsize=774588 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5094/stat : 5094 (toysat) S 5089 5092 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104360993 793178112 2751 33554432000 4194304 16246674 140736716496240 139771960597744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5092/tid=5095] ppid=5089 vsize=778684 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5095/stat : 5095 (toysat) S 5089 5092 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 104360993 797372416 2766 33554432000 4194304 16246674 140736716496240 139771950124208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 5092
/proc/meminfo: memFree=31611368/32872528 swapFree=11372/178980
[pid=5092] ppid=5089 vsize=1301060 CPUtime=0.09 cores=1,3,5,7
/proc/5092/stat : 5092 (toysat) R 5089 5092 4590 0 -1 4202496 24576 0 0 0 6 3 0 0 20 0 4 0 104360992 1332285440 24363 33554432000 4194304 16246674 140736716496240 140736716495552 12457541 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5092/statm: 325265 24373 835 2943 0 322159 0
[pid=5092/tid=5093] ppid=5089 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5093/stat : 5093 (toysat) S 5089 5092 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 104360993 1332285440 24384 33554432000 4194304 16246674 140736716496240 139771971087600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5092/tid=5094] ppid=5089 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5094/stat : 5094 (toysat) S 5089 5092 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104360993 1332285440 24392 33554432000 4194304 16246674 140736716496240 139771960597744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5092/tid=5095] ppid=5089 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5095/stat : 5095 (toysat) S 5089 5092 4590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 104360993 1332285440 24398 33554432000 4194304 16246674 140736716496240 139771950124208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1301060

[startup+0.200531 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 5092
/proc/meminfo: memFree=31611368/32872528 swapFree=11372/178980
[pid=5092] ppid=5089 vsize=1301060 CPUtime=0.19 cores=1,3,5,7
/proc/5092/stat : 5092 (toysat) R 5089 5092 4590 0 -1 4202496 43069 0 0 0 13 6 0 0 20 0 4 0 104360992 1332285440 42856 33554432000 4194304 16246674 140736716496240 140736716495552 5523360 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5092/statm: 325265 42856 883 2943 0 322159 0
[pid=5092/tid=5093] ppid=5089 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5093/stat : 5093 (toysat) S 5089 5092 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 104360993 1332285440 42856 33554432000 4194304 16246674 140736716496240 139771971087600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5092/tid=5094] ppid=5089 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5094/stat : 5094 (toysat) S 5089 5092 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104360993 1332285440 42856 33554432000 4194304 16246674 140736716496240 139771960597744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5092/tid=5095] ppid=5089 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5095/stat : 5095 (toysat) S 5089 5092 4590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 104360993 1332285440 42856 33554432000 4194304 16246674 140736716496240 139771950124208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1301060

[startup+0.3005 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 5092
/proc/meminfo: memFree=31611368/32872528 swapFree=11372/178980
[pid=5092] ppid=5089 vsize=1301060 CPUtime=0.29 cores=1,3,5,7
/proc/5092/stat : 5092 (toysat) R 5089 5092 4590 0 -1 4202496 57922 0 0 0 22 7 0 0 20 0 4 0 104360992 1332285440 57709 33554432000 4194304 16246674 140736716496240 140736716495552 13954518 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5092/statm: 325265 57721 902 2943 0 322159 0
[pid=5092/tid=5093] ppid=5089 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5093/stat : 5093 (toysat) S 5089 5092 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 104360993 1332285440 57727 33554432000 4194304 16246674 140736716496240 139771971087600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5092/tid=5094] ppid=5089 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5094/stat : 5094 (toysat) S 5089 5092 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104360993 1332285440 57734 33554432000 4194304 16246674 140736716496240 139771960597744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5092/tid=5095] ppid=5089 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5095/stat : 5095 (toysat) S 5089 5092 4590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 104360993 1332285440 57740 33554432000 4194304 16246674 140736716496240 139771950124208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1301060

[startup+0.700406 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 5092
/proc/meminfo: memFree=31611368/32872528 swapFree=11372/178980
[pid=5092] ppid=5089 vsize=1301060 CPUtime=0.68 cores=1,3,5,7
/proc/5092/stat : 5092 (toysat) R 5089 5092 4590 0 -1 4202496 141110 0 0 0 50 18 0 0 20 0 4 0 104360992 1332285440 140897 33554432000 4194304 16246674 140736716496240 140736716495552 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5092/statm: 325265 140906 902 2943 0 322159 0
[pid=5092/tid=5093] ppid=5089 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5093/stat : 5093 (toysat) S 5089 5092 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 104360993 1332285440 140912 33554432000 4194304 16246674 140736716496240 139771971087600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5092/tid=5094] ppid=5089 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5094/stat : 5094 (toysat) S 5089 5092 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104360993 1332285440 140918 33554432000 4194304 16246674 140736716496240 139771960597744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5092/tid=5095] ppid=5089 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5095/stat : 5095 (toysat) S 5089 5092 4590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 104360993 1332285440 140924 33554432000 4194304 16246674 140736716496240 139771950124208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1301060

[startup+1.50042 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 5096
/proc/meminfo: memFree=30731912/32872528 swapFree=11372/178980
[pid=5092] ppid=5089 vsize=1306180 CPUtime=1.49 cores=1,3,5,7
/proc/5092/stat : 5092 (toysat) R 5089 5092 4590 0 -1 4202496 267756 0 0 0 114 35 0 0 20 0 4 0 104360992 1337528320 267543 33554432000 4194304 16246674 140736716496240 140736716478144 5754796 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5092/statm: 326545 267543 914 2943 0 323439 0
[pid=5092/tid=5093] ppid=5089 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5093/stat : 5093 (toysat) S 5089 5092 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 104360993 1337528320 267543 33554432000 4194304 16246674 140736716496240 139771971087600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5092/tid=5094] ppid=5089 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5094/stat : 5094 (toysat) S 5089 5092 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104360993 1337528320 267543 33554432000 4194304 16246674 140736716496240 139771960597744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5092/tid=5095] ppid=5089 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5095/stat : 5095 (toysat) S 5089 5092 4590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 104360993 1337528320 267543 33554432000 4194304 16246674 140736716496240 139771950124208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1306180

[startup+3.10042 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 5096
/proc/meminfo: memFree=30541068/32872528 swapFree=11372/178980
[pid=5092] ppid=5089 vsize=1307204 CPUtime=3.09 cores=1,3,5,7
/proc/5092/stat : 5092 (toysat) R 5089 5092 4590 0 -1 4202496 267868 0 0 0 274 35 0 0 20 0 4 0 104360992 1338576896 267655 33554432000 4194304 16246674 140736716496240 140736716478144 13954361 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5092/statm: 326801 267655 916 2943 0 323695 0
[pid=5092/tid=5093] ppid=5089 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5093/stat : 5093 (toysat) S 5089 5092 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 104360993 1338576896 267655 33554432000 4194304 16246674 140736716496240 139771971087600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5092/tid=5094] ppid=5089 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5094/stat : 5094 (toysat) S 5089 5092 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104360993 1338576896 267655 33554432000 4194304 16246674 140736716496240 139771960597744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5092/tid=5095] ppid=5089 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5095/stat : 5095 (toysat) S 5089 5092 4590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 104360993 1338576896 267655 33554432000 4194304 16246674 140736716496240 139771950124208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1307204

[startup+6.30043 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 5096
/proc/meminfo: memFree=30540480/32872528 swapFree=11372/178980
[pid=5092] ppid=5089 vsize=1307204 CPUtime=6.28 cores=1,3,5,7
/proc/5092/stat : 5092 (toysat) R 5089 5092 4590 0 -1 4202496 268014 0 0 0 593 35 0 0 20 0 4 0 104360992 1338576896 267801 33554432000 4194304 16246674 140736716496240 140736716478144 5822252 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5092/statm: 326801 267801 916 2943 0 323695 0
[pid=5092/tid=5093] ppid=5089 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5093/stat : 5093 (toysat) S 5089 5092 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 104360993 1338576896 267801 33554432000 4194304 16246674 140736716496240 139771971087600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5092/tid=5094] ppid=5089 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5094/stat : 5094 (toysat) S 5089 5092 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104360993 1338576896 267801 33554432000 4194304 16246674 140736716496240 139771960597744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5092/tid=5095] ppid=5089 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5095/stat : 5095 (toysat) S 5089 5092 4590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 104360993 1338576896 267801 33554432000 4194304 16246674 140736716496240 139771950124208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1307204

[startup+12.7004 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 5096
/proc/meminfo: memFree=30540056/32872528 swapFree=11372/178980
[pid=5092] ppid=5089 vsize=1308228 CPUtime=12.69 cores=1,3,5,7
/proc/5092/stat : 5092 (toysat) R 5089 5092 4590 0 -1 4202496 268059 0 0 0 1233 36 0 0 20 0 4 0 104360992 1339625472 267846 33554432000 4194304 16246674 140736716496240 140736716478144 6013328 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5092/statm: 327057 267846 916 2943 0 323951 0
[pid=5092/tid=5093] ppid=5089 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5093/stat : 5093 (toysat) S 5089 5092 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 104360993 1339625472 267846 33554432000 4194304 16246674 140736716496240 139771971087600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5092/tid=5094] ppid=5089 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5094/stat : 5094 (toysat) S 5089 5092 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104360993 1339625472 267846 33554432000 4194304 16246674 140736716496240 139771960597744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5092/tid=5095] ppid=5089 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5095/stat : 5095 (toysat) S 5089 5092 4590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 104360993 1339625472 267846 33554432000 4194304 16246674 140736716496240 139771950124208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1308228

[startup+25.5005 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 5096
/proc/meminfo: memFree=30539348/32872528 swapFree=11372/178980
[pid=5092] ppid=5089 vsize=1308228 CPUtime=25.48 cores=1,3,5,7
/proc/5092/stat : 5092 (toysat) R 5089 5092 4590 0 -1 4202496 268270 0 0 0 2512 36 0 0 20 0 4 0 104360992 1339625472 268057 33554432000 4194304 16246674 140736716496240 140736716478144 5546214 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5092/statm: 327057 268057 916 2943 0 323951 0
[pid=5092/tid=5093] ppid=5089 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5093/stat : 5093 (toysat) S 5089 5092 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 104360993 1339625472 268057 33554432000 4194304 16246674 140736716496240 139771971087600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5092/tid=5094] ppid=5089 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5094/stat : 5094 (toysat) S 5089 5092 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104360993 1339625472 268057 33554432000 4194304 16246674 140736716496240 139771960597744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5092/tid=5095] ppid=5089 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5095/stat : 5095 (toysat) S 5089 5092 4590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 104360993 1339625472 268057 33554432000 4194304 16246674 140736716496240 139771950124208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1308228

[startup+51.1005 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 5097
/proc/meminfo: memFree=30537132/32872528 swapFree=11372/178980
[pid=5092] ppid=5089 vsize=1310276 CPUtime=51.08 cores=1,3,5,7
/proc/5092/stat : 5092 (toysat) R 5089 5092 4590 0 -1 4202496 268547 0 0 0 5070 38 0 0 20 0 4 0 104360992 1341722624 268334 33554432000 4194304 16246674 140736716496240 140736716478144 5546001 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5092/statm: 327569 268334 917 2943 0 324463 0
[pid=5092/tid=5093] ppid=5089 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5093/stat : 5093 (toysat) S 5089 5092 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 104360993 1341722624 268334 33554432000 4194304 16246674 140736716496240 139771971087600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5092/tid=5094] ppid=5089 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5094/stat : 5094 (toysat) S 5089 5092 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104360993 1341722624 268334 33554432000 4194304 16246674 140736716496240 139771960597744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5092/tid=5095] ppid=5089 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5095/stat : 5095 (toysat) S 5089 5092 4590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 104360993 1341722624 268334 33554432000 4194304 16246674 140736716496240 139771950124208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1310276

[startup+102.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 5098
/proc/meminfo: memFree=30477084/32872528 swapFree=11372/178980
[pid=5092] ppid=5089 vsize=1310276 CPUtime=102.28 cores=1,3,5,7
/proc/5092/stat : 5092 (toysat) R 5089 5092 4590 0 -1 4202496 268783 0 0 0 10189 39 0 0 20 0 4 0 104360992 1341722624 268570 33554432000 4194304 16246674 140736716496240 140736716478144 12875543 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5092/statm: 327569 268570 917 2943 0 324463 0
[pid=5092/tid=5093] ppid=5089 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5093/stat : 5093 (toysat) S 5089 5092 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 104360993 1341722624 268570 33554432000 4194304 16246674 140736716496240 139771971087600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5092/tid=5094] ppid=5089 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5094/stat : 5094 (toysat) S 5089 5092 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104360993 1341722624 268570 33554432000 4194304 16246674 140736716496240 139771960597744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5092/tid=5095] ppid=5089 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5095/stat : 5095 (toysat) S 5089 5092 4590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 104360993 1341722624 268570 33554432000 4194304 16246674 140736716496240 139771950124208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1310276


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

/proc/5092/task/5095/stat : 5095 (toysat) S 5089 5092 4590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 104360993 1350111232 270874 33554432000 4194304 16246674 140736716496240 139771950124208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 1318468

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 5152
/proc/meminfo: memFree=29598540/32872528 swapFree=11372/178980
[pid=5092] ppid=5089 vsize=1318468 CPUtime=1361.91 cores=1,3,5,7
/proc/5092/stat : 5092 (toysat) R 5089 5092 4590 0 -1 4202496 271151 0 0 0 136133 58 0 0 20 0 4 0 104360992 1350111232 270874 33554432000 4194304 16246674 140736716496240 140736716478144 5672188 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5092/statm: 329617 270874 917 2943 0 326511 0
[pid=5092/tid=5093] ppid=5089 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5093/stat : 5093 (toysat) S 5089 5092 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 104360993 1350111232 270874 33554432000 4194304 16246674 140736716496240 139771971087600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5092/tid=5094] ppid=5089 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5094/stat : 5094 (toysat) S 5089 5092 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104360993 1350111232 270874 33554432000 4194304 16246674 140736716496240 139771960597744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5092/tid=5095] ppid=5089 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5095/stat : 5095 (toysat) S 5089 5092 4590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 104360993 1350111232 270874 33554432000 4194304 16246674 140736716496240 139771950124208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 1318468

[startup+1422.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 5153
/proc/meminfo: memFree=29598420/32872528 swapFree=11372/178980
[pid=5092] ppid=5089 vsize=1318468 CPUtime=1421.88 cores=1,3,5,7
/proc/5092/stat : 5092 (toysat) R 5089 5092 4590 0 -1 4202496 271193 0 0 0 142129 59 0 0 20 0 4 0 104360992 1350111232 270874 33554432000 4194304 16246674 140736716496240 140736716478144 6012036 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5092/statm: 329617 270874 917 2943 0 326511 0
[pid=5092/tid=5093] ppid=5089 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5093/stat : 5093 (toysat) S 5089 5092 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 104360993 1350111232 270874 33554432000 4194304 16246674 140736716496240 139771971087600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5092/tid=5094] ppid=5089 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5094/stat : 5094 (toysat) S 5089 5092 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104360993 1350111232 270874 33554432000 4194304 16246674 140736716496240 139771960597744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5092/tid=5095] ppid=5089 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5095/stat : 5095 (toysat) S 5089 5092 4590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 104360993 1350111232 270874 33554432000 4194304 16246674 140736716496240 139771950124208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 1318468

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 5154
/proc/meminfo: memFree=29598424/32872528 swapFree=11372/178980
[pid=5092] ppid=5089 vsize=1318468 CPUtime=1481.86 cores=1,3,5,7
/proc/5092/stat : 5092 (toysat) R 5089 5092 4590 0 -1 4202496 271207 0 0 0 148126 60 0 0 20 0 4 0 104360992 1350111232 270878 33554432000 4194304 16246674 140736716496240 140736716478144 12466584 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5092/statm: 329617 270878 917 2943 0 326511 0
[pid=5092/tid=5093] ppid=5089 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5093/stat : 5093 (toysat) S 5089 5092 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 104360993 1350111232 270878 33554432000 4194304 16246674 140736716496240 139771971087600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5092/tid=5094] ppid=5089 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5094/stat : 5094 (toysat) S 5089 5092 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104360993 1350111232 270878 33554432000 4194304 16246674 140736716496240 139771960597744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5092/tid=5095] ppid=5089 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5095/stat : 5095 (toysat) S 5089 5092 4590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 104360993 1350111232 270878 33554432000 4194304 16246674 140736716496240 139771950124208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 1318468

[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/184 5158
/proc/meminfo: memFree=29597856/32872528 swapFree=11372/178980
[pid=5092] ppid=5089 vsize=1318468 CPUtime=1541.85 cores=1,3,5,7
/proc/5092/stat : 5092 (toysat) R 5089 5092 4590 0 -1 4202496 271207 0 0 0 154125 60 0 0 20 0 4 0 104360992 1350111232 270878 33554432000 4194304 16246674 140736716496240 140736716478144 12875617 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5092/statm: 329617 270878 917 2943 0 326511 0
[pid=5092/tid=5093] ppid=5089 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5093/stat : 5093 (toysat) S 5089 5092 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 104360993 1350111232 270878 33554432000 4194304 16246674 140736716496240 139771971087600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5092/tid=5094] ppid=5089 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5094/stat : 5094 (toysat) S 5089 5092 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104360993 1350111232 270878 33554432000 4194304 16246674 140736716496240 139771960597744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5092/tid=5095] ppid=5089 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5095/stat : 5095 (toysat) S 5089 5092 4590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 104360993 1350111232 270878 33554432000 4194304 16246674 140736716496240 139771950124208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 1318468

[startup+1602.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 5160
/proc/meminfo: memFree=29598420/32872528 swapFree=11372/178980
[pid=5092] ppid=5089 vsize=1319492 CPUtime=1601.83 cores=1,3,5,7
/proc/5092/stat : 5092 (toysat) R 5089 5092 4590 0 -1 4202496 271270 0 0 0 160122 61 0 0 20 0 4 0 104360992 1351159808 270941 33554432000 4194304 16246674 140736716496240 140736716478144 5666952 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5092/statm: 329873 270941 917 2943 0 326767 0
[pid=5092/tid=5093] ppid=5089 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5093/stat : 5093 (toysat) S 5089 5092 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 104360993 1351159808 270941 33554432000 4194304 16246674 140736716496240 139771971087600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5092/tid=5094] ppid=5089 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5094/stat : 5094 (toysat) S 5089 5092 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104360993 1351159808 270941 33554432000 4194304 16246674 140736716496240 139771960597744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5092/tid=5095] ppid=5089 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5095/stat : 5095 (toysat) S 5089 5092 4590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 104360993 1351159808 270941 33554432000 4194304 16246674 140736716496240 139771950124208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 1319492

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 5161
/proc/meminfo: memFree=29598296/32872528 swapFree=11372/178980
[pid=5092] ppid=5089 vsize=1319492 CPUtime=1661.83 cores=1,3,5,7
/proc/5092/stat : 5092 (toysat) R 5089 5092 4590 0 -1 4202496 271270 0 0 0 166120 63 0 0 20 0 4 0 104360992 1351159808 270941 33554432000 4194304 16246674 140736716496240 140736716478144 5667620 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5092/statm: 329873 270941 917 2943 0 326767 0
[pid=5092/tid=5093] ppid=5089 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5093/stat : 5093 (toysat) S 5089 5092 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 104360993 1351159808 270941 33554432000 4194304 16246674 140736716496240 139771971087600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5092/tid=5094] ppid=5089 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5094/stat : 5094 (toysat) S 5089 5092 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104360993 1351159808 270941 33554432000 4194304 16246674 140736716496240 139771960597744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5092/tid=5095] ppid=5089 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5095/stat : 5095 (toysat) S 5089 5092 4590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 104360993 1351159808 270941 33554432000 4194304 16246674 140736716496240 139771950124208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 1319492

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 5162
/proc/meminfo: memFree=29597648/32872528 swapFree=11372/178980
[pid=5092] ppid=5089 vsize=1319492 CPUtime=1721.82 cores=1,3,5,7
/proc/5092/stat : 5092 (toysat) R 5089 5092 4590 0 -1 4202496 271463 0 0 0 172118 64 0 0 20 0 4 0 104360992 1351159808 271134 33554432000 4194304 16246674 140736716496240 140736716478144 13927401 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5092/statm: 329873 271134 917 2943 0 326767 0
[pid=5092/tid=5093] ppid=5089 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5093/stat : 5093 (toysat) S 5089 5092 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 104360993 1351159808 271134 33554432000 4194304 16246674 140736716496240 139771971087600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5092/tid=5094] ppid=5089 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5094/stat : 5094 (toysat) S 5089 5092 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104360993 1351159808 271134 33554432000 4194304 16246674 140736716496240 139771960597744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5092/tid=5095] ppid=5089 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5095/stat : 5095 (toysat) S 5089 5092 4590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 104360993 1351159808 271134 33554432000 4194304 16246674 140736716496240 139771950124208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 1319492

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 5163
/proc/meminfo: memFree=29597252/32872528 swapFree=11372/178980
[pid=5092] ppid=5089 vsize=1319492 CPUtime=1781.81 cores=1,3,5,7
/proc/5092/stat : 5092 (toysat) R 5089 5092 4590 0 -1 4202496 271463 0 0 0 178116 65 0 0 20 0 4 0 104360992 1351159808 271134 33554432000 4194304 16246674 140736716496240 140736716478144 12478324 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5092/statm: 329873 271134 917 2943 0 326767 0
[pid=5092/tid=5093] ppid=5089 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5093/stat : 5093 (toysat) S 5089 5092 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 104360993 1351159808 271134 33554432000 4194304 16246674 140736716496240 139771971087600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5092/tid=5094] ppid=5089 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5094/stat : 5094 (toysat) S 5089 5092 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104360993 1351159808 271134 33554432000 4194304 16246674 140736716496240 139771960597744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5092/tid=5095] ppid=5089 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5095/stat : 5095 (toysat) S 5089 5092 4590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 104360993 1351159808 271134 33554432000 4194304 16246674 140736716496240 139771950124208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 1319492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 5183
/proc/meminfo: memFree=30762100/32872528 swapFree=11372/178980
[pid=5092] ppid=5089 vsize=1319492 CPUtime=1800.01 cores=1,3,5,7
/proc/5092/stat : 5092 (toysat) R 5089 5092 4590 0 -1 4202496 271463 0 0 0 179935 66 0 0 20 0 4 0 104360992 1351159808 271134 33554432000 4194304 16246674 140736716496240 140736716478144 12478198 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5092/statm: 329873 271134 917 2943 0 326767 0
[pid=5092/tid=5093] ppid=5089 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5093/stat : 5093 (toysat) S 5089 5092 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 104360993 1351159808 271134 33554432000 4194304 16246674 140736716496240 139771971087600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5092/tid=5094] ppid=5089 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5094/stat : 5094 (toysat) S 5089 5092 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104360993 1351159808 271134 33554432000 4194304 16246674 140736716496240 139771960597744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5092/tid=5095] ppid=5089 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5095/stat : 5095 (toysat) S 5089 5092 4590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 104360993 1351159808 271134 33554432000 4194304 16246674 140736716496240 139771950124208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1319492

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 5092 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 5183
/proc/meminfo: memFree=30762100/32872528 swapFree=11372/178980
[pid=5092] ppid=5089 vsize=1319492 CPUtime=1800.01 cores=1,3,5,7
/proc/5092/stat : 5092 (toysat) R 5089 5092 4590 0 -1 4202496 271463 0 0 0 179935 66 0 0 20 0 4 0 104360992 1351159808 271134 33554432000 4194304 16246674 140736716496240 140736716478144 12478198 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5092/statm: 329873 271134 917 2943 0 326767 0
[pid=5092/tid=5093] ppid=5089 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5093/stat : 5093 (toysat) S 5089 5092 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 104360993 1351159808 271134 33554432000 4194304 16246674 140736716496240 139771971087600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5092/tid=5094] ppid=5089 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5094/stat : 5094 (toysat) S 5089 5092 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104360993 1351159808 271134 33554432000 4194304 16246674 140736716496240 139771960597744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5092/tid=5095] ppid=5089 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/5092/task/5095/stat : 5095 (toysat) S 5089 5092 4590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 104360993 1351159808 271134 33554432000 4194304 16246674 140736716496240 139771950124208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1319492

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.02
CPU user time (s): 1799.36
CPU system time (s): 0.666898
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 1319492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 0.666898
maximum resident set size= 1084536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271463
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= 391
involuntary context switches= 1835

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.77927 second user time and 6.74497 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-06 16:44:23
IDJOB=4079468
IDBENCH=1870
IDSOLVER=2542
FILE ID=node105/4079468-1465224263
RUNJOBID= node105-1465220657-4607
PBS_JOBID= 19843223
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-protfold.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079468-1465224263/watcher-4079468-1465224263 -o /tmp/evaluation-result-4079468-1465224263/solver-4079468-1465224263 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465220657-4607 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079468-1465224263.opb

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

MD5SUM BENCH= 7f40f8d513f22fc9adca96d8fdf626e2
RANDOM SEED=1031880389

node105.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.813
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	: 5333.62
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.813
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.813
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.55
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.813
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.813
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.813
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.56
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.813
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.55
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.813
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31611640 kB
Buffers:           15436 kB
Cached:           113624 kB
SwapCached:         1760 kB
Active:           345880 kB
Inactive:          34272 kB
Active(anon):     251976 kB
Inactive(anon):     1504 kB
Active(file):      93904 kB
Inactive(file):    32768 kB
Unevictable:      178980 kB
Mlocked:           11372 kB
SwapTotal:      67108856 kB
SwapFree:       67098456 kB
Dirty:             33524 kB
Writeback:            16 kB
AnonPages:        429648 kB
Mapped:            10768 kB
Shmem:                 0 kB
Slab:             568732 kB
SReclaimable:      11980 kB
SUnreclaim:       556752 kB
KernelStack:        1488 kB
PageTables:         6556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1406484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 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= 71716 MiB
End job on node105 at 2016-06-06 17:14:24