Trace number 4079213

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.05 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-ns1685374.opb
MD5SUM50acc4afebeb32cddb95c5011f072af8
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-13
Best CPU time to get the best result obtained on this benchmark523.886
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints43295
Number of constraints which are clauses9074
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints34021
Minimum length of a constraint3
Maximum length of a constraint97
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1000000000
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2000000032
Number of bits of the biggest sum of numbers31
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-07T08:14:38+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-4079213-1465280078.opb"]
0.00/0.01	c use --random-gen="3231953167 2023920517 4160070851 1699197543 719806899 2645306018 1268160608 2632700474 3159858846 1852688970 2777911877 4127243789 1410466152 3156729451 2934203113 202033359 340874354 1670915836 569697793 2044856137 3609556330 3231426623 4267488149 4006124889 2571949917 4058831563 3683512738 2051610688 3884428292 3099802247 550817144 3830092112 1791556719 3143082363 3837582846 2016041540 2966189434 3373674026 3233167213 3772702437 859847294 3534938174 3316747923 1125829549 3858190946 3208677319 2448845380 1157398007 1794786969 3109117406 3117542681 4045796985 2049621410 2601774753 1451590079 3604748463 740037205 2932830282 838887153 354351593 3386830031 623450726 3493464968 3304142511 3805951005 3472847607 2353422884 3500366903 974204099 3248973881 646294185 1281309777 2467066137 2645783399 4186001407 1000118889 1558586674 2316919405 1727436536 272231905 2965706259 3564593968 110683564 390225087 940580238 3275507944 1461652029 367530362 3735735857 1360101421 1496694954 3746448959 1566745200 3376408612 823733798 292915877 3917042296 4070125165 3044073597 2139667826 3015519224 3026253353 3819664819 1823083887 4012755618 4178675551 3989296903 3415781629 2864666846 1949870258 1841733905 2286134036 1645757247 3609695689 3367898601 4083525878 3903033858 3676920190 2609150766 3811281145 3447215576 248024476 2006562715 4048328940 2928825677 2787890080 4032781256 3780492743 2211803324 3850567832 642181870 2076926977 2068001693 758039826 1713390257 996978773 2918050678 260504156 963973114 1467452290 1857592012 360310705 3763840052 1160495561 1463643388 2066050107 2419960012 825658601 1085999698 1207176750 1438516748 3734712039 3244476020 2235215979 2833593220 1802475137 1715301523 425945673 3309955662 4004297849 2167383244 4060549847 2591829262 3701220352 3871512151 3208811485 2796683215 565888084 2910795859 3725500996 1417507591 3544289192 3563885542 2864845525 2379866406 983200338 1842999440 3496892261 2773836884 209021088 672911109 3490559502 3755132290 2748740260 1934910215 3532116750 715187084 463576965 2575843197 3647727993 2759075243 3202642869 1316965476 2647774258 3522778729 3875533198 1689947703 465032159 193852671 285686821 1140254541 166133873 1143813356 4238939138 2569897382 743521543 165371903 4288781155 291918628 1349855779 146724076 1675819125 2571569079 73117118 3605688357 1129637261 3553116755 1025929168 3297702546 1950816762 4001394032 1480642701 4097346357 843705593 937027825 2500747603 1821024501 1209177960 3721832411 4012698204 78646655 100345307 4144481874 260658010 1501012574 651386867 1740649043 2829725059 3553774708 1153846560 4095313157 1173977452 2076699000 1201299238 1349128251 2660975069 3386803603 1019175832 2417891236 4097641246 1086674409 2066879945 3402280739 1317877840 3116418700 2728958307 255 362436" option to reproduce the execution
0.39/0.45	c #vars 10000
0.39/0.45	c #constraints 43295
1.29/1.32	c BCD2: Hardening is enabled.
1.29/1.32	c BCD2: BiasedSearch is enabled.
1.29/1.32	c Solving starts ...
1.29/1.32	c ============================[ Search Statistics ]============================
1.29/1.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.32	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.32	c =============================================================================
1.29/1.32	c  0.0s |       0 |        0 |        0 |    17765      0 |      826 |        0
1.98/2.03	c  0.7s |       1 |     2480 |      100 |    17765      0 |      826 |        0
2.38/2.44	c  1.1s |       2 |     6461 |      250 |    19542      0 |      826 |        0
4.78/4.81	c  3.5s |       2 |     7076 |      450 |    21497      0 |      826 |        0
4.88/4.91	c  3.6s |       3 |     7130 |      475 |    21497      0 |      826 |        0
6.88/6.95	c  5.6s |       3 |    10931 |      775 |    23647      0 |      826 |        0
7.48/7.51	c  6.2s |       4 |    11411 |      813 |    23647      0 |      826 |        0
10.28/10.35	c  9.0s |       4 |    12554 |     1113 |    26012      0 |      826 |        0
11.68/11.70	c 10.4s |       5 |    14460 |     1320 |    26012      0 |      826 |        0
13.68/13.80	c 12.5s |       5 |    21814 |     1620 |    28614      0 |      826 |        0
15.28/15.30	c 14.0s |       6 |    22619 |     2081 |    31476      0 |      826 |        0
17.48/17.57	c 16.2s |       6 |    23929 |     2281 |    31476      0 |      826 |        0
20.48/20.55	c 19.2s |       6 |    29305 |     2681 |    31476      0 |      826 |        0
22.88/22.93	c 21.6s |       6 |    30078 |     2981 |    31476      0 |      826 |        0
25.08/25.18	c 23.9s |       7 |    32651 |     3223 |    34624      0 |      826 |        0
27.79/27.83	c 26.5s |       7 |    35697 |     3523 |    34624      0 |      826 |        0
29.89/29.95	c 28.6s |       7 |    36080 |     3823 |    34624      0 |      826 |        0
32.09/32.18	c 30.9s |       7 |    37044 |     4223 |    34624      0 |      826 |        0
34.69/34.77	c 33.4s |       7 |    37727 |     4623 |    34624      0 |      826 |        0
35.79/35.80	c 34.5s |       8 |    38639 |     4936 |    38087      0 |      826 |        0
37.99/38.07	c 36.8s |       8 |    39476 |     5236 |    38087      0 |      826 |        0
40.29/40.36	c 39.0s |       8 |    40347 |     5536 |    38087      0 |      826 |        0
42.69/42.74	c 41.4s |       8 |    46014 |     5936 |    38087      0 |      826 |        0
45.09/45.19	c 43.9s |       8 |    46938 |     6436 |    38087      0 |      826 |        0
47.98/48.06	c 46.7s |       8 |    47334 |     6736 |    38087      0 |      826 |        0
51.19/51.25	c 49.9s |       8 |    47789 |     7036 |    38087      0 |      826 |        0
53.58/53.63	c 52.3s |       8 |    48553 |     7336 |    38087      0 |      826 |        0
54.88/54.96	c 53.6s |       9 |    48850 |     7506 |    41896      0 |      826 |        0
57.48/57.58	c 56.3s |       9 |    49805 |     7806 |    41896      0 |      826 |        0
59.58/59.62	c 58.3s |       9 |    50024 |     8006 |    41896      0 |      826 |        0
62.08/62.10	c 60.8s |       9 |    50615 |     8306 |    41896      0 |      826 |        0
64.38/64.48	c 63.2s |       9 |    51092 |     8606 |    41896      0 |      826 |        0
67.58/67.66	c 66.3s |       9 |    51620 |     8906 |    41896      0 |      826 |        0
70.68/70.73	c 69.4s |       9 |    51887 |     9106 |    41896      0 |      826 |        0
73.69/73.78	c 72.5s |       9 |    52292 |     9306 |    41896      0 |      826 |        0
75.78/75.88	c 74.6s |       9 |    53645 |     9606 |    41896      0 |      826 |        0
78.09/78.14	c 76.8s |       9 |    54377 |     9906 |    41896      0 |      826 |        0
80.18/80.27	c 78.9s |       9 |    56182 |    10306 |    41896      0 |      826 |        0
82.38/82.47	c 81.1s |       9 |    56669 |    10606 |    41896      0 |      826 |        0
84.58/84.63	c 83.3s |       9 |    57834 |    11006 |    41896      0 |      826 |        0
86.78/86.90	c 85.6s |       9 |    58244 |    11306 |    46086      0 |      826 |        0
87.38/87.49	c 86.2s |      10 |    58326 |    11361 |    46086      0 |      826 |        0
90.98/91.05	c 89.7s |      10 |    59592 |    11661 |    46086      0 |      826 |        0
93.37/93.42	c 92.1s |      10 |    60108 |    11861 |    46086      0 |      826 |        0
96.57/96.63	c 95.3s |      10 |    60848 |    12161 |    46086      0 |      826 |        0
98.57/98.64	c 97.3s |      10 |    61083 |    12361 |    46086      0 |      826 |        0
100.77/100.89	c 99.6s |      10 |    61418 |    12561 |    46086      0 |      826 |        0
103.77/103.85	c  102s |      10 |    62295 |    12861 |    46086      0 |      826 |        0
106.27/106.36	c  105s |      10 |    62666 |    13061 |    46086      0 |      826 |        0
109.07/109.14	c  107s |      10 |    62971 |    13261 |    46086      0 |      826 |        0
111.47/111.57	c  110s |      10 |    63287 |    13461 |    46086      0 |      826 |        0
113.67/113.72	c  112s |      10 |    63720 |    13661 |    46086      0 |      826 |        0
115.67/115.74	c  114s |      10 |    64252 |    13861 |    46086      0 |      826 |        0
118.27/118.37	c  117s |      10 |    64670 |    14061 |    46086      0 |      826 |        0
120.87/120.93	c  119s |      10 |    65325 |    14361 |    46086      0 |      826 |        0
123.57/123.67	c  122s |      10 |    65923 |    14761 |    46086      0 |      826 |        0
126.66/126.73	c  125s |      10 |    66624 |    15061 |    46086      0 |      826 |        0
128.77/128.88	c  127s |      10 |    67196 |    15261 |    46086      0 |      826 |        0
131.26/131.31	c  129s |      10 |    67570 |    15461 |    46086      0 |      826 |        0
133.66/133.79	c  132s |      10 |    68188 |    15761 |    46086      0 |      826 |        0
135.86/135.91	c  134s |      10 |    68417 |    15961 |    46086      0 |      826 |        0
138.16/138.22	c  136s |      10 |    68732 |    16161 |    46086      0 |      826 |        0
140.56/140.60	c  139s |      10 |    69050 |    16361 |    46086      0 |      826 |        0
142.76/142.86	c  141s |      10 |    69267 |    16561 |    46086      0 |      826 |        0
145.46/145.52	c  144s |      10 |    69788 |    16861 |    46086      0 |      826 |        0
146.95/147.09	c  145s |      11 |    70285 |    17144 |    50695      0 |      826 |        0
149.66/149.75	c  148s |      11 |    70872 |    17344 |    50695      0 |      826 |        0
152.55/152.65	c  151s |      11 |    71493 |    17644 |    50695      0 |      826 |        0
154.95/155.08	c  153s |      11 |    72023 |    17944 |    50695      0 |      826 |        0
157.45/157.56	c  156s |      11 |    72526 |    18244 |    50695      0 |      826 |        0
160.34/160.42	c  159s |      11 |    73028 |    18544 |    50695      0 |      826 |        0
162.75/162.85	c  161s |      11 |    73338 |    18744 |    50695      0 |      826 |        0
165.14/165.29	c  163s |      11 |    73735 |    19044 |    50695      0 |      826 |        0
167.74/167.83	c  166s |      11 |    73996 |    19244 |    50695      0 |      826 |        0
170.34/170.42	c  169s |      11 |    74308 |    19444 |    50695      0 |      826 |        0
172.94/173.00	c  171s |      11 |    74608 |    19644 |    50695      0 |      826 |        0
175.14/175.23	c  173s |      11 |    74928 |    19844 |    50695      0 |      826 |        0
178.25/178.36	c  177s |      11 |    75337 |    20144 |    50695      0 |      826 |        0
180.74/180.85	c  179s |      11 |    75801 |    20444 |    50695      0 |      826 |        0
182.74/182.87	c  181s |      11 |    76193 |    20744 |    50695      0 |      826 |        0
185.64/185.71	c  184s |      11 |    76546 |    21044 |    50695      0 |      826 |        0
188.34/188.42	c  187s |      11 |    77089 |    21344 |    50695      0 |      826 |        0
190.84/190.97	c  189s |      11 |    77608 |    21644 |    50695      0 |      826 |        0
193.03/193.16	c  191s |      11 |    78106 |    21944 |    50695      0 |      826 |        0
195.33/195.45	c  194s |      11 |    78662 |    22244 |    50695      0 |      826 |        0
197.73/197.84	c  196s |      11 |    79088 |    22544 |    50695      0 |      826 |        0
199.73/199.86	c  198s |      11 |    79693 |    22844 |    50695      0 |      826 |        0
202.23/202.30	c  200s |      11 |    80182 |    23144 |    50695      0 |      826 |        0
204.43/204.59	c  203s |      11 |    80592 |    23444 |    50695      0 |      826 |        0
206.92/207.03	c  205s |      11 |    81028 |    23744 |    50695      0 |      826 |        0
209.72/209.90	c  208s |      11 |    81379 |    24044 |    50695      0 |      826 |        0
212.82/212.97	c  211s |      11 |    81781 |    24344 |    50695      0 |      826 |        0
215.12/215.21	c  213s |      11 |    82032 |    24544 |    50695      0 |      826 |        0
217.62/217.73	c  216s |      11 |    82248 |    24744 |    50695      0 |      826 |        0
219.72/219.80	c  218s |      11 |    82528 |    24944 |    50695      0 |      826 |        0
221.72/221.81	c  220s |      11 |    82860 |    25144 |    50695      0 |      826 |        0
224.62/224.70	c  223s |      11 |    83338 |    25444 |    50695      0 |      826 |        0
227.02/227.11	c  225s |      11 |    83840 |    25744 |    55765      0 |      826 |        0
227.82/227.99	c  226s |      12 |    83979 |    25819 |    55765      0 |      826 |        0
230.92/231.01	c  229s |      12 |    84584 |    26019 |    55765      0 |      826 |        0
233.32/233.41	c  232s |      12 |    85159 |    26219 |    55765      0 |      826 |        0
235.91/236.06	c  234s |      12 |    85429 |    26419 |    55765      0 |      826 |        0
238.11/238.25	c  236s |      12 |    85758 |    26619 |    55765      0 |      826 |        0
240.31/240.45	c  239s |      12 |    86117 |    26819 |    55765      0 |      826 |        0
242.61/242.70	c  241s |      12 |    86808 |    27119 |    55765      0 |      826 |        0
245.32/245.43	c  244s |      12 |    87345 |    27419 |    55765      0 |      826 |        0
247.81/247.98	c  246s |      12 |    87702 |    27619 |    55765      0 |      826 |        0
251.31/251.41	c  250s |      12 |    88195 |    27919 |    55765      0 |      826 |        0
254.02/254.10	c  252s |      12 |    88538 |    28119 |    55765      0 |      826 |        0
256.91/257.04	c  255s |      12 |    88908 |    28319 |    55765      0 |      826 |        0
259.71/259.83	c  258s |      12 |    89132 |    28519 |    55765      0 |      826 |        0
262.41/262.51	c  261s |      12 |    89608 |    28719 |    55765      0 |      826 |        0
264.71/264.82	c  263s |      12 |    89872 |    28919 |    55765      0 |      826 |        0
267.41/267.57	c  266s |      12 |    90182 |    29119 |    55765      0 |      826 |        0
270.70/270.81	c  269s |      12 |    91056 |    29419 |    55765      0 |      826 |        0
273.60/273.74	c  272s |      12 |    91572 |    29619 |    55765      0 |      826 |        0
276.20/276.31	c  274s |      12 |    92005 |    29819 |    55765      0 |      826 |        0
279.10/279.22	c  277s |      12 |    92297 |    30019 |    55765      0 |      826 |        0
282.80/282.99	c  281s |      12 |    92732 |    30219 |    55765      0 |      826 |        0
285.60/285.70	c  284s |      12 |    93014 |    30419 |    55765      0 |      826 |        0
288.81/288.96	c  287s |      12 |    93238 |    30619 |    55765      0 |      826 |        0
291.11/291.26	c  289s |      12 |    93556 |    30819 |    55765      0 |      826 |        0
294.41/294.54	c  293s |      12 |    93998 |    31119 |    55765      0 |      826 |        0
297.61/297.72	c  296s |      12 |    94308 |    31319 |    55765      0 |      826 |        0
299.91/300.02	c  298s |      12 |    94932 |    31619 |    55765      0 |      826 |        0
302.31/302.41	c  301s |      12 |    95538 |    31919 |    55765      0 |      826 |        0
305.20/305.33	c  304s |      12 |    96342 |    32219 |    55765      0 |      826 |        0
308.40/308.56	c  307s |      12 |    96820 |    32419 |    55765      0 |      826 |        0
311.31/311.48	c  310s |      12 |    97219 |    32619 |    55765      0 |      826 |        0
314.51/314.67	c  313s |      12 |    97608 |    32819 |    55765      0 |      826 |        0
316.99/317.14	c  315s |      12 |    97762 |    32919 |    55765      0 |      826 |        0
319.89/320.03	c  318s |      12 |    98017 |    33119 |    55765      0 |      826 |        0
322.09/322.21	c  320s |      12 |    98177 |    33219 |    55765      0 |      826 |        0
324.99/325.15	c  323s |      12 |    98448 |    33419 |    55765      0 |      826 |        0
327.09/327.23	c  325s |      12 |    99126 |    33619 |    55765      0 |      826 |        0
330.69/330.89	c  329s |      12 |    99514 |    33819 |    55765      0 |      826 |        0
333.19/333.38	c  332s |      12 |    99953 |    34019 |    55765      0 |      826 |        0
335.69/335.80	c  334s |      12 |   100221 |    34219 |    55765      0 |      826 |        0
338.28/338.47	c  337s |      12 |   100462 |    34419 |    55765      0 |      826 |        0
341.08/341.24	c  339s |      12 |   100798 |    34619 |    55765      0 |      826 |        0
343.78/343.95	c  342s |      12 |   101161 |    34819 |    55765      0 |      826 |        0
346.97/347.12	c  345s |      12 |   101490 |    35019 |    55765      0 |      826 |        0
349.17/349.30	c  347s |      12 |   101742 |    35219 |    55765      0 |      826 |        0
352.27/352.44	c  351s |      12 |   102133 |    35419 |    55765      0 |      826 |        0
354.77/354.99	c  353s |      12 |   102524 |    35619 |    55765      0 |      826 |        0
358.17/358.34	c  357s |      12 |   102895 |    35819 |    55765      0 |      826 |        0
361.57/361.79	c  360s |      12 |   103373 |    36019 |    55765      0 |      826 |        0
364.47/364.68	c  363s |      12 |   103779 |    36219 |    55765      0 |      826 |        0
367.27/367.41	c  366s |      12 |   104448 |    36519 |    55765      0 |      826 |        0
370.36/370.57	c  369s |      12 |   104729 |    36719 |    55765      0 |      826 |        0
373.56/373.72	c  372s |      12 |   105203 |    36919 |    55765      0 |      826 |        0
377.16/377.31	c  375s |      12 |   105429 |    37119 |    55765      0 |      826 |        0
380.37/380.60	c  379s |      12 |   105719 |    37319 |    55765      0 |      826 |        0
384.06/384.20	c  382s |      12 |   105979 |    37519 |    55765      0 |      826 |        0
386.46/386.68	c  385s |      12 |   106388 |    37719 |    55765      0 |      826 |        0
389.27/389.46	c  388s |      12 |   106852 |    37919 |    55765      0 |      826 |        0
392.46/392.65	c  391s |      12 |   107223 |    38119 |    55765      0 |      826 |        0
395.86/396.06	c  394s |      12 |   107711 |    38319 |    55765      0 |      826 |        0
399.05/399.30	c  397s |      12 |   108053 |    38519 |    55765      0 |      826 |        0
401.15/401.31	c  399s |      12 |   108261 |    38619 |    61342      0 |      826 |        0
404.66/404.83	c  403s |      12 |   108716 |    38819 |    61342      0 |      826 |        0
404.76/404.94	c  403s |      13 |   108724 |    38832 |    61342      0 |      826 |        0
407.65/407.85	c  406s |      13 |   109428 |    39032 |    61342      0 |      826 |        0
409.85/410.07	c  408s |      13 |   109912 |    39232 |    61342      0 |      826 |        0
412.15/412.33	c  411s |      13 |   110333 |    39432 |    61342      0 |      826 |        0
414.15/414.35	c  413s |      13 |   110837 |    39632 |    61342      0 |      826 |        0
416.64/416.83	c  415s |      13 |   111205 |    39832 |    61342      0 |      826 |        0
419.05/419.27	c  417s |      13 |   111583 |    40032 |    61342      0 |      826 |        0
421.54/421.73	c  420s |      13 |   111849 |    40232 |    61342      0 |      826 |        0
424.24/424.46	c  423s |      13 |   112163 |    40432 |    61342      0 |      826 |        0
427.14/427.33	c  426s |      13 |   112466 |    40632 |    61342      0 |      826 |        0
430.04/430.28	c  428s |      13 |   112802 |    40832 |    61342      0 |      826 |        0
432.34/432.51	c  431s |      13 |   113388 |    41032 |    61342      0 |      826 |        0
435.44/435.64	c  434s |      13 |   113708 |    41232 |    61342      0 |      826 |        0
438.13/438.40	c  437s |      13 |   113964 |    41432 |    61342      0 |      826 |        0
440.63/440.80	c  439s |      13 |   125817 |    41632 |    61342      0 |      826 |        0
444.63/444.86	c  443s |      13 |   126148 |    41832 |    61342      0 |      826 |        0
447.13/447.36	c  446s |      13 |   126743 |    42032 |    61342      0 |      826 |        0
450.13/450.35	c  449s |      13 |   127121 |    42232 |    61342      0 |      826 |        0
452.83/453.03	c  451s |      13 |   127532 |    42432 |    61342      0 |      826 |        0
455.12/455.36	c  454s |      13 |   129172 |    42632 |    61342      0 |      826 |        0
457.32/457.52	c  456s |      13 |   129603 |    42832 |    61342      0 |      826 |        0
459.73/459.93	c  458s |      13 |   130528 |    43032 |    61342      0 |      826 |        0
462.12/462.33	c  461s |      13 |   130854 |    43232 |    61342      0 |      826 |        0
464.42/464.70	c  463s |      13 |   131151 |    43432 |    61342      0 |      826 |        0
466.82/467.06	c  465s |      13 |   131809 |    43632 |    61342      0 |      826 |        0
469.32/469.59	c  468s |      13 |   132878 |    43832 |    61342      0 |      826 |        0
472.32/472.59	c  471s |      13 |   133500 |    44132 |    61342      0 |      826 |        0
474.82/475.07	c  473s |      13 |   133867 |    44332 |    61342      0 |      826 |        0
477.91/478.19	c  476s |      13 |   134196 |    44532 |    61342      0 |      826 |        0
480.52/480.77	c  479s |      13 |   134798 |    44732 |    61342      0 |      826 |        0
483.01/483.26	c  481s |      13 |   135403 |    44932 |    61342      0 |      826 |        0
485.61/485.81	c  484s |      13 |   135818 |    45132 |    61342      0 |      826 |        0
488.60/488.84	c  487s |      13 |   136239 |    45332 |    61342      0 |      826 |        0
490.90/491.18	c  489s |      13 |   136595 |    45532 |    61342      0 |      826 |        0
493.60/493.88	c  492s |      13 |   137285 |    45732 |    61342      0 |      826 |        0
497.00/497.29	c  495s |      13 |   137616 |    45932 |    61342      0 |      826 |        0
499.60/499.80	c  498s |      13 |   137836 |    46132 |    61342      0 |      826 |        0
501.90/502.15	c  500s |      13 |   138170 |    46332 |    61342      0 |      826 |        0
504.30/504.57	c  503s |      13 |   138632 |    46532 |    61342      0 |      826 |        0
507.89/508.12	c  506s |      13 |   139021 |    46732 |    61342      0 |      826 |        0
510.99/511.25	c  509s |      13 |   139471 |    46932 |    61342      0 |      826 |        0
513.89/514.12	c  512s |      13 |   139980 |    47132 |    61342      0 |      826 |        0
517.49/517.77	c  516s |      13 |   140823 |    47432 |    61342      0 |      826 |        0
520.09/520.36	c  519s |      13 |   141216 |    47632 |    61342      0 |      826 |        0
522.49/522.77	c  521s |      13 |   141557 |    47832 |    61342      0 |      826 |        0
525.49/525.75	c  524s |      13 |   141864 |    48032 |    61342      0 |      826 |        0
529.18/529.47	c  528s |      13 |   142176 |    48232 |    61342      0 |      826 |        0
531.78/532.01	c  530s |      13 |   142496 |    48432 |    61342      0 |      826 |        0
534.78/535.08	c  533s |      13 |   142797 |    48632 |    61342      0 |      826 |        0
537.47/537.77	c  536s |      13 |   143069 |    48832 |    61342      0 |      826 |        0
540.57/540.83	c  539s |      13 |   143529 |    49032 |    61342      0 |      826 |        0
542.57/542.83	c  541s |      13 |   143677 |    49132 |    61342      0 |      826 |        0
545.38/545.65	c  544s |      13 |   144108 |    49332 |    61342      0 |      826 |        0
547.87/548.12	c  546s |      13 |   144231 |    49432 |    61342      0 |      826 |        0
550.88/551.10	c  549s |      13 |   144533 |    49632 |    61342      0 |      826 |        0
553.18/553.47	c  552s |      13 |   144930 |    49832 |    61342      0 |      826 |        0
555.97/556.28	c  554s |      13 |   145358 |    50132 |    61342      0 |      826 |        0
558.07/558.36	c  557s |      13 |   145597 |    50332 |    61342      0 |      826 |        0
560.37/560.67	c  559s |      13 |   145905 |    50532 |    61342      0 |      826 |        0
562.47/562.73	c  561s |      13 |   146442 |    50732 |    61342      0 |      826 |        0
564.77/565.05	c  563s |      13 |   146766 |    50932 |    61342      0 |      826 |        0
567.66/567.97	c  566s |      13 |   147043 |    51132 |    61342      0 |      826 |        0
570.56/570.80	c  569s |      13 |   147340 |    51332 |    61342      0 |      826 |        0
574.26/574.50	c  573s |      13 |   147749 |    51532 |    61342      0 |      826 |        0
576.86/577.17	c  575s |      13 |   148108 |    51732 |    61342      0 |      826 |        0
580.86/581.18	c  579s |      13 |   148522 |    51932 |    61342      0 |      826 |        0
585.56/585.88	c  584s |      13 |   149081 |    52132 |    61342      0 |      827 |        0
588.05/588.40	c  587s |      13 |   149886 |    52432 |    61342      0 |      827 |        0
591.95/592.20	c  590s |      13 |   150551 |    52632 |    61342      0 |      827 |        0
594.65/594.91	c  593s |      13 |   150870 |    52832 |    61342      0 |      827 |        0
596.74/597.06	c  595s |      13 |   151139 |    52932 |    61342      0 |      827 |        0
599.54/599.86	c  598s |      13 |   151748 |    53132 |    61342      0 |      827 |        0
602.44/602.80	c  601s |      13 |   152180 |    53332 |    61342      0 |      827 |        0
605.44/605.76	c  604s |      13 |   152446 |    53532 |    61342      0 |      827 |        0
609.04/609.39	c  608s |      13 |   153051 |    53732 |    61342      0 |      827 |        0
612.74/613.01	c  611s |      13 |   153439 |    53932 |    61342      0 |      827 |        0
615.44/615.74	c  614s |      13 |   154392 |    54132 |    61342      0 |      827 |        0
617.84/618.20	c  616s |      13 |   154669 |    54332 |    61342      0 |      827 |        0
620.44/620.72	c  619s |      13 |   155252 |    54632 |    61342      0 |      827 |        0
623.34/623.68	c  622s |      13 |   156256 |    54932 |    61342      0 |      827 |        0
625.54/625.85	c  624s |      13 |   156853 |    55132 |    61342      0 |      827 |        0
628.04/628.31	c  626s |      13 |   157310 |    55332 |    61342      0 |      827 |        0
630.34/630.63	c  629s |      13 |   157834 |    55532 |    61342      0 |      827 |        0
633.03/633.38	c  632s |      13 |   158167 |    55732 |    61342      0 |      827 |        0
635.43/635.74	c  634s |      13 |   158485 |    55932 |    61342      0 |      827 |        0
638.84/639.14	c  637s |      13 |   159133 |    56232 |    61342      0 |      827 |        0
641.33/641.60	c  640s |      13 |   159242 |    56332 |    61342      0 |      827 |        0
643.93/644.24	c  642s |      13 |   159587 |    56532 |    61342      0 |      827 |        0
647.73/648.07	c  646s |      13 |   160141 |    56732 |    61342      0 |      827 |        0
650.62/650.96	c  649s |      13 |   160378 |    56932 |    61342      0 |      827 |        0
653.32/653.63	c  652s |      13 |   160694 |    57132 |    61342      0 |      827 |        0
655.72/656.06	c  654s |      13 |   161290 |    57332 |    61342      0 |      827 |        0
657.82/658.12	c  656s |      13 |   161367 |    57432 |    61342      0 |      827 |        0
659.92/660.20	c  658s |      13 |   161529 |    57532 |    61342      0 |      827 |        0
662.72/663.03	c  661s |      13 |   162101 |    57732 |    61342      0 |      827 |        0
665.42/665.78	c  664s |      13 |   162399 |    57932 |    61342      0 |      827 |        0
667.52/667.83	c  666s |      13 |   162505 |    58032 |    67477      0 |      827 |        0
670.91/671.23	c  669s |      13 |   162804 |    58232 |    67477      0 |      827 |        0
672.51/672.87	c  671s |      14 |   162994 |    58352 |    67477      0 |      827 |        0
675.01/675.32	c  674s |      14 |   163297 |    58452 |    67477      0 |      827 |        0
678.00/678.38	c  677s |      14 |   165415 |    58752 |    67477      0 |      827 |        0
681.71/682.07	c  680s |      14 |   166782 |    58952 |    67477      0 |      827 |        0
684.80/685.19	c  683s |      14 |   167156 |    59152 |    67477      0 |      827 |        0
687.60/687.93	c  686s |      14 |   167890 |    59352 |    67477      0 |      827 |        0
690.10/690.49	c  689s |      14 |   168124 |    59552 |    67477      0 |      827 |        0
693.20/693.54	c  692s |      14 |   168400 |    59752 |    67477      0 |      827 |        0
696.00/696.33	c  695s |      14 |   168732 |    59952 |    67477      0 |      827 |        0
698.89/699.23	c  697s |      14 |   169156 |    60152 |    67477      0 |      827 |        0
701.19/701.58	c  700s |      14 |   169620 |    60352 |    67477      0 |      827 |        0
703.89/704.22	c  702s |      14 |   169942 |    60552 |    67477      0 |      827 |        0
706.69/707.06	c  705s |      14 |   170213 |    60752 |    67477      0 |      827 |        0
709.49/709.80	c  708s |      14 |   170676 |    60952 |    67477      0 |      827 |        0
711.89/712.26	c  710s |      14 |   170937 |    61152 |    67477      0 |      827 |        0
714.89/715.25	c  713s |      14 |   171284 |    61352 |    67477      0 |      827 |        0
717.49/717.84	c  716s |      14 |   171645 |    61552 |    67477      0 |      827 |        0
719.99/720.36	c  719s |      14 |   172279 |    61752 |    67477      0 |      827 |        0
722.69/723.02	c  721s |      14 |   172641 |    61952 |    67477      0 |      827 |        0
724.69/725.08	c  723s |      14 |   172813 |    62052 |    67477      0 |      827 |        0
728.39/728.74	c  727s |      14 |   173139 |    62252 |    67477      0 |      827 |        0
731.49/731.87	c  730s |      14 |   173402 |    62452 |    67477      0 |      827 |        0
735.39/735.75	c  734s |      14 |   173574 |    62652 |    67477      0 |      827 |        0
738.29/738.63	c  737s |      14 |   174236 |    62852 |    67477      0 |      827 |        0
741.19/741.55	c  740s |      14 |   174512 |    63052 |    67477      0 |      827 |        0
744.39/744.76	c  743s |      14 |   174934 |    63252 |    67477      0 |      827 |        0
747.08/747.41	c  746s |      14 |   175251 |    63452 |    67477      0 |      827 |        0
750.08/750.40	c  749s |      14 |   175797 |    63652 |    67477      0 |      827 |        0
753.38/753.71	c  752s |      14 |   176074 |    63852 |    67477      0 |      827 |        0
755.39/755.73	c  754s |      14 |   176406 |    64052 |    67477      0 |      827 |        0
757.69/758.09	c  756s |      14 |   176663 |    64252 |    67477      0 |      827 |        0
760.28/760.66	c  759s |      14 |   177013 |    64452 |    67477      0 |      827 |        0
763.78/764.20	c  762s |      14 |   177353 |    64652 |    67477      0 |      827 |        0
767.98/768.37	c  767s |      14 |   177605 |    64852 |    67477      0 |      827 |        0
770.38/770.74	c  769s |      14 |   177979 |    65052 |    67477      0 |      827 |        0
773.09/773.45	c  772s |      14 |   178379 |    65252 |    67477      0 |      827 |        0
775.58/775.93	c  774s |      14 |   178617 |    65452 |    67477      0 |      827 |        0
777.78/778.19	c  776s |      14 |   178714 |    65552 |    67477      0 |      827 |        0
781.58/781.98	c  780s |      14 |   179017 |    65752 |    67477      0 |      827 |        0
785.19/785.57	c  784s |      14 |   179234 |    65952 |    67477      0 |      827 |        0
787.98/788.32	c  786s |      14 |   179519 |    66152 |    67477      0 |      827 |        0
790.08/790.47	c  789s |      14 |   179848 |    66352 |    67477      0 |      827 |        0
793.99/794.35	c  793s |      14 |   180117 |    66552 |    67477      0 |      827 |        0
796.69/797.01	c  795s |      14 |   180456 |    66752 |    67477      0 |      827 |        0
800.39/800.71	c  799s |      14 |   180655 |    66952 |    67477      0 |      827 |        0
803.68/804.07	c  802s |      14 |   180918 |    67152 |    67477      0 |      827 |        0
807.48/807.88	c  806s |      14 |   181169 |    67352 |    67477      0 |      827 |        0
811.38/811.76	c  810s |      14 |   181743 |    67552 |    67477      0 |      827 |        0
813.69/814.00	c  812s |      14 |   182179 |    67752 |    67477      0 |      827 |        0
816.68/817.09	c  815s |      14 |   182450 |    67952 |    67477      0 |      827 |        0
819.48/819.83	c  818s |      14 |   182869 |    68152 |    67477      0 |      827 |        0
823.18/823.59	c  822s |      14 |   183129 |    68352 |    67477      0 |      827 |        0
826.58/826.98	c  825s |      14 |   183434 |    68552 |    67477      0 |      827 |        0
830.58/830.91	c  829s |      14 |   183616 |    68752 |    67477      0 |      827 |        0
834.88/835.25	c  833s |      14 |   183823 |    68952 |    67477      0 |      827 |        0
838.18/838.52	c  837s |      14 |   184211 |    69152 |    67477      0 |      827 |        0
840.48/840.83	c  839s |      14 |   184590 |    69352 |    67477      0 |      827 |        0
843.38/843.74	c  842s |      14 |   184963 |    69552 |    67477      0 |      827 |        0
847.28/847.61	c  846s |      14 |   185290 |    69752 |    67477      0 |      827 |        0
853.88/854.29	c  852s |      14 |   185707 |    69952 |    67477      1 |      827 |        0
856.07/856.42	c  855s |      14 |   185866 |    70052 |    67477      1 |      827 |        0
858.07/858.49	c  857s |      14 |   186044 |    70152 |    67477      1 |      827 |        0
860.27/860.64	c  859s |      14 |   186150 |    70252 |    67477      1 |      827 |        0
862.67/863.02	c  861s |      14 |   186242 |    70352 |    67477      1 |      827 |        0
866.07/866.49	c  865s |      14 |   186645 |    70552 |    67477      1 |      827 |        0
869.17/869.55	c  868s |      14 |   186892 |    70652 |    67477      1 |      827 |        0
872.97/873.33	c  872s |      14 |   187159 |    70852 |    67477      1 |      827 |        0
875.77/876.17	c  874s |      14 |   187533 |    71052 |    67477      1 |      827 |        0
877.97/878.31	c  876s |      14 |   187896 |    71252 |    67477      1 |      827 |        0
880.17/880.55	c  879s |      14 |   188189 |    71452 |    67477      1 |      827 |        0
883.17/883.58	c  882s |      14 |   189228 |    71752 |    67477      1 |      827 |        0
886.27/886.67	c  885s |      14 |   189615 |    72052 |    67477      1 |      827 |        0
889.46/889.84	c  888s |      14 |   190300 |    72352 |    67477      1 |      827 |        0
892.16/892.50	c  891s |      14 |   190875 |    72652 |    67477      1 |      827 |        0
894.46/894.82	c  893s |      14 |   191102 |    72852 |    67477      1 |      827 |        0
897.56/897.91	c  896s |      14 |   191853 |    73152 |    67477      1 |      827 |        0
900.26/900.64	c  899s |      14 |   192064 |    73352 |    67477      1 |      827 |        0
903.46/903.88	c  902s |      14 |   192406 |    73652 |    67477      1 |      827 |        0
905.96/906.36	c  905s |      14 |   192672 |    73852 |    67477      1 |      827 |        0
909.26/909.68	c  908s |      14 |   192863 |    74052 |    67477      1 |      827 |        0
912.67/913.09	c  911s |      14 |   193195 |    74352 |    67477      1 |      827 |        0
914.87/915.22	c  913s |      14 |   193521 |    74552 |    67477      1 |      827 |        0
916.86/917.27	c  915s |      14 |   193909 |    74752 |    67477      1 |      827 |        0
919.56/919.98	c  918s |      14 |   194125 |    74952 |    67477      1 |      827 |        0
922.67/923.01	c  921s |      14 |   194330 |    75152 |    67477      1 |      827 |        0
925.56/925.90	c  924s |      14 |   194550 |    75352 |    67477      1 |      827 |        0
928.76/929.12	c  927s |      14 |   194751 |    75552 |    67477      1 |      827 |        0
931.47/931.86	c  930s |      14 |   194915 |    75752 |    67477      1 |      827 |        0
934.46/934.87	c  933s |      14 |   195184 |    75952 |    67477      1 |      827 |        0
938.16/938.53	c  937s |      14 |   195421 |    76152 |    67477      1 |      827 |        0
940.66/941.05	c  939s |      14 |   195781 |    76352 |    67477      1 |      827 |        0
944.26/944.62	c  943s |      14 |   196027 |    76552 |    67477      1 |      827 |        0
947.26/947.61	c  946s |      14 |   196276 |    76752 |    67477      1 |      827 |        0
950.96/951.35	c  950s |      14 |   196547 |    76952 |    67477      1 |      827 |        0
953.46/953.84	c  952s |      14 |   196837 |    77152 |    67477      1 |      827 |        0
956.85/957.25	c  955s |      14 |   197211 |    77352 |    67477      1 |      827 |        0
959.75/960.12	c  958s |      14 |   197474 |    77552 |    67477      1 |      827 |        0
962.65/963.06	c  961s |      14 |   197636 |    77752 |    67477      1 |      827 |        0
964.65/965.08	c  963s |      14 |   197958 |    77952 |    67477      1 |      827 |        0
967.45/967.81	c  966s |      14 |   198165 |    78152 |    67477      1 |      827 |        0
969.96/970.34	c  969s |      14 |   198517 |    78352 |    67477      1 |      827 |        0
972.45/972.89	c  971s |      14 |   198748 |    78552 |    67477      1 |      827 |        0
975.85/976.21	c  974s |      14 |   199138 |    78752 |    67477      1 |      827 |        0
980.25/980.66	c  979s |      14 |   199386 |    78952 |    67477      1 |      827 |        0
982.75/983.16	c  981s |      14 |   199679 |    79052 |    67477      1 |      827 |        0
985.05/985.42	c  984s |      14 |   200131 |    79252 |    67477      1 |      827 |        0
987.65/988.08	c  986s |      14 |   200430 |    79452 |    67477      1 |      827 |        0
990.45/990.85	c  989s |      14 |   200925 |    79652 |    67477      1 |      827 |        0
993.15/993.58	c  992s |      14 |   201337 |    79852 |    67477      1 |      827 |        0
995.16/995.58	c  994s |      14 |   201495 |    79952 |    67477      1 |      827 |        0
997.25/997.63	c  996s |      14 |   201719 |    80152 |    67477      1 |      827 |        0
999.75/1000.15	c  998s |      14 |   202097 |    80352 |    67477      1 |      827 |        0
1002.35/1002.72	c 1001s |      14 |   202379 |    80552 |    67477      1 |      827 |        0
1004.75/1005.15	c 1003s |      14 |   202819 |    80752 |    67477      1 |      827 |        0
1006.95/1007.35	c 1006s |      14 |   203123 |    80952 |    67477      1 |      827 |        0
1009.25/1009.68	c 1008s |      14 |   203691 |    81252 |    67477      1 |      827 |        0
1012.45/1012.86	c 1011s |      14 |   204011 |    81452 |    67477      1 |      827 |        0
1018.14/1018.54	c 1017s |      14 |   204407 |    81652 |    67477      1 |      828 |        1
1020.34/1020.79	c 1019s |      14 |   204663 |    81852 |    67477      1 |      828 |        1
1022.54/1022.94	c 1021s |      14 |   205008 |    82052 |    67477      1 |      828 |        1
1024.85/1025.27	c 1023s |      14 |   205311 |    82252 |    67477      1 |      828 |        1
1028.74/1029.12	c 1027s |      14 |   205568 |    82452 |    67477      1 |      828 |        1
1031.14/1031.58	c 1030s |      14 |   206890 |    82652 |    67477      1 |      828 |        1
1034.04/1034.47	c 1033s |      14 |   207488 |    82952 |    67477      1 |      828 |        1
1036.54/1036.91	c 1035s |      14 |   207737 |    83152 |    67477      1 |      828 |        1
1039.44/1039.88	c 1038s |      14 |   208129 |    83352 |    67477      1 |      828 |        1
1042.14/1042.56	c 1041s |      14 |   208625 |    83552 |    67477      1 |      828 |        1
1045.24/1045.60	c 1044s |      14 |   209339 |    83752 |    67477      1 |      828 |        1
1047.95/1048.40	c 1047s |      14 |   210780 |    84052 |    67477      1 |      828 |        1
1050.15/1050.50	c 1049s |      14 |   211069 |    84252 |    67477      1 |      828 |        1
1053.64/1054.04	c 1052s |      14 |   211298 |    84452 |    67477      1 |      828 |        1
1057.34/1057.78	c 1056s |      14 |   211603 |    84652 |    67477      1 |      828 |        1
1060.95/1061.30	c 1059s |      14 |   211853 |    84852 |    67477      1 |      828 |        1
1064.35/1064.76	c 1063s |      14 |   212412 |    85052 |    67477      1 |      828 |        1
1067.14/1067.57	c 1066s |      14 |   213914 |    85252 |    67477      1 |      828 |        1
1070.14/1070.53	c 1069s |      14 |   214234 |    85452 |    67477      1 |      828 |        1
1072.74/1073.11	c 1071s |      14 |   215025 |    85652 |    67477      1 |      828 |        1
1075.24/1075.69	c 1074s |      14 |   215760 |    85852 |    67477      1 |      828 |        1
1078.75/1079.14	c 1077s |      14 |   216862 |    86152 |    67477      1 |      828 |        1
1082.84/1083.25	c 1081s |      14 |   217184 |    86352 |    67477      1 |      828 |        1
1085.14/1085.52	c 1084s |      14 |   217264 |    86452 |    67477      1 |      828 |        1
1088.34/1088.78	c 1087s |      14 |   217742 |    86652 |    67477      1 |      828 |        1
1092.24/1092.66	c 1091s |      14 |   218562 |    86952 |    67477      1 |      828 |        1
1094.34/1094.75	c 1093s |      14 |   218789 |    87052 |    74225      1 |      828 |        1
1097.34/1097.75	c 1096s |      14 |   219191 |    87252 |    74225      1 |      828 |        1
1099.54/1099.96	c 1098s |      14 |   219670 |    87452 |    74225      1 |      828 |        1
1101.54/1101.98	c 1100s |      15 |   220026 |    87632 |    74225      1 |      828 |        1
1104.05/1104.47	c 1103s |      15 |   220368 |    87732 |    74225      1 |      828 |        1
1107.14/1107.59	c 1106s |      15 |   220898 |    88032 |    74225      1 |      828 |        1
1109.64/1110.03	c 1108s |      15 |   221213 |    88232 |    74225      1 |      828 |        1
1112.44/1112.87	c 1111s |      15 |   221636 |    88432 |    74225      1 |      828 |        1
1115.44/1115.86	c 1114s |      15 |   221937 |    88632 |    74225      1 |      828 |        1
1117.64/1118.05	c 1116s |      15 |   222340 |    88832 |    74225      1 |      828 |        1
1119.73/1120.17	c 1118s |      15 |   222634 |    89032 |    74225      1 |      828 |        1
1122.23/1122.60	c 1121s |      15 |   223559 |    89232 |    74225      1 |      828 |        1
1124.43/1124.87	c 1123s |      15 |   224492 |    89432 |    74225      1 |      828 |        1
1127.14/1127.56	c 1126s |      15 |   224957 |    89632 |    74225      1 |      828 |        1
1129.63/1130.05	c 1128s |      15 |   225593 |    89832 |    74225      1 |      828 |        1
1133.13/1133.52	c 1132s |      15 |   225829 |    90032 |    74225      1 |      828 |        1
1135.94/1136.31	c 1134s |      15 |   226102 |    90232 |    74225      1 |      828 |        1
1138.63/1139.09	c 1137s |      15 |   226700 |    90532 |    74225      1 |      828 |        1
1141.03/1141.41	c 1140s |      15 |   227047 |    90732 |    74225      1 |      828 |        1
1143.64/1144.04	c 1142s |      15 |   227619 |    90932 |    74225      1 |      828 |        1
1145.63/1146.05	c 1144s |      15 |   227970 |    91132 |    74225      1 |      828 |        1
1148.93/1149.37	c 1148s |      15 |   228318 |    91332 |    74225      1 |      828 |        1
1151.23/1151.65	c 1150s |      15 |   228793 |    91532 |    74225      1 |      828 |        1
1153.63/1154.02	c 1152s |      15 |   229059 |    91732 |    74225      1 |      828 |        1
1155.73/1156.15	c 1154s |      15 |   229167 |    91832 |    74225      1 |      828 |        1
1159.13/1159.52	c 1158s |      15 |   229721 |    92132 |    74225      1 |      828 |        1
1162.03/1162.40	c 1161s |      15 |   230538 |    92432 |    74225      1 |      828 |        1
1164.13/1164.59	c 1163s |      15 |   230906 |    92632 |    74225      1 |      828 |        1
1166.73/1167.13	c 1165s |      15 |   231205 |    92832 |    74225      1 |      828 |        1
1168.72/1169.13	c 1167s |      15 |   231575 |    93032 |    74225      1 |      828 |        1
1171.82/1172.27	c 1170s |      15 |   232182 |    93332 |    74225      1 |      828 |        1
1174.43/1174.90	c 1173s |      15 |   232459 |    93532 |    74225      1 |      828 |        1
1177.62/1178.00	c 1176s |      15 |   232693 |    93732 |    74225      1 |      828 |        1
1180.42/1180.80	c 1179s |      15 |   233126 |    93932 |    74225      1 |      828 |        1
1182.82/1183.25	c 1181s |      15 |   233720 |    94132 |    74225      1 |      828 |        1
1185.72/1186.15	c 1184s |      15 |   234154 |    94332 |    74225      1 |      828 |        1
1188.83/1189.21	c 1187s |      15 |   234614 |    94532 |    74225      1 |      828 |        1
1191.32/1191.77	c 1190s |      15 |   235012 |    94732 |    74225      1 |      828 |        1
1194.22/1194.68	c 1193s |      15 |   235329 |    94932 |    74225      1 |      828 |        1
1197.52/1197.99	c 1196s |      15 |   235796 |    95132 |    74225      1 |      828 |        1
1200.42/1200.81	c 1199s |      15 |   236286 |    95332 |    74225      1 |      828 |        1
1203.22/1203.61	c 1202s |      15 |   236607 |    95532 |    74225      1 |      828 |        1
1206.51/1206.91	c 1205s |      15 |   236841 |    95732 |    74225      1 |      828 |        1
1209.31/1209.70	c 1208s |      15 |   237153 |    95932 |    74225      1 |      828 |        1
1211.31/1211.79	c 1210s |      15 |   237468 |    96132 |    74225      1 |      828 |        1
1214.61/1215.02	c 1213s |      15 |   237802 |    96332 |    74225      1 |      828 |        1
1217.42/1217.87	c 1216s |      15 |   238205 |    96532 |    74225      1 |      828 |        1
1219.71/1220.12	c 1218s |      15 |   238335 |    96632 |    74225      1 |      828 |        1
1222.83/1223.21	c 1221s |      15 |   238568 |    96732 |    74225      1 |      828 |        1
1225.32/1225.72	c 1224s |      15 |   238747 |    96832 |    74225      1 |      828 |        1
1228.33/1228.73	c 1227s |      15 |   239205 |    97032 |    74225      1 |      828 |        1
1231.12/1231.55	c 1230s |      15 |   239794 |    97232 |    74225      1 |      828 |        1
1234.22/1234.65	c 1233s |      15 |   240194 |    97332 |    74225      1 |      829 |        3
1237.32/1237.79	c 1236s |      15 |   241961 |    97532 |    74225      1 |      829 |        3
1239.43/1239.85	c 1238s |      15 |   242105 |    97632 |    74225      1 |      829 |        3
1242.22/1242.64	c 1241s |      15 |   242183 |    97732 |    74225      1 |      829 |        3
1245.22/1245.61	c 1244s |      15 |   242300 |    97832 |    74225      1 |      829 |        3
1249.02/1249.47	c 1248s |      15 |   242635 |    98032 |    74225      1 |      829 |        3
1251.61/1252.08	c 1250s |      15 |   243705 |    98132 |    74225      1 |      829 |        3
1255.21/1255.69	c 1254s |      15 |   244165 |    98332 |    74225      1 |      829 |        3
1259.12/1259.58	c 1258s |      15 |   244612 |    98532 |    74225      1 |      829 |        3
1263.11/1263.59	c 1262s |      15 |   244960 |    98732 |    74225      1 |      829 |        3
1266.82/1267.29	c 1265s |      15 |   245305 |    98932 |    74225      1 |      829 |        3
1269.02/1269.44	c 1268s |      15 |   245545 |    99032 |    74225      1 |      829 |        3
1272.71/1273.17	c 1271s |      15 |   245898 |    99232 |    74225      1 |      829 |        3
1275.72/1276.17	c 1274s |      15 |   246015 |    99332 |    74225      1 |      829 |        3
1279.61/1280.04	c 1278s |      15 |   246280 |    99532 |    74225      1 |      829 |        3
1281.71/1282.11	c 1280s |      15 |   246349 |    99632 |    74225      1 |      829 |        3
1283.71/1284.15	c 1282s |      15 |   246519 |    99732 |    74225      1 |      829 |        3
1285.71/1286.18	c 1284s |      15 |   246931 |    99832 |    74225      1 |      829 |        3
1289.31/1289.77	c 1288s |      15 |   247252 |   100032 |    74225      1 |      829 |        3
1292.71/1293.18	c 1291s |      15 |   247503 |   100232 |    74225      1 |      829 |        3
1296.41/1296.90	c 1295s |      15 |   247771 |   100432 |    74225      1 |      829 |        3
1299.61/1300.08	c 1298s |      15 |   248073 |   100632 |    74225      1 |      829 |        3
1302.90/1303.38	c 1302s |      15 |   248539 |   100832 |    74225      1 |      829 |        3
1305.60/1306.07	c 1304s |      15 |   248821 |   101032 |    74225      1 |      829 |        3
1308.80/1309.25	c 1307s |      15 |   249051 |   101232 |    74225      1 |      829 |        3
1312.20/1312.63	c 1311s |      15 |   249567 |   101432 |    74225      1 |      829 |        3
1315.70/1316.13	c 1314s |      15 |   249931 |   101632 |    74225      1 |      829 |        3
1317.70/1318.17	c 1316s |      15 |   250039 |   101732 |    74225      1 |      829 |        3
1319.80/1320.27	c 1318s |      15 |   250210 |   101832 |    74225      1 |      829 |        3
1323.20/1323.66	c 1322s |      15 |   250475 |   102032 |    74225      1 |      829 |        3
1325.50/1325.98	c 1324s |      15 |   250622 |   102132 |    74225      1 |      829 |        3
1328.00/1328.42	c 1327s |      15 |   250745 |   102232 |    74225      1 |      829 |        3
1331.30/1331.77	c 1330s |      15 |   251149 |   102432 |    74225      1 |      829 |        3
1333.70/1334.14	c 1332s |      15 |   251280 |   102532 |    74225      1 |      829 |        3
1335.90/1336.38	c 1335s |      15 |   251406 |   102632 |    74225      1 |      829 |        3
1338.60/1339.00	c 1337s |      15 |   251524 |   102732 |    74225      1 |      829 |        3
1341.10/1341.50	c 1340s |      15 |   251642 |   102832 |    74225      1 |      829 |        3
1344.00/1344.47	c 1343s |      15 |   251740 |   102932 |    74225      1 |      829 |        3
1346.59/1347.05	c 1345s |      15 |   251887 |   103032 |    74225      1 |      829 |        3
1348.69/1349.17	c 1347s |      15 |   252018 |   103132 |    74225      1 |      829 |        3
1352.09/1352.54	c 1351s |      15 |   252299 |   103332 |    74225      1 |      829 |        3
1354.19/1354.63	c 1353s |      15 |   252465 |   103432 |    74225      1 |      829 |        3
1356.59/1357.10	c 1355s |      15 |   252547 |   103532 |    74225      1 |      829 |        3
1360.99/1361.41	c 1360s |      15 |   252957 |   103732 |    74225      1 |      829 |        3
1363.89/1364.35	c 1363s |      15 |   253199 |   103932 |    74225      1 |      829 |        3
1367.09/1367.59	c 1366s |      15 |   253470 |   104132 |    74225      1 |      829 |        3
1370.59/1371.02	c 1369s |      15 |   253757 |   104332 |    74225      1 |      829 |        3
1373.09/1373.54	c 1372s |      15 |   253871 |   104432 |    74225      1 |      829 |        3
1376.29/1376.74	c 1375s |      15 |   254201 |   104632 |    74225      1 |      829 |        3
1379.29/1379.71	c 1378s |      15 |   254660 |   104832 |    74225      1 |      829 |        3
1381.30/1381.75	c 1380s |      15 |   254769 |   104932 |    74225      1 |      829 |        3
1384.79/1385.29	c 1383s |      15 |   255124 |   105132 |    74225      1 |      829 |        3
1387.60/1388.04	c 1386s |      15 |   255426 |   105332 |    74225      1 |      829 |        3
1391.40/1391.80	c 1390s |      15 |   255702 |   105532 |    74225      1 |      829 |        3
1393.60/1394.03	c 1392s |      15 |   255875 |   105632 |    74225      1 |      829 |        3
1396.70/1397.12	c 1395s |      15 |   256141 |   105832 |    74225      1 |      829 |        3
1399.49/1399.90	c 1398s |      15 |   256448 |   106032 |    74225      1 |      829 |        3
1402.29/1402.80	c 1401s |      15 |   256542 |   106132 |    74225      1 |      829 |        3
1406.19/1406.67	c 1405s |      15 |   256902 |   106332 |    74225      1 |      829 |        3
1408.89/1409.35	c 1408s |      15 |   257521 |   106532 |    74225      1 |      829 |        3
1412.79/1413.29	c 1411s |      15 |   258289 |   106732 |    74225      1 |      829 |        3
1416.50/1416.97	c 1415s |      15 |   259110 |   106932 |    74225      1 |      829 |        3
1418.70/1419.17	c 1417s |      15 |   259286 |   107032 |    74225      1 |      829 |        3
1422.09/1422.54	c 1421s |      15 |   259602 |   107232 |    74225      1 |      829 |        3
1425.99/1426.48	c 1425s |      15 |   259849 |   107432 |    74225      1 |      829 |        3
1429.29/1429.73	c 1428s |      15 |   260171 |   107632 |    74225      1 |      829 |        3
1432.39/1432.85	c 1431s |      15 |   260890 |   107832 |    74225      1 |      829 |        3
1435.29/1435.72	c 1434s |      15 |   261317 |   108032 |    74225      1 |      829 |        3
1437.99/1438.47	c 1437s |      15 |   261642 |   108232 |    74225      1 |      829 |        3
1440.89/1441.32	c 1440s |      15 |   262010 |   108432 |    74225      1 |      829 |        3
1444.09/1444.58	c 1443s |      15 |   262335 |   108632 |    74225      1 |      829 |        3
1447.09/1447.57	c 1446s |      15 |   262688 |   108832 |    74225      1 |      829 |        3
1450.29/1450.70	c 1449s |      15 |   262946 |   109032 |    74225      1 |      829 |        3
1454.48/1454.96	c 1453s |      15 |   263221 |   109232 |    74225      1 |      829 |        3
1458.08/1458.52	c 1457s |      15 |   263527 |   109432 |    74225      1 |      829 |        3
1461.08/1461.57	c 1460s |      15 |   263830 |   109632 |    74225      1 |      829 |        3
1463.88/1464.31	c 1462s |      15 |   264077 |   109832 |    74225      1 |      829 |        3
1466.28/1466.77	c 1465s |      15 |   264411 |   110032 |    74225      1 |      829 |        3
1468.88/1469.36	c 1468s |      15 |   264739 |   110232 |    74225      1 |      829 |        3
1472.68/1473.12	c 1471s |      15 |   264979 |   110432 |    74225      1 |      829 |        3
1476.68/1477.15	c 1475s |      15 |   265335 |   110632 |    74225      1 |      829 |        3
1478.68/1479.16	c 1477s |      15 |   265482 |   110732 |    74225      1 |      829 |        3
1481.18/1481.66	c 1480s |      15 |   265651 |   110832 |    74225      1 |      829 |        3
1485.08/1485.50	c 1484s |      15 |   266088 |   111032 |    74225      1 |      829 |        3
1487.99/1488.42	c 1487s |      15 |   266276 |   111132 |    74225      1 |      829 |        3
1490.58/1491.07	c 1489s |      15 |   266320 |   111232 |    74225      1 |      829 |        3
1494.68/1495.14	c 1493s |      15 |   266885 |   111432 |    74225      1 |      829 |        3
1500.88/1501.38	c 1500s |      15 |   267192 |   111632 |    74225      2 |      829 |        3
1503.68/1504.13	c 1502s |      15 |   267325 |   111732 |    74225      2 |      829 |        3
1506.18/1506.66	c 1505s |      15 |   267482 |   111832 |    74225      2 |      829 |        3
1509.57/1510.09	c 1508s |      15 |   267583 |   111932 |    74225      2 |      829 |        3
1512.37/1512.82	c 1511s |      15 |   267672 |   112032 |    74225      2 |      829 |        3
1516.27/1516.72	c 1515s |      15 |   267920 |   112132 |    74225      2 |      829 |        3
1518.57/1519.06	c 1517s |      15 |   268179 |   112332 |    74225      2 |      829 |        3
1522.37/1522.81	c 1521s |      15 |   269645 |   112532 |    74225      2 |      829 |        3
1524.58/1525.01	c 1523s |      15 |   269837 |   112632 |    74225      2 |      829 |        3
1527.07/1527.55	c 1526s |      15 |   270083 |   112832 |    74225      2 |      829 |        3
1529.87/1530.33	c 1529s |      15 |   270290 |   113032 |    74225      2 |      829 |        3
1532.37/1532.88	c 1531s |      15 |   270690 |   113232 |    74225      2 |      829 |        3
1534.57/1535.00	c 1533s |      15 |   270982 |   113432 |    74225      2 |      829 |        3
1536.77/1537.28	c 1535s |      15 |   272763 |   113632 |    74225      2 |      829 |        3
1539.27/1539.76	c 1538s |      15 |   272991 |   113832 |    74225      2 |      829 |        3
1541.78/1542.27	c 1540s |      15 |   273230 |   114032 |    74225      2 |      829 |        3
1544.17/1544.65	c 1543s |      15 |   273529 |   114232 |    74225      2 |      829 |        3
1547.07/1547.56	c 1546s |      15 |   273854 |   114432 |    74225      2 |      829 |        3
1549.77/1550.26	c 1548s |      15 |   274037 |   114632 |    74225      2 |      829 |        3
1552.88/1553.36	c 1552s |      15 |   274275 |   114832 |    74225      2 |      829 |        3
1555.67/1556.19	c 1554s |      15 |   274852 |   115032 |    74225      2 |      829 |        3
1558.28/1558.74	c 1557s |      15 |   275171 |   115232 |    74225      2 |      829 |        3
1560.87/1561.35	c 1560s |      15 |   275786 |   115432 |    74225      2 |      829 |        3
1563.57/1564.03	c 1562s |      15 |   276352 |   115632 |    74225      2 |      829 |        3
1565.77/1566.24	c 1564s |      15 |   276842 |   115832 |    74225      2 |      829 |        3
1568.37/1568.81	c 1567s |      15 |   277104 |   116032 |    74225      2 |      829 |        3
1570.48/1570.92	c 1569s |      15 |   277315 |   116132 |    74225      2 |      829 |        3
1572.97/1573.48	c 1572s |      15 |   277768 |   116332 |    74225      2 |      829 |        3
1575.37/1575.82	c 1574s |      15 |   279574 |   116532 |    74225      2 |      829 |        3
1578.57/1579.00	c 1577s |      15 |   279792 |   116732 |    74225      2 |      829 |        3
1581.47/1581.91	c 1580s |      15 |   280838 |   117032 |    74225      2 |      829 |        3
1584.77/1585.29	c 1583s |      15 |   281191 |   117232 |    74225      2 |      829 |        3
1587.77/1588.27	c 1586s |      15 |   281444 |   117432 |    74225      2 |      829 |        3
1590.07/1590.56	c 1589s |      15 |   281726 |   117532 |    74225      2 |      829 |        3
1593.26/1593.72	c 1592s |      15 |   282111 |   117732 |    74225      2 |      829 |        3
1596.87/1597.32	c 1596s |      15 |   282354 |   117932 |    74225      2 |      829 |        3
1600.56/1601.02	c 1599s |      15 |   282725 |   118132 |    74225      2 |      829 |        3
1603.76/1604.30	c 1602s |      15 |   282946 |   118332 |    74225      2 |      829 |        3
1605.86/1606.39	c 1605s |      15 |   283067 |   118432 |    74225      2 |      829 |        3
1609.46/1609.99	c 1608s |      15 |   283364 |   118632 |    74225      2 |      829 |        3
1611.96/1612.47	c 1611s |      15 |   283500 |   118732 |    74225      2 |      829 |        3
1614.26/1614.70	c 1613s |      15 |   283621 |   118832 |    74225      2 |      829 |        3
1617.77/1618.24	c 1616s |      15 |   283994 |   119032 |    74225      2 |      829 |        3
1620.06/1620.51	c 1619s |      15 |   284087 |   119132 |    74225      2 |      829 |        3
1622.76/1623.20	c 1621s |      15 |   284435 |   119332 |    74225      2 |      829 |        3
1626.66/1627.14	c 1625s |      15 |   284679 |   119532 |    74225      2 |      829 |        3
1628.66/1629.17	c 1627s |      15 |   285218 |   119732 |    74225      2 |      829 |        3
1630.76/1631.30	c 1629s |      15 |   285525 |   119932 |    74225      2 |      829 |        3
1633.16/1633.63	c 1632s |      15 |   285828 |   120132 |    74225      2 |      829 |        3
1636.26/1636.74	c 1635s |      15 |   286172 |   120332 |    74225      2 |      829 |        3
1639.76/1640.27	c 1638s |      15 |   286433 |   120532 |    74225      2 |      829 |        3
1641.86/1642.34	c 1641s |      15 |   286869 |   120732 |    74225      2 |      829 |        3
1644.36/1644.87	c 1643s |      15 |   287264 |   120932 |    74225      2 |      829 |        3
1648.15/1648.62	c 1647s |      15 |   287848 |   121132 |    74225      2 |      829 |        3
1651.45/1651.96	c 1650s |      15 |   288254 |   121332 |    74225      2 |      829 |        3
1654.35/1654.83	c 1653s |      15 |   288671 |   121532 |    74225      2 |      829 |        3
1657.05/1657.55	c 1656s |      15 |   288917 |   121732 |    74225      2 |      829 |        3
1660.45/1660.91	c 1659s |      15 |   289201 |   121932 |    74225      2 |      829 |        3
1663.96/1664.49	c 1663s |      15 |   289675 |   122132 |    74225      2 |      829 |        3
1667.35/1667.80	c 1666s |      15 |   290190 |   122332 |    74225      2 |      829 |        3
1671.15/1671.69	c 1670s |      15 |   290475 |   122532 |    74225      2 |      829 |        3
1674.15/1674.62	c 1673s |      15 |   290582 |   122632 |    74225      2 |      829 |        3
1677.16/1677.62	c 1676s |      15 |   290685 |   122732 |    74225      2 |      829 |        3
1680.36/1680.82	c 1679s |      15 |   291398 |   122932 |    74225      2 |      829 |        3
1682.56/1683.08	c 1681s |      15 |   291886 |   123132 |    74225      2 |      829 |        3
1684.65/1685.12	c 1683s |      15 |   292583 |   123332 |    74225      2 |      829 |        3
1687.25/1687.70	c 1686s |      15 |   292971 |   123532 |    74225      2 |      829 |        3
1689.45/1689.96	c 1688s |      15 |   293287 |   123732 |    74225      2 |      829 |        3
1692.65/1693.12	c 1691s |      15 |   293531 |   123932 |    74225      2 |      829 |        3
1695.95/1696.41	c 1695s |      15 |   293869 |   124132 |    74225      2 |      829 |        3
1698.15/1698.69	c 1697s |      15 |   294260 |   124332 |    74225      2 |      829 |        3
1700.75/1701.29	c 1699s |      15 |   294711 |   124532 |    74225      2 |      829 |        3
1703.35/1703.82	c 1702s |      15 |   296488 |   124732 |    74225      2 |      829 |        3
1705.95/1706.47	c 1705s |      15 |   296747 |   124932 |    74225      2 |      829 |        3
1709.45/1709.94	c 1708s |      15 |   297251 |   125132 |    74225      2 |      829 |        3
1712.04/1712.56	c 1711s |      15 |   297558 |   125332 |    74225      2 |      829 |        3
1715.24/1715.74	c 1714s |      15 |   298367 |   125632 |    74225      2 |      829 |        3
1717.75/1718.24	c 1716s |      15 |   298540 |   125732 |    74225      2 |      829 |        3
1721.05/1721.58	c 1720s |      15 |   298890 |   125932 |    74225      2 |      829 |        3
1723.54/1724.05	c 1722s |      15 |   299006 |   126032 |    74225      2 |      829 |        3
1726.04/1726.56	c 1725s |      15 |   299153 |   126132 |    74225      2 |      829 |        3
1730.34/1730.85	c 1729s |      15 |   299522 |   126332 |    74225      2 |      829 |        3
1734.04/1734.58	c 1733s |      15 |   300080 |   126532 |    74225      2 |      829 |        3
1737.34/1737.82	c 1736s |      15 |   300352 |   126732 |    74225      2 |      829 |        3
1740.85/1741.35	c 1740s |      15 |   300689 |   126932 |    74225      2 |      829 |        3
1744.74/1745.29	c 1743s |      15 |   300982 |   127132 |    74225      2 |      829 |        3
1747.04/1747.52	c 1746s |      15 |   301091 |   127232 |    74225      2 |      829 |        3
1749.14/1749.65	c 1748s |      15 |   301376 |   127332 |    74225      2 |      829 |        3
1751.54/1752.01	c 1750s |      15 |   302163 |   127532 |    74225      2 |      829 |        3
1753.74/1754.21	c 1752s |      15 |   303100 |   127732 |    74225      2 |      829 |        3
1755.84/1756.37	c 1755s |      15 |   303532 |   127932 |    74225      2 |      829 |        3
1758.44/1758.93	c 1757s |      15 |   303893 |   128132 |    74225      2 |      829 |        3
1761.44/1761.92	c 1760s |      15 |   304340 |   128332 |    74225      2 |      829 |        3
1764.73/1765.27	c 1763s |      15 |   304756 |   128532 |    74225      2 |      829 |        3
1767.43/1767.94	c 1766s |      15 |   304912 |   128632 |    74225      2 |      829 |        3
1769.73/1770.25	c 1768s |      15 |   305010 |   128732 |    74225      2 |      829 |        3
1772.23/1772.75	c 1771s |      15 |   305128 |   128832 |    74225      2 |      829 |        3
1774.63/1775.15	c 1773s |      15 |   305275 |   128932 |    74225      2 |      829 |        3
1776.83/1777.35	c 1776s |      15 |   305394 |   129032 |    74225      2 |      829 |        3
1779.34/1779.90	c 1778s |      15 |   306130 |   129232 |    74225      2 |      829 |        3
1782.74/1783.29	c 1781s |      15 |   306507 |   129432 |    74225      2 |      829 |        3
1786.13/1786.67	c 1785s |      15 |   306915 |   129632 |    74225      2 |      829 |        3
1789.53/1790.08	c 1788s |      15 |   307260 |   129832 |    74225      2 |      829 |        3
1794.33/1794.88	c 1793s |      15 |   307520 |   130032 |    74225      2 |      829 |        3
1797.23/1797.71	c 1796s |      15 |   307587 |   130132 |    74225      2 |      829 |        3

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

