Trace number 4100457

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.1 1800.61

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-UMTS.opb
MD5SUM9b27e30a8bba28dee1f89aacae920d43
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables6402
Total number of constraints4465
Number of constraints which are clauses2785
Number of constraints which are cardinality constraints (but not clauses)1428
Number of constraints which are nor clauses,nor cardinality constraints252
Minimum length of a constraint1
Maximum length of a constraint511
Number of terms in the objective function 4170
Biggest coefficient in the objective function 4257
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 527899
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 523739
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 527899
Number of bits of the biggest sum of numbers20
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-18T03:38:57+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-4100457-1466213937.opb"]
0.00/0.01	c use --random-gen="1870945623 2409750249 1944878301 1483794311 1341778680 1722877433 332403435 781055331 4098212554 2193660006 1162898545 1286438628 2027487776 808825913 3513531836 852889360 3038602157 3349785425 1203567572 3990276098 3409339159 1405156301 3401248523 3174443709 1549981999 3231751622 3516132292 834293499 358247110 439029933 490635062 934361022 2295425180 3313520567 2956295399 2840789408 4006946447 766701804 1631096703 150317303 2796251408 403589604 2054822988 764210710 518188236 3537463936 465342296 991790800 3619765800 3333888020 389583411 3967443406 1873635823 3419107222 694285127 2940630571 3198320370 2948619776 388438336 665601807 776159368 556008184 2374670300 3606317040 2168262911 765832495 1437087302 1744563046 2803967964 349731638 3935030587 1106963737 3425927480 611893343 3127161515 688346589 2239911661 662415287 438483417 3931943227 2765505177 1337420331 2597338118 2727968611 3369797840 1138651142 1758236273 3743254236 126095985 1999943010 2784390659 818322047 1837982262 4025676308 4150152413 2688186025 703421441 4014532954 3571096228 2112086422 1136611634 1724870847 2208706847 3072549775 903634120 3771661718 1312496829 1717251311 3629122893 4042493713 1672009394 2028081058 435692328 2763897173 663017761 2838924939 2461935242 577885442 1195107536 659018802 376072044 522111215 531233653 1756838716 1078347786 4134830963 51105816 3352711855 3231449388 4238086084 2869760270 1525570670 3865281892 3570640928 4109301553 4151884154 2306375797 700266484 2403318995 3753824767 3250415404 135218886 792265713 2131530158 1141449879 1859713579 3207121348 3815473221 1952087740 1903138433 889873531 2986593638 2849043679 2579904479 1154714338 174856098 3120120273 3967789577 3965440114 3470523347 529803010 2197684527 106559854 2504589949 2175137973 3447084810 2445131253 1598101183 360454448 1113081255 4253705517 407798281 1267089033 2394222063 170485808 1410292043 3526876154 712310702 3970424410 52207197 3042289516 1632162399 3538143729 2094124697 4179982133 1550177055 3301728473 3163550286 98392205 2369836542 1131375716 1641369626 2758571796 320904822 4213281921 2343116450 1988664760 2968633330 3128570268 2115573228 1522586037 10555420 1824359198 1135489716 4154235442 4152649694 3937798041 2559628639 1793614896 3268085064 2889848895 1710391163 617055818 2651688485 3196565761 803456668 18192303 47743535 2947060122 2908779247 2343050802 3185536885 1210434780 1924980749 1578556161 3394767314 3498096011 3330728592 966992841 502818937 983847007 1479117601 3884923125 1544369598 861177520 3181574993 2182668526 3025394915 3567653288 93612599 686473001 1915167629 576480852 2400822065 1140886792 2026490485 314718339 1144805705 4119742557 3478241141 2624027879 2485978889 3383537379 3513464167 286423204 1628753511 255 362436" option to reproduce the execution
0.09/0.11	c #vars 6402
0.09/0.11	c #constraints 4465
0.19/0.21	c BCD2: Hardening is enabled.
0.19/0.21	c BCD2: BiasedSearch is enabled.
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 |     2823      0 |     2833 |        0
0.19/0.27	c  0.1s |       1 |      214 |      100 |     2823      0 |     2833 |       12
0.28/0.34	c  0.1s |       2 |     1059 |      250 |     3106      0 |     2833 |       12
0.38/0.46	c  0.2s |       3 |     1403 |      475 |     3417      0 |     2833 |       12
0.58/0.64	c  0.4s |       4 |     2733 |      813 |     3759      0 |     2833 |       12
0.79/0.89	c  0.7s |       5 |     3347 |     1320 |     4135      0 |     2833 |       12
1.29/1.32	c  1.1s |       6 |     4167 |     2081 |     5004      0 |     2833 |       12
1.78/1.89	c  1.7s |       7 |     5382 |     3223 |     5505      0 |     2833 |       12
2.58/2.64	c  2.4s |       8 |     7167 |     4936 |     6056      0 |     2833 |       12
3.68/3.75	c  3.5s |       9 |     9804 |     7506 |     6662      0 |     2833 |       12
5.49/5.59	c  5.4s |      10 |    13733 |    11361 |     7329      1 |     2833 |       12
7.58/7.60	c  7.4s |      10 |    19527 |    17061 |     8062      2 |     2833 |       12
7.58/7.63	c  7.4s |      11 |    19608 |    17144 |     8062      2 |     2833 |       12
9.58/9.65	c  9.4s |      11 |    23939 |    21244 |     8062      2 |     2833 |       12
11.68/11.72	c 11.5s |      11 |    26992 |    24244 |     8062      3 |     2833 |       12
12.78/12.83	c 12.6s |      12 |    28552 |    25819 |     8869      3 |     2833 |       12
14.78/14.88	c 14.7s |      12 |    32015 |    28819 |     8869      4 |     2833 |       12
16.88/16.94	c 16.7s |      12 |    35236 |    32019 |     8869      4 |     2833 |       12
18.98/19.00	c 18.8s |      12 |    37634 |    34419 |     8869      4 |     2833 |       12
20.99/21.04	c 20.8s |      12 |    39439 |    36219 |     8869      5 |     2833 |       12
22.98/23.08	c 22.9s |      12 |    41745 |    38519 |     8869      5 |     2833 |       12
23.28/23.35	c 23.1s |      13 |    42047 |    38832 |     9756      5 |     2833 |       12
25.29/25.36	c 25.2s |      13 |    45420 |    41032 |     9756      5 |     2833 |       12
27.28/27.37	c 27.2s |      13 |    47838 |    43432 |     9756      6 |     2833 |       12
29.38/29.40	c 29.2s |      13 |    49850 |    45432 |     9756      6 |     2833 |       12
31.38/31.42	c 31.2s |      13 |    51554 |    47132 |     9756      6 |     2833 |       12
33.38/33.49	c 33.3s |      13 |    53038 |    48632 |     9756      6 |     2833 |       12
35.58/35.63	c 35.4s |      13 |    54338 |    49932 |     9756      7 |     2833 |       12
37.78/37.83	c 37.6s |      13 |    55643 |    51232 |     9756      7 |     2833 |       12
39.78/39.84	c 39.6s |      13 |    57282 |    52832 |     9756      7 |     2833 |       12
41.89/41.93	c 41.7s |      13 |    59162 |    54732 |     9756      7 |     2833 |       12
43.88/43.98	c 43.8s |      13 |    61183 |    56732 |     9756      7 |     2833 |       12
45.88/45.98	c 45.8s |      13 |    62383 |    57932 |     9756      8 |     2833 |       12
46.38/46.41	c 46.2s |      14 |    62809 |    58352 |    10732      8 |     2833 |       12
48.39/48.47	c 48.3s |      14 |    65804 |    59952 |    10732      8 |     2833 |       12
50.48/50.59	c 50.4s |      14 |    67706 |    61752 |    10732      8 |     2833 |       12
52.58/52.69	c 52.5s |      14 |    70599 |    63552 |    10732      8 |     2833 |       12
54.68/54.70	c 54.5s |      14 |    71769 |    64752 |    10732      8 |     2833 |       12
56.78/56.85	c 56.6s |      14 |    72989 |    65952 |    10732      9 |     2833 |       12
58.78/58.89	c 58.7s |      14 |    74430 |    67352 |    10732      9 |     2833 |       12
60.88/60.90	c 60.7s |      14 |    75684 |    68652 |    10732      9 |     2833 |       12
62.98/63.04	c 62.8s |      14 |    77216 |    70152 |    10732      9 |     2833 |       12
65.08/65.10	c 64.9s |      14 |    78419 |    71352 |    10732      9 |     2833 |       12
67.18/67.24	c 67.0s |      14 |    79818 |    72752 |    10732      9 |     2833 |       12
69.28/69.35	c 69.1s |      14 |    81322 |    74252 |    10732     10 |     2833 |       12
71.28/71.35	c 71.1s |      14 |    83145 |    76052 |    10732     10 |     2833 |       12
73.47/73.50	c 73.3s |      14 |    84536 |    77452 |    10732     10 |     2833 |       12
75.57/75.60	c 75.4s |      14 |    85738 |    78652 |    10732     10 |     2833 |       12
77.67/77.75	c 77.5s |      14 |    86738 |    79652 |    10732     10 |     2833 |       12
79.67/79.78	c 79.6s |      14 |    87766 |    80652 |    10732     10 |     2833 |       12
81.67/81.78	c 81.6s |      14 |    88566 |    81452 |    10732     11 |     2833 |       12
83.68/83.79	c 83.6s |      14 |    89847 |    82752 |    10732     11 |     2833 |       12
85.88/85.95	c 85.7s |      14 |    91150 |    84052 |    10732     11 |     2833 |       12
87.87/87.97	c 87.8s |      14 |    92355 |    85252 |    10732     11 |     2833 |       12
90.07/90.12	c 89.9s |      14 |    93448 |    86352 |    10732     11 |     2833 |       12
92.07/92.14	c 91.9s |      14 |    94267 |    87152 |    11806     11 |     2833 |       12
93.07/93.16	c 92.9s |      15 |    94735 |    87632 |    11806     11 |     2833 |       12
97.07/97.18	c 97.0s |      15 |    97462 |    87732 |    11806     11 |     2833 |       12
99.17/99.27	c 99.1s |      15 |    99087 |    89232 |    11806     11 |     2833 |       12
101.37/101.46	c  101s |      15 |   101306 |    91332 |    11806     12 |     2833 |       12
103.37/103.48	c  103s |      15 |   104723 |    94732 |    11806     12 |     2833 |       12
105.37/105.49	c  105s |      15 |   107722 |    97732 |    11806     12 |     2833 |       12
107.46/107.50	c  107s |      15 |   110431 |   100432 |    11806     13 |     2833 |       12
109.46/109.56	c  109s |      15 |   112939 |   102932 |    11806     13 |     2833 |       12
111.56/111.60	c  111s |      15 |   115257 |   105232 |    11806     13 |     2833 |       12
113.57/113.62	c  113s |      15 |   117664 |   107632 |    11806     13 |     2833 |       12
115.58/115.66	c  115s |      15 |   119669 |   109632 |    11806     14 |     2833 |       12
117.68/117.74	c  117s |      15 |   121873 |   111832 |    11806     14 |     2833 |       12
119.88/119.94	c  119s |      15 |   122581 |   112532 |    11806     14 |     2833 |       12
121.87/121.94	c  121s |      15 |   124745 |   114632 |    11806     14 |     2833 |       12
123.97/124.00	c  123s |      15 |   126809 |   116632 |    11806     14 |     2833 |       12
126.17/126.27	c  126s |      15 |   128354 |   118132 |    11806     15 |     2833 |       12
128.17/128.27	c  128s |      15 |   129501 |   119232 |    11806     15 |     2833 |       12
130.27/130.33	c  130s |      15 |   131559 |   121232 |    11806     15 |     2833 |       12
132.27/132.36	c  132s |      15 |   133521 |   123132 |    11806     15 |     2833 |       12
134.27/134.38	c  134s |      15 |   135543 |   125132 |    11806     15 |     2833 |       12
136.57/136.63	c  136s |      15 |   137552 |   127132 |    11806     16 |     2833 |       12
138.77/138.82	c  138s |      15 |   139784 |   129332 |    11806     16 |     2833 |       12
140.57/140.63	c  140s |      16 |   142039 |   131552 |    12987     16 |     2833 |       12
142.67/142.70	c  142s |      16 |   143431 |   131852 |    12987     16 |     2833 |       12
144.77/144.83	c  144s |      16 |   144681 |   133052 |    12987     16 |     2833 |       12
147.06/147.18	c  146s |      16 |   145654 |   133952 |    12987     16 |     2833 |       12
149.26/149.32	c  149s |      16 |   147292 |   135352 |    12987     16 |     2833 |       12
151.26/151.33	c  151s |      16 |   149015 |   136752 |    12987     16 |     2833 |       12
153.36/153.41	c  153s |      16 |   150449 |   138052 |    12987     17 |     2833 |       12
155.36/155.49	c  155s |      16 |   151914 |   139352 |    12987     17 |     2833 |       12
157.46/157.59	c  157s |      16 |   153253 |   140552 |    12987     17 |     2833 |       12
159.57/159.66	c  159s |      16 |   155667 |   142852 |    12987     17 |     2833 |       12
161.67/161.72	c  161s |      16 |   158489 |   145652 |    12987     17 |     2833 |       12
163.66/163.76	c  163s |      16 |   160707 |   147852 |    12987     18 |     2833 |       12
165.66/165.76	c  165s |      16 |   163024 |   150152 |    12987     18 |     2833 |       12
167.76/167.82	c  167s |      16 |   165219 |   152352 |    12987     18 |     2833 |       12
169.76/169.84	c  169s |      16 |   167037 |   154152 |    12987     18 |     2833 |       12
171.86/171.91	c  171s |      16 |   168535 |   155652 |    12987     19 |     2833 |       12
173.87/173.96	c  173s |      16 |   170156 |   157252 |    12987     19 |     2833 |       12
175.97/176.03	c  175s |      16 |   171964 |   159052 |    12987     19 |     2833 |       12
177.96/178.08	c  177s |      16 |   173470 |   160552 |    12987     19 |     2833 |       12
180.06/180.19	c  179s |      16 |   175084 |   162152 |    12987     19 |     2833 |       12
182.16/182.25	c  182s |      16 |   176588 |   163652 |    12987     19 |     2833 |       12
184.26/184.34	c  184s |      16 |   177998 |   165052 |    12987     20 |     2833 |       12
186.36/186.43	c  186s |      16 |   179694 |   166752 |    12987     20 |     2833 |       12
188.36/188.45	c  188s |      16 |   181411 |   168452 |    12987     20 |     2833 |       12
190.46/190.54	c  190s |      16 |   183099 |   170152 |    12987     20 |     2833 |       12
192.46/192.56	c  192s |      16 |   184705 |   171752 |    12987     20 |     2833 |       12
194.56/194.63	c  194s |      16 |   186311 |   173352 |    12987     20 |     2833 |       12
196.66/196.74	c  196s |      16 |   187730 |   174752 |    12987     21 |     2833 |       12
198.75/198.85	c  198s |      16 |   189639 |   176652 |    12987     21 |     2833 |       12
200.85/200.90	c  200s |      16 |   191340 |   178352 |    12987     21 |     2833 |       12
202.85/202.97	c  202s |      16 |   193251 |   180252 |    12987     21 |     2833 |       12
204.95/205.06	c  204s |      16 |   194850 |   181852 |    12987     21 |     2833 |       12
206.95/207.09	c  206s |      16 |   196053 |   183052 |    12987     22 |     2833 |       12
209.15/209.20	c  208s |      16 |   198059 |   185052 |    12987     22 |     2833 |       12
211.16/211.21	c  211s |      16 |   199855 |   186852 |    12987     22 |     2833 |       12
213.15/213.26	c  213s |      16 |   201670 |   188652 |    12987     22 |     2833 |       12
215.15/215.28	c  215s |      16 |   203263 |   190252 |    12987     22 |     2833 |       12
217.25/217.38	c  217s |      16 |   204876 |   191852 |    12987     22 |     2833 |       12
219.35/219.49	c  219s |      16 |   206477 |   193452 |    12987     23 |     2833 |       12
221.45/221.58	c  221s |      16 |   208489 |   195452 |    12987     23 |     2833 |       12
223.55/223.65	c  223s |      16 |   210197 |   197152 |    14286     23 |     2833 |       12
223.85/223.96	c  223s |      17 |   210477 |   197432 |    14286     23 |     2833 |       12
226.85/226.92	c  226s |      17 |   212853 |   197532 |    14286     23 |     2833 |       12
228.86/228.94	c  228s |      17 |   213846 |   198432 |    14286     23 |     2833 |       12
230.85/230.96	c  230s |      17 |   215513 |   200032 |    14286     23 |     2833 |       12
232.95/233.09	c  232s |      17 |   217391 |   201732 |    14286     23 |     2833 |       12
235.05/235.14	c  234s |      17 |   219295 |   203332 |    14286     24 |     2833 |       12
237.15/237.20	c  236s |      17 |   221238 |   205032 |    14286     24 |     2833 |       12
239.25/239.32	c  239s |      17 |   223339 |   206732 |    14286     24 |     2833 |       12
241.35/241.41	c  241s |      17 |   224954 |   208332 |    14286     24 |     2833 |       12
243.45/243.55	c  243s |      17 |   226971 |   210232 |    14286     24 |     2833 |       12
245.55/245.65	c  245s |      17 |   228128 |   211132 |    14286     24 |     2833 |       12
247.65/247.75	c  247s |      17 |   229713 |   212132 |    14286     24 |     2833 |       12
249.65/249.78	c  249s |      17 |   231017 |   213132 |    14286     24 |     2833 |       12
251.64/251.78	c  251s |      17 |   231955 |   213932 |    14286     25 |     2833 |       12
253.64/253.79	c  253s |      17 |   233059 |   214832 |    14286     25 |     2833 |       12
255.84/255.96	c  255s |      17 |   234453 |   215832 |    14286     25 |     2833 |       12
257.94/258.03	c  257s |      17 |   236244 |   217332 |    14286     25 |     2833 |       12
260.04/260.19	c  259s |      17 |   237900 |   218832 |    14286     25 |     2833 |       12
262.24/262.37	c  262s |      17 |   239034 |   219532 |    14286     25 |     2833 |       12
264.44/264.52	c  264s |      17 |   239959 |   220332 |    14286     25 |     2833 |       12
266.44/266.58	c  266s |      17 |   241337 |   221332 |    14286     25 |     2833 |       12
268.54/268.63	c  268s |      17 |   242474 |   222332 |    14286     25 |     2833 |       12
271.04/271.10	c  270s |      17 |   244110 |   223832 |    14286     26 |     2833 |       12
273.14/273.22	c  273s |      17 |   245466 |   225132 |    14286     26 |     2833 |       12
275.24/275.37	c  275s |      17 |   246964 |   226532 |    14286     26 |     2833 |       12
277.44/277.52	c  277s |      17 |   248196 |   227732 |    14286     26 |     2833 |       12
279.54/279.66	c  279s |      17 |   249475 |   228932 |    14286     26 |     2833 |       12
281.65/281.76	c  281s |      17 |   250619 |   230032 |    14286     26 |     2833 |       12
283.85/283.96	c  283s |      17 |   251784 |   231132 |    14286     26 |     2833 |       12
285.95/286.02	c  285s |      17 |   252846 |   232132 |    14286     26 |     2833 |       12
287.95/288.04	c  287s |      17 |   253750 |   233032 |    14286     26 |     2833 |       12
289.95/290.04	c  289s |      17 |   254768 |   233832 |    14286     26 |     2833 |       12
291.95/292.09	c  291s |      17 |   256413 |   235432 |    14286     27 |     2833 |       12
294.15/294.22	c  294s |      17 |   258317 |   237232 |    14286     27 |     2833 |       12
296.15/296.24	c  296s |      17 |   259376 |   238032 |    14286     27 |     2833 |       12
298.34/298.44	c  298s |      17 |   260294 |   238732 |    14286     27 |     2833 |       12
300.84/300.91	c  300s |      17 |   261515 |   239832 |    14286     27 |     2833 |       12
303.04/303.17	c  302s |      17 |   262335 |   240532 |    14286     27 |     2833 |       12
305.24/305.39	c  305s |      17 |   263685 |   241832 |    14286     27 |     2833 |       12
307.44/307.55	c  307s |      17 |   264550 |   242632 |    14286     27 |     2833 |       12
309.64/309.79	c  309s |      17 |   265750 |   243532 |    14286     27 |     2833 |       12
311.84/311.92	c  311s |      17 |   266521 |   244232 |    14286     28 |     2833 |       12
313.84/313.95	c  313s |      17 |   268166 |   245732 |    14286     28 |     2833 |       12
316.04/316.13	c  315s |      17 |   269499 |   246832 |    14286     28 |     2833 |       12
318.24/318.35	c  318s |      17 |   270744 |   247932 |    14286     28 |     2833 |       12
320.33/320.46	c  320s |      17 |   271692 |   248732 |    14286     28 |     2833 |       12
322.34/322.48	c  322s |      17 |   272304 |   249232 |    14286     28 |     2833 |       12
324.33/324.49	c  324s |      17 |   273103 |   249832 |    14286     28 |     2833 |       12
326.44/326.54	c  326s |      17 |   274060 |   250632 |    14286     28 |     2833 |       12
328.44/328.56	c  328s |      17 |   275073 |   251632 |    14286     28 |     2833 |       12
330.54/330.66	c  330s |      17 |   276778 |   253332 |    14286     28 |     2833 |       12
332.64/332.75	c  332s |      17 |   277711 |   254232 |    14286     28 |     2833 |       12
334.74/334.80	c  334s |      17 |   278579 |   255032 |    14286     29 |     2833 |       12
336.84/336.98	c  336s |      17 |   279822 |   256232 |    14286     29 |     2833 |       12
338.94/339.05	c  338s |      17 |   280931 |   257232 |    14286     29 |     2833 |       12
340.94/341.06	c  340s |      17 |   281914 |   258232 |    14286     29 |     2833 |       12
343.03/343.10	c  342s |      17 |   283195 |   259232 |    14286     29 |     2833 |       12
345.03/345.15	c  344s |      17 |   284039 |   260032 |    14286     29 |     2833 |       12
347.03/347.16	c  346s |      17 |   285014 |   260932 |    14286     29 |     2833 |       12
349.33/349.42	c  349s |      17 |   286046 |   261932 |    14286     29 |     2833 |       12
351.43/351.53	c  351s |      17 |   287085 |   262832 |    14286     29 |     2833 |       12
353.43/353.55	c  353s |      17 |   288056 |   263632 |    14286     29 |     2833 |       12
355.53/355.62	c  355s |      17 |   289110 |   264632 |    14286     29 |     2833 |       12
357.54/357.64	c  357s |      17 |   289846 |   265332 |    14286     30 |     2833 |       12
359.74/359.82	c  359s |      17 |   290954 |   266432 |    14286     30 |     2833 |       12
361.73/361.85	c  361s |      17 |   291985 |   267432 |    14286     30 |     2833 |       12
363.83/363.96	c  363s |      17 |   292708 |   267932 |    14286     30 |     2833 |       12
366.03/366.14	c  365s |      17 |   293879 |   269032 |    14286     30 |     2833 |       12
368.03/368.15	c  367s |      17 |   295133 |   270032 |    14286     30 |     2833 |       12
370.13/370.24	c  370s |      17 |   297285 |   272132 |    14286     30 |     2833 |       12
372.13/372.26	c  372s |      17 |   298686 |   273432 |    14286     30 |     2833 |       12
374.13/374.26	c  374s |      17 |   300051 |   274432 |    14286     30 |     2833 |       12
376.24/376.37	c  376s |      17 |   300858 |   275132 |    14286     31 |     2833 |       12
378.34/378.44	c  378s |      17 |   302098 |   276132 |    14286     31 |     2833 |       12
380.43/380.56	c  380s |      17 |   303748 |   277732 |    14286     31 |     2833 |       12
382.53/382.65	c  382s |      17 |   305223 |   279132 |    14286     31 |     2833 |       12
384.63/384.77	c  384s |      17 |   306616 |   280332 |    14286     31 |     2833 |       12
386.63/386.77	c  386s |      17 |   308130 |   281832 |    14286     31 |     2833 |       12
388.73/388.87	c  388s |      17 |   309721 |   283432 |    14286     31 |     2833 |       12
390.92/391.01	c  390s |      17 |   310764 |   284132 |    14286     31 |     2833 |       12
392.92/393.09	c  392s |      17 |   311636 |   284932 |    14286     31 |     2833 |       12
395.02/395.14	c  394s |      17 |   313356 |   286632 |    14286     32 |     2833 |       12
397.03/397.19	c  396s |      17 |   314505 |   287732 |    14286     32 |     2833 |       12
399.33/399.42	c  399s |      17 |   315680 |   288632 |    14286     32 |     2833 |       12
401.53/401.61	c  401s |      17 |   316741 |   289332 |    14286     32 |     2833 |       12
403.63/403.77	c  403s |      17 |   318094 |   290432 |    14286     32 |     2833 |       12
405.73/405.82	c  405s |      17 |   319214 |   291332 |    14286     32 |     2833 |       12
407.73/407.82	c  407s |      17 |   320358 |   292232 |    14286     32 |     2833 |       12
409.92/410.09	c  409s |      17 |   321592 |   293232 |    14286     32 |     2833 |       12
412.02/412.15	c  411s |      17 |   322799 |   294132 |    14286     32 |     2833 |       12
414.12/414.23	c  414s |      17 |   323954 |   294832 |    15715     32 |     2833 |       12
416.22/416.39	c  416s |      17 |   325231 |   296032 |    15715     32 |     2833 |       12
416.62/416.78	c  416s |      18 |   325443 |   296252 |    15715     32 |     2833 |       12
418.72/418.81	c  418s |      18 |   329759 |   296552 |    15715     33 |     2833 |       12
420.72/420.88	c  420s |      18 |   330572 |   297252 |    15715     33 |     2833 |       12
422.82/422.92	c  422s |      18 |   331169 |   297852 |    15715     33 |     2833 |       12
424.92/425.03	c  424s |      18 |   332756 |   298752 |    15715     33 |     2833 |       12
427.02/427.14	c  426s |      18 |   334025 |   299952 |    15715     33 |     2833 |       12
429.22/429.38	c  429s |      18 |   334896 |   300752 |    15715     33 |     2833 |       12
431.42/431.54	c  431s |      18 |   336405 |   302052 |    15715     33 |     2833 |       12
433.52/433.61	c  433s |      18 |   337627 |   303252 |    15715     33 |     2833 |       12
435.52/435.66	c  435s |      18 |   338750 |   304352 |    15715     33 |     2833 |       12
437.51/437.69	c  437s |      18 |   339798 |   305352 |    15715     33 |     2833 |       12
439.61/439.72	c  439s |      18 |   340822 |   306352 |    15715     33 |     2833 |       12
441.81/441.90	c  441s |      18 |   341734 |   307252 |    15715     34 |     2833 |       12
443.91/444.03	c  443s |      18 |   342800 |   308252 |    15715     34 |     2833 |       12
445.91/446.06	c  445s |      18 |   343748 |   309152 |    15715     34 |     2833 |       12
448.11/448.20	c  447s |      18 |   344633 |   310052 |    15715     34 |     2833 |       12
450.21/450.39	c  450s |      18 |   345544 |   310952 |    15715     34 |     2833 |       12
452.31/452.44	c  452s |      18 |   346464 |   311752 |    15715     34 |     2833 |       12
454.41/454.59	c  454s |      18 |   347401 |   312552 |    15715     34 |     2833 |       12
456.71/456.83	c  456s |      18 |   348197 |   313352 |    15715     34 |     2833 |       12
459.01/459.11	c  458s |      18 |   349028 |   314152 |    15715     34 |     2833 |       12
461.01/461.16	c  460s |      18 |   349723 |   314852 |    15715     34 |     2833 |       12
463.30/463.42	c  463s |      18 |   350569 |   315652 |    15715     34 |     2833 |       12
465.60/465.71	c  465s |      18 |   351365 |   316452 |    15715     34 |     2833 |       12
467.60/467.77	c  467s |      18 |   352066 |   317152 |    15715     34 |     2833 |       12
469.71/469.83	c  469s |      18 |   352697 |   317752 |    15715     35 |     2833 |       12
471.81/472.00	c  471s |      18 |   353509 |   318552 |    15715     35 |     2833 |       12
473.90/474.01	c  473s |      18 |   354130 |   319152 |    15715     35 |     2833 |       12
476.10/476.27	c  476s |      18 |   354932 |   319952 |    15715     35 |     2833 |       12
478.20/478.34	c  478s |      18 |   355636 |   320652 |    15715     35 |     2833 |       12
480.40/480.50	c  480s |      18 |   356368 |   321352 |    15715     35 |     2833 |       12
482.50/482.65	c  482s |      18 |   357084 |   322052 |    15715     35 |     2833 |       12
484.70/484.87	c  484s |      18 |   357776 |   322752 |    15715     35 |     2833 |       12
487.00/487.10	c  486s |      18 |   358482 |   323452 |    15715     35 |     2833 |       12
489.30/489.41	c  489s |      18 |   359193 |   324152 |    15715     35 |     2833 |       12
491.50/491.70	c  491s |      18 |   359948 |   324852 |    15715     35 |     2833 |       12
493.69/493.86	c  493s |      18 |   360555 |   325452 |    15715     35 |     2833 |       12
495.89/496.02	c  495s |      18 |   361223 |   326052 |    15715     35 |     2833 |       12
497.99/498.19	c  497s |      18 |   361896 |   326652 |    15715     35 |     2833 |       12
500.29/500.44	c  500s |      18 |   362500 |   327252 |    15715     35 |     2833 |       12
502.59/502.77	c  502s |      18 |   363142 |   327852 |    15715     35 |     2833 |       12
504.89/505.01	c  504s |      18 |   363653 |   328352 |    15715     36 |     2833 |       12
508.99/509.17	c  508s |      18 |   364264 |   328952 |    15715     36 |     2833 |       12
511.09/511.29	c  511s |      18 |   365109 |   329752 |    15715     36 |     2833 |       12
513.39/513.52	c  513s |      18 |   365920 |   330552 |    15715     36 |     2833 |       12
515.49/515.66	c  515s |      18 |   366659 |   331252 |    15715     36 |     2833 |       12
517.69/517.81	c  517s |      18 |   367393 |   331952 |    15715     36 |     2833 |       12
519.89/520.06	c  519s |      18 |   368107 |   332652 |    15715     36 |     2833 |       12
521.98/522.11	c  521s |      18 |   368694 |   333252 |    15715     36 |     2833 |       12
523.98/524.11	c  523s |      18 |   369333 |   333852 |    15715     36 |     2833 |       12
526.08/526.23	c  526s |      18 |   369930 |   334452 |    15715     36 |     2833 |       12
528.08/528.26	c  528s |      18 |   370542 |   335052 |    15715     36 |     2833 |       12
530.19/530.33	c  530s |      18 |   371177 |   335652 |    15715     36 |     2833 |       12
532.28/532.43	c  532s |      18 |   371831 |   336252 |    15715     36 |     2833 |       12
534.38/534.57	c  534s |      18 |   372441 |   336852 |    15715     36 |     2833 |       12
536.58/536.76	c  536s |      18 |   373042 |   337452 |    15715     36 |     2833 |       12
538.78/538.98	c  538s |      18 |   373643 |   338052 |    15715     36 |     2833 |       12
541.18/541.31	c  541s |      18 |   374256 |   338652 |    15715     36 |     2833 |       12
543.17/543.32	c  543s |      18 |   374661 |   339052 |    15715     37 |     2833 |       12
545.37/545.52	c  545s |      18 |   375470 |   339852 |    15715     37 |     2833 |       12
547.47/547.65	c  547s |      18 |   376180 |   340552 |    15715     37 |     2833 |       12
549.47/549.66	c  549s |      18 |   376941 |   341252 |    15715     37 |     2833 |       12
551.57/551.71	c  551s |      18 |   377646 |   341952 |    15715     37 |     2833 |       12
553.57/553.77	c  553s |      18 |   378367 |   342652 |    15715     37 |     2833 |       12
555.86/556.03	c  555s |      18 |   378808 |   343052 |    15715     37 |     2833 |       12
557.96/558.14	c  557s |      18 |   379532 |   343752 |    15715     37 |     2833 |       12
559.96/560.15	c  559s |      18 |   380292 |   344452 |    15715     37 |     2833 |       12
562.16/562.36	c  562s |      18 |   380996 |   345152 |    15715     37 |     2833 |       12
564.46/564.60	c  564s |      18 |   381722 |   345852 |    15715     37 |     2833 |       12
566.66/566.88	c  566s |      18 |   382448 |   346552 |    15715     37 |     2833 |       12
569.06/569.21	c  568s |      18 |   383153 |   347252 |    15715     37 |     2833 |       12
571.06/571.27	c  571s |      18 |   383761 |   347852 |    15715     37 |     2833 |       12
573.26/573.42	c  573s |      18 |   384381 |   348452 |    15715     37 |     2833 |       12
575.36/575.59	c  575s |      18 |   384984 |   349052 |    15715     37 |     2833 |       12
577.96/578.19	c  577s |      18 |   385595 |   349652 |    15715     38 |     2833 |       12
580.55/580.77	c  580s |      18 |   386009 |   350052 |    15715     38 |     2833 |       12
582.55/582.80	c  582s |      18 |   386808 |   350852 |    15715     38 |     2833 |       12
584.75/584.99	c  584s |      18 |   387605 |   351652 |    15715     38 |     2833 |       12
587.04/587.23	c  587s |      18 |   388415 |   352452 |    15715     38 |     2833 |       12
589.34/589.52	c  589s |      18 |   389227 |   353252 |    15715     38 |     2833 |       12
591.44/591.63	c  591s |      18 |   389934 |   353952 |    15715     38 |     2833 |       12
593.64/593.80	c  593s |      18 |   390639 |   354652 |    15715     38 |     2833 |       12
595.84/596.04	c  595s |      18 |   391389 |   355352 |    15715     38 |     2833 |       12
597.84/598.09	c  597s |      18 |   392011 |   355952 |    15715     38 |     2833 |       12
600.14/600.35	c  600s |      18 |   392711 |   356652 |    15715     38 |     2833 |       12
602.14/602.39	c  602s |      18 |   393320 |   357252 |    15715     38 |     2833 |       12
604.24/604.46	c  604s |      18 |   393928 |   357852 |    15715     38 |     2833 |       12
606.34/606.58	c  606s |      18 |   394535 |   358452 |    15715     38 |     2833 |       12
608.44/608.68	c  608s |      18 |   395139 |   359052 |    15715     38 |     2833 |       12
610.64/610.89	c  610s |      18 |   395757 |   359652 |    15715     38 |     2833 |       12
613.33/613.57	c  613s |      18 |   396359 |   360252 |    15715     39 |     2833 |       12
615.63/615.83	c  615s |      18 |   397187 |   361052 |    15715     39 |     2833 |       12
617.73/617.93	c  617s |      18 |   397893 |   361752 |    15715     39 |     2833 |       12
619.93/620.14	c  619s |      18 |   398618 |   362452 |    15715     39 |     2833 |       12
622.22/622.45	c  622s |      18 |   399456 |   363252 |    15715     39 |     2833 |       12
624.52/624.70	c  624s |      18 |   400263 |   364052 |    15715     39 |     2833 |       12
626.72/626.92	c  626s |      18 |   401011 |   364752 |    15715     39 |     2833 |       12
628.82/629.10	c  628s |      18 |   401711 |   365452 |    15715     39 |     2833 |       12
632.12/632.30	c  632s |      18 |   402317 |   366052 |    15715     39 |     2833 |       12
634.22/634.48	c  634s |      18 |   403038 |   366752 |    15715     39 |     2833 |       12
636.52/636.70	c  636s |      18 |   403776 |   367452 |    15715     39 |     2833 |       12
638.82/639.01	c  638s |      18 |   404488 |   368152 |    15715     39 |     2833 |       12
640.82/641.05	c  640s |      18 |   405117 |   368752 |    15715     39 |     2833 |       12
643.02/643.25	c  643s |      18 |   405727 |   369352 |    15715     39 |     2833 |       12
645.31/645.50	c  645s |      18 |   406341 |   369952 |    15715     39 |     2833 |       12
647.51/647.77	c  647s |      18 |   407014 |   370552 |    15715     39 |     2833 |       12
649.92/650.12	c  649s |      18 |   407546 |   371052 |    15715     40 |     2833 |       12
652.13/652.31	c  652s |      18 |   408271 |   371752 |    15715     40 |     2833 |       12
654.33/654.56	c  654s |      18 |   409106 |   372552 |    15715     40 |     2833 |       12
656.32/656.58	c  656s |      18 |   409828 |   373252 |    15715     40 |     2833 |       12
658.42/658.67	c  658s |      18 |   410553 |   373952 |    15715     40 |     2833 |       12
660.62/660.88	c  660s |      18 |   411281 |   374652 |    15715     40 |     2833 |       12
662.92/663.12	c  662s |      18 |   411990 |   375352 |    15715     40 |     2833 |       12
665.11/665.33	c  665s |      18 |   412686 |   376052 |    15715     40 |     2833 |       12
667.41/667.60	c  667s |      18 |   413400 |   376752 |    15715     40 |     2833 |       12
669.72/669.96	c  669s |      18 |   413800 |   377152 |    15715     40 |     2833 |       12
672.01/672.27	c  672s |      18 |   414513 |   377852 |    15715     40 |     2833 |       12
674.11/674.32	c  674s |      18 |   415114 |   378452 |    15715     40 |     2833 |       12
676.21/676.48	c  676s |      18 |   415716 |   379052 |    15715     40 |     2833 |       12
678.31/678.57	c  678s |      18 |   416328 |   379652 |    15715     40 |     2833 |       12
680.41/680.69	c  680s |      18 |   416945 |   380252 |    15715     40 |     2833 |       12
682.60/682.84	c  682s |      18 |   417543 |   380852 |    15715     40 |     2833 |       12
684.80/685.05	c  684s |      18 |   418145 |   381452 |    15715     40 |     2833 |       12
686.90/687.17	c  686s |      18 |   418659 |   381952 |    15715     41 |     2833 |       12
689.00/689.20	c  688s |      18 |   419364 |   382652 |    15715     41 |     2833 |       12
691.00/691.22	c  691s |      18 |   420070 |   383352 |    15715     41 |     2833 |       12
693.09/693.30	c  693s |      18 |   420680 |   383952 |    15715     41 |     2833 |       12
695.10/695.35	c  695s |      18 |   421379 |   384652 |    15715     41 |     2833 |       12
697.30/697.51	c  697s |      18 |   422177 |   385352 |    15715     41 |     2833 |       12
699.40/699.68	c  699s |      18 |   422893 |   386052 |    15715     41 |     2833 |       12
701.39/701.68	c  701s |      18 |   423495 |   386652 |    15715     41 |     2833 |       12
703.59/703.80	c  703s |      18 |   424113 |   387252 |    15715     41 |     2833 |       12
705.58/705.88	c  705s |      18 |   424707 |   387852 |    15715     41 |     2833 |       12
707.88/708.19	c  707s |      18 |   425418 |   388552 |    15715     41 |     2833 |       12
709.98/710.24	c  710s |      18 |   426025 |   389152 |    15715     41 |     2833 |       12
712.08/712.33	c  712s |      18 |   426645 |   389752 |    15715     41 |     2833 |       12
714.28/714.50	c  714s |      18 |   427246 |   390352 |    15715     41 |     2833 |       12
716.48/716.72	c  716s |      18 |   427853 |   390952 |    15715     41 |     2833 |       12
718.67/718.94	c  718s |      18 |   428263 |   391352 |    15715     41 |     2833 |       12
720.77/721.08	c  720s |      18 |   428862 |   391952 |    15715     41 |     2833 |       12
722.97/723.28	c  723s |      18 |   429314 |   392352 |    15715     42 |     2833 |       12
725.17/725.43	c  725s |      18 |   430133 |   393152 |    15715     42 |     2833 |       12
727.27/727.59	c  727s |      18 |   430930 |   393952 |    15715     42 |     2833 |       12
729.57/729.83	c  729s |      18 |   431810 |   394752 |    15715     42 |     2833 |       12
731.57/731.86	c  731s |      18 |   432555 |   395452 |    15715     42 |     2833 |       12
733.77/734.03	c  733s |      18 |   433299 |   396152 |    15715     42 |     2833 |       12
735.87/736.18	c  735s |      18 |   434007 |   396852 |    15715     42 |     2833 |       12
738.07/738.37	c  738s |      18 |   434741 |   397552 |    15715     42 |     2833 |       12
740.27/740.56	c  740s |      18 |   435454 |   398252 |    15715     42 |     2833 |       12
742.56/742.83	c  742s |      18 |   436171 |   398952 |    15715     42 |     2833 |       12
744.57/744.85	c  744s |      18 |   436781 |   399552 |    15715     42 |     2833 |       12
746.67/746.95	c  746s |      18 |   437392 |   400152 |    15715     42 |     2833 |       12
748.76/749.03	c  748s |      18 |   437990 |   400752 |    15715     42 |     2833 |       12
750.96/751.22	c  751s |      18 |   438599 |   401352 |    15715     42 |     2833 |       12
753.06/753.30	c  753s |      18 |   439254 |   401952 |    15715     42 |     2833 |       12
755.06/755.38	c  755s |      18 |   439883 |   402552 |    15715     42 |     2833 |       12
757.35/757.64	c  757s |      18 |   440384 |   403052 |    15715     43 |     2833 |       12
759.35/759.65	c  759s |      18 |   441094 |   403752 |    15715     43 |     2833 |       12
761.35/761.67	c  761s |      18 |   441841 |   404452 |    15715     43 |     2833 |       12
763.45/763.70	c  763s |      18 |   442549 |   405152 |    15715     43 |     2833 |       12
765.45/765.71	c  765s |      18 |   443253 |   405852 |    15715     43 |     2833 |       12
767.75/768.04	c  767s |      18 |   444132 |   406652 |    15715     43 |     2833 |       12
769.85/770.19	c  769s |      18 |   444825 |   407352 |    15715     43 |     2833 |       12
772.14/772.42	c  772s |      18 |   445500 |   407952 |    15715     43 |     2833 |       12
774.34/774.62	c  774s |      18 |   446233 |   408652 |    15715     43 |     2833 |       12
776.64/776.91	c  776s |      18 |   446943 |   409352 |    15715     43 |     2833 |       12
778.65/778.98	c  778s |      18 |   447569 |   409952 |    15715     43 |     2833 |       12
780.75/781.03	c  780s |      18 |   448171 |   410552 |    15715     43 |     2833 |       12
782.84/783.14	c  782s |      18 |   448813 |   411152 |    15715     43 |     2833 |       12
785.04/785.33	c  785s |      18 |   449478 |   411752 |    15715     43 |     2833 |       12
787.24/787.52	c  787s |      18 |   450083 |   412352 |    15715     43 |     2833 |       12
789.54/789.82	c  789s |      18 |   450685 |   412952 |    15715     43 |     2833 |       12
791.53/791.85	c  791s |      18 |   451201 |   413452 |    15715     43 |     2833 |       12
793.84/794.14	c  793s |      18 |   451504 |   413752 |    15715     44 |     2833 |       12
796.04/796.36	c  796s |      18 |   452324 |   414552 |    15715     44 |     2833 |       12
798.23/798.56	c  798s |      18 |   453179 |   415352 |    15715     44 |     2833 |       12
800.54/800.83	c  800s |      18 |   453985 |   416152 |    15715     44 |     2833 |       12
802.74/803.00	c  802s |      18 |   454690 |   416852 |    15715     44 |     2833 |       12
804.73/805.09	c  804s |      18 |   455401 |   417552 |    15715     44 |     2833 |       12
807.03/807.33	c  807s |      18 |   456128 |   418252 |    15715     44 |     2833 |       12
809.03/809.37	c  809s |      18 |   456739 |   418852 |    15715     44 |     2833 |       12
811.33/811.67	c  811s |      18 |   457434 |   419552 |    15715     44 |     2833 |       12
813.43/813.70	c  813s |      18 |   457947 |   420052 |    15715     44 |     2833 |       12
815.63/815.95	c  815s |      18 |   458661 |   420752 |    15715     44 |     2833 |       12
817.93/818.27	c  818s |      18 |   459375 |   421452 |    15715     44 |     2833 |       12
820.03/820.34	c  820s |      18 |   459977 |   422052 |    15715     44 |     2833 |       12
822.12/822.46	c  822s |      18 |   460585 |   422652 |    15715     44 |     2833 |       12
824.22/824.53	c  824s |      18 |   461192 |   423252 |    15715     44 |     2833 |       12
826.32/826.69	c  826s |      18 |   461833 |   423852 |    15715     44 |     2833 |       12
828.62/829.00	c  828s |      18 |   462332 |   424352 |    15715     45 |     2833 |       12
830.72/831.08	c  830s |      18 |   462941 |   424952 |    15715     45 |     2833 |       12
832.82/833.17	c  832s |      18 |   463813 |   425752 |    15715     45 |     2833 |       12
835.02/835.30	c  835s |      18 |   465446 |   427252 |    15715     45 |     2833 |       12
837.12/837.41	c  837s |      18 |   466864 |   428552 |    15715     45 |     2833 |       12
839.12/839.44	c  839s |      18 |   468164 |   429752 |    15715     45 |     2833 |       12
841.12/841.49	c  841s |      18 |   469449 |   430952 |    15715     45 |     2833 |       12
843.21/843.54	c  843s |      18 |   470700 |   432152 |    15715     45 |     2833 |       12
845.21/845.57	c  845s |      18 |   471874 |   433252 |    15715     45 |     2833 |       12
847.31/847.65	c  847s |      18 |   473055 |   434352 |    15715     45 |     2833 |       12
849.31/849.66	c  849s |      18 |   474025 |   435252 |    15715     46 |     2833 |       12
851.51/851.84	c  851s |      18 |   475219 |   436352 |    15715     46 |     2833 |       12
853.61/853.94	c  853s |      18 |   476278 |   437352 |    15715     46 |     2833 |       12
855.61/855.95	c  855s |      18 |   477270 |   438252 |    15715     46 |     2833 |       12
857.61/857.99	c  857s |      18 |   478328 |   439252 |    15715     46 |     2833 |       12
859.81/860.13	c  859s |      18 |   479293 |   440152 |    15715     46 |     2833 |       12
862.00/862.31	c  862s |      18 |   480322 |   441052 |    15715     46 |     2833 |       12
864.20/864.51	c  864s |      18 |   481456 |   442052 |    17287     46 |     2833 |       12
866.30/866.62	c  866s |      18 |   482420 |   442952 |    17287     46 |     2833 |       12
868.50/868.81	c  868s |      18 |   483400 |   443852 |    17287     46 |     2833 |       12
870.10/870.45	c  870s |      19 |   484083 |   444482 |    17287     46 |     2833 |       12
872.40/872.70	c  872s |      19 |   485927 |   444782 |    17287     47 |     2833 |       12
874.50/874.84	c  874s |      19 |   486907 |   445482 |    17287     47 |     2833 |       12
876.50/876.87	c  876s |      19 |   488982 |   446682 |    17287     47 |     2833 |       12
878.50/878.89	c  878s |      19 |   490159 |   447782 |    17287     47 |     2833 |       12
880.70/881.00	c  880s |      19 |   491380 |   448882 |    17287     47 |     2833 |       12
882.79/883.13	c  882s |      19 |   492527 |   449982 |    17287     47 |     2833 |       12
884.79/885.15	c  884s |      19 |   493620 |   450982 |    17287     47 |     2833 |       12
886.89/887.23	c  887s |      19 |   494970 |   452182 |    17287     47 |     2833 |       12
888.89/889.27	c  889s |      19 |   496152 |   453282 |    17287     47 |     2833 |       12
890.99/891.33	c  891s |      19 |   497490 |   454382 |    17287     47 |     2833 |       12
892.99/893.34	c  893s |      19 |   498740 |   455382 |    17287     47 |     2833 |       12
895.19/895.50	c  895s |      19 |   499962 |   456382 |    17287     47 |     2833 |       12
897.18/897.60	c  897s |      19 |   501170 |   457382 |    17287     47 |     2833 |       12
899.28/899.64	c  899s |      19 |   502243 |   458182 |    17287     48 |     2833 |       12
901.48/901.84	c  901s |      19 |   503492 |   459282 |    17287     48 |     2833 |       12
903.68/904.01	c  903s |      19 |   504758 |   460282 |    17287     48 |     2833 |       12
905.78/906.11	c  905s |      19 |   505789 |   461182 |    17287     48 |     2833 |       12
907.88/908.23	c  908s |      19 |   506922 |   462182 |    17287     48 |     2833 |       12
910.08/910.41	c  910s |      19 |   508178 |   463182 |    17287     48 |     2833 |       12
912.08/912.41	c  912s |      19 |   509245 |   464082 |    17287     48 |     2833 |       12
914.08/914.49	c  914s |      19 |   510297 |   464982 |    17287     48 |     2833 |       12
916.28/916.60	c  916s |      19 |   511330 |   465882 |    17287     48 |     2833 |       12
918.48/918.82	c  918s |      19 |   512393 |   466782 |    17287     48 |     2833 |       12
920.48/920.85	c  920s |      19 |   513289 |   467582 |    17287     48 |     2833 |       12
922.68/923.07	c  922s |      19 |   514364 |   468482 |    17287     48 |     2833 |       12
925.07/925.40	c  925s |      19 |   515305 |   469282 |    17287     49 |     2833 |       12
927.37/927.70	c  927s |      19 |   516275 |   470082 |    17287     49 |     2833 |       12
929.37/929.78	c  929s |      19 |   517282 |   470982 |    17287     49 |     2833 |       12
931.38/931.79	c  931s |      19 |   518044 |   471682 |    17287     49 |     2833 |       12
933.47/933.86	c  933s |      19 |   519044 |   472582 |    17287     49 |     2833 |       12
935.57/935.95	c  935s |      19 |   520126 |   473482 |    17287     49 |     2833 |       12
937.67/938.06	c  937s |      19 |   521284 |   474482 |    17287     49 |     2833 |       12
939.77/940.18	c  939s |      19 |   522323 |   475382 |    17287     49 |     2833 |       12
941.87/942.20	c  941s |      19 |   523223 |   476182 |    17287     49 |     2833 |       12
943.97/944.33	c  944s |      19 |   524160 |   476982 |    17287     49 |     2833 |       12
945.97/946.35	c  946s |      19 |   524964 |   477682 |    17287     49 |     2833 |       12
948.17/948.51	c  948s |      19 |   525927 |   478482 |    17287     49 |     2833 |       12
950.27/950.67	c  950s |      19 |   526715 |   479182 |    17287     49 |     2833 |       12
952.37/952.77	c  952s |      19 |   527552 |   479882 |    17287     49 |     2833 |       12
954.47/954.85	c  954s |      19 |   528415 |   480582 |    17287     49 |     2833 |       12
956.56/957.00	c  956s |      19 |   528879 |   480982 |    17287     50 |     2833 |       12
958.76/959.10	c  958s |      19 |   530029 |   481882 |    17287     50 |     2833 |       12
960.76/961.15	c  960s |      19 |   531065 |   482782 |    17287     50 |     2833 |       12
962.86/963.25	c  963s |      19 |   532096 |   483682 |    17287     50 |     2833 |       12
964.96/965.34	c  965s |      19 |   533090 |   484582 |    17287     50 |     2833 |       12
967.26/967.62	c  967s |      19 |   534188 |   485482 |    17287     50 |     2833 |       12
969.45/969.83	c  969s |      19 |   534845 |   486082 |    17287     50 |     2833 |       12
971.45/971.85	c  971s |      19 |   535792 |   486982 |    17287     50 |     2833 |       12
973.75/974.12	c  973s |      19 |   536749 |   487882 |    17287     50 |     2833 |       12
975.75/976.16	c  975s |      19 |   537494 |   488582 |    17287     50 |     2833 |       12
977.85/978.22	c  978s |      19 |   538215 |   489282 |    17287     50 |     2833 |       12
979.95/980.37	c  980s |      19 |   539033 |   489982 |    17287     50 |     2833 |       12
982.05/982.44	c  982s |      19 |   539845 |   490682 |    17287     50 |     2833 |       12
984.25/984.68	c  984s |      19 |   540665 |   491482 |    17287     50 |     2833 |       12
986.35/986.75	c  986s |      19 |   541469 |   492282 |    17287     50 |     2833 |       12
988.55/988.95	c  988s |      19 |   542184 |   492982 |    17287     51 |     2833 |       12
990.65/991.09	c  990s |      19 |   543012 |   493782 |    17287     51 |     2833 |       12
992.84/993.26	c  993s |      19 |   543761 |   494482 |    17287     51 |     2833 |       12
995.04/995.44	c  995s |      19 |   544863 |   495482 |    17287     51 |     2833 |       12
997.24/997.60	c  997s |      19 |   545915 |   496482 |    17287     51 |     2833 |       12
999.24/999.66	c  999s |      19 |   547144 |   497582 |    17287     51 |     2833 |       12
1001.24/1001.69	c 1001s |      19 |   547959 |   498382 |    17287     51 |     2833 |       12
1003.54/1003.93	c 1003s |      19 |   548901 |   499282 |    17287     51 |     2833 |       12
1005.64/1006.03	c 1005s |      19 |   549730 |   500082 |    17287     51 |     2833 |       12
1007.63/1008.04	c 1007s |      19 |   550447 |   500782 |    17287     51 |     2833 |       12
1009.73/1010.17	c 1009s |      19 |   551147 |   501482 |    17287     51 |     2833 |       12
1011.83/1012.25	c 1012s |      19 |   551847 |   502182 |    17287     51 |     2833 |       12
1014.03/1014.45	c 1014s |      19 |   552677 |   502982 |    17287     51 |     2833 |       12
1016.04/1016.48	c 1016s |      19 |   553385 |   503682 |    17287     51 |     2833 |       12
1018.13/1018.52	c 1018s |      19 |   554105 |   504382 |    17287     52 |     2833 |       12
1020.33/1020.77	c 1020s |      19 |   555269 |   505482 |    17287     52 |     2833 |       12
1022.63/1023.06	c 1022s |      19 |   556184 |   506382 |    17287     52 |     2833 |       12
1024.62/1025.08	c 1024s |      19 |   556883 |   507082 |    17287     52 |     2833 |       12
1026.72/1027.19	c 1026s |      19 |   557491 |   507682 |    17287     52 |     2833 |       12
1028.92/1029.38	c 1029s |      19 |   558196 |   508382 |    17287     52 |     2833 |       12
1031.02/1031.48	c 1031s |      19 |   559127 |   509282 |    17287     52 |     2833 |       12
1033.02/1033.49	c 1033s |      19 |   560167 |   510282 |    17287     52 |     2833 |       12
1035.22/1035.60	c 1035s |      19 |   561218 |   511282 |    17287     52 |     2833 |       12
1037.52/1037.90	c 1037s |      19 |   562284 |   512282 |    17287     52 |     2833 |       12
1039.52/1039.91	c 1039s |      19 |   562885 |   512882 |    17287     52 |     2833 |       12
1041.72/1042.15	c 1041s |      19 |   563583 |   513582 |    17287     52 |     2833 |       12
1043.81/1044.23	c 1044s |      19 |   564187 |   514182 |    17287     52 |     2833 |       12
1046.01/1046.46	c 1046s |      19 |   564893 |   514882 |    17287     52 |     2833 |       12
1048.11/1048.50	c 1048s |      19 |   565496 |   515482 |    17287     52 |     2833 |       12
1050.31/1050.71	c 1050s |      19 |   566043 |   515982 |    17287     53 |     2833 |       12
1052.32/1052.73	c 1052s |      19 |   566543 |   516482 |    17287     53 |     2833 |       12
1054.41/1054.82	c 1054s |      19 |   567242 |   517182 |    17287     53 |     2833 |       12
1056.41/1056.89	c 1056s |      19 |   568085 |   517982 |    17287     53 |     2833 |       12
1058.71/1059.12	c 1058s |      19 |   569028 |   518882 |    17287     53 |     2833 |       12
1060.71/1061.18	c 1060s |      19 |   569764 |   519582 |    17287     53 |     2833 |       12
1063.00/1063.46	c 1063s |      19 |   570500 |   520282 |    17287     53 |     2833 |       12
1065.00/1065.48	c 1065s |      19 |   571103 |   520882 |    17287     53 |     2833 |       12
1067.00/1067.49	c 1067s |      19 |   571936 |   521682 |    17287     53 |     2833 |       12
1069.10/1069.56	c 1069s |      19 |   572757 |   522482 |    17287     53 |     2833 |       12
1071.40/1071.83	c 1071s |      19 |   573460 |   523182 |    17287     53 |     2833 |       12
1073.40/1073.89	c 1073s |      19 |   574074 |   523782 |    17287     53 |     2833 |       12
1075.60/1076.08	c 1075s |      19 |   574673 |   524382 |    17287     53 |     2833 |       12
1077.90/1078.30	c 1078s |      19 |   575426 |   525082 |    17287     53 |     2833 |       12
1079.90/1080.32	c 1080s |      19 |   576055 |   525682 |    17287     53 |     2833 |       12
1081.90/1082.35	c 1082s |      19 |   576696 |   526282 |    17287     53 |     2833 |       12
1084.09/1084.52	c 1084s |      19 |   577351 |   526882 |    17287     53 |     2833 |       12
1086.59/1087.09	c 1086s |      19 |   577986 |   527482 |    17287     54 |     2833 |       12
1088.79/1089.26	c 1089s |      19 |   578613 |   528082 |    17287     54 |     2833 |       12
1090.80/1091.27	c 1091s |      19 |   579250 |   528682 |    17287     54 |     2833 |       12
1093.29/1093.70	c 1093s |      19 |   580010 |   529382 |    17287     54 |     2833 |       12
1095.39/1095.85	c 1095s |      19 |   580749 |   530082 |    17287     54 |     2833 |       12
1097.69/1098.15	c 1097s |      19 |   581489 |   530782 |    17287     54 |     2833 |       12
1099.99/1100.46	c 1100s |      19 |   582270 |   531482 |    17287     54 |     2833 |       12
1102.29/1102.80	c 1102s |      19 |   582820 |   531982 |    17287     54 |     2833 |       12
1104.49/1104.98	c 1104s |      19 |   583747 |   532882 |    17287     54 |     2833 |       12
1106.68/1107.19	c 1106s |      19 |   584698 |   533782 |    17287     54 |     2833 |       12
1108.98/1109.43	c 1109s |      19 |   585521 |   534582 |    17287     54 |     2833 |       12
1111.18/1111.68	c 1111s |      19 |   586364 |   535382 |    17287     54 |     2833 |       12
1113.28/1113.73	c 1113s |      19 |   587092 |   536082 |    17287     54 |     2833 |       12
1115.28/1115.75	c 1115s |      19 |   587829 |   536782 |    17287     54 |     2833 |       12
1117.48/1117.93	c 1117s |      19 |   588549 |   537482 |    17287     54 |     2833 |       12
1119.68/1120.18	c 1119s |      19 |   589263 |   538182 |    17287     54 |     2833 |       12
1121.98/1122.43	c 1122s |      19 |   590032 |   538882 |    17287     54 |     2833 |       12
1123.98/1124.43	c 1124s |      19 |   590439 |   539282 |    17287     55 |     2833 |       12
1126.18/1126.66	c 1126s |      19 |   591357 |   540182 |    17287     55 |     2833 |       12
1128.29/1128.79	c 1128s |      19 |   592216 |   540982 |    17287     55 |     2833 |       12
1130.49/1130.90	c 1130s |      19 |   593379 |   542082 |    17287     55 |     2833 |       12
1132.49/1132.97	c 1132s |      19 |   594207 |   542882 |    17287     55 |     2833 |       12
1134.69/1135.11	c 1134s |      19 |   595264 |   543882 |    17287     55 |     2833 |       12
1136.89/1137.30	c 1137s |      19 |   596112 |   544682 |    17287     55 |     2833 |       12
1138.89/1139.36	c 1139s |      19 |   596839 |   545382 |    17287     55 |     2833 |       12
1141.19/1141.61	c 1141s |      19 |   597567 |   546082 |    17287     55 |     2833 |       12
1143.49/1143.97	c 1143s |      19 |   598288 |   546782 |    17287     55 |     2833 |       12
1145.58/1146.07	c 1145s |      19 |   598910 |   547382 |    17287     55 |     2833 |       12
1147.78/1148.28	c 1148s |      19 |   599666 |   548082 |    17287     55 |     2833 |       12
1149.78/1150.28	c 1150s |      19 |   600273 |   548682 |    17287     55 |     2833 |       12
1151.98/1152.41	c 1152s |      19 |   600791 |   549182 |    17287     55 |     2833 |       12
1154.18/1154.66	c 1154s |      19 |   601498 |   549882 |    17287     55 |     2833 |       12
1156.28/1156.74	c 1156s |      19 |   601997 |   550382 |    17287     55 |     2833 |       12
1158.58/1159.01	c 1158s |      19 |   602502 |   550882 |    17287     56 |     2833 |       12
1160.58/1161.05	c 1160s |      19 |   603104 |   551482 |    17287     56 |     2833 |       12
1162.78/1163.23	c 1163s |      19 |   603807 |   552182 |    17287     56 |     2833 |       12
1164.78/1165.27	c 1165s |      19 |   604404 |   552782 |    17287     56 |     2833 |       12
1166.98/1167.48	c 1167s |      19 |   605008 |   553382 |    17287     56 |     2833 |       12
1169.18/1169.62	c 1169s |      19 |   605710 |   554082 |    17287     56 |     2833 |       12
1171.38/1171.80	c 1171s |      19 |   606411 |   554782 |    17287     56 |     2833 |       12
1173.58/1174.08	c 1173s |      19 |   607110 |   555482 |    17287     56 |     2833 |       12
1175.88/1176.39	c 1176s |      19 |   607715 |   556082 |    17287     56 |     2833 |       12
1177.98/1178.47	c 1178s |      19 |   608310 |   556682 |    17287     56 |     2833 |       12
1180.38/1180.83	c 1180s |      19 |   608911 |   557282 |    17287     56 |     2833 |       12
1182.68/1183.11	c 1182s |      19 |   609510 |   557882 |    17287     56 |     2833 |       12
1185.08/1185.50	c 1185s |      19 |   610114 |   558482 |    17287     56 |     2833 |       12
1187.08/1187.57	c 1187s |      19 |   610619 |   558982 |    17287     56 |     2833 |       12
1189.18/1189.69	c 1189s |      19 |   611216 |   559582 |    17287     56 |     2833 |       12
1191.58/1192.01	c 1191s |      19 |   611921 |   560282 |    17287     56 |     2833 |       12
1193.58/1194.05	c 1193s |      19 |   612519 |   560882 |    17287     56 |     2833 |       12
1195.68/1196.12	c 1195s |      19 |   613123 |   561482 |    17287     56 |     2833 |       12
1197.88/1198.34	c 1198s |      19 |   613723 |   562082 |    17287     56 |     2833 |       12
1199.88/1200.37	c 1200s |      19 |   614122 |   562482 |    17287     57 |     2833 |       12
1202.08/1202.54	c 1202s |      19 |   614829 |   563182 |    17287     57 |     2833 |       12
1204.08/1204.60	c 1204s |      19 |   615529 |   563882 |    17287     57 |     2833 |       12
1206.28/1206.73	c 1206s |      19 |   616228 |   564582 |    17287     57 |     2833 |       12
1208.48/1208.92	c 1208s |      19 |   616932 |   565282 |    17287     57 |     2833 |       12
1210.57/1211.07	c 1210s |      19 |   617632 |   565982 |    17287     57 |     2833 |       12
1212.77/1213.23	c 1213s |      19 |   618329 |   566682 |    17287     57 |     2833 |       12
1215.08/1215.58	c 1215s |      19 |   618833 |   567182 |    17287     57 |     2833 |       12
1217.28/1217.75	c 1217s |      19 |   619437 |   567782 |    17287     57 |     2833 |       12
1219.27/1219.79	c 1219s |      19 |   620036 |   568382 |    17287     57 |     2833 |       12
1221.37/1221.86	c 1221s |      19 |   620640 |   568982 |    17287     57 |     2833 |       12
1223.47/1223.95	c 1223s |      19 |   621241 |   569582 |    17287     57 |     2833 |       12
1225.47/1225.99	c 1225s |      19 |   621840 |   570182 |    17287     57 |     2833 |       12
1227.67/1228.11	c 1227s |      19 |   622447 |   570782 |    17287     57 |     2833 |       12
1229.77/1230.25	c 1230s |      19 |   623048 |   571382 |    17287     57 |     2833 |       12
1232.07/1232.54	c 1232s |      19 |   623648 |   571982 |    17287     57 |     2833 |       12
1234.37/1234.85	c 1234s |      19 |   624254 |   572582 |    17287     57 |     2833 |       12
1236.47/1236.98	c 1236s |      19 |   624756 |   573082 |    17287     57 |     2833 |       12
1238.67/1239.18	c 1238s |      19 |   625262 |   573582 |    17287     57 |     2833 |       12
1240.77/1241.24	c 1241s |      19 |   625666 |   573982 |    17287     58 |     2833 |       12
1243.27/1243.72	c 1243s |      19 |   626267 |   574582 |    17287     58 |     2833 |       12
1245.37/1245.82	c 1245s |      19 |   626863 |   575182 |    17287     58 |     2833 |       12
1247.57/1248.07	c 1247s |      19 |   627473 |   575782 |    17287     58 |     2833 |       12
1249.77/1250.22	c 1250s |      19 |   628176 |   576482 |    17287     58 |     2833 |       12
1251.77/1252.28	c 1252s |      19 |   628779 |   577082 |    17287     58 |     2833 |       12
1254.07/1254.53	c 1254s |      19 |   629482 |   577782 |    17287     58 |     2833 |       12
1256.37/1256.84	c 1256s |      19 |   630186 |   578482 |    17287     58 |     2833 |       12
1258.47/1258.98	c 1258s |      19 |   630688 |   578982 |    17287     58 |     2833 |       12
1260.77/1261.27	c 1261s |      19 |   631492 |   579782 |    17287     58 |     2833 |       12
1263.07/1263.54	c 1263s |      19 |   632293 |   580582 |    17287     58 |     2833 |       12
1265.06/1265.54	c 1265s |      19 |   632993 |   581282 |    17287     58 |     2833 |       12
1267.26/1267.74	c 1267s |      19 |   633694 |   581982 |    17287     58 |     2833 |       12
1269.26/1269.75	c 1269s |      19 |   634297 |   582582 |    17287     58 |     2833 |       12
1271.56/1272.05	c 1271s |      19 |   634998 |   583282 |    17287     58 |     2833 |       12
1273.76/1274.21	c 1273s |      19 |   635695 |   583982 |    17287     58 |     2833 |       12
1275.96/1276.45	c 1276s |      19 |   636396 |   584682 |    17287     58 |     2833 |       12
1278.06/1278.57	c 1278s |      19 |   637099 |   585382 |    17287     58 |     2833 |       12
1280.26/1280.72	c 1280s |      19 |   637399 |   585682 |    17287     59 |     2833 |       12
1283.37/1283.81	c 1283s |      19 |   637905 |   586182 |    17287     59 |     2833 |       12
1285.57/1286.08	c 1285s |      19 |   638710 |   586982 |    17287     59 |     2833 |       12
1287.67/1288.13	c 1287s |      19 |   639306 |   587582 |    17287     59 |     2833 |       12
1289.76/1290.22	c 1290s |      19 |   640007 |   588282 |    17287     59 |     2833 |       12
1291.86/1292.31	c 1292s |      19 |   640709 |   588982 |    17287     59 |     2833 |       12
1293.96/1294.46	c 1294s |      19 |   641408 |   589682 |    17287     59 |     2833 |       12
1296.26/1296.73	c 1296s |      19 |   642212 |   590482 |    17287     59 |     2833 |       12
1298.26/1298.77	c 1298s |      19 |   642909 |   591182 |    17287     59 |     2833 |       12
1300.56/1301.02	c 1300s |      19 |   643715 |   591982 |    17287     59 |     2833 |       12
1302.56/1303.10	c 1302s |      19 |   644416 |   592682 |    17287     59 |     2833 |       12
1304.86/1305.30	c 1305s |      19 |   645119 |   593382 |    17287     59 |     2833 |       12
1306.86/1307.32	c 1307s |      19 |   645822 |   594082 |    17287     59 |     2833 |       12
1308.86/1309.39	c 1309s |      19 |   646522 |   594782 |    17287     59 |     2833 |       12
1311.05/1311.52	c 1311s |      19 |   647225 |   595482 |    17287     59 |     2833 |       12
1313.15/1313.62	c 1313s |      19 |   647827 |   596082 |    17287     59 |     2833 |       12
1315.16/1315.70	c 1315s |      19 |   648437 |   596682 |    17287     59 |     2833 |       12
1317.85/1318.31	c 1318s |      19 |   649037 |   597282 |    17287     60 |     2833 |       12
1319.95/1320.40	c 1320s |      19 |   649355 |   597582 |    17287     60 |     2833 |       12
1322.05/1322.57	c 1322s |      19 |   649976 |   598082 |    17287     60 |     2833 |       12
1324.35/1324.82	c 1324s |      19 |   650672 |   598682 |    17287     60 |     2833 |       12
1326.35/1326.84	c 1326s |      19 |   651421 |   599382 |    17287     60 |     2833 |       12
1328.46/1328.97	c 1328s |      19 |   652229 |   600082 |    17287     60 |     2833 |       12
1330.45/1330.98	c 1330s |      19 |   652874 |   600682 |    17287     60 |     2833 |       12
1332.66/1333.13	c 1332s |      19 |   652987 |   600782 |    17287     60 |     2833 |       12
1334.76/1335.20	c 1334s |      19 |   653648 |   601382 |    17287     60 |     2833 |       12
1337.05/1337.56	c 1337s |      19 |   654313 |   601982 |    17287     60 |     2833 |       12
1339.46/1339.90	c 1339s |      19 |   654975 |   602582 |    17287     60 |     2833 |       12
1341.45/1341.96	c 1341s |      19 |   655812 |   603282 |    17287     60 |     2833 |       12
1343.55/1344.06	c 1343s |      19 |   656571 |   603982 |    17287     60 |     2833 |       12
1345.85/1346.33	c 1346s |      19 |   657287 |   604682 |    17287     60 |     2833 |       12
1348.05/1348.58	c 1348s |      19 |   658159 |   605482 |    17287     60 |     2833 |       12
1350.15/1350.62	c 1350s |      19 |   658792 |   606082 |    17287     60 |     2833 |       12
1352.45/1352.98	c 1352s |      19 |   659520 |   606782 |    17287     60 |     2833 |       12
1354.55/1355.01	c 1354s |      19 |   660192 |   607382 |    17287     60 |     2833 |       12
1356.85/1357.36	c 1357s |      19 |   660958 |   608082 |    17287     60 |     2833 |       12
1359.05/1359.50	c 1359s |      19 |   661600 |   608682 |    17287     60 |     2833 |       12
1361.05/1361.54	c 1361s |      19 |   662040 |   609082 |    17287     61 |     2833 |       12
1363.15/1363.64	c 1363s |      19 |   662705 |   609682 |    17287     61 |     2833 |       12
1365.35/1365.89	c 1365s |      19 |   663330 |   610282 |    17287     61 |     2833 |       12
1367.75/1368.25	c 1368s |      19 |   663966 |   610882 |    17287     61 |     2833 |       12
1370.16/1370.61	c 1370s |      19 |   664647 |   611482 |    17287     61 |     2833 |       12
1372.25/1372.73	c 1372s |      19 |   665241 |   611982 |    17287     61 |     2833 |       12
1374.25/1374.74	c 1374s |      19 |   665762 |   612482 |    17287     61 |     2833 |       12
1376.45/1376.99	c 1376s |      19 |   666332 |   612982 |    17287     61 |     2833 |       12
1378.65/1379.19	c 1378s |      19 |   666919 |   613482 |    17287     61 |     2833 |       12
1380.75/1381.29	c 1381s |      19 |   667461 |   613982 |    17287     61 |     2833 |       12
1382.85/1383.36	c 1383s |      19 |   667976 |   614482 |    17287     61 |     2833 |       12
1385.05/1385.53	c 1385s |      19 |   668515 |   614982 |    17287     61 |     2833 |       12
1387.15/1387.68	c 1387s |      19 |   669057 |   615482 |    17287     61 |     2833 |       12
1389.25/1389.76	c 1389s |      19 |   669601 |   615982 |    17287     61 |     2833 |       12
1391.45/1391.99	c 1391s |      19 |   670146 |   616482 |    17287     61 |     2833 |       12
1393.75/1394.23	c 1394s |      19 |   670733 |   616982 |    17287     61 |     2833 |       12
1395.94/1396.49	c 1396s |      19 |   671163 |   617382 |    17287     61 |     2833 |       12
1398.04/1398.51	c 1398s |      19 |   671592 |   617782 |    17287     61 |     2833 |       12
1400.14/1400.64	c 1400s |      19 |   672017 |   618182 |    17287     61 |     2833 |       12
1402.44/1402.95	c 1402s |      19 |   672424 |   618582 |    17287     61 |     2833 |       12
1404.84/1405.38	c 1405s |      19 |   672845 |   618982 |    17287     61 |     2833 |       12
1407.24/1407.73	c 1407s |      19 |   673401 |   619482 |    17287     61 |     2833 |       12
1409.44/1409.90	c 1409s |      19 |   673934 |   619982 |    17287     61 |     2833 |       12
1412.24/1412.76	c 1412s |      19 |   674450 |   620482 |    17287     62 |     2833 |       12
1415.14/1415.69	c 1415s |      19 |   674672 |   620682 |    17287     62 |     2833 |       12
1417.34/1417.86	c 1417s |      19 |   675194 |   621182 |    17287     62 |     2833 |       12
1419.44/1419.93	c 1419s |      19 |   675731 |   621682 |    17287     62 |     2833 |       12
1421.54/1422.03	c 1421s |      19 |   676260 |   622182 |    17287     62 |     2833 |       12
1423.54/1424.09	c 1423s |      19 |   676795 |   622682 |    17287     62 |     2833 |       12
1426.04/1426.52	c 1426s |      19 |   677477 |   623282 |    17287     62 |     2833 |       12
1428.24/1428.74	c 1428s |      19 |   678040 |   623782 |    17287     62 |     2833 |       12
1430.74/1431.25	c 1431s |      19 |   678576 |   624282 |    17287     62 |     2833 |       12
1432.94/1433.45	c 1433s |      19 |   679129 |   624782 |    17287     62 |     2833 |       12
1435.34/1435.81	c 1435s |      19 |   679684 |   625282 |    17287     62 |     2833 |       12
1437.64/1438.13	c 1437s |      19 |   680306 |   625882 |    17287     62 |     2833 |       12
1439.74/1440.24	c 1440s |      19 |   680831 |   626382 |    17287     62 |     2833 |       12
1441.83/1442.31	c 1442s |      19 |   681267 |   626782 |    17287     62 |     2833 |       12
1444.03/1444.50	c 1444s |      19 |   681843 |   627182 |    17287     62 |     2833 |       12
1446.04/1446.54	c 1446s |      19 |   682540 |   627682 |    17287     62 |     2833 |       12
1448.34/1448.82	c 1448s |      19 |   683203 |   628282 |    17287     62 |     2833 |       12
1450.73/1451.21	c 1451s |      19 |   683750 |   628782 |    17287     62 |     2833 |       12
1452.83/1453.32	c 1453s |      19 |   684170 |   629182 |    17287     62 |     2833 |       12
1455.03/1455.59	c 1455s |      19 |   684591 |   629582 |    17287     62 |     2833 |       12
1457.33/1457.84	c 1457s |      19 |   685038 |   629982 |    17287     62 |     2833 |       12
1459.83/1460.35	c 1460s |      19 |   685484 |   630382 |    17287     62 |     2833 |       12
1462.33/1462.80	c 1462s |      19 |   685955 |   630782 |    17287     62 |     2833 |       12
1464.63/1465.16	c 1464s |      19 |   686368 |   631182 |    17287     62 |     2833 |       12
1467.13/1467.64	c 1467s |      19 |   686890 |   631682 |    17287     62 |     2833 |       12
1469.43/1469.98	c 1469s |      19 |   687316 |   632082 |    17287     63 |     2833 |       12
1471.53/1472.00	c 1471s |      19 |   687752 |   632482 |    17287     63 |     2833 |       12
1473.73/1474.22	c 1474s |      19 |   688276 |   632982 |    17287     63 |     2833 |       12
1475.84/1476.39	c 1476s |      19 |   688802 |   633482 |    17287     63 |     2833 |       12
1477.94/1478.45	c 1478s |      19 |   689323 |   633982 |    17287     63 |     2833 |       12
1480.24/1480.73	c 1480s |      19 |   689891 |   634482 |    17287     63 |     2833 |       12
1482.43/1482.98	c 1482s |      19 |   690422 |   634982 |    17287     63 |     2833 |       12
1484.73/1485.27	c 1485s |      19 |   690974 |   635482 |    17287     63 |     2833 |       12
1487.93/1488.45	c 1488s |      19 |   691420 |   635882 |    17287     63 |     2833 |       12
1490.22/1490.73	c 1490s |      19 |   692212 |   636582 |    17287     63 |     2833 |       12
1492.42/1492.99	c 1492s |      19 |   693135 |   637382 |    17287     63 |     2833 |       12
1494.62/1495.13	c 1494s |      19 |   694078 |   638182 |    17287     63 |     2833 |       12
1496.82/1497.34	c 1497s |      19 |   695000 |   638982 |    17287     63 |     2833 |       12
1498.93/1499.43	c 1499s |      19 |   695788 |   639682 |    17287     63 |     2833 |       12
1501.13/1501.67	c 1501s |      19 |   696576 |   640382 |    17287     63 |     2833 |       12
1503.23/1503.75	c 1503s |      19 |   697313 |   641082 |    17287     63 |     2833 |       12
1505.53/1506.05	c 1505s |      19 |   697976 |   641682 |    17287     63 |     2833 |       12
1507.74/1508.28	c 1508s |      19 |   698816 |   642482 |    17287     63 |     2833 |       12
1509.94/1510.47	c 1510s |      19 |   699660 |   643282 |    17287     63 |     2833 |       12
1512.14/1512.61	c 1512s |      19 |   700292 |   643882 |    17287     64 |     2833 |       12
1514.13/1514.62	c 1514s |      19 |   701047 |   644582 |    17287     64 |     2833 |       12
1516.33/1516.89	c 1516s |      19 |   702017 |   645482 |    17287     64 |     2833 |       12
1518.43/1518.92	c 1518s |      19 |   702842 |   646282 |    17287     64 |     2833 |       12
1520.63/1521.12	c 1520s |      19 |   703638 |   646982 |    17287     64 |     2833 |       12
1522.83/1523.30	c 1523s |      19 |   704403 |   647682 |    17287     64 |     2833 |       12
1524.93/1525.45	c 1525s |      19 |   705168 |   648382 |    17287     64 |     2833 |       12
1527.03/1527.53	c 1527s |      19 |   705913 |   649082 |    17287     64 |     2833 |       12
1529.23/1529.72	c 1529s |      19 |   706650 |   649782 |    17287     64 |     2833 |       12
1531.23/1531.76	c 1531s |      19 |   707324 |   650382 |    17287     64 |     2833 |       12
1533.33/1533.89	c 1533s |      19 |   707965 |   650982 |    17287     64 |     2833 |       12
1535.53/1536.07	c 1535s |      19 |   708603 |   651582 |    17287     64 |     2833 |       12
1537.83/1538.31	c 1538s |      19 |   709229 |   652182 |    17287     64 |     2833 |       12
1540.03/1540.50	c 1540s |      19 |   709857 |   652782 |    17287     64 |     2833 |       12
1542.13/1542.65	c 1542s |      19 |   710586 |   653482 |    17287     64 |     2833 |       12
1544.13/1544.67	c 1544s |      19 |   711422 |   654282 |    17287     64 |     2833 |       12
1546.23/1546.75	c 1546s |      19 |   712252 |   655082 |    17287     64 |     2833 |       12
1548.43/1548.96	c 1548s |      19 |   712860 |   655682 |    17287     65 |     2833 |       12
1550.53/1551.06	c 1550s |      19 |   713679 |   656482 |    17287     65 |     2833 |       12
1552.52/1553.09	c 1552s |      19 |   714527 |   657282 |    17287     65 |     2833 |       12
1554.62/1555.13	c 1554s |      19 |   715340 |   658082 |    17287     65 |     2833 |       12
1556.82/1557.31	c 1557s |      19 |   715868 |   658582 |    17287     65 |     2833 |       12
1558.92/1559.40	c 1559s |      19 |   716608 |   659282 |    17287     65 |     2833 |       12
1561.02/1561.54	c 1561s |      19 |   717422 |   660082 |    17287     65 |     2833 |       12
1563.22/1563.71	c 1563s |      19 |   718244 |   660882 |    17287     65 |     2833 |       12
1565.32/1565.84	c 1565s |      19 |   718973 |   661582 |    17287     65 |     2833 |       12
1567.52/1568.01	c 1567s |      19 |   719742 |   662282 |    19016     65 |     2833 |       12
1569.72/1570.27	c 1570s |      19 |   720469 |   662982 |    19016     65 |     2833 |       12
1571.82/1572.34	c 1572s |      19 |   721106 |   663582 |    19016     65 |     2833 |       12
1574.12/1574.65	c 1574s |      19 |   721811 |   664282 |    19016     65 |     2833 |       12
1576.32/1576.82	c 1576s |      19 |   722231 |   664682 |    19016     65 |     2833 |       12
1578.52/1579.03	c 1578s |      19 |   722950 |   665382 |    19016     65 |     2833 |       12
1580.82/1581.32	c 1581s |      19 |   723728 |   666082 |    19016     65 |     2833 |       12
1582.82/1583.34	c 1583s |      19 |   724357 |   666682 |    19016     65 |     2833 |       12
1583.32/1583.83	c 1583s |      20 |   724511 |   666827 |    19016     65 |     2833 |       12
1585.32/1585.86	c 1585s |      20 |   726706 |   667527 |    19016     66 |     2833 |       12
1587.41/1587.90	c 1587s |      20 |   729007 |   669827 |    19016     66 |     2833 |       12
1589.41/1589.91	c 1589s |      20 |   731128 |   671927 |    19016     66 |     2833 |       12
1591.41/1591.97	c 1591s |      20 |   733047 |   673827 |    19016     66 |     2833 |       12
1593.52/1594.01	c 1593s |      20 |   734868 |   675627 |    19016     66 |     2833 |       12
1595.62/1596.12	c 1595s |      20 |   736486 |   677227 |    19016     66 |     2833 |       12
1597.61/1598.14	c 1597s |      20 |   737890 |   678627 |    19016     66 |     2833 |       12
1599.61/1600.19	c 1599s |      20 |   739102 |   679827 |    19016     66 |     2833 |       12
1601.81/1602.31	c 1602s |      20 |   740211 |   680927 |    19016     67 |     2833 |       12
1603.91/1604.45	c 1604s |      20 |   741327 |   682027 |    19016     67 |     2833 |       12
1606.11/1606.61	c 1606s |      20 |   742721 |   683427 |    19016     67 |     2833 |       12
1608.21/1608.79	c 1608s |      20 |   743728 |   684427 |    19016     67 |     2833 |       12
1610.31/1610.86	c 1610s |      20 |   744840 |   685527 |    19016     67 |     2833 |       12
1612.41/1612.97	c 1612s |      20 |   745833 |   686527 |    19016     67 |     2833 |       12
1614.51/1615.01	c 1614s |      20 |   746851 |   687527 |    19016     67 |     2833 |       12
1616.52/1617.04	c 1616s |      20 |   747742 |   688427 |    19016     67 |     2833 |       12
1618.72/1619.23	c 1619s |      20 |   748648 |   689327 |    19016     67 |     2833 |       12
1621.02/1621.54	c 1621s |      20 |   749352 |   690027 |    19016     67 |     2833 |       12
1623.12/1623.69	c 1623s |      20 |   750168 |   690827 |    19016     67 |     2833 |       12
1625.41/1625.97	c 1625s |      20 |   751068 |   691727 |    19016     67 |     2833 |       12
1627.61/1628.14	c 1627s |      20 |   751762 |   692427 |    19016     68 |     2833 |       12
1633.81/1634.38	c 1634s |      20 |   752675 |   693327 |    19016     68 |     2833 |       12
1636.01/1636.54	c 1636s |      20 |   754090 |   694727 |    19016     68 |     2833 |       12
1638.11/1638.60	c 1638s |      20 |   755294 |   695927 |    19016     68 |     2833 |       12
1640.21/1640.72	c 1640s |      20 |   756394 |   697027 |    19016     68 |     2833 |       12
1642.21/1642.77	c 1642s |      20 |   757605 |   698227 |    19016     68 |     2833 |       12
1644.21/1644.79	c 1644s |      20 |   758717 |   699327 |    19016     68 |     2833 |       12
1646.32/1646.81	c 1646s |      20 |   759724 |   700327 |    19016     68 |     2833 |       12
1648.31/1648.82	c 1648s |      20 |   760629 |   701227 |    19016     68 |     2833 |       12
1650.41/1650.98	c 1650s |      20 |   761624 |   702227 |    19016     68 |     2833 |       12
1652.51/1653.03	c 1652s |      20 |   762523 |   703127 |    19016     68 |     2833 |       12
1654.71/1655.22	c 1655s |      20 |   763425 |   704027 |    19016     68 |     2833 |       12
1656.71/1657.27	c 1657s |      20 |   764127 |   704727 |    19016     69 |     2833 |       12
1665.50/1666.06	c 1665s |      20 |   765147 |   705727 |    19016     69 |     2833 |       12
1667.60/1668.12	c 1667s |      20 |   766541 |   707127 |    19016     69 |     2833 |       12
1669.60/1670.17	c 1669s |      20 |   767657 |   708227 |    19016     69 |     2833 |       12
1671.70/1672.22	c 1672s |      20 |   768638 |   709227 |    19016     69 |     2833 |       12
1673.81/1674.34	c 1674s |      20 |   769645 |   710227 |    19016     69 |     2833 |       12
1675.91/1676.42	c 1676s |      20 |   770446 |   711027 |    19016     69 |     2833 |       12
1677.91/1678.42	c 1678s |      20 |   771458 |   712027 |    19016     69 |     2833 |       12
1680.00/1680.50	c 1680s |      20 |   772756 |   713327 |    19016     69 |     2833 |       12
1682.10/1682.69	c 1682s |      20 |   773856 |   714427 |    19016     69 |     2833 |       12
1684.40/1684.96	c 1684s |      20 |   774876 |   715427 |    19016     69 |     2833 |       12
1686.60/1687.14	c 1686s |      20 |   775769 |   716327 |    19016     69 |     2833 |       12
1696.00/1696.52	c 1696s |      20 |   776176 |   716727 |    19016     70 |     2833 |       12
1698.10/1698.63	c 1698s |      20 |   777783 |   718327 |    19016     70 |     2833 |       12
1700.10/1700.65	c 1700s |      20 |   778978 |   719527 |    19016     70 |     2833 |       12
1702.20/1702.80	c 1702s |      20 |   780276 |   720827 |    19016     70 |     2833 |       12
1704.30/1704.86	c 1704s |      20 |   781374 |   721927 |    19016     70 |     2833 |       12
1706.50/1707.04	c 1706s |      20 |   782401 |   722927 |    19016     70 |     2833 |       12
1708.50/1709.05	c 1708s |      20 |   783701 |   724227 |    19016     70 |     2833 |       12
1710.60/1711.11	c 1710s |      20 |   784696 |   725227 |    19016     70 |     2833 |       12
1712.59/1713.11	c 1712s |      20 |   785594 |   726127 |    19016     70 |     2833 |       12
1714.79/1715.34	c 1715s |      20 |   786499 |   727027 |    19016     70 |     2833 |       12
1716.79/1717.36	c 1717s |      20 |   787303 |   727827 |    19016     70 |     2833 |       12
1718.90/1719.45	c 1719s |      20 |   788007 |   728527 |    19016     70 |     2833 |       12
1731.49/1732.08	c 1731s |      20 |   788819 |   729327 |    19016     71 |     2833 |       12
1733.59/1734.15	c 1733s |      20 |   790529 |   731027 |    19016     71 |     2833 |       12
1735.69/1736.24	c 1736s |      20 |   791718 |   732227 |    19016     71 |     2833 |       12
1737.69/1738.24	c 1738s |      20 |   792732 |   733227 |    19016     71 |     2833 |       12
1739.89/1740.43	c 1740s |      20 |   793723 |   734227 |    19016     71 |     2833 |       12
1741.89/1742.49	c 1742s |      20 |   794645 |   735127 |    19016     71 |     2833 |       12
1744.09/1744.61	c 1744s |      20 |   795525 |   736027 |    19016     71 |     2833 |       12
1746.09/1746.63	c 1746s |      20 |   796442 |   736927 |    19016     71 |     2833 |       12
1748.19/1748.71	c 1748s |      20 |   797760 |   738227 |    19016     71 |     2833 |       12
1750.19/1750.78	c 1750s |      20 |   799054 |   739527 |    19016     71 |     2833 |       12
1752.48/1753.00	c 1752s |      20 |   800068 |   740527 |    19016     71 |     2833 |       12
1754.59/1755.12	c 1754s |      20 |   800562 |   741027 |    19016     72 |     2833 |       12
1756.69/1757.22	c 1757s |      20 |   801859 |   742327 |    19016     72 |     2833 |       12
1758.69/1759.28	c 1759s |      20 |   803084 |   743527 |    19016     72 |     2833 |       12
1762.39/1762.97	c 1762s |      20 |   804163 |   744627 |    19016     72 |     2833 |       12
1764.59/1765.10	c 1764s |      20 |   805290 |   745727 |    19016     72 |     2833 |       12
1766.59/1767.16	c 1766s |      20 |   806590 |   747027 |    19016     72 |     2833 |       12
1768.69/1769.22	c 1769s |      20 |   807691 |   748127 |    19016     72 |     2833 |       12
1770.79/1771.32	c 1771s |      20 |   808680 |   749127 |    19016     72 |     2833 |       12
1772.89/1773.43	c 1773s |      20 |   809603 |   750027 |    19016     72 |     2833 |       12
1774.89/1775.49	c 1775s |      20 |   810501 |   750927 |    19016     72 |     2833 |       12
1777.09/1777.68	c 1777s |      20 |   811295 |   751727 |    19016     72 |     2833 |       12
1779.19/1779.77	c 1779s |      20 |   811999 |   752427 |    19016     72 |     2833 |       12
1781.39/1782.00	c 1781s |      20 |   812707 |   753127 |    19016     72 |     2833 |       12
1784.58/1785.19	c 1784s |      20 |   813014 |   753427 |    19016     73 |     2833 |       12
1786.68/1787.27	c 1787s |      20 |   814412 |   754827 |    19016     73 |     2833 |       12
1788.78/1789.34	c 1789s |      20 |   816106 |   756527 |    19016     73 |     2833 |       12
1790.88/1791.47	c 1791s |      20 |   817424 |   757827 |    19016     73 |     2833 |       12
1792.98/1793.57	c 1793s |      20 |   818505 |   758927 |    19016     73 |     2833 |       12
1795.08/1795.66	c 1795s |      20 |   819514 |   759927 |    19016     73 |     2833 |       12
1797.28/1797.86	c 1797s |      20 |   820528 |   760927 |    19016     73 |     2833 |       12
1799.48/1800.03	c 1799s |      20 |   821522 |   761927 |    19016     73 |     2833 |       12

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-4100457-1466213937/watcher-4100457-1466213937 -o /tmp/evaluation-result-4100457-1466213937/solver-4100457-1466213937 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466206094-15197 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4100457-1466213937.opb 

