Trace number 4100817

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.1 1800.53

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-grow22.opb
MD5SUM16450e6196a99d1fc33b5d9a0f64103d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables25124
Total number of constraints1320
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1320
Minimum length of a constraint22
Maximum length of a constraint491
Number of terms in the objective function 1958
Biggest coefficient in the objective function 8399
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 525721
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 256781
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 525721
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-18T04:59:08+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-4100817-1466218748.opb"]
0.00/0.01	c use --random-gen="2935482667 1702575203 1872053328 3370996145 323700251 3927748891 693287753 3518892988 4242111015 3707891875 2225685197 1601288654 3700498526 921432030 3140332965 269410268 4021061532 3269609523 1550327821 927008241 2838899981 1027875726 931939710 2930286592 469630873 1264723567 3756822144 667702130 1423885788 1695656360 3271519279 298989767 168431948 2202656385 1724386379 817193313 2778188369 3830765617 1207855541 3214530272 4260677474 2152322160 4215662880 303446232 1702883225 1300702977 785391704 2913965649 2914714181 2006279668 1367851404 733626557 2023174716 376937159 2165227005 4016878490 3655997896 819328546 2800691724 389379987 4037171432 3580380900 2149735964 3853200010 2210375361 4172416324 4170336140 2609496573 3924667831 2543587769 3242282058 1880644146 896235049 911399191 2732301768 3979007073 2534573781 2134371244 1923981199 3975330280 3772742517 2873462630 2874253206 411652117 2235342436 1602101548 2863501571 926479061 401211108 476792286 1257407704 3223127039 3498730888 2444974753 753953142 2958305406 2280904075 298796024 2231778488 2542015456 4120920783 3427491373 2850079460 2973392815 188582653 2186073603 2073080605 49480482 2258445811 2291296488 3466202735 62939137 620937576 764232703 803640002 2997839362 2563325406 1989488026 3859607712 2686191325 669054865 2081498729 2202492284 2434780497 2655208679 4130344623 2506630565 1570930007 1095214862 2136987298 4107884503 3337812741 3926908741 4135871715 2313560336 2002571224 242591206 529460622 8400875 2866055282 3105038263 3763586807 448259178 79353753 3485773714 3126677575 3070314227 1059473106 4154456678 1398956649 4048785129 3109469739 4041435078 2552813494 2883590745 3528132679 1167346892 2800009113 753864630 2247497943 4096752034 3836921815 930442266 2391370352 855694932 4004680535 1327040170 552808853 563695967 1204972491 550253270 3475444638 3748254259 2793888223 4173998111 1889804387 2742407265 1819087096 1673004770 1986353094 1502032041 3939286337 1631814351 1265469587 3455879322 905875007 207243436 3159058605 1766870654 4256456938 804956774 192467391 1110688133 2731380492 171322175 1289670810 1990464340 2442831325 3825668204 3403722813 931644500 1003137131 2701301046 4057962337 1915630853 3536487170 3210036939 299404611 1808610122 4015974703 1784094598 2040000023 1326655555 1509992262 823978754 1661201491 708474640 1303758192 3742192070 2621335326 1575377169 1889916404 370982952 3599698289 2639921420 1914616276 772229166 1537586911 1776269041 3153226845 933765715 247277498 802759808 1253049291 4196321080 2791577536 1485834861 317632004 2546869945 122074615 1394158475 4206502225 2645657704 12524987 2803820556 2357020838 1477053821 959659 3661690874 3619157906 2501702624 454954956 3001846355 2373312882 3481642806 2703595566 255 362436" option to reproduce the execution
0.29/0.32	c #vars 25124
0.29/0.32	c #constraints 1320
37.78/37.83	c BCD2: Hardening is enabled.
37.78/37.83	c BCD2: BiasedSearch is enabled.
37.78/37.83	c Solving starts ...
37.78/37.83	c ============================[ Search Statistics ]============================
37.78/37.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.78/37.83	c       |         |          |          |    Limit     GC | Var      | Constra 
37.78/37.83	c =============================================================================
37.78/37.83	c  0.0s |       0 |        0 |        0 |     8961      0 |        0 |        0
37.88/37.95	c  0.1s |       1 |     1072 |      100 |     8961      0 |        0 |        0
38.18/38.24	c  0.4s |       2 |     3294 |      250 |     9858      0 |        5 |        5
38.49/38.60	c  0.8s |       3 |     7791 |      475 |    10844      0 |        8 |        8
38.88/38.95	c  1.1s |       4 |     9212 |      813 |    11929      0 |       14 |       14
39.28/39.36	c  1.5s |       5 |    11488 |     1320 |    13122      0 |       18 |       18
39.78/39.87	c  2.0s |       6 |    12772 |     2081 |    15879      0 |       18 |       18
40.98/41.04	c  3.2s |       7 |    15083 |     3223 |    17467      0 |       21 |       21
43.18/43.25	c  5.4s |       7 |    18253 |     4723 |    17467      0 |       21 |       21
43.48/43.59	c  5.8s |       8 |    18562 |     4936 |    19214      0 |       21 |       21
45.68/45.75	c  7.9s |       8 |    21005 |     6436 |    19214      0 |       22 |       22
47.58/47.60	c  9.8s |       9 |    22528 |     7506 |    21136      0 |       22 |       22
49.68/49.79	c 12.0s |       9 |    24774 |     8606 |    21136      0 |       22 |       22
51.88/51.90	c 14.1s |       9 |    26958 |    10206 |    21136      0 |       22 |       22
53.48/53.54	c 15.7s |      10 |    28347 |    11361 |    23250      0 |       22 |       22
55.48/55.56	c 17.7s |      10 |    34697 |    13161 |    23250      0 |       22 |       22
57.48/57.58	c 19.7s |      10 |    36544 |    14761 |    23250      0 |       22 |       22
59.49/59.58	c 21.7s |      10 |    39146 |    16761 |    23250      0 |       22 |       22
59.88/59.98	c 22.1s |      11 |    39707 |    17144 |    25576      0 |       22 |       22
61.98/62.08	c 24.3s |      11 |    45574 |    18544 |    25576      0 |       22 |       22
64.18/64.20	c 26.4s |      11 |    46722 |    19344 |    25576      0 |       22 |       22
66.38/66.43	c 28.6s |      11 |    48138 |    20044 |    25576      0 |       22 |       22
68.38/68.44	c 30.6s |      11 |    53598 |    21844 |    25576      0 |       28 |       28
70.48/70.54	c 32.7s |      11 |    59051 |    24644 |    25576      0 |       28 |       28
71.68/71.79	c 34.0s |      12 |    61896 |    25819 |    28134      0 |       28 |       28
73.78/73.86	c 36.0s |      12 |    66478 |    28419 |    28134      0 |       28 |       28
75.77/75.89	c 38.1s |      12 |    71117 |    31119 |    28134      1 |       28 |       28
77.87/77.91	c 40.1s |      12 |    74799 |    33019 |    28134      1 |       28 |       28
79.97/80.02	c 42.2s |      12 |    79000 |    34919 |    28134      1 |       28 |       28
82.07/82.11	c 44.3s |      12 |    81807 |    36319 |    28134      1 |       28 |       28
84.17/84.21	c 46.4s |      12 |    85505 |    38119 |    28134      1 |       28 |       28
85.07/85.16	c 47.3s |      13 |    87408 |    38832 |    30948      1 |       28 |       28
87.17/87.29	c 49.5s |      13 |    90090 |    40732 |    30948      1 |       28 |       28
89.27/89.37	c 51.5s |      13 |    91980 |    42232 |    30948      1 |       28 |       28
91.38/91.47	c 53.6s |      13 |    94000 |    43732 |    30948      1 |       28 |       28
93.48/93.57	c 55.7s |      13 |    96266 |    45232 |    30948      1 |       28 |       28
95.57/95.63	c 57.8s |      13 |    98095 |    46732 |    30948      2 |       28 |       28
97.67/97.70	c 59.9s |      13 |   100360 |    48232 |    30948      2 |       28 |       28
99.67/99.71	c 61.9s |      13 |   102300 |    49632 |    30948      2 |       28 |       28
101.77/101.80	c 64.0s |      13 |   104414 |    51032 |    30948      2 |       28 |       28
103.77/103.83	c 66.0s |      13 |   106129 |    52432 |    30948      2 |       28 |       28
105.87/105.98	c 68.2s |      13 |   107980 |    53832 |    30948      2 |       28 |       28
107.97/108.05	c 70.2s |      13 |   109850 |    55232 |    30948      2 |       28 |       28
110.07/110.14	c 72.3s |      13 |   111697 |    56632 |    30948      2 |       28 |       28
112.17/112.25	c 74.4s |      13 |   113360 |    58032 |    34043      2 |       28 |       28
112.67/112.77	c 74.9s |      14 |   113834 |    58352 |    34043      2 |       28 |       28
114.77/114.82	c 77.0s |      14 |   121833 |    59652 |    34043      2 |       28 |       28
116.87/116.93	c 79.1s |      14 |   123749 |    61052 |    34043      2 |       28 |       28
118.97/119.01	c 81.2s |      14 |   125556 |    62552 |    34043      2 |       28 |       28
120.98/121.09	c 83.3s |      14 |   127185 |    63952 |    34043      2 |       28 |       28
123.28/123.34	c 85.5s |      14 |   128707 |    65252 |    34043      3 |       28 |       28
125.48/125.51	c 87.7s |      14 |   130330 |    66652 |    34043      3 |       28 |       28
127.47/127.58	c 89.7s |      14 |   131954 |    67852 |    34043      3 |       28 |       28
129.47/129.59	c 91.8s |      14 |   133482 |    69152 |    34043      3 |       28 |       28
131.57/131.69	c 93.9s |      14 |   135018 |    70452 |    34043      3 |       28 |       28
133.67/133.71	c 95.9s |      14 |   136623 |    71752 |    34043      3 |       28 |       28
135.77/135.84	c 98.0s |      14 |   138335 |    73152 |    34043      3 |       28 |       28
137.77/137.88	c  100s |      14 |   139827 |    74352 |    34043      3 |       28 |       28
139.96/140.01	c  102s |      14 |   141398 |    75752 |    34043      3 |       28 |       28
142.16/142.22	c  104s |      14 |   142793 |    76952 |    34043      3 |       28 |       28
144.26/144.37	c  106s |      14 |   144250 |    78152 |    34043      3 |       28 |       28
146.37/146.48	c  108s |      14 |   145669 |    79252 |    34043      3 |       28 |       28
148.47/148.51	c  110s |      14 |   147364 |    80252 |    34043      3 |       28 |       28
150.46/150.59	c  112s |      14 |   148833 |    81152 |    34043      3 |       28 |       28
152.66/152.74	c  114s |      14 |   150340 |    82152 |    34043      3 |       28 |       28
154.76/154.84	c  117s |      14 |   151838 |    83052 |    34043      4 |       28 |       28
156.86/156.97	c  119s |      14 |   153074 |    83952 |    34043      4 |       28 |       28
158.96/159.00	c  121s |      14 |   154354 |    85052 |    34043      4 |       28 |       28
161.15/161.20	c  123s |      14 |   155571 |    86052 |    34043      4 |       28 |       28
163.25/163.31	c  125s |      14 |   157301 |    87052 |    37448      4 |       28 |       28
164.45/164.51	c  126s |      15 |   158593 |    87632 |    37448      4 |       28 |       28
166.95/167.02	c  129s |      15 |   164606 |    88832 |    37448      4 |       30 |       30
169.05/169.17	c  131s |      15 |   168840 |    90732 |    37448      4 |       31 |       31
171.14/171.23	c  133s |      15 |   171043 |    92132 |    37448      4 |       31 |       31
173.24/173.36	c  135s |      15 |   173164 |    93732 |    37448      4 |       31 |       31
175.34/175.48	c  137s |      15 |   174901 |    95132 |    37448      4 |       31 |       31
177.44/177.54	c  139s |      15 |   176498 |    96332 |    37448      4 |       31 |       31
179.64/179.70	c  141s |      15 |   178100 |    97632 |    37448      4 |       31 |       31
181.64/181.75	c  143s |      15 |   179358 |    98732 |    37448      4 |       31 |       31
183.65/183.75	c  145s |      15 |   180559 |    99732 |    37448      4 |       31 |       31
185.74/185.87	c  148s |      15 |   182124 |   100932 |    37448      4 |       31 |       31
187.84/187.93	c  150s |      15 |   183509 |   102032 |    37448      4 |       31 |       31
190.24/190.39	c  152s |      15 |   184759 |   103132 |    37448      5 |       31 |       31
192.44/192.59	c  154s |      15 |   185993 |   104232 |    37448      5 |       31 |       31
194.64/194.73	c  156s |      15 |   187103 |   105232 |    37448      5 |       31 |       31
196.63/196.74	c  158s |      15 |   188307 |   106232 |    37448      5 |       31 |       31
198.73/198.88	c  161s |      15 |   189673 |   107332 |    37448      5 |       31 |       31
200.93/201.01	c  163s |      15 |   191158 |   108532 |    37448      5 |       31 |       31
203.03/203.10	c  165s |      15 |   192477 |   109632 |    37448      5 |       31 |       31
205.03/205.11	c  167s |      15 |   193677 |   110632 |    37448      5 |       31 |       31
207.13/207.28	c  169s |      15 |   195075 |   111732 |    37448      5 |       31 |       31
209.23/209.35	c  171s |      15 |   196249 |   112732 |    37448      5 |       31 |       31
211.42/211.50	c  173s |      15 |   197405 |   113732 |    37448      5 |       31 |       31
213.62/213.74	c  175s |      15 |   198731 |   114832 |    37448      5 |       31 |       31
215.82/215.93	c  178s |      15 |   199870 |   115832 |    37448      5 |       31 |       31
217.83/217.95	c  180s |      15 |   200909 |   116732 |    37448      5 |       31 |       31
219.92/220.09	c  182s |      15 |   202028 |   117732 |    37448      5 |       31 |       31
222.01/222.16	c  184s |      15 |   203059 |   118632 |    37448      5 |       31 |       31
224.11/224.20	c  186s |      15 |   203924 |   119432 |    37448      5 |       31 |       31
226.11/226.29	c  188s |      15 |   205051 |   120432 |    37448      5 |       31 |       31
228.31/228.42	c  190s |      15 |   206051 |   121332 |    37448      5 |       31 |       31
230.61/230.77	c  192s |      15 |   206918 |   122132 |    37448      6 |       31 |       31
232.71/232.88	c  195s |      15 |   207928 |   123032 |    37448      6 |       31 |       31
234.81/234.92	c  197s |      15 |   208868 |   123832 |    37448      6 |       31 |       31
236.91/237.01	c  199s |      15 |   209843 |   124732 |    37448      6 |       31 |       31
239.01/239.16	c  201s |      15 |   210817 |   125632 |    37448      6 |       31 |       31
241.21/241.33	c  203s |      15 |   211768 |   126532 |    37448      6 |       31 |       31
243.31/243.40	c  205s |      15 |   212662 |   127332 |    37448      6 |       31 |       31
245.50/245.66	c  207s |      15 |   213662 |   128232 |    37448      6 |       31 |       31
247.51/247.68	c  209s |      15 |   214430 |   128932 |    37448      6 |       31 |       31
249.80/249.93	c  212s |      15 |   215316 |   129732 |    37448      6 |       31 |       31
252.00/252.15	c  214s |      15 |   216228 |   130532 |    37448      6 |       31 |       31
254.21/254.38	c  216s |      15 |   217538 |   131432 |    41193      6 |       31 |       31
254.61/254.78	c  216s |      16 |   217668 |   131552 |    41193      6 |       31 |       31
258.21/258.34	c  220s |      16 |   219298 |   132152 |    41193      6 |       31 |       31
260.30/260.41	c  222s |      16 |   221506 |   133852 |    41193      6 |       31 |       31
262.30/262.46	c  224s |      16 |   223822 |   135752 |    41193      6 |       31 |       31
264.30/264.49	c  226s |      16 |   225673 |   136952 |    41193      6 |       31 |       31
266.50/266.62	c  228s |      16 |   226815 |   137852 |    41193      6 |       31 |       31
268.60/268.72	c  230s |      16 |   227886 |   138752 |    41193      6 |       31 |       31
270.61/270.77	c  232s |      16 |   229039 |   139652 |    41193      6 |       31 |       31
272.71/272.89	c  235s |      16 |   230377 |   140552 |    41193      6 |       31 |       31
274.80/274.98	c  237s |      16 |   231404 |   141352 |    41193      6 |       31 |       31
277.00/277.11	c  239s |      16 |   232964 |   142352 |    41193      6 |       31 |       31
279.10/279.24	c  241s |      16 |   234367 |   143252 |    41193      6 |       31 |       31
281.29/281.42	c  243s |      16 |   235662 |   144152 |    41193      6 |       31 |       31
283.29/283.47	c  245s |      16 |   237395 |   145452 |    41193      7 |       31 |       31
285.39/285.56	c  247s |      16 |   239237 |   147052 |    41193      7 |       31 |       31
287.39/287.56	c  249s |      16 |   241013 |   148652 |    41193      7 |       31 |       31
289.49/289.69	c  251s |      16 |   242685 |   150152 |    41193      7 |       31 |       31
291.69/291.88	c  254s |      16 |   243970 |   150952 |    41193      7 |       31 |       31
294.09/294.20	c  256s |      16 |   244737 |   151652 |    41193      7 |       31 |       31
296.39/296.53	c  258s |      16 |   245512 |   152352 |    41193      7 |       31 |       31
298.49/298.60	c  260s |      16 |   246206 |   152952 |    41193      7 |       31 |       31
300.49/300.63	c  262s |      16 |   246861 |   153552 |    41193      7 |       31 |       31
302.59/302.77	c  264s |      16 |   247636 |   154152 |    41193      7 |       31 |       31
304.79/304.91	c  267s |      16 |   248346 |   154752 |    41193      7 |       31 |       31
306.89/307.02	c  269s |      16 |   249011 |   155352 |    41193      7 |       31 |       31
308.89/309.10	c  271s |      16 |   249631 |   155952 |    41193      7 |       31 |       31
311.19/311.30	c  273s |      16 |   250373 |   156552 |    41193      7 |       31 |       31
313.39/313.53	c  275s |      16 |   251153 |   157152 |    41193      7 |       31 |       31
315.59/315.78	c  277s |      16 |   251943 |   157752 |    41193      7 |       31 |       31
317.89/318.07	c  280s |      16 |   252808 |   158352 |    41193      7 |       31 |       31
320.09/320.25	c  282s |      16 |   253429 |   158952 |    41193      7 |       31 |       31
322.29/322.42	c  284s |      16 |   254051 |   159552 |    41193      7 |       31 |       31
324.39/324.55	c  286s |      16 |   254839 |   160152 |    41193      7 |       31 |       31
326.48/326.67	c  288s |      16 |   255464 |   160752 |    41193      7 |       31 |       31
328.58/328.72	c  290s |      16 |   256214 |   161352 |    41193      7 |       31 |       31
330.77/330.94	c  293s |      16 |   257309 |   162352 |    41193      7 |       31 |       31
333.07/333.28	c  295s |      16 |   258034 |   162952 |    41193      7 |       31 |       31
335.07/335.29	c  297s |      16 |   258792 |   163552 |    41193      7 |       31 |       31
337.37/337.54	c  299s |      16 |   259518 |   164152 |    41193      7 |       31 |       31
339.67/339.84	c  302s |      16 |   260241 |   164752 |    41193      7 |       31 |       31
342.08/342.23	c  304s |      16 |   261019 |   165352 |    41193      7 |       31 |       31
344.37/344.51	c  306s |      16 |   261679 |   165952 |    41193      7 |       31 |       31
346.77/346.91	c  309s |      16 |   263430 |   166852 |    41193      8 |       31 |       31
348.87/349.04	c  311s |      16 |   265601 |   168452 |    41193      8 |       31 |       31
350.97/351.10	c  313s |      16 |   267117 |   169552 |    41193      8 |       31 |       31
352.97/353.12	c  315s |      16 |   269265 |   170752 |    41193      8 |       31 |       31
355.07/355.25	c  317s |      16 |   270832 |   171852 |    41193      8 |       31 |       31
357.17/357.32	c  319s |      16 |   272471 |   172952 |    41193      8 |       31 |       31
359.27/359.45	c  321s |      16 |   273995 |   174052 |    41193      8 |       31 |       31
361.36/361.52	c  323s |      16 |   275516 |   175152 |    41193      8 |       31 |       31
363.46/363.60	c  325s |      16 |   277167 |   176352 |    41193      8 |       31 |       31
365.56/365.79	c  327s |      16 |   278715 |   177452 |    41193      8 |       31 |       31
367.76/367.96	c  330s |      16 |   280366 |   178552 |    41193      8 |       31 |       31
369.86/370.04	c  332s |      16 |   281833 |   179652 |    41193      8 |       31 |       31
371.86/372.05	c  334s |      16 |   282893 |   180452 |    41193      8 |       31 |       31
373.96/374.11	c  336s |      16 |   284540 |   181652 |    41193      8 |       31 |       31
375.96/376.17	c  338s |      16 |   285977 |   182652 |    41193      8 |       31 |       31
378.06/378.27	c  340s |      16 |   287057 |   183452 |    41193      8 |       31 |       31
380.05/380.30	c  342s |      16 |   288073 |   184252 |    41193      8 |       31 |       31
382.25/382.44	c  344s |      16 |   289354 |   185252 |    41193      8 |       31 |       31
384.25/384.46	c  346s |      16 |   290454 |   186152 |    41193      8 |       31 |       31
386.55/386.73	c  348s |      16 |   291304 |   186852 |    41193      9 |       31 |       31
388.55/388.77	c  350s |      16 |   292328 |   187652 |    41193      9 |       31 |       31
390.74/390.91	c  353s |      16 |   293311 |   188452 |    41193      9 |       31 |       31
392.84/393.08	c  355s |      16 |   294199 |   189252 |    41193      9 |       31 |       31
395.14/395.37	c  357s |      16 |   295081 |   190052 |    41193      9 |       31 |       31
397.14/397.37	c  359s |      16 |   295945 |   190752 |    41193      9 |       31 |       31
399.15/399.39	c  361s |      16 |   296808 |   191452 |    41193      9 |       31 |       31
401.24/401.40	c  363s |      16 |   297646 |   192152 |    41193      9 |       31 |       31
403.34/403.52	c  365s |      16 |   298703 |   193052 |    41193      9 |       31 |       31
405.64/405.80	c  367s |      16 |   299792 |   193952 |    41193      9 |       31 |       31
407.64/407.81	c  369s |      16 |   300686 |   194652 |    41193      9 |       31 |       31
409.84/410.05	c  372s |      16 |   301952 |   195552 |    41193      9 |       31 |       31
411.84/412.08	c  374s |      16 |   303010 |   196252 |    45313      9 |       31 |       31
414.04/414.26	c  376s |      16 |   304035 |   197052 |    45313      9 |       31 |       31
415.13/415.36	c  377s |      17 |   304539 |   197432 |    45313      9 |       31 |       31
417.23/417.44	c  379s |      17 |   306130 |   198632 |    45313      9 |       31 |       31
419.23/419.45	c  381s |      17 |   306487 |   198832 |    45313      9 |       31 |       31
421.25/421.48	c  383s |      17 |   307543 |   199832 |    45313      9 |       31 |       31
423.35/423.53	c  385s |      17 |   309727 |   201532 |    45313      9 |       31 |       31
425.34/425.59	c  387s |      17 |   311330 |   203132 |    45313      9 |       31 |       31
427.44/427.63	c  389s |      17 |   312844 |   204632 |    45313      9 |       31 |       31
429.54/429.74	c  391s |      17 |   314452 |   206232 |    45313      9 |       31 |       31
431.54/431.78	c  393s |      17 |   315960 |   207732 |    45313      9 |       31 |       31
433.64/433.86	c  396s |      17 |   317471 |   209232 |    45313      9 |       31 |       31
435.84/436.00	c  398s |      17 |   318975 |   210732 |    45313      9 |       31 |       31
437.84/438.06	c  400s |      17 |   320381 |   212132 |    45313      9 |       31 |       31
439.94/440.12	c  402s |      17 |   321486 |   213232 |    45313     10 |       31 |       31
441.93/442.16	c  404s |      17 |   322781 |   214432 |    45313     10 |       31 |       31
444.03/444.20	c  406s |      17 |   324414 |   216032 |    45313     10 |       31 |       31
446.13/446.30	c  408s |      17 |   326022 |   217632 |    45313     10 |       31 |       31
448.23/448.40	c  410s |      17 |   327530 |   219132 |    45313     10 |       31 |       31
450.23/450.41	c  412s |      17 |   329037 |   220632 |    45313     10 |       31 |       31
452.23/452.44	c  414s |      17 |   330452 |   222032 |    45313     10 |       31 |       31
454.24/454.49	c  416s |      17 |   331860 |   223432 |    45313     10 |       31 |       31
456.34/456.56	c  418s |      17 |   333264 |   224832 |    45313     10 |       31 |       31
458.33/458.58	c  420s |      17 |   334559 |   226132 |    45313     10 |       31 |       31
460.43/460.67	c  422s |      17 |   335871 |   227432 |    45313     10 |       31 |       31
462.62/462.84	c  425s |      17 |   337177 |   228732 |    45313     10 |       31 |       31
464.82/465.00	c  427s |      17 |   338387 |   229932 |    45313     10 |       31 |       31
466.82/467.03	c  429s |      17 |   339491 |   231032 |    45313     10 |       31 |       31
468.92/469.16	c  431s |      17 |   340600 |   232132 |    45313     10 |       31 |       31
471.02/471.26	c  433s |      17 |   341706 |   233232 |    45313     10 |       31 |       31
473.22/473.41	c  435s |      17 |   342709 |   234232 |    45313     10 |       31 |       31
475.92/476.10	c  438s |      17 |   343714 |   235232 |    45313     11 |       31 |       31
477.91/478.11	c  440s |      17 |   344724 |   236232 |    45313     11 |       31 |       31
479.91/480.17	c  442s |      17 |   345725 |   237232 |    45313     11 |       31 |       31
482.01/482.21	c  444s |      17 |   346734 |   238232 |    45313     11 |       31 |       31
484.11/484.38	c  446s |      17 |   347838 |   239332 |    45313     11 |       31 |       31
486.21/486.48	c  448s |      17 |   348847 |   240332 |    45313     11 |       31 |       31
488.51/488.70	c  450s |      17 |   349856 |   241332 |    45313     11 |       31 |       31
490.61/490.86	c  453s |      17 |   350864 |   242332 |    45313     11 |       31 |       31
492.71/492.99	c  455s |      17 |   351763 |   243232 |    45313     11 |       31 |       31
494.91/495.11	c  457s |      17 |   352670 |   244132 |    45313     11 |       31 |       31
497.01/497.27	c  459s |      17 |   353576 |   245032 |    45313     11 |       31 |       31
499.21/499.41	c  461s |      17 |   354376 |   245832 |    45313     11 |       31 |       31
501.30/501.53	c  463s |      17 |   355273 |   246732 |    45313     11 |       31 |       31
503.30/503.56	c  465s |      17 |   356083 |   247532 |    45313     11 |       31 |       31
505.40/505.69	c  467s |      17 |   356985 |   248432 |    45313     11 |       31 |       31
507.60/507.88	c  470s |      17 |   357995 |   249432 |    45313     11 |       31 |       31
509.90/510.10	c  472s |      17 |   358994 |   250432 |    45313     11 |       31 |       31
512.00/512.24	c  474s |      17 |   359902 |   251332 |    45313     11 |       31 |       31
514.10/514.37	c  476s |      17 |   360810 |   252232 |    45313     11 |       31 |       31
516.20/516.40	c  478s |      17 |   361613 |   253032 |    45313     11 |       31 |       31
518.40/518.61	c  480s |      17 |   362523 |   253932 |    45313     11 |       31 |       31
520.39/520.63	c  482s |      17 |   363321 |   254732 |    45313     11 |       31 |       31
522.59/522.85	c  485s |      17 |   364224 |   255632 |    45313     11 |       31 |       31
524.79/525.08	c  487s |      17 |   365030 |   256432 |    45313     11 |       31 |       31
526.99/527.25	c  489s |      17 |   365836 |   257232 |    45313     11 |       31 |       31
529.09/529.38	c  491s |      17 |   366633 |   258032 |    45313     11 |       31 |       31
531.60/531.88	c  494s |      17 |   366837 |   258232 |    45313     12 |       31 |       31
533.89/534.16	c  496s |      17 |   367954 |   259332 |    45313     12 |       31 |       31
536.09/536.33	c  498s |      17 |   368953 |   260332 |    45313     12 |       31 |       31
538.09/538.36	c  500s |      17 |   370050 |   261432 |    45313     12 |       31 |       31
559.69/559.98	c  522s |      17 |   370266 |   261632 |    45313     12 |       31 |       31
561.78/562.00	c  524s |      17 |   371162 |   262532 |    45313     12 |       31 |       31
563.88/564.11	c  526s |      17 |   372371 |   263732 |    45313     12 |       31 |       31
566.08/566.33	c  528s |      17 |   373581 |   264932 |    45313     12 |       31 |       31
568.18/568.46	c  530s |      17 |   374683 |   266032 |    45313     12 |       31 |       31
570.29/570.50	c  532s |      17 |   375791 |   267132 |    45313     12 |       31 |       31
572.39/572.63	c  534s |      17 |   376897 |   268232 |    45313     12 |       31 |       31
574.48/574.74	c  536s |      17 |   378006 |   269332 |    45313     12 |       31 |       31
576.48/576.78	c  538s |      17 |   379005 |   270332 |    45313     12 |       31 |       31
578.58/578.85	c  541s |      17 |   379914 |   271232 |    45313     12 |       31 |       31
580.78/581.05	c  543s |      17 |   380911 |   272232 |    45313     12 |       31 |       31
582.89/583.15	c  545s |      17 |   381916 |   273232 |    45313     12 |       31 |       31
584.99/585.26	c  547s |      17 |   382819 |   274132 |    45313     12 |       31 |       31
587.19/587.47	c  549s |      17 |   383826 |   275132 |    45313     12 |       31 |       31
589.39/589.63	c  551s |      17 |   384925 |   276232 |    45313     12 |       31 |       31
591.38/591.69	c  553s |      17 |   385933 |   277232 |    45313     12 |       31 |       31
593.68/593.93	c  556s |      17 |   387030 |   278332 |    45313     12 |       31 |       31
595.68/595.94	c  558s |      17 |   387935 |   279232 |    45313     12 |       31 |       31
597.88/598.12	c  560s |      17 |   388942 |   280232 |    45313     12 |       31 |       31
599.87/600.15	c  562s |      17 |   389747 |   281032 |    45313     12 |       31 |       31
602.07/602.31	c  564s |      17 |   390050 |   281332 |    45313     13 |       31 |       31
604.47/604.78	c  566s |      17 |   391060 |   282332 |    45313     13 |       31 |       31
606.57/606.84	c  569s |      17 |   392261 |   283532 |    45313     13 |       31 |       31
608.67/608.99	c  571s |      17 |   393470 |   284732 |    45313     13 |       31 |       31
610.77/611.09	c  573s |      17 |   394678 |   285932 |    45313     13 |       31 |       31
612.97/613.22	c  575s |      17 |   395785 |   287032 |    45313     13 |       31 |       31
615.07/615.37	c  577s |      17 |   396987 |   288232 |    45313     13 |       31 |       31
617.37/617.60	c  579s |      17 |   397893 |   289132 |    45313     13 |       31 |       31
619.47/619.72	c  581s |      17 |   398897 |   290132 |    45313     13 |       31 |       31
621.46/621.76	c  583s |      17 |   399907 |   291132 |    45313     13 |       31 |       31
623.57/623.88	c  586s |      17 |   401009 |   292232 |    45313     13 |       31 |       31
625.67/625.95	c  588s |      17 |   402009 |   293232 |    45313     13 |       31 |       31
627.76/628.03	c  590s |      17 |   403017 |   294232 |    49845     13 |       31 |       31
629.86/630.10	c  592s |      17 |   404018 |   295232 |    49845     13 |       31 |       31
656.65/656.99	c  619s |      17 |   404631 |   295832 |    49845     13 |       31 |       31
657.45/657.75	c  619s |      18 |   405049 |   296252 |    49845     13 |       31 |       31
659.65/659.99	c  622s |      18 |   411735 |   297252 |    49845     13 |       33 |       33
661.85/662.14	c  624s |      18 |   413036 |   297752 |    49845     13 |       33 |       33
663.85/664.18	c  626s |      18 |   417301 |   301052 |    49845     13 |       33 |       33
665.95/666.22	c  628s |      18 |   421087 |   304152 |    49845     13 |       33 |       33
667.95/668.25	c  630s |      18 |   423961 |   306552 |    49845     13 |       33 |       33
670.05/670.37	c  632s |      18 |   425998 |   308352 |    49845     14 |       33 |       33
672.15/672.43	c  634s |      18 |   428607 |   310452 |    49845     14 |       33 |       33
674.16/674.44	c  636s |      18 |   431179 |   312452 |    49845     14 |       33 |       33
676.26/676.54	c  638s |      18 |   433561 |   314352 |    49845     14 |       33 |       33
678.35/678.66	c  640s |      18 |   435783 |   316152 |    49845     14 |       33 |       33
680.35/680.68	c  642s |      18 |   437853 |   317752 |    49845     14 |       33 |       33
682.55/682.81	c  644s |      18 |   439656 |   319252 |    49845     14 |       33 |       33
684.65/684.96	c  647s |      18 |   441326 |   320552 |    49845     14 |       33 |       33
686.75/687.01	c  649s |      18 |   442914 |   321852 |    49845     14 |       33 |       33
689.46/689.78	c  651s |      18 |   444472 |   322952 |    49845     14 |       33 |       33
692.44/692.77	c  654s |      18 |   446373 |   324152 |    49845     14 |       33 |       33
694.54/694.84	c  657s |      18 |   447463 |   325152 |    49845     14 |       33 |       33
696.74/697.05	c  659s |      18 |   448492 |   326052 |    49845     14 |       33 |       33
698.84/699.16	c  661s |      18 |   449401 |   326852 |    49845     14 |       33 |       33
701.04/701.39	c  663s |      18 |   450418 |   327752 |    49845     14 |       33 |       33
703.34/703.66	c  665s |      18 |   451426 |   328652 |    49845     14 |       33 |       33
705.44/705.72	c  667s |      18 |   452807 |   329452 |    49845     14 |       33 |       33
707.54/707.84	c  670s |      18 |   453951 |   330352 |    49845     14 |       33 |       33
709.54/709.84	c  672s |      18 |   455309 |   331152 |    49845     14 |       33 |       33
711.74/712.06	c  674s |      18 |   456712 |   331952 |    49845     14 |       33 |       33
713.94/714.25	c  676s |      18 |   457755 |   332752 |    49845     14 |       33 |       33
716.14/716.48	c  678s |      18 |   458723 |   333552 |    49845     14 |       33 |       33
718.94/719.21	c  681s |      18 |   459630 |   334352 |    49845     15 |       33 |       33
720.93/721.28	c  683s |      18 |   461297 |   335752 |    49845     15 |       33 |       33
723.13/723.43	c  685s |      18 |   462622 |   336952 |    49845     15 |       33 |       33
725.23/725.53	c  687s |      18 |   464093 |   338252 |    49845     15 |       33 |       33
727.23/727.58	c  689s |      18 |   465754 |   339652 |    49845     15 |       33 |       33
729.33/729.65	c  691s |      18 |   467560 |   341152 |    49845     15 |       33 |       33
731.34/731.68	c  693s |      18 |   469105 |   342452 |    49845     15 |       33 |       33
733.44/733.73	c  695s |      18 |   470632 |   343752 |    49845     15 |       33 |       33
735.43/735.79	c  697s |      18 |   472148 |   345052 |    49845     15 |       33 |       33
737.53/737.85	c  700s |      18 |   473545 |   346252 |    49845     15 |       33 |       33
739.63/739.98	c  702s |      18 |   474978 |   347452 |    49845     15 |       33 |       33
741.83/742.11	c  704s |      18 |   476360 |   348652 |    49845     15 |       33 |       33
743.93/744.24	c  706s |      18 |   477585 |   349752 |    49845     15 |       33 |       33
746.03/746.32	c  708s |      18 |   478952 |   350952 |    49845     15 |       33 |       33
748.03/748.35	c  710s |      18 |   480307 |   352052 |    49845     15 |       33 |       33
750.13/750.47	c  712s |      18 |   481763 |   353252 |    49845     15 |       33 |       33
752.23/752.53	c  714s |      18 |   483239 |   354452 |    49845     15 |       33 |       33
754.33/754.65	c  716s |      18 |   484519 |   355552 |    49845     15 |       33 |       33
756.33/756.69	c  718s |      18 |   485875 |   356752 |    49845     15 |       33 |       33
758.43/758.72	c  720s |      18 |   487126 |   357752 |    49845     15 |       33 |       33
760.42/760.77	c  722s |      18 |   488373 |   358852 |    49845     15 |       33 |       33
763.03/763.40	c  725s |      18 |   489788 |   359952 |    49845     16 |       33 |       33
765.13/765.49	c  727s |      18 |   491679 |   361352 |    49845     16 |       33 |       33
767.23/767.57	c  729s |      18 |   493502 |   362752 |    49845     16 |       33 |       33
769.84/770.14	c  732s |      18 |   495413 |   364152 |    49845     16 |       33 |       33
771.93/772.25	c  734s |      18 |   496381 |   364952 |    49845     16 |       33 |       33
773.92/774.26	c  736s |      18 |   497450 |   365852 |    49845     16 |       33 |       33
776.12/776.40	c  738s |      18 |   498525 |   366752 |    49845     16 |       33 |       33
778.12/778.49	c  740s |      18 |   499544 |   367652 |    49845     16 |       33 |       33
780.42/780.71	c  742s |      18 |   500631 |   368552 |    49845     16 |       33 |       33
782.62/782.95	c  745s |      18 |   501850 |   369452 |    49845     16 |       33 |       33
784.72/785.00	c  747s |      18 |   502890 |   370252 |    49845     16 |       33 |       33
786.72/787.09	c  749s |      18 |   504429 |   371352 |    49845     16 |       33 |       33
788.82/789.14	c  751s |      18 |   505618 |   372252 |    49845     16 |       33 |       33
790.92/791.23	c  753s |      18 |   506940 |   373252 |    49845     16 |       33 |       33
793.12/793.50	c  755s |      18 |   508395 |   374152 |    49845     16 |       33 |       33
795.32/795.63	c  757s |      18 |   509463 |   375052 |    49845     16 |       33 |       33
797.32/797.68	c  759s |      18 |   510487 |   375852 |    49845     16 |       33 |       33
799.52/799.83	c  762s |      18 |   511496 |   376652 |    49845     16 |       33 |       33
801.62/801.98	c  764s |      18 |   513085 |   377752 |    49845     16 |       33 |       33
803.72/804.03	c  766s |      18 |   514272 |   378652 |    49845     16 |       33 |       33
805.92/806.20	c  768s |      18 |   515342 |   379552 |    49845     16 |       33 |       33
807.92/808.28	c  770s |      18 |   516319 |   380352 |    49845     16 |       33 |       33
810.02/810.38	c  772s |      18 |   517392 |   381252 |    49845     16 |       33 |       33
812.02/812.39	c  774s |      18 |   518355 |   382052 |    49845     16 |       33 |       33
814.32/814.65	c  776s |      18 |   519341 |   382752 |    49845     16 |       33 |       33
816.71/817.01	c  779s |      18 |   520250 |   383452 |    49845     16 |       33 |       33
818.91/819.22	c  781s |      18 |   521341 |   384252 |    49845     16 |       33 |       33
821.01/821.38	c  783s |      18 |   522309 |   384952 |    49845     16 |       33 |       33
824.11/824.47	c  786s |      18 |   523007 |   385452 |    49845     17 |       33 |       33
826.22/826.53	c  788s |      18 |   523382 |   385752 |    49845     17 |       33 |       33
838.31/838.66	c  800s |      18 |   523638 |   385952 |    49845     17 |       33 |       33
840.41/840.72	c  802s |      18 |   525050 |   387052 |    49845     17 |       33 |       33
843.01/843.31	c  805s |      18 |   526161 |   387952 |    49845     17 |       33 |       33
845.11/845.45	c  807s |      18 |   527379 |   388852 |    49845     17 |       33 |       33
847.21/847.56	c  809s |      18 |   528735 |   389852 |    49845     17 |       33 |       33
849.21/849.57	c  811s |      18 |   529914 |   390852 |    49845     17 |       33 |       33
851.41/851.74	c  813s |      18 |   531305 |   391952 |    49845     17 |       33 |       33
853.42/853.78	c  815s |      18 |   532425 |   392852 |    49845     17 |       33 |       33
855.52/855.81	c  817s |      18 |   533681 |   393852 |    49845     17 |       33 |       33
857.72/858.03	c  820s |      18 |   534852 |   394852 |    49845     17 |       33 |       33
859.81/860.11	c  822s |      18 |   536121 |   395952 |    49845     17 |       33 |       33
862.01/862.34	c  824s |      18 |   537579 |   397052 |    49845     17 |       33 |       33
864.01/864.38	c  826s |      18 |   538754 |   398052 |    49845     17 |       33 |       33
866.21/866.58	c  828s |      18 |   540042 |   399052 |    49845     17 |       33 |       33
868.41/868.71	c  830s |      18 |   541136 |   399852 |    49845     17 |       33 |       33
870.61/870.96	c  833s |      18 |   542100 |   400652 |    49845     17 |       33 |       33
872.71/873.02	c  835s |      18 |   543101 |   401352 |    49845     17 |       33 |       33
874.71/875.03	c  837s |      18 |   544075 |   402052 |    49845     17 |       33 |       33
876.91/877.25	c  839s |      18 |   545250 |   402952 |    49845     17 |       33 |       33
879.11/879.46	c  841s |      18 |   546377 |   403852 |    49845     17 |       33 |       33
881.31/881.66	c  843s |      18 |   547778 |   404952 |    49845     17 |       33 |       33
883.40/883.79	c  845s |      18 |   549293 |   406052 |    49845     17 |       33 |       33
885.60/885.93	c  848s |      18 |   550617 |   407052 |    49845     17 |       33 |       33
887.70/888.06	c  850s |      18 |   551550 |   407752 |    49845     17 |       33 |       33
889.80/890.16	c  852s |      18 |   552751 |   408552 |    49845     17 |       33 |       33
891.91/892.26	c  854s |      18 |   553901 |   409452 |    49845     17 |       33 |       33
894.11/894.45	c  856s |      18 |   555140 |   410352 |    49845     17 |       33 |       33
896.21/896.54	c  858s |      18 |   555950 |   410952 |    49845     17 |       33 |       33
898.41/898.71	c  860s |      18 |   556334 |   411252 |    49845     18 |       33 |       33
900.40/900.75	c  862s |      18 |   557314 |   412052 |    49845     18 |       33 |       33
902.50/902.86	c  865s |      18 |   558025 |   412652 |    49845     18 |       33 |       33
904.70/905.04	c  867s |      18 |   559443 |   413852 |    49845     18 |       33 |       33
906.90/907.22	c  869s |      18 |   560898 |   415052 |    49845     18 |       33 |       33
909.70/910.03	c  872s |      18 |   561452 |   415452 |    49845     18 |       33 |       33
911.71/912.09	c  874s |      18 |   562649 |   416452 |    49845     18 |       33 |       33
913.91/914.22	c  876s |      18 |   563751 |   417352 |    49845     18 |       33 |       33
916.01/916.32	c  878s |      18 |   564872 |   418252 |    49845     18 |       33 |       33
918.10/918.49	c  880s |      18 |   565921 |   419152 |    49845     18 |       33 |       33
920.30/920.70	c  882s |      18 |   566910 |   420052 |    49845     18 |       33 |       33
922.50/922.80	c  884s |      18 |   568066 |   421152 |    49845     18 |       33 |       33
924.70/925.09	c  887s |      18 |   569167 |   422052 |    49845     18 |       33 |       33
926.80/927.14	c  889s |      18 |   570121 |   422852 |    49845     18 |       33 |       33
928.90/929.21	c  891s |      18 |   570945 |   423552 |    49845     18 |       33 |       33
931.00/931.35	c  893s |      18 |   571937 |   424452 |    49845     18 |       33 |       33
933.20/933.56	c  895s |      18 |   573003 |   425452 |    49845     18 |       33 |       33
935.30/935.64	c  897s |      18 |   574122 |   426452 |    49845     18 |       33 |       33
937.40/937.71	c  899s |      18 |   575145 |   427352 |    49845     18 |       33 |       33
939.50/939.86	c  902s |      18 |   576217 |   428352 |    49845     18 |       33 |       33
941.60/941.91	c  904s |      18 |   577401 |   429352 |    49845     18 |       33 |       33
943.80/944.11	c  906s |      18 |   578610 |   430352 |    49845     18 |       33 |       33
946.00/946.31	c  908s |      18 |   579768 |   431352 |    49845     18 |       33 |       33
948.10/948.45	c  910s |      18 |   580855 |   432352 |    49845     18 |       33 |       33
950.30/950.64	c  912s |      18 |   582041 |   433352 |    49845     18 |       33 |       33
952.31/952.65	c  914s |      18 |   582949 |   434152 |    49845     18 |       33 |       33
954.40/954.80	c  916s |      18 |   584024 |   435052 |    49845     18 |       33 |       33
956.60/956.96	c  919s |      18 |   585146 |   435952 |    49845     18 |       33 |       33
958.90/959.30	c  921s |      18 |   585860 |   436552 |    49845     19 |       33 |       33
961.10/961.47	c  923s |      18 |   586585 |   437152 |    49845     19 |       33 |       33
963.30/963.65	c  925s |      18 |   588017 |   438352 |    49845     19 |       33 |       33
965.40/965.80	c  927s |      18 |   589255 |   439452 |    49845     19 |       33 |       33
967.59/967.98	c  930s |      18 |   590160 |   440252 |    49845     19 |       33 |       33
969.69/970.06	c  932s |      18 |   591428 |   441352 |    54830     19 |       33 |       33
971.69/972.07	c  934s |      18 |   592734 |   442452 |    54830     19 |       33 |       33
973.89/974.26	c  936s |      18 |   594135 |   443652 |    54830     19 |       33 |       33
975.50/975.82	c  937s |      19 |   595053 |   444482 |    54830     19 |       33 |       33
978.50/978.89	c  941s |      19 |   595559 |   444582 |    54830     19 |       33 |       33
980.70/981.09	c  943s |      19 |   605411 |   445282 |    54830     19 |       38 |       38
983.00/983.36	c  945s |      19 |   609456 |   447182 |    54830     19 |       40 |       40
985.20/985.56	c  947s |      19 |   610218 |   447982 |    54830     19 |       40 |       40
987.40/987.74	c  949s |      19 |   611062 |   448782 |    54830     19 |       40 |       40
989.50/989.88	c  952s |      19 |   611838 |   449582 |    54830     19 |       40 |       40
991.80/992.15	c  954s |      19 |   612649 |   450382 |    54830     19 |       40 |       40
994.10/994.48	c  956s |      19 |   613328 |   451082 |    54830     19 |       40 |       40
996.40/996.75	c  958s |      19 |   614032 |   451782 |    54830     19 |       40 |       40
998.69/999.05	c  961s |      19 |   614786 |   452482 |    54830     19 |       40 |       40
1000.89/1001.29	c  963s |      19 |   615468 |   453182 |    54830     19 |       40 |       40
1003.19/1003.50	c  965s |      19 |   616155 |   453882 |    54830     19 |       40 |       40
1005.29/1005.66	c  967s |      19 |   616844 |   454582 |    54830     19 |       40 |       40
1007.40/1007.72	c  969s |      19 |   617714 |   455382 |    54830     19 |       40 |       40
1009.69/1010.08	c  972s |      19 |   618425 |   456082 |    54830     19 |       40 |       40
1012.09/1012.41	c  974s |      19 |   619023 |   456682 |    54830     19 |       40 |       40
1014.19/1014.52	c  976s |      19 |   619500 |   457182 |    54830     19 |       40 |       40
1016.49/1016.80	c  978s |      19 |   620030 |   457682 |    54830     19 |       40 |       40
1018.49/1018.84	c  981s |      19 |   620474 |   458182 |    54830     19 |       40 |       40
1020.50/1020.86	c  983s |      19 |   621008 |   458682 |    54830     19 |       40 |       40
1022.49/1022.88	c  985s |      19 |   621476 |   459182 |    54830     19 |       40 |       40
1024.90/1025.24	c  987s |      19 |   622104 |   459782 |    54830     19 |       40 |       40
1027.10/1027.43	c  989s |      19 |   622695 |   460382 |    54830     19 |       40 |       40
1029.19/1029.59	c  991s |      19 |   623528 |   461182 |    54830     19 |       40 |       40
1031.49/1031.86	c  994s |      19 |   624350 |   461982 |    54830     19 |       40 |       40
1033.49/1033.88	c  996s |      19 |   624898 |   462582 |    54830     19 |       40 |       40
1035.79/1036.14	c  998s |      19 |   625544 |   463182 |    54830     19 |       40 |       40
1037.89/1038.27	c 1000s |      19 |   626099 |   463782 |    54830     19 |       40 |       40
1039.89/1040.27	c 1002s |      19 |   626707 |   464382 |    54830     19 |       40 |       40
1042.08/1042.49	c 1004s |      19 |   627424 |   465082 |    54830     19 |       40 |       40
1044.08/1044.49	c 1006s |      19 |   628157 |   465782 |    54830     19 |       40 |       40
1046.48/1046.84	c 1009s |      19 |   628871 |   466482 |    54830     19 |       40 |       40
1048.78/1049.19	c 1011s |      19 |   629434 |   467082 |    54830     19 |       40 |       40
1051.08/1051.46	c 1013s |      19 |   629930 |   467582 |    54830     20 |       40 |       40
1053.28/1053.65	c 1015s |      19 |   630545 |   468182 |    54830     20 |       40 |       40
1057.28/1057.66	c 1019s |      19 |   637159 |   468682 |    54830     20 |       48 |       48
1059.38/1059.71	c 1021s |      19 |   640277 |   470082 |    54830     20 |       52 |       52
1061.38/1061.77	c 1023s |      19 |   644357 |   472282 |    54830     20 |       52 |       52
1063.39/1063.79	c 1025s |      19 |   648459 |   474682 |    54830     20 |       52 |       52
1065.48/1065.85	c 1028s |      19 |   651434 |   476582 |    54830     20 |       52 |       52
1067.58/1067.91	c 1030s |      19 |   654675 |   478682 |    54830     20 |       52 |       52
1069.58/1069.96	c 1032s |      19 |   657682 |   480782 |    54830     20 |       52 |       52
1071.68/1072.03	c 1034s |      19 |   661788 |   483182 |    54830     20 |       52 |       52
1073.68/1074.05	c 1036s |      19 |   666288 |   485682 |    54830     20 |       52 |       52
1075.68/1076.08	c 1038s |      19 |   668341 |   487082 |    54830     20 |       52 |       52
1077.79/1078.16	c 1040s |      19 |   670850 |   488682 |    54830     20 |       52 |       52
1079.89/1080.23	c 1042s |      19 |   673422 |   490682 |    54830     20 |       52 |       52
1081.88/1082.26	c 1044s |      19 |   675398 |   492082 |    54830     20 |       52 |       52
1083.98/1084.31	c 1046s |      19 |   677338 |   493282 |    54830     20 |       52 |       52
1086.08/1086.41	c 1048s |      19 |   678708 |   494382 |    54830     21 |       52 |       52
1088.08/1088.47	c 1050s |      19 |   681114 |   495882 |    54830     21 |       52 |       52
1090.28/1090.65	c 1052s |      19 |   683111 |   497282 |    54830     21 |       52 |       52
1092.38/1092.77	c 1054s |      19 |   685275 |   498882 |    54830     21 |       52 |       52
1094.38/1094.77	c 1056s |      19 |   687467 |   500282 |    54830     21 |       52 |       52
1096.48/1096.84	c 1059s |      19 |   689048 |   501382 |    54830     21 |       52 |       52
1098.68/1099.03	c 1061s |      19 |   690772 |   502682 |    54830     21 |       52 |       52
1100.78/1101.20	c 1063s |      19 |   692619 |   504082 |    54830     21 |       52 |       52
1102.98/1103.32	c 1065s |      19 |   694763 |   505582 |    54830     21 |       52 |       52
1104.98/1105.36	c 1067s |      19 |   696252 |   506682 |    54830     21 |       52 |       52
1107.07/1107.48	c 1069s |      19 |   697805 |   507682 |    54830     21 |       52 |       52
1109.17/1109.57	c 1071s |      19 |   699268 |   508782 |    54830     21 |       52 |       52
1111.27/1111.63	c 1073s |      19 |   701307 |   510182 |    54830     21 |       52 |       52
1113.37/1113.74	c 1075s |      19 |   703354 |   511682 |    54830     21 |       52 |       52
1115.47/1115.80	c 1077s |      19 |   705794 |   513382 |    54830     21 |       52 |       52
1117.47/1117.85	c 1080s |      19 |   707756 |   514582 |    54830     21 |       52 |       52
1119.58/1119.96	c 1082s |      19 |   709498 |   515582 |    54830     21 |       52 |       52
1121.78/1122.11	c 1084s |      19 |   711156 |   516782 |    54830     21 |       52 |       52
1123.77/1124.12	c 1086s |      19 |   712457 |   517782 |    54830     21 |       52 |       52
1125.87/1126.29	c 1088s |      19 |   713685 |   518782 |    54830     21 |       52 |       52
1128.17/1128.51	c 1090s |      19 |   715952 |   520382 |    54830     21 |       52 |       52
1130.17/1130.57	c 1092s |      19 |   717828 |   521682 |    54830     21 |       52 |       52
1132.27/1132.64	c 1094s |      19 |   719453 |   522982 |    54830     22 |       52 |       52
1134.27/1134.68	c 1096s |      19 |   721625 |   524382 |    54830     22 |       52 |       52
1136.47/1136.81	c 1098s |      19 |   723580 |   525782 |    54830     22 |       52 |       52
1138.47/1138.86	c 1101s |      19 |   725358 |   527282 |    54830     22 |       52 |       52
1140.48/1140.89	c 1103s |      19 |   727284 |   528782 |    54830     22 |       52 |       52
1142.58/1142.98	c 1105s |      19 |   729614 |   530482 |    54830     22 |       52 |       52
1144.67/1145.09	c 1107s |      19 |   731556 |   531882 |    54830     22 |       52 |       52
1146.87/1147.20	c 1109s |      19 |   733558 |   533382 |    54830     22 |       52 |       52
1148.87/1149.24	c 1111s |      19 |   735382 |   534782 |    54830     22 |       52 |       52
1150.97/1151.31	c 1113s |      19 |   736804 |   535882 |    54830     22 |       52 |       52
1153.07/1153.40	c 1115s |      19 |   738099 |   536982 |    54830     22 |       52 |       52
1155.17/1155.52	c 1117s |      19 |   739277 |   538082 |    54830     22 |       52 |       52
1157.17/1157.58	c 1119s |      19 |   740749 |   539182 |    54830     22 |       52 |       52
1159.27/1159.69	c 1121s |      19 |   742080 |   540282 |    54830     22 |       52 |       52
1161.57/1161.92	c 1124s |      19 |   743789 |   541682 |    54830     22 |       52 |       52
1163.77/1164.11	c 1126s |      19 |   745328 |   542782 |    54830     22 |       52 |       52
1165.97/1166.31	c 1128s |      19 |   746521 |   543782 |    54830     22 |       52 |       52
1167.97/1168.34	c 1130s |      19 |   747742 |   544782 |    54830     22 |       52 |       52
1170.07/1170.41	c 1132s |      19 |   749424 |   546082 |    54830     22 |       52 |       52
1172.16/1172.55	c 1134s |      19 |   750977 |   547282 |    54830     22 |       52 |       52
1174.16/1174.56	c 1136s |      19 |   752561 |   548582 |    54830     22 |       52 |       52
1176.26/1176.68	c 1138s |      19 |   754014 |   549482 |    54830     22 |       52 |       52
1179.06/1179.48	c 1141s |      19 |   755277 |   550482 |    54830     23 |       52 |       52
1181.17/1181.57	c 1143s |      19 |   756419 |   551282 |    54830     23 |       52 |       52
1183.27/1183.62	c 1145s |      19 |   757789 |   552282 |    54830     23 |       52 |       52
1185.36/1185.78	c 1147s |      19 |   759268 |   553382 |    54830     23 |       52 |       52
1187.56/1187.95	c 1150s |      19 |   760842 |   554482 |    54830     23 |       52 |       52
1189.66/1190.00	c 1152s |      19 |   762228 |   555582 |    54830     23 |       52 |       52
1191.76/1192.10	c 1154s |      19 |   763720 |   556782 |    54830     23 |       52 |       52
1193.76/1194.19	c 1156s |      19 |   765299 |   557882 |    54830     23 |       52 |       52
1195.86/1196.20	c 1158s |      19 |   766648 |   558882 |    54830     23 |       52 |       52
1198.06/1198.42	c 1160s |      19 |   768218 |   559982 |    54830     23 |       52 |       52
1200.26/1200.60	c 1162s |      19 |   769516 |   560982 |    54830     23 |       52 |       52
1202.26/1202.61	c 1164s |      19 |   770825 |   561982 |    54830     23 |       52 |       52
1204.27/1204.70	c 1166s |      19 |   771974 |   562982 |    54830     23 |       52 |       52
1206.47/1206.82	c 1168s |      19 |   773278 |   563882 |    54830     23 |       52 |       52
1208.57/1208.98	c 1171s |      19 |   775001 |   564882 |    54830     23 |       52 |       52
1210.77/1211.14	c 1173s |      19 |   776131 |   565782 |    54830     23 |       52 |       52
1212.86/1213.20	c 1175s |      19 |   777459 |   566682 |    54830     23 |       52 |       52
1214.96/1215.36	c 1177s |      19 |   778626 |   567682 |    54830     23 |       52 |       52
1217.16/1217.51	c 1179s |      19 |   779499 |   568482 |    54830     23 |       52 |       52
1219.25/1219.68	c 1181s |      19 |   780311 |   568982 |    54830     23 |       52 |       52
1221.35/1221.72	c 1183s |      19 |   781486 |   569882 |    54830     23 |       52 |       52
1223.35/1223.79	c 1185s |      19 |   782610 |   570882 |    54830     23 |       52 |       52
1225.55/1225.92	c 1188s |      19 |   783670 |   571782 |    54830     23 |       52 |       52
1227.55/1227.99	c 1190s |      19 |   784685 |   572582 |    54830     23 |       52 |       52
1229.65/1230.05	c 1192s |      19 |   785967 |   573482 |    54830     23 |       52 |       52
1231.66/1232.08	c 1194s |      19 |   787256 |   574482 |    54830     23 |       52 |       52
1233.86/1234.24	c 1196s |      19 |   788536 |   575482 |    54830     23 |       52 |       52
1235.85/1236.29	c 1198s |      19 |   789793 |   576282 |    54830     23 |       52 |       52
1237.95/1238.35	c 1200s |      19 |   790862 |   577082 |    54830     23 |       52 |       52
1240.36/1240.73	c 1202s |      19 |   791342 |   577482 |    54830     24 |       52 |       52
1242.35/1242.76	c 1204s |      19 |   792461 |   578382 |    54830     24 |       52 |       52
1244.45/1244.85	c 1207s |      19 |   793213 |   578982 |    54830     24 |       52 |       52
1246.65/1247.05	c 1209s |      19 |   794829 |   580082 |    54830     24 |       52 |       52
1250.46/1250.85	c 1213s |      19 |   795962 |   581082 |    54830     24 |       52 |       52
1252.56/1252.91	c 1215s |      19 |   797267 |   582182 |    54830     24 |       52 |       52
1254.55/1254.97	c 1217s |      19 |   798616 |   583182 |    54830     24 |       52 |       52
1256.65/1257.09	c 1219s |      19 |   800307 |   584382 |    54830     24 |       52 |       52
1258.75/1259.20	c 1221s |      19 |   801944 |   585682 |    54830     24 |       52 |       52
1260.85/1261.21	c 1223s |      19 |   803534 |   586982 |    54830     24 |       52 |       52
1262.85/1263.22	c 1225s |      19 |   805297 |   588282 |    54830     24 |       52 |       52
1264.85/1265.23	c 1227s |      19 |   806831 |   589482 |    54830     24 |       52 |       52
1267.55/1267.96	c 1230s |      19 |   812534 |   590482 |    54830     24 |       52 |       52
1269.75/1270.18	c 1232s |      19 |   814057 |   591382 |    54830     24 |       52 |       52
1271.85/1272.27	c 1234s |      19 |   815884 |   592682 |    54830     24 |       52 |       52
1273.94/1274.39	c 1236s |      19 |   817375 |   593682 |    54830     24 |       52 |       52
1276.04/1276.49	c 1238s |      19 |   818952 |   594882 |    54830     24 |       52 |       52
1278.24/1278.62	c 1240s |      19 |   820033 |   595782 |    54830     24 |       52 |       52
1280.34/1280.71	c 1242s |      19 |   820928 |   596582 |    54830     24 |       52 |       52
1282.44/1282.85	c 1245s |      19 |   822093 |   597382 |    54830     24 |       52 |       52
1284.64/1285.04	c 1247s |      19 |   823068 |   598182 |    54830     24 |       52 |       52
1286.75/1287.16	c 1249s |      19 |   824335 |   599082 |    54830     24 |       52 |       52
1288.85/1289.21	c 1251s |      19 |   825281 |   599982 |    54830     24 |       52 |       52
1290.94/1291.34	c 1253s |      19 |   826862 |   601182 |    54830     24 |       52 |       52
1292.94/1293.35	c 1255s |      19 |   828372 |   602282 |    54830     24 |       52 |       52
1295.04/1295.49	c 1257s |      19 |   829794 |   603382 |    54830     24 |       52 |       52
1297.14/1297.52	c 1259s |      19 |   830811 |   604282 |    54830     24 |       52 |       52
1300.65/1301.03	c 1263s |      19 |   831589 |   604982 |    54830     25 |       52 |       52
1302.85/1303.20	c 1265s |      19 |   832516 |   605782 |    54830     25 |       52 |       52
1304.85/1305.28	c 1267s |      19 |   833834 |   606882 |    54830     25 |       52 |       52
1306.95/1307.35	c 1269s |      19 |   835458 |   608182 |    54830     25 |       52 |       52
1308.95/1309.38	c 1271s |      19 |   836973 |   609382 |    54830     25 |       52 |       52
1311.15/1311.50	c 1273s |      19 |   838446 |   610582 |    54830     25 |       52 |       52
1313.15/1313.56	c 1275s |      19 |   840401 |   612082 |    54830     25 |       52 |       52
1315.25/1315.65	c 1277s |      19 |   842297 |   613682 |    54830     25 |       52 |       52
1317.45/1317.82	c 1279s |      19 |   843758 |   614782 |    54830     25 |       52 |       52
1319.54/1319.96	c 1282s |      19 |   845206 |   615982 |    54830     25 |       52 |       52
1321.54/1321.97	c 1284s |      19 |   846526 |   617082 |    54830     25 |       52 |       52
1323.64/1324.02	c 1286s |      19 |   847897 |   618182 |    54830     25 |       52 |       52
1325.74/1326.13	c 1288s |      19 |   849533 |   619482 |    54830     25 |       52 |       52
1327.84/1328.28	c 1290s |      19 |   850896 |   620582 |    54830     25 |       52 |       52
1329.94/1330.39	c 1292s |      19 |   852084 |   621582 |    54830     25 |       52 |       52
1332.04/1332.42	c 1294s |      19 |   853106 |   622482 |    54830     25 |       52 |       52
1334.14/1334.58	c 1296s |      19 |   854621 |   623682 |    54830     25 |       52 |       52
1336.25/1336.64	c 1298s |      19 |   855758 |   624682 |    54830     25 |       52 |       52
1338.24/1338.66	c 1300s |      19 |   856883 |   625582 |    54830     25 |       52 |       52
1340.44/1340.82	c 1302s |      19 |   858719 |   626582 |    54830     25 |       52 |       52
1342.44/1342.89	c 1305s |      19 |   860373 |   627782 |    54830     25 |       52 |       52
1344.54/1344.95	c 1307s |      19 |   861575 |   628782 |    54830     25 |       52 |       52
1346.64/1347.07	c 1309s |      19 |   862595 |   629682 |    54830     25 |       52 |       52
1348.74/1349.12	c 1311s |      19 |   863561 |   630582 |    54830     25 |       52 |       52
1350.94/1351.33	c 1313s |      19 |   864554 |   631482 |    54830     25 |       52 |       52
1352.94/1353.37	c 1315s |      19 |   865913 |   632382 |    54830     25 |       52 |       52
1354.95/1355.40	c 1317s |      19 |   866988 |   633082 |    54830     26 |       52 |       52
1357.24/1357.63	c 1319s |      19 |   868255 |   633982 |    54830     26 |       52 |       52
1359.44/1359.86	c 1322s |      19 |   869321 |   634782 |    54830     26 |       52 |       52
1361.55/1361.98	c 1324s |      19 |   870422 |   635682 |    54830     26 |       52 |       52
1363.64/1364.10	c 1326s |      19 |   871735 |   636682 |    54830     26 |       52 |       52
1365.74/1366.17	c 1328s |      19 |   872809 |   637582 |    54830     26 |       52 |       52
1367.94/1368.32	c 1330s |      19 |   873997 |   638482 |    54830     26 |       52 |       52
1370.04/1370.41	c 1332s |      19 |   874934 |   639282 |    54830     26 |       52 |       52
1372.24/1372.67	c 1334s |      19 |   876016 |   640182 |    54830     26 |       52 |       52
1374.44/1374.87	c 1337s |      19 |   877253 |   641082 |    54830     26 |       52 |       52
1376.64/1377.01	c 1339s |      19 |   878522 |   641982 |    54830     26 |       52 |       52
1378.64/1379.06	c 1341s |      19 |   879599 |   642882 |    54830     26 |       52 |       52
1380.94/1381.32	c 1343s |      19 |   880731 |   643782 |    54830     26 |       52 |       52
1382.93/1383.33	c 1345s |      19 |   881762 |   644582 |    54830     26 |       52 |       52
1385.13/1385.57	c 1347s |      19 |   882695 |   645382 |    54830     26 |       52 |       52
1387.33/1387.78	c 1349s |      19 |   883786 |   646282 |    54830     26 |       52 |       52
1389.53/1389.94	c 1352s |      19 |   884858 |   647182 |    54830     26 |       52 |       52
1391.73/1392.11	c 1354s |      19 |   886053 |   648082 |    54830     26 |       52 |       52
1393.83/1394.27	c 1356s |      19 |   887172 |   648882 |    54830     26 |       52 |       52
1396.03/1396.44	c 1358s |      19 |   888315 |   649782 |    54830     26 |       52 |       52
1398.13/1398.59	c 1360s |      19 |   889396 |   650682 |    54830     26 |       52 |       52
1400.43/1400.83	c 1362s |      19 |   890523 |   651582 |    54830     26 |       52 |       52
1402.43/1402.87	c 1365s |      19 |   891485 |   652382 |    54830     26 |       52 |       52
1404.63/1405.00	c 1367s |      19 |   892428 |   653182 |    54830     26 |       52 |       52
1406.64/1407.03	c 1369s |      19 |   893564 |   654082 |    54830     26 |       52 |       52
1408.84/1409.24	c 1371s |      19 |   894611 |   654882 |    54830     26 |       52 |       52
1411.04/1411.42	c 1373s |      19 |   895792 |   655782 |    54830     26 |       52 |       52
1413.24/1413.68	c 1375s |      19 |   896941 |   656582 |    54830     26 |       52 |       52
1415.44/1415.81	c 1377s |      19 |   897781 |   657282 |    54830     26 |       52 |       52
1417.54/1418.00	c 1380s |      19 |   898660 |   657982 |    54830     26 |       52 |       52
1419.63/1420.04	c 1382s |      19 |   899664 |   658682 |    54830     26 |       52 |       52
1421.73/1422.17	c 1384s |      19 |   900657 |   659382 |    54830     26 |       52 |       52
1424.03/1424.40	c 1386s |      19 |   901575 |   660182 |    54830     26 |       52 |       52
1426.62/1427.05	c 1389s |      19 |   901908 |   660482 |    54830     27 |       52 |       52
1428.72/1429.16	c 1391s |      19 |   903093 |   661382 |    54830     27 |       52 |       52
1430.92/1431.38	c 1393s |      19 |   904085 |   662182 |    60314     27 |       52 |       52
1433.12/1433.51	c 1395s |      19 |   905278 |   663182 |    60314     27 |       52 |       52
1435.13/1435.60	c 1397s |      19 |   906550 |   664182 |    60314     27 |       52 |       52
1437.33/1437.74	c 1399s |      19 |   907496 |   664982 |    60314     27 |       52 |       52
1439.32/1439.76	c 1401s |      19 |   908483 |   665782 |    60314     27 |       52 |       52
1441.52/1441.93	c 1404s |      19 |   909508 |   666682 |    60314     27 |       52 |       52
1441.92/1442.34	c 1404s |      20 |   909678 |   666827 |    60314     27 |       52 |       52
1444.02/1444.48	c 1406s |      20 |   925519 |   667327 |    60314     27 |       53 |       53
1446.12/1446.55	c 1408s |      20 |   929894 |   669327 |    60314     27 |       54 |       54
1448.12/1448.55	c 1410s |      20 |   931540 |   670727 |    60314     27 |       54 |       54
1450.22/1450.67	c 1412s |      20 |   933155 |   672327 |    60314     27 |       54 |       54
1452.32/1452.79	c 1414s |      20 |   934660 |   673827 |    60314     27 |       54 |       54
1454.52/1454.93	c 1417s |      20 |   936087 |   675227 |    60314     27 |       54 |       54
1456.62/1457.03	c 1419s |      20 |   937625 |   676727 |    60314     27 |       54 |       54
1458.72/1459.13	c 1421s |      20 |   939027 |   678127 |    60314     27 |       54 |       54
1460.82/1461.26	c 1423s |      20 |   940565 |   679627 |    60314     27 |       54 |       54
1462.91/1463.33	c 1425s |      20 |   942088 |   681127 |    60314     27 |       54 |       54
1464.92/1465.37	c 1427s |      20 |   943502 |   682527 |    60314     27 |       54 |       54
1466.91/1467.40	c 1429s |      20 |   944830 |   683727 |    60314     27 |       54 |       54
1469.01/1469.46	c 1431s |      20 |   945810 |   684727 |    60314     27 |       54 |       54
1471.12/1471.54	c 1433s |      20 |   947147 |   686027 |    60314     27 |       54 |       54
1473.22/1473.61	c 1435s |      20 |   948452 |   687327 |    60314     27 |       54 |       54
1475.32/1475.70	c 1437s |      20 |   949972 |   688827 |    60314     27 |       54 |       54
1477.42/1477.83	c 1440s |      20 |   951273 |   690127 |    60314     27 |       54 |       54
1479.42/1479.87	c 1442s |      20 |   952711 |   691527 |    60314     27 |       54 |       54
1481.52/1481.94	c 1444s |      20 |   953909 |   692727 |    60314     27 |       54 |       54
1483.53/1484.00	c 1446s |      20 |   955018 |   693827 |    60314     28 |       54 |       54
1485.62/1486.08	c 1448s |      20 |   956428 |   695227 |    60314     28 |       54 |       54
1487.82/1488.22	c 1450s |      20 |   957761 |   696527 |    60314     28 |       54 |       54
1489.82/1490.28	c 1452s |      20 |   958885 |   697627 |    60314     28 |       54 |       54
1491.92/1492.39	c 1454s |      20 |   960007 |   698727 |    60314     28 |       54 |       54
1494.12/1494.50	c 1456s |      20 |   961034 |   699727 |    60314     28 |       54 |       54
1496.12/1496.51	c 1458s |      20 |   962350 |   701027 |    60314     28 |       54 |       54
1498.12/1498.58	c 1460s |      20 |   963538 |   702227 |    60314     28 |       54 |       54
1500.41/1500.82	c 1462s |      20 |   964647 |   703327 |    60314     28 |       54 |       54
1502.41/1502.85	c 1465s |      20 |   965757 |   704427 |    60314     28 |       54 |       54
1504.61/1505.00	c 1467s |      20 |   967072 |   705727 |    60314     28 |       54 |       54
1506.72/1507.13	c 1469s |      20 |   968299 |   706927 |    60314     28 |       54 |       54
1508.82/1509.24	c 1471s |      20 |   969090 |   707727 |    60314     28 |       54 |       54
1510.91/1511.30	c 1473s |      20 |   969931 |   708527 |    60314     28 |       54 |       54
1513.01/1513.44	c 1475s |      20 |   971051 |   709627 |    60314     28 |       54 |       54
1515.11/1515.57	c 1477s |      20 |   972250 |   710827 |    60314     28 |       54 |       54
1517.21/1517.66	c 1479s |      20 |   973467 |   712027 |    60314     28 |       54 |       54
1519.41/1519.80	c 1481s |      20 |   974879 |   713427 |    60314     28 |       54 |       54
1521.61/1522.00	c 1484s |      20 |   976093 |   714627 |    60314     28 |       54 |       54
1523.61/1524.08	c 1486s |      20 |   977191 |   715727 |    60314     28 |       54 |       54
1525.61/1526.09	c 1488s |      20 |   978315 |   716827 |    60314     28 |       54 |       54
1527.71/1528.14	c 1490s |      20 |   979420 |   717927 |    60314     28 |       54 |       54
1529.82/1530.27	c 1492s |      20 |   980542 |   719027 |    60314     28 |       54 |       54
1531.92/1532.36	c 1494s |      20 |   981537 |   720027 |    60314     28 |       54 |       54
1534.01/1534.44	c 1496s |      20 |   982875 |   721327 |    60314     28 |       54 |       54
1536.01/1536.44	c 1498s |      20 |   983979 |   722427 |    60314     28 |       54 |       54
1538.71/1539.10	c 1501s |      20 |   985288 |   723727 |    60314     29 |       54 |       54
1540.81/1541.21	c 1503s |      20 |   986391 |   724827 |    60314     29 |       54 |       54
1542.81/1543.30	c 1505s |      20 |   987611 |   726027 |    60314     29 |       54 |       54
1544.91/1545.32	c 1507s |      20 |   988819 |   727227 |    60314     29 |       54 |       54
1547.01/1547.41	c 1509s |      20 |   990228 |   728627 |    60314     29 |       54 |       54
1549.21/1549.66	c 1511s |      20 |   991436 |   729827 |    60314     29 |       54 |       54
1551.41/1551.80	c 1513s |      20 |   992641 |   731027 |    60314     29 |       54 |       54
1553.61/1554.09	c 1516s |      20 |   993659 |   732027 |    60314     29 |       54 |       54
1559.10/1559.58	c 1521s |      20 |   994171 |   732527 |    60314     29 |       54 |       54
1561.30/1561.71	c 1523s |      20 |   994766 |   733127 |    60314     29 |       54 |       54
1564.80/1565.28	c 1527s |      20 |   995176 |   733527 |    60314     29 |       54 |       54
1567.11/1567.54	c 1529s |      20 |   996291 |   734627 |    60314     29 |       54 |       54
1569.20/1569.65	c 1531s |      20 |   997509 |   735827 |    60314     29 |       54 |       54
1571.30/1571.77	c 1533s |      20 |   998834 |   737127 |    60314     29 |       54 |       54
1573.40/1573.81	c 1535s |      20 |   999736 |   738027 |    60314     29 |       54 |       54
1575.40/1575.86	c 1538s |      20 |  1000630 |   738927 |    60314     29 |       54 |       54
1577.40/1577.87	c 1540s |      20 |  1001663 |   739927 |    60314     29 |       54 |       54
1582.51/1582.96	c 1545s |      20 |  1002392 |   740627 |    60314     29 |       54 |       54
1584.60/1585.02	c 1547s |      20 |  1003381 |   741627 |    60314     29 |       54 |       54
1586.70/1587.11	c 1549s |      20 |  1004388 |   742627 |    60314     29 |       54 |       54
1588.70/1589.12	c 1551s |      20 |  1005387 |   743627 |    60314     29 |       54 |       54
1590.80/1591.23	c 1553s |      20 |  1006387 |   744627 |    60314     29 |       54 |       54
1592.90/1593.31	c 1555s |      20 |  1007293 |   745527 |    60314     29 |       54 |       54
1595.00/1595.47	c 1557s |      20 |  1008200 |   746427 |    60314     29 |       54 |       54
1597.20/1597.67	c 1559s |      20 |  1009219 |   747427 |    60314     29 |       54 |       54
1599.60/1600.00	c 1562s |      20 |  1010206 |   748427 |    60314     29 |       54 |       54
1601.60/1602.03	c 1564s |      20 |  1011119 |   749327 |    60314     29 |       54 |       54
1603.70/1604.13	c 1566s |      20 |  1012123 |   750327 |    60314     29 |       54 |       54
1605.80/1606.29	c 1568s |      20 |  1013145 |   751327 |    60314     29 |       54 |       54
1607.90/1608.34	c 1570s |      20 |  1014249 |   752427 |    60314     29 |       54 |       54
1609.90/1610.37	c 1572s |      20 |  1015356 |   753527 |    60314     29 |       54 |       54
1612.00/1612.42	c 1574s |      20 |  1016155 |   754327 |    60314     30 |       54 |       54
1614.10/1614.50	c 1576s |      20 |  1017368 |   755527 |    60314     30 |       54 |       54
1616.20/1616.62	c 1578s |      20 |  1018567 |   756727 |    60314     30 |       54 |       54
1618.30/1618.76	c 1580s |      20 |  1019672 |   757827 |    60314     30 |       54 |       54
1620.30/1620.79	c 1582s |      20 |  1020670 |   758827 |    60314     30 |       54 |       54
1644.90/1645.35	c 1607s |      20 |  1020785 |   758927 |    60314     30 |       54 |       54
1646.89/1647.35	c 1609s |      20 |  1021387 |   759527 |    60314     30 |       54 |       54
1649.09/1649.55	c 1611s |      20 |  1022482 |   760627 |    60314     30 |       54 |       54
1651.39/1651.83	c 1613s |      20 |  1023395 |   761527 |    60314     30 |       54 |       54
1653.49/1653.92	c 1616s |      20 |  1024196 |   762327 |    60314     30 |       54 |       54
1655.69/1656.11	c 1618s |      20 |  1025312 |   763427 |    60314     30 |       54 |       54
1657.79/1658.29	c 1620s |      20 |  1026605 |   764727 |    60314     30 |       54 |       54
1659.89/1660.38	c 1622s |      20 |  1027825 |   765927 |    60314     30 |       54 |       54
1661.99/1662.45	c 1624s |      20 |  1028664 |   766727 |    60314     30 |       54 |       54
1664.00/1664.46	c 1626s |      20 |  1029137 |   767227 |    60314     30 |       54 |       54
1666.20/1666.61	c 1628s |      20 |  1030027 |   768027 |    60314     30 |       54 |       54
1668.19/1668.68	c 1630s |      20 |  1031340 |   769327 |    60314     30 |       54 |       54
1670.29/1670.70	c 1632s |      20 |  1032565 |   770527 |    60314     30 |       54 |       54
1672.29/1672.76	c 1634s |      20 |  1033975 |   771927 |    60314     30 |       54 |       54
1674.49/1674.93	c 1637s |      20 |  1035416 |   773327 |    60314     30 |       54 |       54
1676.59/1677.08	c 1639s |      20 |  1036785 |   774427 |    60314     30 |       54 |       54
1678.89/1679.31	c 1641s |      20 |  1038089 |   775427 |    60314     30 |       54 |       54
1680.89/1681.33	c 1643s |      20 |  1039216 |   776327 |    60314     30 |       54 |       54
1682.99/1683.47	c 1645s |      20 |  1040156 |   777227 |    60314     30 |       54 |       54
1685.19/1685.69	c 1647s |      20 |  1040952 |   778027 |    60314     30 |       54 |       54
1687.39/1687.88	c 1650s |      20 |  1041955 |   779027 |    60314     30 |       54 |       54
1689.49/1689.96	c 1652s |      20 |  1042559 |   779627 |    60314     30 |       54 |       54
1691.49/1691.98	c 1654s |      20 |  1043375 |   780427 |    60314     30 |       54 |       54
1693.59/1694.10	c 1656s |      20 |  1044406 |   781427 |    60314     30 |       54 |       54
1695.79/1696.21	c 1658s |      20 |  1045250 |   782227 |    60314     30 |       54 |       54
1697.88/1698.34	c 1660s |      20 |  1045863 |   782827 |    60314     30 |       54 |       54
1699.98/1700.47	c 1662s |      20 |  1046776 |   783727 |    60314     30 |       54 |       54
1702.18/1702.67	c 1664s |      20 |  1047355 |   784327 |    60314     30 |       54 |       54
1704.38/1704.87	c 1667s |      20 |  1047861 |   784827 |    60314     31 |       54 |       54
1706.58/1707.04	c 1669s |      20 |  1048669 |   785627 |    60314     31 |       54 |       54
1708.68/1709.17	c 1671s |      20 |  1049172 |   786127 |    60314     31 |       54 |       54
1710.98/1711.40	c 1673s |      20 |  1049870 |   786827 |    60314     31 |       54 |       54
1712.98/1713.47	c 1675s |      20 |  1050672 |   787627 |    60314     31 |       54 |       54
1715.08/1715.54	c 1677s |      20 |  1051275 |   788227 |    60314     31 |       54 |       54
1717.18/1717.69	c 1679s |      20 |  1051699 |   788627 |    60314     31 |       54 |       54
1719.48/1719.99	c 1682s |      20 |  1052301 |   789227 |    60314     31 |       54 |       54
1731.57/1732.05	c 1694s |      20 |  1052824 |   789727 |    60314     31 |       54 |       54
1733.97/1734.42	c 1696s |      20 |  1053505 |   790427 |    60314     31 |       54 |       54
1736.17/1736.69	c 1698s |      20 |  1053998 |   790927 |    60314     31 |       54 |       54
1738.68/1739.11	c 1701s |      20 |  1054800 |   791727 |    60314     31 |       54 |       54
1740.67/1741.13	c 1703s |      20 |  1055803 |   792727 |    60314     31 |       54 |       54
1742.87/1743.34	c 1705s |      20 |  1056826 |   793727 |    60314     31 |       54 |       54
1744.97/1745.41	c 1707s |      20 |  1057825 |   794727 |    60314     31 |       54 |       54
1747.37/1747.82	c 1709s |      20 |  1058538 |   795427 |    60314     31 |       54 |       54
1749.37/1749.87	c 1712s |      20 |  1059232 |   796127 |    60314     31 |       54 |       54
1751.47/1751.98	c 1714s |      20 |  1060138 |   797027 |    60314     31 |       54 |       54
1753.57/1754.03	c 1716s |      20 |  1061150 |   798027 |    60314     31 |       54 |       54
1755.77/1756.28	c 1718s |      20 |  1062049 |   798927 |    60314     31 |       54 |       54
1757.87/1758.35	c 1720s |      20 |  1062856 |   799727 |    60314     31 |       54 |       54
1759.97/1760.41	c 1722s |      20 |  1063555 |   800427 |    60314     31 |       54 |       54
1761.97/1762.48	c 1724s |      20 |  1064366 |   801227 |    60314     31 |       54 |       54
1764.08/1764.58	c 1726s |      20 |  1065158 |   802027 |    60314     31 |       54 |       54
1766.28/1766.73	c 1728s |      20 |  1066158 |   803027 |    60314     31 |       54 |       54
1768.48/1768.98	c 1731s |      20 |  1067077 |   803927 |    60314     31 |       54 |       54
1770.67/1771.13	c 1733s |      20 |  1067968 |   804827 |    60314     31 |       54 |       54
1772.67/1773.19	c 1735s |      20 |  1068671 |   805527 |    60314     31 |       54 |       54
1774.87/1775.32	c 1737s |      20 |  1069570 |   806427 |    60314     31 |       54 |       54
1776.87/1777.38	c 1739s |      20 |  1070289 |   807127 |    60314     31 |       54 |       54
1779.07/1779.54	c 1741s |      20 |  1071290 |   808127 |    60314     31 |       54 |       54
1781.37/1781.87	c 1744s |      20 |  1071997 |   808827 |    60314     31 |       54 |       54
1783.47/1783.99	c 1746s |      20 |  1073005 |   809827 |    60314     31 |       54 |       54
1785.77/1786.27	c 1748s |      20 |  1073700 |   810527 |    60314     31 |       54 |       54
1787.87/1788.38	c 1750s |      20 |  1074720 |   811527 |    60314     31 |       54 |       54
1790.06/1790.53	c 1752s |      20 |  1076060 |   812827 |    60314     31 |       54 |       54
1792.16/1792.61	c 1754s |      20 |  1077171 |   813927 |    60314     31 |       54 |       54
1794.77/1795.21	c 1757s |      20 |  1078187 |   814927 |    60314     32 |       54 |       54
1796.87/1797.34	c 1759s |      20 |  1079299 |   816027 |    60314     32 |       54 |       54

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 25573
/proc/meminfo: memFree=30676600/32872528 swapFree=7780/7780
[pid=25573] ppid=25570 vsize=669116 CPUtime=0 cores=1,3,5,7
/proc/25573/stat : 25573 (toysat) R 25570 25573 23276 0 -1 4202496 2484 0 0 0 0 0 0 0 20 0 4 0 23919615 685174784 3357 33554432000 4194304 16246674 140735004542736 140735004542160 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25573/statm: 168047 3367 441 2943 0 164941 0
[pid=25573/tid=25574] ppid=25570 vsize=686524 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25574/stat : 25574 (toysat) S 25570 25573 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23919615 703000576 3427 33554432000 4194304 16246674 140735004542736 140365065596144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25573/tid=25575] ppid=25570 vsize=691644 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25575/stat : 25575 (toysat) S 25570 25573 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23919615 708243456 3445 33554432000 4194304 16246674 140735004542736 140365055106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25573/tid=25576] ppid=25570 vsize=695740 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25576/stat : 25576 (toysat) S 25570 25573 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23919615 712437760 3463 33554432000 4194304 16246674 140735004542736 140364967046320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100176 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 25573
/proc/meminfo: memFree=30676600/32872528 swapFree=7780/7780
[pid=25573] ppid=25570 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/25573/stat : 25573 (toysat) R 25570 25573 23276 0 -1 4202496 29465 0 0 0 4 5 0 0 20 0 4 0 23919615 1333334016 30276 33554432000 4194304 16246674 140735004542736 140735004524608 8058197 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25573/statm: 325521 30291 801 2943 0 322415 0
[pid=25573/tid=25574] ppid=25570 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25574/stat : 25574 (toysat) S 25570 25573 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23919615 1333334016 30303 33554432000 4194304 16246674 140735004542736 140365065596144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25573/tid=25575] ppid=25570 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25575/stat : 25575 (toysat) S 25570 25573 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23919615 1333334016 30314 33554432000 4194304 16246674 140735004542736 140365055106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25573/tid=25576] ppid=25570 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25576/stat : 25576 (toysat) S 25570 25573 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23919615 1333334016 30326 33554432000 4194304 16246674 140735004542736 140364967046320 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.200539 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 25573
/proc/meminfo: memFree=30676600/32872528 swapFree=7780/7780
[pid=25573] ppid=25570 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/25573/stat : 25573 (toysat) R 25570 25573 23276 0 -1 4202496 45231 0 0 0 11 8 0 0 20 0 4 0 23919615 1344868352 46552 33554432000 4194304 16246674 140735004542736 140735004524608 14073329 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25573/statm: 328337 46552 801 2943 0 325231 0
[pid=25573/tid=25574] ppid=25570 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25574/stat : 25574 (toysat) S 25570 25573 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23919615 1344868352 46552 33554432000 4194304 16246674 140735004542736 140365065596144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25573/tid=25575] ppid=25570 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25575/stat : 25575 (toysat) S 25570 25573 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23919615 1344868352 46552 33554432000 4194304 16246674 140735004542736 140365055106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25573/tid=25576] ppid=25570 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25576/stat : 25576 (toysat) S 25570 25573 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23919615 1344868352 46552 33554432000 4194304 16246674 140735004542736 140364967046320 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.300509 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 25573
/proc/meminfo: memFree=30676600/32872528 swapFree=7780/7780
[pid=25573] ppid=25570 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/25573/stat : 25573 (toysat) R 25570 25573 23276 0 -1 4202496 54522 0 0 0 20 9 0 0 20 0 4 0 23919615 1344868352 55843 33554432000 4194304 16246674 140735004542736 140735004524608 4220994 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25573/statm: 328337 55843 801 2943 0 325231 0
[pid=25573/tid=25574] ppid=25570 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25574/stat : 25574 (toysat) S 25570 25573 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23919615 1344868352 55843 33554432000 4194304 16246674 140735004542736 140365065596144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25573/tid=25575] ppid=25570 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25575/stat : 25575 (toysat) S 25570 25573 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23919615 1344868352 55843 33554432000 4194304 16246674 140735004542736 140365055106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25573/tid=25576] ppid=25570 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25576/stat : 25576 (toysat) S 25570 25573 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23919615 1344868352 55843 33554432000 4194304 16246674 140735004542736 140364967046320 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) 1313348