pid=12931
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.26 2.25 2.20 3/179 12934
/proc/meminfo: memFree=28972016/32872528 swapFree=15272/1656604
[pid=12934] ppid=12931 vsize=766396 CPUtime=0 cores=1,3,5,7
/proc/12934/stat : 12934 (toysat) R 12931 12934 9894 0 -1 4202496 2867 0 0 0 0 0 0 0 20 0 4 0 109941100 784789504 2716 33554432000 4194304 16246674 140735628208752 140735628208176 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12934/statm: 192367 2726 441 2943 0 189261 0
[pid=12934/tid=12935] ppid=12931 vsize=784828 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12935/stat : 12935 (toysat) S 12931 12934 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109941101 803663872 2790 33554432000 4194304 16246674 140735628208752 140263006645488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12934/tid=12936] ppid=12931 vsize=788924 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12936/stat : 12936 (toysat) S 12931 12934 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109941101 807858176 2806 33554432000 4194304 16246674 140735628208752 140262996155632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=794044 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12937/stat : 12937 (toysat) S 12931 12934 9894 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109941101 813101056 2823 33554432000 4194304 16246674 140735628208752 140262985682096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 2.26 2.25 2.20 3/179 12934
/proc/meminfo: memFree=28972016/32872528 swapFree=15272/1656604
[pid=12934] ppid=12931 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/12934/stat : 12934 (toysat) R 12931 12934 9894 0 -1 4202496 30953 0 0 0 5 4 0 0 20 0 4 0 109941100 1333334016 30741 33554432000 4194304 16246674 140735628208752 140735628208064 8055408 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12934/statm: 325521 30757 801 2943 0 322415 0
[pid=12934/tid=12935] ppid=12931 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12935/stat : 12935 (toysat) S 12931 12934 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109941101 1333334016 30769 33554432000 4194304 16246674 140735628208752 140263006645488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12934/tid=12936] ppid=12931 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12936/stat : 12936 (toysat) S 12931 12934 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109941101 1333334016 30779 33554432000 4194304 16246674 140735628208752 140262996155632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12937/stat : 12937 (toysat) S 12931 12934 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109941101 1333334016 30791 33554432000 4194304 16246674 140735628208752 140262985682096 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) 1302084