pid=17086
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.43 2.38 2.32 3/179 17089
/proc/meminfo: memFree=29275676/32872528 swapFree=1431120/1543540
[pid=17089] ppid=17086 vsize=258492 CPUtime=0 cores=1,3,5,7
/proc/17089/stat : 17089 (toysat) R 17086 17089 15180 0 -1 4202496 879 0 0 0 0 0 0 0 20 0 4 0 23442454 264695808 1241 33554432000 4194304 16246674 140735343407168 140735343406592 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17089/statm: 65135 1251 441 2943 0 62029 0
[pid=17089/tid=17090] ppid=17086 vsize=273852 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17090/stat : 17090 (toysat) S 17086 17089 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23442455 280424448 1303 33554432000 4194304 16246674 140735343407168 139789002058992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17089/tid=17091] ppid=17086 vsize=277948 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17091/stat : 17091 (toysat) S 17086 17089 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23442455 284618752 1320 33554432000 4194304 16246674 140735343407168 139788991569136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17089/tid=17092] ppid=17086 vsize=282044 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17092/stat : 17092 (toysat) S 17086 17089 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23442455 288813056 1336 33554432000 4194304 16246674 140735343407168 139788904557744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100178 s]
/proc/loadavg: 2.43 2.38 2.32 3/179 17089
/proc/meminfo: memFree=29275676/32872528 swapFree=1431120/1543540
[pid=17089] ppid=17086 vsize=1220164 CPUtime=0.09 cores=1,3,5,7
/proc/17089/stat : 17089 (toysat) R 17086 17089 15180 0 -1 4202496 27711 0 0 0 6 3 0 0 20 0 4 0 23442454 1249447936 28010 33554432000 4194304 16246674 140735343407168 140735343406480 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17089/statm: 305041 28010 801 2943 0 301935 0
[pid=17089/tid=17090] ppid=17086 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17090/stat : 17090 (toysat) S 17086 17089 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23442455 1249447936 28010 33554432000 4194304 16246674 140735343407168 139789002058992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17089/tid=17091] ppid=17086 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17091/stat : 17091 (toysat) S 17086 17089 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23442455 1249447936 28010 33554432000 4194304 16246674 140735343407168 139788991569136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17089/tid=17092] ppid=17086 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17092/stat : 17092 (toysat) S 17086 17089 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23442455 1249447936 28010 33554432000 4194304 16246674 140735343407168 139788904557744 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) 1220164