[startup+0.700415 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 25573
/proc/meminfo: memFree=30676600/32872528 swapFree=7780/7780
[pid=25573] ppid=25570 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/25573/stat : 25573 (toysat) R 25570 25573 23276 0 -1 4202496 118771 0 0 0 52 17 0 0 20 0 4 0 23919615 1344868352 120092 33554432000 4194304 16246674 140735004542736 140735004524608 12655109 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25573/statm: 328337 120108 832 2943 0 325231 0
[pid=25573/tid=25574] ppid=25570 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25574/stat : 25574 (toysat) S 25570 25573 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23919615 1344868352 120117 33554432000 4194304 16246674 140735004542736 140365065596144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25573/tid=25575] ppid=25570 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25575/stat : 25575 (toysat) S 25570 25573 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23919615 1344868352 120126 33554432000 4194304 16246674 140735004542736 140365055106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25573/tid=25576] ppid=25570 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25576/stat : 25576 (toysat) S 25570 25573 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23919615 1344868352 120135 33554432000 4194304 16246674 140735004542736 140364967046320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50042 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 25577
/proc/meminfo: memFree=29813452/32872528 swapFree=7780/7780
[pid=25573] ppid=25570 vsize=1323588 CPUtime=1.49 cores=1,3,5,7
/proc/25573/stat : 25573 (toysat) R 25570 25573 23276 0 -1 4202496 271434 0 0 0 112 37 0 0 20 0 4 0 23919615 1355354112 272755 33554432000 4194304 16246674 140735004542736 140735004524608 12449431 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25573/statm: 330897 272755 833 2943 0 327791 0
[pid=25573/tid=25574] ppid=25570 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25574/stat : 25574 (toysat) S 25570 25573 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23919615 1355354112 272755 33554432000 4194304 16246674 140735004542736 140365065596144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25573/tid=25575] ppid=25570 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25575/stat : 25575 (toysat) S 25570 25573 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23919615 1355354112 272755 33554432000 4194304 16246674 140735004542736 140365055106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25573/tid=25576] ppid=25570 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25576/stat : 25576 (toysat) S 25570 25573 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23919615 1355354112 272755 33554432000 4194304 16246674 140735004542736 140364967046320 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) 1323588