[startup+0.200859 s]
/proc/loadavg: 2.26 2.25 2.20 3/179 12934
/proc/meminfo: memFree=28972016/32872528 swapFree=15272/1656604
[pid=12934] ppid=12931 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/12934/stat : 12934 (toysat) R 12931 12934 9894 0 -1 4202496 47315 0 0 0 13 6 0 0 20 0 4 0 109941100 1344868352 47613 33554432000 4194304 16246674 140735628208752 140735628208064 7393424 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12934/statm: 328337 47613 801 2943 0 325231 0
[pid=12934/tid=12935] ppid=12931 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12935/stat : 12935 (toysat) S 12931 12934 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109941101 1344868352 47613 33554432000 4194304 16246674 140735628208752 140263006645488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12934/tid=12936] ppid=12931 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12936/stat : 12936 (toysat) S 12931 12934 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109941101 1344868352 47613 33554432000 4194304 16246674 140735628208752 140262996155632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12937/stat : 12937 (toysat) S 12931 12934 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109941101 1344868352 47613 33554432000 4194304 16246674 140735628208752 140262985682096 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) 1313348

[startup+0.300499 s]
/proc/loadavg: 2.26 2.25 2.20 3/179 12934
/proc/meminfo: memFree=28972016/32872528 swapFree=15272/1656604
[pid=12934] ppid=12931 vsize=1314372 CPUtime=0.29 cores=1,3,5,7
/proc/12934/stat : 12934 (toysat) R 12931 12934 9894 0 -1 4202496 65520 0 0 0 20 9 0 0 20 0 4 0 109941100 1345916928 65818 33554432000 4194304 16246674 140735628208752 140735628208064 14073329 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12934/statm: 328593 65818 801 2943 0 325487 0
[pid=12934/tid=12935] ppid=12931 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12935/stat : 12935 (toysat) S 12931 12934 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109941101 1345916928 65818 33554432000 4194304 16246674 140735628208752 140263006645488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12934/tid=12936] ppid=12931 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12936/stat : 12936 (toysat) S 12931 12934 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109941101 1345916928 65818 33554432000 4194304 16246674 140735628208752 140262996155632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12937/stat : 12937 (toysat) S 12931 12934 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109941101 1345916928 65818 33554432000 4194304 16246674 140735628208752 140262985682096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1314372