[startup+0.200499 s]
/proc/loadavg: 2.43 2.38 2.32 3/179 17089
/proc/meminfo: memFree=29275676/32872528 swapFree=1431120/1543540
[pid=17089] ppid=17086 vsize=1302084 CPUtime=0.19 cores=1,3,5,7
/proc/17089/stat : 17089 (toysat) R 17086 17089 15180 0 -1 4202496 48044 0 0 0 13 6 0 0 20 0 4 0 23442454 1333334016 48343 33554432000 4194304 16246674 140735343407168 140735343389056 6156293 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17089/statm: 325521 48343 844 2943 0 322415 0
[pid=17089/tid=17090] ppid=17086 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17090/stat : 17090 (toysat) S 17086 17089 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23442455 1333334016 48343 33554432000 4194304 16246674 140735343407168 139789002058992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17089/tid=17091] ppid=17086 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17091/stat : 17091 (toysat) S 17086 17089 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23442455 1333334016 48343 33554432000 4194304 16246674 140735343407168 139788991569136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17089/tid=17092] ppid=17086 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17092/stat : 17092 (toysat) S 17086 17089 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23442455 1333334016 48343 33554432000 4194304 16246674 140735343407168 139788904557744 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) 1302084

[startup+0.300489 s]
/proc/loadavg: 2.43 2.38 2.32 3/179 17089
/proc/meminfo: memFree=29275676/32872528 swapFree=1431120/1543540
[pid=17089] ppid=17086 vsize=1302084 CPUtime=0.28 cores=1,3,5,7
/proc/17089/stat : 17089 (toysat) R 17086 17089 15180 0 -1 4202496 50182 0 0 0 22 6 0 0 20 0 4 0 23442454 1333334016 50482 33554432000 4194304 16246674 140735343407168 140735343389056 5516309 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17089/statm: 325521 50485 892 2943 0 322415 0
[pid=17089/tid=17090] ppid=17086 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17090/stat : 17090 (toysat) S 17086 17089 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23442455 1333334016 50490 33554432000 4194304 16246674 140735343407168 139789002058992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17089/tid=17091] ppid=17086 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17091/stat : 17091 (toysat) S 17086 17089 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23442455 1333334016 50491 33554432000 4194304 16246674 140735343407168 139788991569136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17089/tid=17092] ppid=17086 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17092/stat : 17092 (toysat) S 17086 17089 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23442455 1333334016 50493 33554432000 4194304 16246674 140735343407168 139788904557744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1302084