[startup+3.10043 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 25577
/proc/meminfo: memFree=29586268/32872528 swapFree=7780/7780
[pid=25573] ppid=25570 vsize=1323588 CPUtime=3.09 cores=1,3,5,7
/proc/25573/stat : 25573 (toysat) R 25570 25573 23276 0 -1 4202496 271509 0 0 0 272 37 0 0 20 0 4 0 23919615 1355354112 272830 33554432000 4194304 16246674 140735004542736 140735004542048 12449269 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25573/statm: 330897 272830 833 2943 0 327791 0
[pid=25573/tid=25574] ppid=25570 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25574/stat : 25574 (toysat) S 25570 25573 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23919615 1355354112 272830 33554432000 4194304 16246674 140735004542736 140365065596144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25573/tid=25575] ppid=25570 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25575/stat : 25575 (toysat) S 25570 25573 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23919615 1355354112 272830 33554432000 4194304 16246674 140735004542736 140365055106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25573/tid=25576] ppid=25570 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25576/stat : 25576 (toysat) S 25570 25573 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23919615 1355354112 272830 33554432000 4194304 16246674 140735004542736 140364967046320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1323588

[startup+6.30043 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 25577
/proc/meminfo: memFree=29586024/32872528 swapFree=7780/7780
[pid=25573] ppid=25570 vsize=1323588 CPUtime=6.29 cores=1,3,5,7
/proc/25573/stat : 25573 (toysat) R 25570 25573 23276 0 -1 4202496 271509 0 0 0 592 37 0 0 20 0 4 0 23919615 1355354112 272830 33554432000 4194304 16246674 140735004542736 140735004524608 13943664 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25573/statm: 330897 272830 833 2943 0 327791 0
[pid=25573/tid=25574] ppid=25570 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25574/stat : 25574 (toysat) S 25570 25573 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23919615 1355354112 272830 33554432000 4194304 16246674 140735004542736 140365065596144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25573/tid=25575] ppid=25570 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25575/stat : 25575 (toysat) S 25570 25573 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23919615 1355354112 272830 33554432000 4194304 16246674 140735004542736 140365055106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25573/tid=25576] ppid=25570 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25576/stat : 25576 (toysat) S 25570 25573 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23919615 1355354112 272830 33554432000 4194304 16246674 140735004542736 140364967046320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1323588