[startup+0.700413 s]
/proc/loadavg: 2.26 2.25 2.20 3/179 12934
/proc/meminfo: memFree=28972016/32872528 swapFree=15272/1656604
[pid=12934] ppid=12931 vsize=1314372 CPUtime=0.68 cores=1,3,5,7
/proc/12934/stat : 12934 (toysat) R 12931 12934 9894 0 -1 4202496 102088 0 0 0 53 15 0 0 20 0 4 0 109941100 1345916928 102387 33554432000 4194304 16246674 140735628208752 140735628190656 6760513 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12934/statm: 328593 102397 846 2943 0 325487 0
[pid=12934/tid=12935] ppid=12931 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12935/stat : 12935 (toysat) S 12931 12934 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109941101 1345916928 102402 33554432000 4194304 16246674 140735628208752 140263006645488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12934/tid=12936] ppid=12931 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12936/stat : 12936 (toysat) S 12931 12934 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109941101 1345916928 102408 33554432000 4194304 16246674 140735628208752 140262996155632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12937/stat : 12937 (toysat) S 12931 12934 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109941101 1345916928 102413 33554432000 4194304 16246674 140735628208752 140262985682096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1314372

[startup+1.50042 s]
/proc/loadavg: 2.26 2.25 2.20 3/183 12938
/proc/meminfo: memFree=28252300/32872528 swapFree=15272/1656604
[pid=12934] ppid=12931 vsize=1314372 CPUtime=1.49 cores=1,3,5,7
/proc/12934/stat : 12934 (toysat) R 12931 12934 9894 0 -1 4202496 253983 0 0 0 111 38 0 0 20 0 4 0 109941100 1345916928 254281 33554432000 4194304 16246674 140735628208752 140735628190656 5523634 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12934/statm: 328593 254289 892 2943 0 325487 0
[pid=12934/tid=12935] ppid=12931 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12935/stat : 12935 (toysat) S 12931 12934 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109941101 1345916928 254293 33554432000 4194304 16246674 140735628208752 140263006645488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12934/tid=12936] ppid=12931 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12936/stat : 12936 (toysat) S 12931 12934 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109941101 1345916928 254297 33554432000 4194304 16246674 140735628208752 140262996155632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12937/stat : 12937 (toysat) S 12931 12934 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109941101 1345916928 254301 33554432000 4194304 16246674 140735628208752 140262985682096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1314372