[startup+0.700409 s]
/proc/loadavg: 2.43 2.38 2.32 3/179 17089
/proc/meminfo: memFree=29275676/32872528 swapFree=1431120/1543540
[pid=17089] ppid=17086 vsize=1302084 CPUtime=0.69 cores=1,3,5,7
/proc/17089/stat : 17089 (toysat) R 17086 17089 15180 0 -1 4202496 114142 0 0 0 54 15 0 0 20 0 4 0 23442454 1333334016 114441 33554432000 4194304 16246674 140735343407168 140735343389056 12479207 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17089/statm: 325521 114457 892 2943 0 322415 0
[pid=17089/tid=17090] ppid=17086 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17090/stat : 17090 (toysat) S 17086 17089 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23442455 1333334016 114465 33554432000 4194304 16246674 140735343407168 139789002058992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17089/tid=17091] ppid=17086 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17091/stat : 17091 (toysat) S 17086 17089 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23442455 1333334016 114472 33554432000 4194304 16246674 140735343407168 139788991569136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17089/tid=17092] ppid=17086 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17092/stat : 17092 (toysat) S 17086 17089 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23442455 1333334016 114479 33554432000 4194304 16246674 140735343407168 139788904557744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1302084

[startup+1.50041 s]
/proc/loadavg: 2.43 2.38 2.32 3/183 17093
/proc/meminfo: memFree=28550148/32872528 swapFree=1431120/1543540
[pid=17089] ppid=17086 vsize=1302084 CPUtime=1.48 cores=1,3,5,7
/proc/17089/stat : 17089 (toysat) R 17086 17089 15180 0 -1 4202496 248026 0 0 0 114 34 0 0 20 0 4 0 23442454 1333334016 248325 33554432000 4194304 16246674 140735343407168 140735343389056 13954410 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17089/statm: 325521 248330 892 2943 0 322415 0
[pid=17089/tid=17090] ppid=17086 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17090/stat : 17090 (toysat) S 17086 17089 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23442455 1333334016 248334 33554432000 4194304 16246674 140735343407168 139789002058992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17089/tid=17091] ppid=17086 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17091/stat : 17091 (toysat) S 17086 17089 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23442455 1333334016 248337 33554432000 4194304 16246674 140735343407168 139788991569136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17089/tid=17092] ppid=17086 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17092/stat : 17092 (toysat) S 17086 17089 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23442455 1333334016 248339 33554432000 4194304 16246674 140735343407168 139788904557744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1302084