[startup+12.7004 s]
/proc/loadavg: 2.09 2.04 2.01 3/183 25577
/proc/meminfo: memFree=29585684/32872528 swapFree=7780/7780
[pid=25573] ppid=25570 vsize=1323588 CPUtime=12.69 cores=1,3,5,7
/proc/25573/stat : 25573 (toysat) R 25570 25573 23276 0 -1 4202496 271509 0 0 0 1232 37 0 0 20 0 4 0 23919615 1355354112 272830 33554432000 4194304 16246674 140735004542736 140735004524608 12371350 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25573/statm: 330897 272830 833 2943 0 327791 0
[pid=25573/tid=25574] ppid=25570 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25574/stat : 25574 (toysat) S 25570 25573 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23919615 1355354112 272830 33554432000 4194304 16246674 140735004542736 140365065596144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25573/tid=25575] ppid=25570 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25575/stat : 25575 (toysat) S 25570 25573 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23919615 1355354112 272830 33554432000 4194304 16246674 140735004542736 140365055106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25573/tid=25576] ppid=25570 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25576/stat : 25576 (toysat) S 25570 25573 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23919615 1355354112 272830 33554432000 4194304 16246674 140735004542736 140364967046320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1323588

[startup+25.5005 s]
/proc/loadavg: 2.07 2.04 2.00 3/183 25577
/proc/meminfo: memFree=29583956/32872528 swapFree=7780/7780
[pid=25573] ppid=25570 vsize=1325636 CPUtime=25.49 cores=1,3,5,7
/proc/25573/stat : 25573 (toysat) R 25570 25573 23276 0 -1 4202496 272021 0 0 0 2512 37 0 0 20 0 4 0 23919615 1357451264 273342 33554432000 4194304 16246674 140735004542736 140735004524608 12449300 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25573/statm: 331409 273342 833 2943 0 328303 0
[pid=25573/tid=25574] ppid=25570 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25574/stat : 25574 (toysat) S 25570 25573 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23919615 1357451264 273342 33554432000 4194304 16246674 140735004542736 140365065596144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25573/tid=25575] ppid=25570 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25575/stat : 25575 (toysat) S 25570 25573 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23919615 1357451264 273342 33554432000 4194304 16246674 140735004542736 140365055106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25573/tid=25576] ppid=25570 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25576/stat : 25576 (toysat) S 25570 25573 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23919615 1357451264 273342 33554432000 4194304 16246674 140735004542736 140364967046320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1325636