[startup+3.10043 s]
/proc/loadavg: 2.26 2.25 2.20 4/183 12938
/proc/meminfo: memFree=27865296/32872528 swapFree=15272/1656604
[pid=12934] ppid=12931 vsize=1342020 CPUtime=3.08 cores=1,3,5,7
/proc/12934/stat : 12934 (toysat) R 12931 12934 9894 0 -1 4202496 276191 0 0 0 268 40 0 0 20 0 4 0 109941100 1374228480 276489 33554432000 4194304 16246674 140735628208752 140735628190656 5669432 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12934/statm: 335505 276489 898 2943 0 332399 0
[pid=12934/tid=12935] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12935/stat : 12935 (toysat) S 12931 12934 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276489 33554432000 4194304 16246674 140735628208752 140263006645488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12934/tid=12936] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12936/stat : 12936 (toysat) S 12931 12934 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276489 33554432000 4194304 16246674 140735628208752 140262996155632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12937/stat : 12937 (toysat) S 12931 12934 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276489 33554432000 4194304 16246674 140735628208752 140262985682096 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) 1342020

[startup+6.30042 s]
/proc/loadavg: 2.32 2.26 2.20 4/183 12938
/proc/meminfo: memFree=27865096/32872528 swapFree=15272/1656604
[pid=12934] ppid=12931 vsize=1342020 CPUtime=6.28 cores=1,3,5,7
/proc/12934/stat : 12934 (toysat) R 12931 12934 9894 0 -1 4202496 276191 0 0 0 588 40 0 0 20 0 4 0 109941100 1374228480 276489 33554432000 4194304 16246674 140735628208752 140735628190656 12483624 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12934/statm: 335505 276489 898 2943 0 332399 0
[pid=12934/tid=12935] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12935/stat : 12935 (toysat) S 12931 12934 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276489 33554432000 4194304 16246674 140735628208752 140263006645488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12934/tid=12936] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12936/stat : 12936 (toysat) S 12931 12934 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276489 33554432000 4194304 16246674 140735628208752 140262996155632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12937/stat : 12937 (toysat) S 12931 12934 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276489 33554432000 4194304 16246674 140735628208752 140262985682096 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) 1342020