[startup+3.10041 s]
/proc/loadavg: 2.43 2.38 2.32 3/183 17093
/proc/meminfo: memFree=28196980/32872528 swapFree=1431120/1543540
[pid=17089] ppid=17086 vsize=1313348 CPUtime=3.08 cores=1,3,5,7
/proc/17089/stat : 17089 (toysat) R 17086 17089 15180 0 -1 4202496 269529 0 0 0 271 37 0 0 20 0 4 0 23442454 1344868352 269828 33554432000 4194304 16246674 140735343407168 140735343389056 5600808 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17089/statm: 328337 269828 900 2943 0 325231 0
[pid=17089/tid=17090] ppid=17086 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17090/stat : 17090 (toysat) S 17086 17089 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23442455 1344868352 269828 33554432000 4194304 16246674 140735343407168 139789002058992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17089/tid=17091] ppid=17086 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17091/stat : 17091 (toysat) S 17086 17089 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23442455 1344868352 269828 33554432000 4194304 16246674 140735343407168 139788991569136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17089/tid=17092] ppid=17086 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17092/stat : 17092 (toysat) S 17086 17089 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23442455 1344868352 269828 33554432000 4194304 16246674 140735343407168 139788904557744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1313348

[startup+6.30041 s]
/proc/loadavg: 2.40 2.37 2.31 3/183 17093
/proc/meminfo: memFree=28196980/32872528 swapFree=1431120/1543540
[pid=17089] ppid=17086 vsize=1313348 CPUtime=6.28 cores=1,3,5,7
/proc/17089/stat : 17089 (toysat) R 17086 17089 15180 0 -1 4202496 269535 0 0 0 591 37 0 0 20 0 4 0 23442454 1344868352 269834 33554432000 4194304 16246674 140735343407168 140735343389056 12483636 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17089/statm: 328337 269834 903 2943 0 325231 0
[pid=17089/tid=17090] ppid=17086 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17090/stat : 17090 (toysat) S 17086 17089 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23442455 1344868352 269834 33554432000 4194304 16246674 140735343407168 139789002058992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17089/tid=17091] ppid=17086 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17091/stat : 17091 (toysat) S 17086 17089 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23442455 1344868352 269834 33554432000 4194304 16246674 140735343407168 139788991569136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17089/tid=17092] ppid=17086 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17092/stat : 17092 (toysat) S 17086 17089 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23442455 1344868352 269834 33554432000 4194304 16246674 140735343407168 139788904557744 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) 1313348