[startup+51.1005 s]
/proc/loadavg: 2.11 2.05 2.01 3/183 25626
/proc/meminfo: memFree=29604772/32872528 swapFree=7780/7780
[pid=25573] ppid=25570 vsize=1325636 CPUtime=51.08 cores=1,3,5,7
/proc/25573/stat : 25573 (toysat) R 25570 25573 23276 0 -1 4202496 272088 0 0 0 5071 37 0 0 20 0 4 0 23919615 1357451264 273409 33554432000 4194304 16246674 140735004542736 140735004524608 6020843 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25573/statm: 331409 273409 893 2943 0 328303 0
[pid=25573/tid=25574] ppid=25570 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25574/stat : 25574 (toysat) S 25570 25573 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23919615 1357451264 273409 33554432000 4194304 16246674 140735004542736 140365065596144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25573/tid=25575] ppid=25570 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25575/stat : 25575 (toysat) S 25570 25573 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23919615 1357451264 273409 33554432000 4194304 16246674 140735004542736 140365055106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25573/tid=25576] ppid=25570 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25576/stat : 25576 (toysat) S 25570 25573 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23919615 1357451264 273409 33554432000 4194304 16246674 140735004542736 140364967046320 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) 1325636

[startup+102.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/184 25630
/proc/meminfo: memFree=29604976/32872528 swapFree=7780/7780
[pid=25573] ppid=25570 vsize=1325636 CPUtime=102.27 cores=1,3,5,7
/proc/25573/stat : 25573 (toysat) R 25570 25573 23276 0 -1 4202496 272101 0 0 0 10190 37 0 0 20 0 4 0 23919615 1357451264 273419 33554432000 4194304 16246674 140735004542736 140735004524608 13950192 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25573/statm: 331409 273419 900 2943 0 328303 0
[pid=25573/tid=25574] ppid=25570 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25574/stat : 25574 (toysat) S 25570 25573 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23919615 1357451264 273419 33554432000 4194304 16246674 140735004542736 140365065596144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25573/tid=25575] ppid=25570 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25575/stat : 25575 (toysat) S 25570 25573 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23919615 1357451264 273419 33554432000 4194304 16246674 140735004542736 140365055106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25573/tid=25576] ppid=25570 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25576/stat : 25576 (toysat) S 25570 25573 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23919615 1357451264 273419 33554432000 4194304 16246674 140735004542736 140364967046320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1325636


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