[startup+12.7004 s]
/proc/loadavg: 2.37 2.27 2.20 3/183 12938
/proc/meminfo: memFree=27864872/32872528 swapFree=15272/1656604
[pid=12934] ppid=12931 vsize=1342020 CPUtime=12.68 cores=1,3,5,7
/proc/12934/stat : 12934 (toysat) R 12931 12934 9894 0 -1 4202496 276191 0 0 0 1228 40 0 0 20 0 4 0 109941100 1374228480 276489 33554432000 4194304 16246674 140735628208752 140735628190656 5754504 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12934/statm: 335505 276489 898 2943 0 332399 0
[pid=12934/tid=12935] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12935/stat : 12935 (toysat) S 12931 12934 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276489 33554432000 4194304 16246674 140735628208752 140263006645488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12934/tid=12936] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12936/stat : 12936 (toysat) S 12931 12934 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276489 33554432000 4194304 16246674 140735628208752 140262996155632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12937/stat : 12937 (toysat) S 12931 12934 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276489 33554432000 4194304 16246674 140735628208752 140262985682096 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) 1342020

[startup+25.5005 s]
/proc/loadavg: 2.36 2.27 2.20 3/183 12938
/proc/meminfo: memFree=27865276/32872528 swapFree=15272/1656604
[pid=12934] ppid=12931 vsize=1342020 CPUtime=25.48 cores=1,3,5,7
/proc/12934/stat : 12934 (toysat) R 12931 12934 9894 0 -1 4202496 276191 0 0 0 2508 40 0 0 20 0 4 0 109941100 1374228480 276489 33554432000 4194304 16246674 140735628208752 140735628190656 5672188 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12934/statm: 335505 276489 898 2943 0 332399 0
[pid=12934/tid=12935] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12935/stat : 12935 (toysat) S 12931 12934 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276489 33554432000 4194304 16246674 140735628208752 140263006645488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12934/tid=12936] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12936/stat : 12936 (toysat) S 12931 12934 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276489 33554432000 4194304 16246674 140735628208752 140262996155632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12937/stat : 12937 (toysat) S 12931 12934 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276489 33554432000 4194304 16246674 140735628208752 140262985682096 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) 1342020