[startup+12.7004 s]
/proc/loadavg: 2.37 2.37 2.31 4/183 17093
/proc/meminfo: memFree=28192976/32872528 swapFree=1431120/1543540
[pid=17089] ppid=17086 vsize=1317444 CPUtime=12.68 cores=1,3,5,7
/proc/17089/stat : 17089 (toysat) R 17086 17089 15180 0 -1 4202496 270479 0 0 0 1231 37 0 0 20 0 4 0 23442454 1349062656 270778 33554432000 4194304 16246674 140735343407168 140735343389056 5672818 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17089/statm: 329361 270778 904 2943 0 326255 0
[pid=17089/tid=17090] ppid=17086 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17090/stat : 17090 (toysat) S 17086 17089 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23442455 1349062656 270778 33554432000 4194304 16246674 140735343407168 139789002058992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17089/tid=17091] ppid=17086 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17091/stat : 17091 (toysat) S 17086 17089 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23442455 1349062656 270778 33554432000 4194304 16246674 140735343407168 139788991569136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17089/tid=17092] ppid=17086 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17092/stat : 17092 (toysat) S 17086 17089 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23442455 1349062656 270778 33554432000 4194304 16246674 140735343407168 139788904557744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1317444

[startup+25.5005 s]
/proc/loadavg: 2.28 2.35 2.31 4/183 17093
/proc/meminfo: memFree=28193740/32872528 swapFree=1431120/1543540
[pid=17089] ppid=17086 vsize=1317444 CPUtime=25.48 cores=1,3,5,7
/proc/17089/stat : 17089 (toysat) R 17086 17089 15180 0 -1 4202496 270481 0 0 0 2511 37 0 0 20 0 4 0 23442454 1349062656 270780 33554432000 4194304 16246674 140735343407168 140735343389056 5712608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17089/statm: 329361 270780 904 2943 0 326255 0
[pid=17089/tid=17090] ppid=17086 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17090/stat : 17090 (toysat) S 17086 17089 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23442455 1349062656 270780 33554432000 4194304 16246674 140735343407168 139789002058992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17089/tid=17091] ppid=17086 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17091/stat : 17091 (toysat) S 17086 17089 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23442455 1349062656 270780 33554432000 4194304 16246674 140735343407168 139788991569136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17089/tid=17092] ppid=17086 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17092/stat : 17092 (toysat) S 17086 17089 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23442455 1349062656 270780 33554432000 4194304 16246674 140735343407168 139788904557744 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) 1317444