/proc/25573/task/25576/stat : 25576 (toysat) S 25570 25573 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23919615 1527320576 314892 33554432000 4194304 16246674 140735004542736 140364967046320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 1491524

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 25684
/proc/meminfo: memFree=29408552/32872528 swapFree=7780/7780
[pid=25573] ppid=25570 vsize=1491524 CPUtime=1361.94 cores=1,3,5,7
/proc/25573/stat : 25573 (toysat) R 25570 25573 23276 0 -1 4202496 313845 0 0 0 136136 58 0 0 20 0 4 0 23919615 1527320576 314892 33554432000 4194304 16246674 140735004542736 140735004524608 5822428 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25573/statm: 372881 314892 901 2943 0 369775 0
[pid=25573/tid=25574] ppid=25570 vsize=1491524 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25574/stat : 25574 (toysat) S 25570 25573 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23919615 1527320576 314892 33554432000 4194304 16246674 140735004542736 140365065596144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25573/tid=25575] ppid=25570 vsize=1491524 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25575/stat : 25575 (toysat) S 25570 25573 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23919615 1527320576 314892 33554432000 4194304 16246674 140735004542736 140365055106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25573/tid=25576] ppid=25570 vsize=1491524 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25576/stat : 25576 (toysat) S 25570 25573 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23919615 1527320576 314892 33554432000 4194304 16246674 140735004542736 140364967046320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 1491524

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 25685
/proc/meminfo: memFree=29408536/32872528 swapFree=7780/7780
[pid=25573] ppid=25570 vsize=1491524 CPUtime=1421.93 cores=1,3,5,7
/proc/25573/stat : 25573 (toysat) R 25570 25573 23276 0 -1 4202496 313845 0 0 0 142135 58 0 0 20 0 4 0 23919615 1527320576 314892 33554432000 4194304 16246674 140735004542736 140735004524608 6837186 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25573/statm: 372881 314892 901 2943 0 369775 0
[pid=25573/tid=25574] ppid=25570 vsize=1491524 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25574/stat : 25574 (toysat) S 25570 25573 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23919615 1527320576 314892 33554432000 4194304 16246674 140735004542736 140365065596144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25573/tid=25575] ppid=25570 vsize=1491524 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25575/stat : 25575 (toysat) S 25570 25573 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23919615 1527320576 314892 33554432000 4194304 16246674 140735004542736 140365055106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25573/tid=25576] ppid=25570 vsize=1491524 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25576/stat : 25576 (toysat) S 25570 25573 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23919615 1527320576 314892 33554432000 4194304 16246674 140735004542736 140364967046320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 1491524

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 25686
/proc/meminfo: memFree=29333312/32872528 swapFree=7780/7780
[pid=25573] ppid=25570 vsize=1566276 CPUtime=1481.92 cores=1,3,5,7
/proc/25573/stat : 25573 (toysat) R 25570 25573 23276 0 -1 4202496 332533 0 0 0 148131 61 0 0 20 0 4 0 23919615 1603866624 333580 33554432000 4194304 16246674 140735004542736 140735004524608 5822428 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25573/statm: 391569 333580 901 2943 0 388463 0
[pid=25573/tid=25574] ppid=25570 vsize=1566276 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25574/stat : 25574 (toysat) S 25570 25573 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23919615 1603866624 333580 33554432000 4194304 16246674 140735004542736 140365065596144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25573/tid=25575] ppid=25570 vsize=1566276 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25575/stat : 25575 (toysat) S 25570 25573 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23919615 1603866624 333580 33554432000 4194304 16246674 140735004542736 140365055106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25573/tid=25576] ppid=25570 vsize=1566276 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25576/stat : 25576 (toysat) S 25570 25573 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23919615 1603866624 333580 33554432000 4194304 16246674 140735004542736 140364967046320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 1566276