[startup+51.1005 s]
/proc/loadavg: 2.40 2.28 2.21 4/183 12938
/proc/meminfo: memFree=27864576/32872528 swapFree=15272/1656604
[pid=12934] ppid=12931 vsize=1342020 CPUtime=51.08 cores=1,3,5,7
/proc/12934/stat : 12934 (toysat) R 12931 12934 9894 0 -1 4202496 276192 0 0 0 5067 41 0 0 20 0 4 0 109941100 1374228480 276490 33554432000 4194304 16246674 140735628208752 140735628190656 6012036 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12934/statm: 335505 276490 898 2943 0 332399 0
[pid=12934/tid=12935] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12935/stat : 12935 (toysat) S 12931 12934 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276490 33554432000 4194304 16246674 140735628208752 140263006645488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12934/tid=12936] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12936/stat : 12936 (toysat) S 12931 12934 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276490 33554432000 4194304 16246674 140735628208752 140262996155632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12937/stat : 12937 (toysat) S 12931 12934 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276490 33554432000 4194304 16246674 140735628208752 140262985682096 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) 1342020

[startup+102.301 s]
/proc/loadavg: 2.38 2.28 2.21 3/183 12940
/proc/meminfo: memFree=27864584/32872528 swapFree=15272/1656604
[pid=12934] ppid=12931 vsize=1342020 CPUtime=102.28 cores=1,3,5,7
/proc/12934/stat : 12934 (toysat) R 12931 12934 9894 0 -1 4202496 276198 0 0 0 10187 41 0 0 20 0 4 0 109941100 1374228480 276491 33554432000 4194304 16246674 140735628208752 140735628206720 5672188 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12934/statm: 335505 276491 899 2943 0 332399 0
[pid=12934/tid=12935] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12935/stat : 12935 (toysat) S 12931 12934 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276491 33554432000 4194304 16246674 140735628208752 140263006645488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12934/tid=12936] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12936/stat : 12936 (toysat) S 12931 12934 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276491 33554432000 4194304 16246674 140735628208752 140262996155632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12937/stat : 12937 (toysat) S 12931 12934 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276491 33554432000 4194304 16246674 140735628208752 140262985682096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1342020


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

/proc/12934/task/12937/stat : 12937 (toysat) S 12931 12934 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276496 33554432000 4194304 16246674 140735628208752 140262985682096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 1342020

[startup+1362.3 s]
/proc/loadavg: 2.17 2.19 2.19 3/183 13019
/proc/meminfo: memFree=27352016/32872528 swapFree=15272/1656604
[pid=12934] ppid=12931 vsize=1342020 CPUtime=1361.89 cores=1,3,5,7
/proc/12934/stat : 12934 (toysat) R 12931 12934 9894 0 -1 4202496 276527 0 0 0 136143 46 0 0 20 0 4 0 109941100 1374228480 276496 33554432000 4194304 16246674 140735628208752 140735628190656 12483540 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12934/statm: 335505 276496 904 2943 0 332399 0
[pid=12934/tid=12935] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12935/stat : 12935 (toysat) S 12931 12934 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276496 33554432000 4194304 16246674 140735628208752 140263006645488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12934/tid=12936] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12936/stat : 12936 (toysat) S 12931 12934 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276496 33554432000 4194304 16246674 140735628208752 140262996155632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12937/stat : 12937 (toysat) S 12931 12934 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276496 33554432000 4194304 16246674 140735628208752 140262985682096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 1342020