[startup+51.1005 s]
/proc/loadavg: 2.32 2.35 2.31 3/183 17093
/proc/meminfo: memFree=28167800/32872528 swapFree=1431120/1543540
[pid=17089] ppid=17086 vsize=1343044 CPUtime=51.08 cores=1,3,5,7
/proc/17089/stat : 17089 (toysat) R 17086 17089 15180 0 -1 4202496 276962 0 0 0 5069 39 0 0 20 0 4 0 23442454 1375277056 277261 33554432000 4194304 16246674 140735343407168 140735343389056 6020477 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17089/statm: 335761 277261 904 2943 0 332655 0
[pid=17089/tid=17090] ppid=17086 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17090/stat : 17090 (toysat) S 17086 17089 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23442455 1375277056 277261 33554432000 4194304 16246674 140735343407168 139789002058992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17089/tid=17091] ppid=17086 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17091/stat : 17091 (toysat) S 17086 17089 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23442455 1375277056 277261 33554432000 4194304 16246674 140735343407168 139788991569136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17089/tid=17092] ppid=17086 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17092/stat : 17092 (toysat) S 17086 17089 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23442455 1375277056 277261 33554432000 4194304 16246674 140735343407168 139788904557744 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) 1343044

[startup+102.301 s]
/proc/loadavg: 2.33 2.34 2.30 3/184 17097
/proc/meminfo: memFree=28167040/32872528 swapFree=1431120/1543540
[pid=17089] ppid=17086 vsize=1343044 CPUtime=102.27 cores=1,3,5,7
/proc/17089/stat : 17089 (toysat) R 17086 17089 15180 0 -1 4202496 276963 0 0 0 10188 39 0 0 20 0 4 0 23442454 1375277056 277262 33554432000 4194304 16246674 140735343407168 140735343389056 5710684 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17089/statm: 335761 277262 904 2943 0 332655 0
[pid=17089/tid=17090] ppid=17086 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17090/stat : 17090 (toysat) S 17086 17089 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23442455 1375277056 277262 33554432000 4194304 16246674 140735343407168 139789002058992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17089/tid=17091] ppid=17086 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17091/stat : 17091 (toysat) S 17086 17089 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23442455 1375277056 277262 33554432000 4194304 16246674 140735343407168 139788991569136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17089/tid=17092] ppid=17086 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17092/stat : 17092 (toysat) S 17086 17089 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23442455 1375277056 277262 33554432000 4194304 16246674 140735343407168 139788904557744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1343044


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