[startup+1542.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 25688
/proc/meminfo: memFree=29330908/32872528 swapFree=7780/7780
[pid=25573] ppid=25570 vsize=1569348 CPUtime=1541.91 cores=1,3,5,7
/proc/25573/stat : 25573 (toysat) R 25570 25573 23276 0 -1 4202496 333301 0 0 0 154130 61 0 0 20 0 4 0 23919615 1607012352 334348 33554432000 4194304 16246674 140735004542736 140735004525736 5823682 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25573/statm: 392337 334348 901 2943 0 389231 0
[pid=25573/tid=25574] ppid=25570 vsize=1569348 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25574/stat : 25574 (toysat) S 25570 25573 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23919615 1607012352 334348 33554432000 4194304 16246674 140735004542736 140365065596144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25573/tid=25575] ppid=25570 vsize=1569348 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25575/stat : 25575 (toysat) S 25570 25573 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23919615 1607012352 334348 33554432000 4194304 16246674 140735004542736 140365055106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25573/tid=25576] ppid=25570 vsize=1569348 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25576/stat : 25576 (toysat) S 25570 25573 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23919615 1607012352 334348 33554432000 4194304 16246674 140735004542736 140364967046320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 1569348

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 25689
/proc/meminfo: memFree=29094440/32872528 swapFree=7780/7780
[pid=25573] ppid=25570 vsize=1805892 CPUtime=1601.9 cores=1,3,5,7
/proc/25573/stat : 25573 (toysat) R 25570 25573 23276 0 -1 4202496 392437 0 0 0 160120 70 0 0 20 0 4 0 23919615 1849233408 393484 33554432000 4194304 16246674 140735004542736 140735004524608 5659576 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25573/statm: 451473 393484 901 2943 0 448367 0
[pid=25573/tid=25574] ppid=25570 vsize=1805892 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25574/stat : 25574 (toysat) S 25570 25573 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23919615 1849233408 393484 33554432000 4194304 16246674 140735004542736 140365065596144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25573/tid=25575] ppid=25570 vsize=1805892 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25575/stat : 25575 (toysat) S 25570 25573 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23919615 1849233408 393484 33554432000 4194304 16246674 140735004542736 140365055106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25573/tid=25576] ppid=25570 vsize=1805892 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25576/stat : 25576 (toysat) S 25570 25573 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23919615 1849233408 393484 33554432000 4194304 16246674 140735004542736 140364967046320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 1805892

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25690
/proc/meminfo: memFree=29094188/32872528 swapFree=7780/7780
[pid=25573] ppid=25570 vsize=1805892 CPUtime=1661.89 cores=1,3,5,7
/proc/25573/stat : 25573 (toysat) R 25570 25573 23276 0 -1 4202496 392437 0 0 0 166116 73 0 0 20 0 4 0 23919615 1849233408 393484 33554432000 4194304 16246674 140735004542736 140735004524608 5600048 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25573/statm: 451473 393484 901 2943 0 448367 0
[pid=25573/tid=25574] ppid=25570 vsize=1805892 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25574/stat : 25574 (toysat) S 25570 25573 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23919615 1849233408 393484 33554432000 4194304 16246674 140735004542736 140365065596144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25573/tid=25575] ppid=25570 vsize=1805892 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25575/stat : 25575 (toysat) S 25570 25573 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23919615 1849233408 393484 33554432000 4194304 16246674 140735004542736 140365055106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25573/tid=25576] ppid=25570 vsize=1805892 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25576/stat : 25576 (toysat) S 25570 25573 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23919615 1849233408 393484 33554432000 4194304 16246674 140735004542736 140364967046320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 1805892

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 25691
/proc/meminfo: memFree=29094056/32872528 swapFree=7780/7780
[pid=25573] ppid=25570 vsize=1805892 CPUtime=1721.88 cores=1,3,5,7
/proc/25573/stat : 25573 (toysat) R 25570 25573 23276 0 -1 4202496 392437 0 0 0 172115 73 0 0 20 0 4 0 23919615 1849233408 393484 33554432000 4194304 16246674 140735004542736 140735004542048 5808428 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25573/statm: 451473 393484 901 2943 0 448367 0
[pid=25573/tid=25574] ppid=25570 vsize=1805892 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25574/stat : 25574 (toysat) S 25570 25573 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23919615 1849233408 393484 33554432000 4194304 16246674 140735004542736 140365065596144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25573/tid=25575] ppid=25570 vsize=1805892 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25575/stat : 25575 (toysat) S 25570 25573 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23919615 1849233408 393484 33554432000 4194304 16246674 140735004542736 140365055106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25573/tid=25576] ppid=25570 vsize=1805892 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25576/stat : 25576 (toysat) S 25570 25573 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23919615 1849233408 393484 33554432000 4194304 16246674 140735004542736 140364967046320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 1805892

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 25692
/proc/meminfo: memFree=29093804/32872528 swapFree=7780/7780
[pid=25573] ppid=25570 vsize=1805892 CPUtime=1781.87 cores=1,3,5,7
/proc/25573/stat : 25573 (toysat) R 25570 25573 23276 0 -1 4202496 392438 0 0 0 178113 74 0 0 20 0 4 0 23919615 1849233408 393485 33554432000 4194304 16246674 140735004542736 140735004524608 5823655 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25573/statm: 451473 393485 902 2943 0 448367 0
[pid=25573/tid=25574] ppid=25570 vsize=1805892 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25574/stat : 25574 (toysat) S 25570 25573 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23919615 1849233408 393485 33554432000 4194304 16246674 140735004542736 140365065596144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25573/tid=25575] ppid=25570 vsize=1805892 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25575/stat : 25575 (toysat) S 25570 25573 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23919615 1849233408 393485 33554432000 4194304 16246674 140735004542736 140365055106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25573/tid=25576] ppid=25570 vsize=1805892 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25576/stat : 25576 (toysat) S 25570 25573 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23919615 1849233408 393485 33554432000 4194304 16246674 140735004542736 140364967046320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 1805892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 25694
/proc/meminfo: memFree=29093804/32872528 swapFree=7780/7780
[pid=25573] ppid=25570 vsize=1805892 CPUtime=1800.07 cores=1,3,5,7
/proc/25573/stat : 25573 (toysat) R 25570 25573 23276 0 -1 4202496 392438 0 0 0 179932 75 0 0 20 0 4 0 23919615 1849233408 393485 33554432000 4194304 16246674 140735004542736 140735004541912 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25573/statm: 451473 393485 902 2943 0 448367 0
[pid=25573/tid=25574] ppid=25570 vsize=1805892 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25574/stat : 25574 (toysat) S 25570 25573 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23919615 1849233408 393485 33554432000 4194304 16246674 140735004542736 140365065596144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25573/tid=25575] ppid=25570 vsize=1805892 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25575/stat : 25575 (toysat) S 25570 25573 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23919615 1849233408 393485 33554432000 4194304 16246674 140735004542736 140365055106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25573/tid=25576] ppid=25570 vsize=1805892 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25576/stat : 25576 (toysat) S 25570 25573 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23919615 1849233408 393485 33554432000 4194304 16246674 140735004542736 140364967046320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1805892

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