[startup+1422.3 s]
/proc/loadavg: 2.15 2.18 2.19 3/183 13020
/proc/meminfo: memFree=27276348/32872528 swapFree=15272/1656604
[pid=12934] ppid=12931 vsize=1342020 CPUtime=1421.9 cores=1,3,5,7
/proc/12934/stat : 12934 (toysat) R 12931 12934 9894 0 -1 4202496 276527 0 0 0 142143 47 0 0 20 0 4 0 109941100 1374228480 276496 33554432000 4194304 16246674 140735628208752 140735628190656 5666933 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12934/statm: 335505 276496 904 2943 0 332399 0
[pid=12934/tid=12935] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12935/stat : 12935 (toysat) S 12931 12934 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276496 33554432000 4194304 16246674 140735628208752 140263006645488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12934/tid=12936] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12936/stat : 12936 (toysat) S 12931 12934 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276496 33554432000 4194304 16246674 140735628208752 140262996155632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12937/stat : 12937 (toysat) S 12931 12934 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276496 33554432000 4194304 16246674 140735628208752 140262985682096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 1342020

[startup+1482.3 s]
/proc/loadavg: 2.15 2.17 2.18 3/183 13021
/proc/meminfo: memFree=27208920/32872528 swapFree=15272/1656604
[pid=12934] ppid=12931 vsize=1342020 CPUtime=1481.88 cores=1,3,5,7
/proc/12934/stat : 12934 (toysat) R 12931 12934 9894 0 -1 4202496 276527 0 0 0 148141 47 0 0 20 0 4 0 109941100 1374228480 276496 33554432000 4194304 16246674 140735628208752 140735628190656 5677716 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12934/statm: 335505 276496 904 2943 0 332399 0
[pid=12934/tid=12935] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12935/stat : 12935 (toysat) S 12931 12934 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276496 33554432000 4194304 16246674 140735628208752 140263006645488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12934/tid=12936] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12936/stat : 12936 (toysat) S 12931 12934 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276496 33554432000 4194304 16246674 140735628208752 140262996155632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=1342020 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12937/stat : 12937 (toysat) S 12931 12934 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109941101 1374228480 276496 33554432000 4194304 16246674 140735628208752 140262985682096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 1342020

[startup+1542.31 s]
/proc/loadavg: 2.20 2.18 2.18 3/184 13025
/proc/meminfo: memFree=27092872/32872528 swapFree=15272/1656604
[pid=12934] ppid=12931 vsize=1368644 CPUtime=1541.88 cores=1,3,5,7
/proc/12934/stat : 12934 (toysat) R 12931 12934 9894 0 -1 4202496 283183 0 0 0 154139 49 0 0 20 0 4 0 109941100 1401491456 283152 33554432000 4194304 16246674 140735628208752 140735628190656 4220897 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12934/statm: 342161 283152 904 2943 0 339055 0
[pid=12934/tid=12935] ppid=12931 vsize=1368644 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12935/stat : 12935 (toysat) S 12931 12934 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109941101 1401491456 283152 33554432000 4194304 16246674 140735628208752 140263006645488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12934/tid=12936] ppid=12931 vsize=1368644 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12936/stat : 12936 (toysat) S 12931 12934 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109941101 1401491456 283152 33554432000 4194304 16246674 140735628208752 140262996155632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=1368644 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12937/stat : 12937 (toysat) S 12931 12934 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109941101 1401491456 283152 33554432000 4194304 16246674 140735628208752 140262985682096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 1368644

[startup+1602.3 s]
/proc/loadavg: 2.07 2.15 2.17 4/183 13027
/proc/meminfo: memFree=26995624/32872528 swapFree=15272/1656604
[pid=12934] ppid=12931 vsize=1368644 CPUtime=1601.86 cores=1,3,5,7
/proc/12934/stat : 12934 (toysat) R 12931 12934 9894 0 -1 4202496 283183 0 0 0 160137 49 0 0 20 0 4 0 109941100 1401491456 283152 33554432000 4194304 16246674 140735628208752 140735628190656 12483562 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12934/statm: 342161 283152 904 2943 0 339055 0
[pid=12934/tid=12935] ppid=12931 vsize=1368644 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12935/stat : 12935 (toysat) S 12931 12934 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109941101 1401491456 283152 33554432000 4194304 16246674 140735628208752 140263006645488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12934/tid=12936] ppid=12931 vsize=1368644 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12936/stat : 12936 (toysat) S 12931 12934 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109941101 1401491456 283152 33554432000 4194304 16246674 140735628208752 140262996155632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=1368644 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12937/stat : 12937 (toysat) S 12931 12934 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109941101 1401491456 283152 33554432000 4194304 16246674 140735628208752 140262985682096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 1368644

[startup+1662.3 s]
/proc/loadavg: 2.07 2.13 2.16 3/183 13028
/proc/meminfo: memFree=26893100/32872528 swapFree=15272/1656604
[pid=12934] ppid=12931 vsize=1368644 CPUtime=1661.85 cores=1,3,5,7
/proc/12934/stat : 12934 (toysat) R 12931 12934 9894 0 -1 4202496 283183 0 0 0 166136 49 0 0 20 0 4 0 109941100 1401491456 283152 33554432000 4194304 16246674 140735628208752 140735628190656 4220880 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12934/statm: 342161 283152 904 2943 0 339055 0
[pid=12934/tid=12935] ppid=12931 vsize=1368644 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12935/stat : 12935 (toysat) S 12931 12934 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109941101 1401491456 283152 33554432000 4194304 16246674 140735628208752 140263006645488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12934/tid=12936] ppid=12931 vsize=1368644 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12936/stat : 12936 (toysat) S 12931 12934 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109941101 1401491456 283152 33554432000 4194304 16246674 140735628208752 140262996155632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=1368644 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12937/stat : 12937 (toysat) S 12931 12934 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109941101 1401491456 283152 33554432000 4194304 16246674 140735628208752 140262985682096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 1368644

[startup+1722.3 s]
/proc/loadavg: 2.16 2.14 2.16 3/183 13029
/proc/meminfo: memFree=26794052/32872528 swapFree=15272/1656604
[pid=12934] ppid=12931 vsize=1368644 CPUtime=1721.84 cores=1,3,5,7
/proc/12934/stat : 12934 (toysat) R 12931 12934 9894 0 -1 4202496 283183 0 0 0 172135 49 0 0 20 0 4 0 109941100 1401491456 283152 33554432000 4194304 16246674 140735628208752 140735628190656 5722960 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12934/statm: 342161 283152 904 2943 0 339055 0
[pid=12934/tid=12935] ppid=12931 vsize=1368644 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12935/stat : 12935 (toysat) S 12931 12934 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109941101 1401491456 283152 33554432000 4194304 16246674 140735628208752 140263006645488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12934/tid=12936] ppid=12931 vsize=1368644 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12936/stat : 12936 (toysat) S 12931 12934 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109941101 1401491456 283152 33554432000 4194304 16246674 140735628208752 140262996155632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=1368644 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12937/stat : 12937 (toysat) S 12931 12934 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109941101 1401491456 283152 33554432000 4194304 16246674 140735628208752 140262985682096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 1368644

[startup+1782.3 s]
/proc/loadavg: 2.11 2.13 2.16 4/183 13030
/proc/meminfo: memFree=26730844/32872528 swapFree=15272/1656604
[pid=12934] ppid=12931 vsize=1368644 CPUtime=1781.83 cores=1,3,5,7
/proc/12934/stat : 12934 (toysat) R 12931 12934 9894 0 -1 4202496 283183 0 0 0 178134 49 0 0 20 0 4 0 109941100 1401491456 283152 33554432000 4194304 16246674 140735628208752 140735628190656 5523416 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12934/statm: 342161 283152 904 2943 0 339055 0
[pid=12934/tid=12935] ppid=12931 vsize=1368644 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12935/stat : 12935 (toysat) S 12931 12934 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109941101 1401491456 283152 33554432000 4194304 16246674 140735628208752 140263006645488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12934/tid=12936] ppid=12931 vsize=1368644 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12936/stat : 12936 (toysat) S 12931 12934 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109941101 1401491456 283152 33554432000 4194304 16246674 140735628208752 140262996155632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=1368644 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12937/stat : 12937 (toysat) S 12931 12934 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109941101 1401491456 283152 33554432000 4194304 16246674 140735628208752 140262985682096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 1368644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.20 2.15 2.16 3/183 13031
/proc/meminfo: memFree=26702892/32872528 swapFree=15272/1656604
[pid=12934] ppid=12931 vsize=1368644 CPUtime=1800.03 cores=1,3,5,7
/proc/12934/stat : 12934 (toysat) R 12931 12934 9894 0 -1 4202496 283183 0 0 0 179954 49 0 0 20 0 4 0 109941100 1401491456 283152 33554432000 4194304 16246674 140735628208752 140735628190656 4222027 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12934/statm: 342161 283152 904 2943 0 339055 0
[pid=12934/tid=12935] ppid=12931 vsize=1368644 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12935/stat : 12935 (toysat) S 12931 12934 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109941101 1401491456 283152 33554432000 4194304 16246674 140735628208752 140263006645488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12934/tid=12936] ppid=12931 vsize=1368644 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12936/stat : 12936 (toysat) S 12931 12934 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109941101 1401491456 283152 33554432000 4194304 16246674 140735628208752 140262996155632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=1368644 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12937/stat : 12937 (toysat) S 12931 12934 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109941101 1401491456 283152 33554432000 4194304 16246674 140735628208752 140262985682096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1368644

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

[startup+1800.5 s]
/proc/loadavg: 2.20 2.15 2.16 3/183 13031
/proc/meminfo: memFree=26702892/32872528 swapFree=15272/1656604
[pid=12934] ppid=12931 vsize=1368644 CPUtime=1800.03 cores=1,3,5,7
/proc/12934/stat : 12934 (toysat) R 12931 12934 9894 0 -1 4202496 283183 0 0 0 179954 49 0 0 20 0 4 0 109941100 1401491456 283152 33554432000 4194304 16246674 140735628208752 140735628190656 4222027 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12934/statm: 342161 283152 904 2943 0 339055 0
[pid=12934/tid=12935] ppid=12931 vsize=1368644 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12935/stat : 12935 (toysat) S 12931 12934 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109941101 1401491456 283152 33554432000 4194304 16246674 140735628208752 140263006645488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12934/tid=12936] ppid=12931 vsize=1368644 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12936/stat : 12936 (toysat) S 12931 12934 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109941101 1401491456 283152 33554432000 4194304 16246674 140735628208752 140262996155632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=1368644 CPUtime=0 cores=1,3,5,7
/proc/12934/task/12937/stat : 12937 (toysat) S 12931 12934 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109941101 1401491456 283152 33554432000 4194304 16246674 140735628208752 140262985682096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1368644

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.05
CPU user time (s): 1799.55
CPU system time (s): 0.496924
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 1368644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.55
system time used= 0.496924
maximum resident set size= 1132608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 283183
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= 344
involuntary context switches= 3182

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.46532 second user time and 7.03893 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-07 08:14:38
IDJOB=4079213
IDBENCH=89891
IDSOLVER=2542
FILE ID=node136/4079213-1465280078
RUNJOBID= node136-1465261284-9911
PBS_JOBID= 19843291
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ns1685374.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079213-1465280078/watcher-4079213-1465280078 -o /tmp/evaluation-result-4079213-1465280078/solver-4079213-1465280078 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1465261284-9911 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079213-1465280078.opb

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

MD5SUM BENCH= 50acc4afebeb32cddb95c5011f072af8
RANDOM SEED=1506417

node136.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.959
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.91
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.959
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.959
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.959
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.959
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.959
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.59
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.959
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.959
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28972544 kB
Buffers:           45188 kB
Cached:           142944 kB
SwapCached:          768 kB
Active:          1393624 kB
Inactive:         114764 kB
Active(anon):    1318856 kB
Inactive(anon):     3540 kB
Active(file):      74768 kB
Inactive(file):   111224 kB
Unevictable:     1656604 kB
Mlocked:           15272 kB
SwapTotal:      67108856 kB
SwapFree:       67099384 kB
Dirty:             18340 kB
Writeback:             0 kB
AnonPages:       2976216 kB
Mapped:            10828 kB
Shmem:                 0 kB
Slab:             598048 kB
SReclaimable:      41984 kB
SUnreclaim:       556064 kB
KernelStack:        1496 kB
PageTables:         9792 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3120976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2957312 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= 71700 MiB
End job on node136 at 2016-06-07 08:44:38