/proc/17089/task/17092/stat : 17092 (toysat) S 17086 17089 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139788904557744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1241.87
Current children cumulated vsize (KiB) 1359428

[startup+1302.3 s]
/proc/loadavg: 2.31 2.26 2.24 3/184 17176
/proc/meminfo: memFree=28783880/32872528 swapFree=1431120/1543540
[pid=17089] ppid=17086 vsize=1359428 CPUtime=1301.86 cores=1,3,5,7
/proc/17089/stat : 17089 (toysat) R 17086 17089 15180 0 -1 4202496 281457 0 0 0 130135 51 0 0 20 0 4 0 23442454 1392054272 281615 33554432000 4194304 16246674 140735343407168 140735343389056 5822428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17089/statm: 339857 281615 905 2943 0 336751 0
[pid=17089/tid=17090] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17090/stat : 17090 (toysat) S 17086 17089 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139789002058992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17089/tid=17091] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17091/stat : 17091 (toysat) S 17086 17089 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139788991569136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17089/tid=17092] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17092/stat : 17092 (toysat) S 17086 17089 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139788904557744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 1359428

[startup+1362.3 s]
/proc/loadavg: 2.22 2.24 2.23 3/184 17201
/proc/meminfo: memFree=28754408/32872528 swapFree=1431120/1543540
[pid=17089] ppid=17086 vsize=1359428 CPUtime=1361.85 cores=1,3,5,7
/proc/17089/stat : 17089 (toysat) R 17086 17089 15180 0 -1 4202496 281457 0 0 0 136133 52 0 0 20 0 4 0 23442454 1392054272 281615 33554432000 4194304 16246674 140735343407168 140735343389056 5822252 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17089/statm: 339857 281615 905 2943 0 336751 0
[pid=17089/tid=17090] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17090/stat : 17090 (toysat) S 17086 17089 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139789002058992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17089/tid=17091] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17091/stat : 17091 (toysat) S 17086 17089 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139788991569136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17089/tid=17092] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17092/stat : 17092 (toysat) S 17086 17089 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139788904557744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 1359428

[startup+1422.3 s]
/proc/loadavg: 2.17 2.22 2.23 4/183 17202
/proc/meminfo: memFree=28581812/32872528 swapFree=1431120/1543540
[pid=17089] ppid=17086 vsize=1359428 CPUtime=1421.84 cores=1,3,5,7
/proc/17089/stat : 17089 (toysat) R 17086 17089 15180 0 -1 4202496 281457 0 0 0 142132 52 0 0 20 0 4 0 23442454 1392054272 281615 33554432000 4194304 16246674 140735343407168 140735343389056 5546023 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17089/statm: 339857 281615 905 2943 0 336751 0
[pid=17089/tid=17090] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17090/stat : 17090 (toysat) S 17086 17089 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139789002058992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17089/tid=17091] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17091/stat : 17091 (toysat) S 17086 17089 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139788991569136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17089/tid=17092] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17092/stat : 17092 (toysat) S 17086 17089 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139788904557744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 1359428

[startup+1482.3 s]
/proc/loadavg: 2.23 2.23 2.22 3/183 17203
/proc/meminfo: memFree=28416032/32872528 swapFree=1431120/1543540
[pid=17089] ppid=17086 vsize=1359428 CPUtime=1481.83 cores=1,3,5,7
/proc/17089/stat : 17089 (toysat) R 17086 17089 15180 0 -1 4202496 281457 0 0 0 148131 52 0 0 20 0 4 0 23442454 1392054272 281615 33554432000 4194304 16246674 140735343407168 140735343389056 5711338 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17089/statm: 339857 281615 905 2943 0 336751 0
[pid=17089/tid=17090] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17090/stat : 17090 (toysat) S 17086 17089 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139789002058992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17089/tid=17091] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17091/stat : 17091 (toysat) S 17086 17089 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139788991569136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17089/tid=17092] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17092/stat : 17092 (toysat) S 17086 17089 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139788904557744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 1359428

[startup+1542.31 s]
/proc/loadavg: 2.30 2.24 2.23 4/183 17204
/proc/meminfo: memFree=28279756/32872528 swapFree=1431120/1543540
[pid=17089] ppid=17086 vsize=1359428 CPUtime=1541.83 cores=1,3,5,7
/proc/17089/stat : 17089 (toysat) R 17086 17089 15180 0 -1 4202496 281457 0 0 0 154130 53 0 0 20 0 4 0 23442454 1392054272 281615 33554432000 4194304 16246674 140735343407168 140735343389056 5712760 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17089/statm: 339857 281615 905 2943 0 336751 0
[pid=17089/tid=17090] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17090/stat : 17090 (toysat) S 17086 17089 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139789002058992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17089/tid=17091] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17091/stat : 17091 (toysat) S 17086 17089 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139788991569136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17089/tid=17092] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17092/stat : 17092 (toysat) S 17086 17089 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139788904557744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 1359428

[startup+1602.3 s]
/proc/loadavg: 2.19 2.22 2.22 4/183 17205
/proc/meminfo: memFree=28160968/32872528 swapFree=1431120/1543540
[pid=17089] ppid=17086 vsize=1359428 CPUtime=1601.81 cores=1,3,5,7
/proc/17089/stat : 17089 (toysat) R 17086 17089 15180 0 -1 4202496 281457 0 0 0 160128 53 0 0 20 0 4 0 23442454 1392054272 281615 33554432000 4194304 16246674 140735343407168 140735343389056 5822484 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17089/statm: 339857 281615 905 2943 0 336751 0
[pid=17089/tid=17090] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17090/stat : 17090 (toysat) S 17086 17089 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139789002058992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17089/tid=17091] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17091/stat : 17091 (toysat) S 17086 17089 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139788991569136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17089/tid=17092] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17092/stat : 17092 (toysat) S 17086 17089 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139788904557744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 1359428

[startup+1662.3 s]
/proc/loadavg: 2.17 2.21 2.21 4/183 17207
/proc/meminfo: memFree=28160596/32872528 swapFree=1431120/1543540
[pid=17089] ppid=17086 vsize=1359428 CPUtime=1661.8 cores=1,3,5,7
/proc/17089/stat : 17089 (toysat) R 17086 17089 15180 0 -1 4202496 281457 0 0 0 166126 54 0 0 20 0 4 0 23442454 1392054272 281615 33554432000 4194304 16246674 140735343407168 140735343406264 4220807 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17089/statm: 339857 281615 905 2943 0 336751 0
[pid=17089/tid=17090] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17090/stat : 17090 (toysat) S 17086 17089 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139789002058992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17089/tid=17091] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17091/stat : 17091 (toysat) S 17086 17089 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139788991569136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17089/tid=17092] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17092/stat : 17092 (toysat) S 17086 17089 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139788904557744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 1359428

[startup+1722.3 s]
/proc/loadavg: 2.21 2.22 2.21 3/183 17208
/proc/meminfo: memFree=28160848/32872528 swapFree=1431120/1543540
[pid=17089] ppid=17086 vsize=1359428 CPUtime=1721.79 cores=1,3,5,7
/proc/17089/stat : 17089 (toysat) R 17086 17089 15180 0 -1 4202496 281457 0 0 0 172124 55 0 0 20 0 4 0 23442454 1392054272 281615 33554432000 4194304 16246674 140735343407168 140735343406264 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17089/statm: 339857 281615 905 2943 0 336751 0
[pid=17089/tid=17090] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17090/stat : 17090 (toysat) S 17086 17089 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139789002058992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17089/tid=17091] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17091/stat : 17091 (toysat) S 17086 17089 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139788991569136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17089/tid=17092] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17092/stat : 17092 (toysat) S 17086 17089 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281615 33554432000 4194304 16246674 140735343407168 139788904557744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 1359428

[startup+1782.3 s]
/proc/loadavg: 2.12 2.19 2.20 4/183 17209
/proc/meminfo: memFree=28160348/32872528 swapFree=1431120/1543540
[pid=17089] ppid=17086 vsize=1359428 CPUtime=1781.79 cores=1,3,5,7
/proc/17089/stat : 17089 (toysat) R 17086 17089 15180 0 -1 4202496 281458 0 0 0 178122 57 0 0 20 0 4 0 23442454 1392054272 281616 33554432000 4194304 16246674 140735343407168 140735343389056 5762744 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17089/statm: 339857 281616 906 2943 0 336751 0
[pid=17089/tid=17090] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17090/stat : 17090 (toysat) S 17086 17089 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281616 33554432000 4194304 16246674 140735343407168 139789002058992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17089/tid=17091] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17091/stat : 17091 (toysat) S 17086 17089 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281616 33554432000 4194304 16246674 140735343407168 139788991569136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17089/tid=17092] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17092/stat : 17092 (toysat) S 17086 17089 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281616 33554432000 4194304 16246674 140735343407168 139788904557744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 1359428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.21 2.21 2.21 3/183 17209
/proc/meminfo: memFree=28147084/32872528 swapFree=1431120/1543540
[pid=17089] ppid=17086 vsize=1359428 CPUtime=1800.08 cores=1,3,5,7
/proc/17089/stat : 17089 (toysat) R 17086 17089 15180 0 -1 4202496 281458 0 0 0 179951 57 0 0 20 0 4 0 23442454 1392054272 281616 33554432000 4194304 16246674 140735343407168 140735343389056 5822252 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17089/statm: 339857 281616 906 2943 0 336751 0
[pid=17089/tid=17090] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17090/stat : 17090 (toysat) S 17086 17089 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281616 33554432000 4194304 16246674 140735343407168 139789002058992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17089/tid=17091] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17091/stat : 17091 (toysat) S 17086 17089 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281616 33554432000 4194304 16246674 140735343407168 139788991569136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17089/tid=17092] ppid=17086 vsize=1359428 CPUtime=0 cores=1,3,5,7
/proc/17089/task/17092/stat : 17092 (toysat) S 17086 17089 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23442455 1392054272 281616 33554432000 4194304 16246674 140735343407168 139788904557744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1359428

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.61
CPU time (s): 1800.1
CPU user time (s): 1799.52
CPU system time (s): 0.580911
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 1359428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 0.580911
maximum resident set size= 1126464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 281458
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= 410
involuntary context switches= 1841

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.51231 second user time and 7.01893 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-18 03:38:57
IDJOB=4100457
IDBENCH=1619
IDSOLVER=2542
FILE ID=node116/4100457-1466213937
RUNJOBID= node116-1466206094-15197
PBS_JOBID= 19918160
Free space on /tmp= 71708 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-UMTS.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100457-1466213937/watcher-4100457-1466213937 -o /tmp/evaluation-result-4100457-1466213937/solver-4100457-1466213937 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466206094-15197 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4100457-1466213937.opb

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

MD5SUM BENCH= 9b27e30a8bba28dee1f89aacae920d43
RANDOM SEED=1008794506

node116.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.781
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.56
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.781
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.781
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.781
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.781
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.781
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.54
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.781
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.781
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:        29275304 kB
Buffers:          102024 kB
Cached:           118024 kB
SwapCached:         2160 kB
Active:          1190348 kB
Inactive:         124668 kB
Active(anon):    1095808 kB
Inactive(anon):     1544 kB
Active(file):      94540 kB
Inactive(file):   123124 kB
Unevictable:     1543540 kB
Mlocked:         1431120 kB
SwapTotal:      67108856 kB
SwapFree:       67099604 kB
Dirty:             16712 kB
Writeback:             0 kB
AnonPages:       2651528 kB
Mapped:            10872 kB
Shmem:                 0 kB
Slab:             602672 kB
SReclaimable:      46888 kB
SUnreclaim:       555784 kB
KernelStack:        1520 kB
PageTables:         9060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2779320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    520192 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= 71692 MiB
End job on node116 at 2016-06-18 04:08:58