[startup+1800.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 25694
/proc/meminfo: memFree=29093804/32872528 swapFree=7780/7780
[pid=25573] ppid=25570 vsize=1805892 CPUtime=1800.07 cores=1,3,5,7
/proc/25573/stat : 25573 (toysat) R 25570 25573 23276 0 -1 4202496 392438 0 0 0 179932 75 0 0 20 0 4 0 23919615 1849233408 393485 33554432000 4194304 16246674 140735004542736 140735004541912 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25573/statm: 451473 393485 902 2943 0 448367 0
[pid=25573/tid=25574] ppid=25570 vsize=1805892 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25574/stat : 25574 (toysat) S 25570 25573 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23919615 1849233408 393485 33554432000 4194304 16246674 140735004542736 140365065596144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25573/tid=25575] ppid=25570 vsize=1805892 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25575/stat : 25575 (toysat) S 25570 25573 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23919615 1849233408 393485 33554432000 4194304 16246674 140735004542736 140365055106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25573/tid=25576] ppid=25570 vsize=1805892 CPUtime=0 cores=1,3,5,7
/proc/25573/task/25576/stat : 25576 (toysat) S 25570 25573 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23919615 1849233408 393485 33554432000 4194304 16246674 140735004542736 140364967046320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1805892

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.53
CPU time (s): 1800.1
CPU user time (s): 1799.33
CPU system time (s): 0.772882
CPU usage (%): 99.9761
Max. virtual memory (cumulated for all children) (KiB): 1805892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.33
system time used= 0.772882
maximum resident set size= 1573940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 392438
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= 411
involuntary context switches= 1976

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.50432 second user time and 7.00593 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-18 04:59:08
IDJOB=4100817
IDBENCH=1665
IDSOLVER=2542
FILE ID=node151/4100817-1466218748
RUNJOBID= node151-1466206051-23293
PBS_JOBID= 19918135
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-grow22.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100817-1466218748/watcher-4100817-1466218748 -o /tmp/evaluation-result-4100817-1466218748/solver-4100817-1466218748 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466206051-23293 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4100817-1466218748.opb

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

MD5SUM BENCH= 16450e6196a99d1fc33b5d9a0f64103d
RANDOM SEED=1492044613

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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:        30676980 kB
Buffers:           95624 kB
Cached:           243232 kB
SwapCached:         1996 kB
Active:          1214328 kB
Inactive:         237756 kB
Active(anon):    1113948 kB
Inactive(anon):     1788 kB
Active(file):     100380 kB
Inactive(file):   235968 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099228 kB
Dirty:             17868 kB
Writeback:             0 kB
AnonPages:       1120348 kB
Mapped:            11764 kB
Shmem:                 0 kB
Slab:             603380 kB
SReclaimable:      47040 kB
SUnreclaim:       556340 kB
KernelStack:        1520 kB
PageTables:         6228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1262564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1091584 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= 71712 MiB
End job on node151 at 2016-06-18 05:29:09