Trace number 4119843

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.13 1800.55

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/
hw32/normalized-hw32-vm100p-opt.opb.negationfix.opb
MD5SUM3d8e0b2cc1943050730f0789b165ef6f
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
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 Function
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables
Total number of constraints
Number of constraints which are clauses
Number of constraints which are cardinality constraints (but not clauses)
Number of constraints which are nor clauses,nor cardinality constraints
Minimum length of a constraint
Maximum length of a constraint
Number of terms in the objective function
Biggest coefficient in the objective function
Number of bits for the biggest coefficient in the objective function
Sum of the numbers in the objective function
Number of bits of the sum of numbers in the objective function
Biggest number in a constraint
Number of bits of the biggest number in a constraint
Biggest sum of numbers in a constraint
Number of bits of the biggest sum of numbers
Number of products (including duplicates)
Sum of products size (including duplicates)
Number of different products
Sum of products size

Solver Data

0.00/0.00	c 2016-06-30T11:32:33+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-4119843-1467279153.opb"]
0.00/0.01	c use --random-gen="3649183120 2475201060 3597638973 2377688698 2659480267 858841588 1358286975 1150164422 651470789 2946978752 4197082938 3110759983 3170862791 778683851 925102844 2606009893 272998518 490833931 1172889875 1877036816 3663895240 1285582667 829935710 605084940 3039660434 2854081598 1955409041 2945747148 121192418 3437022733 1397119173 1994294464 258578255 3827323378 1209790927 160004959 3241954828 2809427860 2673003916 2021653870 252673483 1103777760 934081299 3931399245 2971626338 3853313709 805434057 1427116083 821873188 4279330628 3927816503 2766527086 1517187109 3564314449 1411547186 119791543 1024478458 1356117259 602632454 857023459 3673504351 1567802572 1511692419 1263229030 1027595847 757802988 1154687204 3802078217 3726729515 4068302768 2208002345 3246006782 2829270481 839506972 2577704122 75832626 1546357148 2916572369 3520197076 2971994289 1813264731 598751321 689708774 352113085 2157983359 2346007776 1338625316 3289172052 2267767128 3433898756 2719644061 3894342284 903207414 1115349264 739624179 3826116925 3957949288 1813583007 1651007187 1002403784 2863911007 3416012609 3871294917 842499487 283986795 2155134422 2760776714 913305123 365877908 1279398850 2296470340 971539616 34229966 1042364100 3542016788 2877758599 2751933745 1961620407 3511934581 73605979 2382051413 229854980 624412324 4228273337 3992780778 642106567 3319226216 2138825267 2028786410 4122607254 3778812248 904483646 3648538735 2464202778 240591857 2139699781 1040834128 3227410153 468560161 537680935 3195628322 1979765299 2634275572 1691356830 327480839 884050532 2992595627 981940527 244444720 156732885 3080939224 500388513 2829926648 1946098422 2548536029 4029354813 136202169 266102575 2895111121 2167695328 1453819813 2058905525 987444359 1204050932 4294306075 5439828 3397469143 2357060347 34366816 1717169021 2392174474 96274702 3677909283 74100279 1030911835 148306076 1580904689 2836502620 1715901874 3074052364 1856798541 3796438684 2517466005 2232745126 989905401 3658777722 2436999160 4255111722 3064343744 173052557 187538795 9537164 2000109795 979147376 971589951 3676216787 997541808 523866821 4288162369 3049321963 611732229 3680644786 3056011203 1499025018 3734305417 1130285604 3819748666 2100265803 1408151891 553142870 2635558519 4074377471 1091497609 3917940145 1749574990 2531786153 4057110448 3684345305 3312979111 3847044462 590653144 2857979724 3660358014 234247205 2588143436 628887517 1626680073 2351020526 677928317 2858672134 882175875 3109914026 3918579700 1692858421 2649303466 4254180145 3956173091 12869669 3005880400 3167531711 927264854 3025877305 648816962 645029836 1764663806 4208507042 3591755781 2249184980 348659748 3562766735 342883875 1319765257 2131922869 673440700 4267547909 3621272100 255 362436" option to reproduce the execution
0.09/0.11	c #vars 11808
0.09/0.11	c #constraints 802
0.19/0.26	c BCD2: Hardening is enabled.
0.19/0.26	c BCD2: BiasedSearch is enabled.
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.26	c =============================================================================
0.19/0.26	c  0.0s |       0 |        0 |        0 |     4203      0 |       32 |        0
0.39/0.41	c  0.1s |       1 |      396 |      100 |     4203      0 |       32 |        1
0.59/0.64	c  0.4s |       2 |     1966 |      250 |     4624      0 |       32 |        1
1.20/1.27	c  1.0s |       3 |     4434 |      475 |     5087      0 |       32 |        1
1.99/2.03	c  1.8s |       4 |     7450 |      813 |     5596      0 |       32 |        1
2.89/2.93	c  2.7s |       5 |    10686 |     1320 |     6156      0 |       32 |        1
4.09/4.18	c  3.9s |       6 |    13064 |     2081 |     7450      0 |       32 |        1
5.69/5.76	c  5.5s |       7 |    15789 |     3223 |     8195      0 |       32 |        1
7.70/7.80	c  7.5s |       7 |    18571 |     4623 |     8195      0 |       32 |        1
8.19/8.27	c  8.0s |       8 |    18899 |     4936 |     9015      0 |       32 |        1
10.29/10.38	c 10.1s |       8 |    21209 |     5936 |     9015      0 |       32 |        1
12.59/12.60	c 12.3s |       8 |    22420 |     6936 |     9015      0 |       32 |        1
13.89/13.91	c 13.7s |       9 |    23038 |     7506 |     9917      0 |       32 |        1
15.89/15.95	c 15.7s |       9 |    25111 |     8506 |     9917      0 |       32 |        1
17.99/18.02	c 17.8s |       9 |    26348 |     9606 |     9917      0 |       32 |        1
20.19/20.21	c 20.0s |       9 |    27647 |    10806 |     9917      0 |       32 |        1
21.19/21.24	c 21.0s |      10 |    28233 |    11361 |    10909      0 |       32 |        1
23.20/23.28	c 23.0s |      10 |    30168 |    12361 |    10909      1 |       32 |        1
25.30/25.33	c 25.1s |      10 |    31111 |    13261 |    10909      1 |       32 |        1
27.39/27.47	c 27.2s |      10 |    32186 |    14261 |    10909      1 |       32 |        1
29.59/29.66	c 29.4s |      10 |    33408 |    15361 |    10909      1 |       32 |        1
31.89/31.91	c 31.7s |      10 |    34356 |    16261 |    10909      1 |       32 |        1
33.99/34.10	c 33.8s |      11 |    35276 |    17144 |    12000      1 |       32 |        1
36.09/36.11	c 35.9s |      11 |    37215 |    18044 |    12000      1 |       32 |        1
38.09/38.14	c 37.9s |      11 |    38343 |    19144 |    12000      1 |       32 |        1
40.18/40.22	c 40.0s |      11 |    39360 |    20144 |    12000      1 |       32 |        1
42.58/42.66	c 42.4s |      11 |    40480 |    21244 |    12000      1 |       32 |        1
44.78/44.88	c 44.6s |      11 |    41384 |    22144 |    12000      1 |       32 |        1
46.88/46.98	c 46.7s |      11 |    42388 |    23144 |    12000      1 |       32 |        1
48.88/48.98	c 48.7s |      11 |    43290 |    24044 |    12000      1 |       32 |        1
51.08/51.18	c 50.9s |      11 |    44286 |    25044 |    12000      1 |       32 |        1
52.98/53.08	c 52.8s |      12 |    45069 |    25819 |    13201      1 |       32 |        1
55.18/55.29	c 55.0s |      12 |    47719 |    26419 |    13201      2 |       32 |        1
57.29/57.30	c 57.0s |      12 |    48664 |    27119 |    13201      2 |       32 |        1
59.49/59.59	c 59.3s |      12 |    49450 |    27819 |    13201      2 |       32 |        1
61.78/61.80	c 61.5s |      12 |    50152 |    28419 |    13201      2 |       32 |        1
64.08/64.17	c 63.9s |      12 |    50941 |    29119 |    13201      2 |       32 |        1
66.09/66.17	c 65.9s |      12 |    51633 |    29719 |    13201      2 |       32 |        1
68.28/68.31	c 68.1s |      12 |    52340 |    30319 |    13201      2 |       32 |        1
70.58/70.60	c 70.3s |      12 |    53376 |    31119 |    13201      2 |       32 |        1
72.78/72.82	c 72.6s |      12 |    54208 |    31819 |    13201      2 |       32 |        1
74.78/74.87	c 74.6s |      12 |    54941 |    32419 |    13201      2 |       32 |        1
76.87/76.97	c 76.7s |      12 |    55626 |    33019 |    13201      2 |       32 |        1
78.97/79.07	c 78.8s |      12 |    56368 |    33619 |    13201      2 |       32 |        1
81.27/81.35	c 81.1s |      12 |    57053 |    34219 |    13201      2 |       32 |        1
83.37/83.49	c 83.2s |      12 |    57761 |    34819 |    13201      2 |       32 |        1
85.57/85.65	c 85.4s |      12 |    58556 |    35419 |    13201      2 |       32 |        1
87.87/87.94	c 87.7s |      12 |    59226 |    36019 |    13201      2 |       32 |        1
90.07/90.12	c 89.9s |      12 |    59800 |    36519 |    13201      2 |       32 |        1
92.27/92.36	c 92.1s |      12 |    60351 |    37019 |    13201      2 |       32 |        1
94.37/94.44	c 94.2s |      12 |    60950 |    37519 |    13201      2 |       32 |        1
96.57/96.68	c 96.4s |      12 |    61549 |    38019 |    13201      2 |       32 |        1
98.57/98.68	c 98.4s |      12 |    62137 |    38519 |    13201      2 |       32 |        1
99.87/99.96	c 99.7s |      13 |    62449 |    38832 |    14522      2 |       32 |        1
101.97/102.02	c  101s |      13 |    65869 |    39432 |    14522      3 |       32 |        1
104.47/104.50	c  104s |      13 |    66775 |    40232 |    14522      3 |       32 |        1
106.46/106.55	c  106s |      13 |    67461 |    40832 |    14522      3 |       32 |        1
108.76/108.87	c  108s |      13 |    68239 |    41532 |    14522      3 |       32 |        1
110.96/111.04	c  110s |      13 |    69147 |    42332 |    14522      3 |       32 |        1
113.27/113.33	c  113s |      13 |    70020 |    43132 |    14522      3 |       32 |        1
115.26/115.36	c  115s |      13 |    70691 |    43732 |    14522      3 |       32 |        1
117.46/117.57	c  117s |      13 |    71332 |    44332 |    14522      3 |       32 |        1
120.06/120.17	c  119s |      13 |    71766 |    44732 |    14522      3 |       32 |        1
122.56/122.61	c  122s |      13 |    72289 |    45232 |    14522      3 |       32 |        1
124.56/124.66	c  124s |      13 |    72721 |    45632 |    14522      3 |       32 |        1
126.76/126.86	c  126s |      13 |    73261 |    46132 |    14522      3 |       32 |        1
128.96/129.08	c  128s |      13 |    74127 |    46932 |    14522      3 |       32 |        1
131.06/131.10	c  130s |      13 |    74890 |    47632 |    14522      3 |       32 |        1
133.17/133.29	c  133s |      13 |    75565 |    48232 |    14522      3 |       32 |        1
135.27/135.36	c  135s |      13 |    76331 |    48932 |    14522      3 |       32 |        1
137.57/137.65	c  137s |      13 |    77069 |    49632 |    14522      3 |       32 |        1
139.86/139.99	c  139s |      13 |    77818 |    50332 |    14522      3 |       32 |        1
142.06/142.19	c  141s |      13 |    78575 |    51032 |    14522      3 |       32 |        1
144.36/144.48	c  144s |      13 |    79306 |    51732 |    14522      3 |       32 |        1
146.56/146.66	c  146s |      13 |    79948 |    52332 |    14522      3 |       32 |        1
148.76/148.80	c  148s |      13 |    80588 |    52932 |    14522      3 |       32 |        1
150.96/151.07	c  150s |      13 |    81015 |    53332 |    14522      4 |       32 |        1
153.16/153.25	c  152s |      13 |    81785 |    54032 |    14522      4 |       32 |        1
155.16/155.28	c  155s |      13 |    82427 |    54632 |    14522      4 |       32 |        1
157.26/157.37	c  157s |      13 |    83087 |    55232 |    14522      4 |       32 |        1
159.36/159.42	c  159s |      13 |    83799 |    55832 |    14522      4 |       32 |        1
161.36/161.43	c  161s |      13 |    84324 |    56332 |    14522      4 |       32 |        1
163.46/163.58	c  163s |      13 |    84982 |    56932 |    14522      4 |       32 |        1
165.75/165.86	c  165s |      13 |    85412 |    57332 |    14522      4 |       32 |        1
168.05/168.10	c  167s |      13 |    85853 |    57732 |    14522      4 |       32 |        1
170.56/170.62	c  170s |      13 |    86280 |    58132 |    15975      4 |       32 |        1
172.05/172.13	c  171s |      14 |    86510 |    58352 |    15975      4 |       32 |        1
174.15/174.20	c  173s |      14 |    90381 |    58752 |    15975      5 |       32 |        1
176.35/176.46	c  176s |      14 |    91201 |    59452 |    15975      5 |       32 |        1
178.45/178.57	c  178s |      14 |    91915 |    60052 |    15975      5 |       32 |        1
180.75/180.81	c  180s |      14 |    92478 |    60552 |    15975      5 |       32 |        1
183.15/183.26	c  183s |      14 |    93082 |    61052 |    15975      5 |       32 |        1
185.25/185.31	c  185s |      14 |    93634 |    61552 |    15975      5 |       32 |        1
187.45/187.55	c  187s |      14 |    94200 |    62052 |    15975      5 |       32 |        1
189.75/189.87	c  189s |      14 |    94738 |    62552 |    15975      5 |       32 |        1
191.95/192.03	c  191s |      14 |    95300 |    63052 |    15975      5 |       32 |        1
194.25/194.30	c  194s |      14 |    95977 |    63652 |    15975      5 |       32 |        1
196.35/196.46	c  196s |      14 |    96530 |    64152 |    15975      5 |       32 |        1
198.35/198.47	c  198s |      14 |    96972 |    64552 |    15975      5 |       32 |        1
201.05/201.16	c  200s |      14 |    97408 |    64952 |    15975      5 |       32 |        1
203.34/203.42	c  203s |      14 |    97738 |    65252 |    15975      5 |       32 |        1
205.65/205.78	c  205s |      14 |    98183 |    65652 |    15975      5 |       32 |        1
207.74/207.88	c  207s |      14 |    98611 |    66052 |    15975      5 |       32 |        1
210.24/210.39	c  210s |      14 |    99177 |    66552 |    15975      5 |       32 |        1
212.44/212.53	c  212s |      14 |    99601 |    66952 |    15975      5 |       32 |        1
214.55/214.61	c  214s |      14 |   100031 |    67352 |    15975      5 |       32 |        1
217.04/217.11	c  216s |      14 |   100596 |    67852 |    15975      5 |       32 |        1
219.24/219.30	c  219s |      14 |   101035 |    68252 |    15975      5 |       32 |        1
221.55/221.68	c  221s |      14 |   101462 |    68652 |    15975      5 |       32 |        1
223.95/224.09	c  223s |      14 |   101909 |    69052 |    15975      5 |       32 |        1
226.55/226.69	c  226s |      14 |   102336 |    69452 |    15975      5 |       32 |        1
229.15/229.27	c  229s |      14 |   102750 |    69852 |    15975      5 |       32 |        1
232.05/232.18	c  231s |      14 |   103200 |    70252 |    15975      5 |       32 |        1
234.64/234.75	c  234s |      14 |   103525 |    70552 |    15975      5 |       32 |        1
237.14/237.26	c  237s |      14 |   103852 |    70852 |    15975      5 |       32 |        1
239.75/239.81	c  239s |      14 |   104166 |    71152 |    15975      5 |       32 |        1
242.34/242.48	c  242s |      14 |   104498 |    71452 |    15975      5 |       32 |        1
244.74/244.85	c  244s |      14 |   104815 |    71752 |    15975      5 |       32 |        1
246.94/247.07	c  246s |      14 |   105135 |    72052 |    15975      5 |       32 |        1
249.14/249.25	c  248s |      14 |   105460 |    72352 |    15975      5 |       32 |        1
252.04/252.13	c  251s |      14 |   105881 |    72752 |    15975      5 |       32 |        1
254.34/254.40	c  254s |      14 |   106331 |    73152 |    15975      5 |       32 |        1
256.44/256.53	c  256s |      14 |   106750 |    73552 |    15975      5 |       32 |        1
258.84/258.97	c  258s |      14 |   107325 |    74052 |    15975      5 |       32 |        1
261.24/261.37	c  261s |      14 |   107881 |    74552 |    15975      5 |       32 |        1
263.34/263.40	c  263s |      14 |   108322 |    74952 |    15975      5 |       32 |        1
265.73/265.84	c  265s |      14 |   108877 |    75452 |    15975      5 |       32 |        1
267.73/267.86	c  267s |      14 |   109312 |    75852 |    15975      5 |       32 |        1
270.03/270.10	c  269s |      14 |   109743 |    76252 |    15975      5 |       32 |        1
272.13/272.25	c  271s |      14 |   110172 |    76652 |    15975      5 |       32 |        1
274.53/274.62	c  274s |      14 |   110500 |    76952 |    15975      6 |       32 |        1
276.73/276.88	c  276s |      14 |   110933 |    77352 |    15975      6 |       32 |        1
279.13/279.26	c  279s |      14 |   111355 |    77752 |    15975      6 |       32 |        1
281.43/281.59	c  281s |      14 |   111932 |    78252 |    15975      6 |       32 |        1
283.63/283.80	c  283s |      14 |   112362 |    78652 |    15975      6 |       32 |        1
285.83/285.99	c  285s |      14 |   112802 |    79052 |    15975      6 |       32 |        1
288.03/288.12	c  287s |      14 |   113235 |    79452 |    15975      6 |       32 |        1
290.33/290.49	c  290s |      14 |   113674 |    79852 |    15975      6 |       32 |        1
292.54/292.67	c  292s |      14 |   114113 |    80252 |    15975      6 |       32 |        1
294.74/294.89	c  294s |      14 |   114582 |    80652 |    15975      6 |       32 |        1
296.94/297.00	c  296s |      14 |   115028 |    81052 |    15975      6 |       32 |        1
299.14/299.27	c  299s |      14 |   115463 |    81452 |    15975      6 |       32 |        1
301.63/301.77	c  301s |      14 |   115924 |    81852 |    15975      6 |       32 |        1
304.13/304.28	c  304s |      14 |   116373 |    82252 |    15975      6 |       32 |        1
306.73/306.80	c  306s |      14 |   116813 |    82652 |    15975      6 |       32 |        1
308.73/308.86	c  308s |      14 |   117142 |    82952 |    15975      6 |       32 |        1
311.52/311.61	c  311s |      14 |   117562 |    83352 |    15975      6 |       32 |        1
313.53/313.63	c  313s |      14 |   117877 |    83652 |    15975      6 |       32 |        1
315.92/316.09	c  315s |      14 |   118304 |    84052 |    15975      6 |       32 |        1
318.02/318.11	c  317s |      14 |   118631 |    84352 |    15975      6 |       32 |        1
320.52/320.64	c  320s |      14 |   119063 |    84752 |    15975      6 |       32 |        1
323.12/323.29	c  323s |      14 |   119491 |    85152 |    15975      6 |       32 |        1
325.82/325.92	c  325s |      14 |   119928 |    85552 |    15975      6 |       32 |        1
328.32/328.47	c  328s |      14 |   120364 |    85952 |    15975      6 |       32 |        1
331.03/331.11	c  330s |      14 |   120789 |    86352 |    15975      6 |       32 |        1
333.23/333.38	c  333s |      14 |   121247 |    86752 |    15975      6 |       32 |        1
335.62/335.72	c  335s |      14 |   121695 |    87152 |    17573      6 |       32 |        1
338.32/338.49	c  338s |      14 |   122199 |    87552 |    17573      6 |       32 |        1
339.22/339.37	c  339s |      15 |   122291 |    87632 |    17573      6 |       32 |        1
341.62/341.73	c  341s |      15 |   123805 |    87732 |    17573      7 |       32 |        1
343.61/343.77	c  343s |      15 |   124922 |    88732 |    17573      7 |       32 |        1
345.71/345.87	c  345s |      15 |   126016 |    89732 |    17573      7 |       32 |        1
348.11/348.29	c  348s |      15 |   129770 |    90532 |    17573      7 |       32 |        1
350.31/350.41	c  350s |      15 |   130668 |    91332 |    17573      7 |       32 |        1
352.61/352.70	c  352s |      15 |   131550 |    92132 |    17573      7 |       32 |        1
354.60/354.71	c  354s |      15 |   132196 |    92732 |    17573      7 |       32 |        1
356.90/357.09	c  356s |      15 |   132935 |    93432 |    17573      7 |       32 |        1
359.10/359.28	c  359s |      15 |   133599 |    94032 |    17573      7 |       32 |        1
361.10/361.29	c  361s |      15 |   134144 |    94532 |    17573      7 |       32 |        1
363.21/363.38	c  363s |      15 |   134584 |    94932 |    17573      7 |       32 |        1
365.31/365.47	c  365s |      15 |   135124 |    95432 |    17573      7 |       32 |        1
367.41/367.55	c  367s |      15 |   135659 |    95932 |    17573      7 |       32 |        1
370.10/370.23	c  369s |      15 |   136180 |    96432 |    17573      7 |       32 |        1
372.40/372.56	c  372s |      15 |   136640 |    96832 |    17573      7 |       32 |        1
374.50/374.61	c  374s |      15 |   137072 |    97232 |    17573      7 |       32 |        1
376.70/376.84	c  376s |      15 |   137727 |    97832 |    17573      7 |       32 |        1
378.80/378.92	c  378s |      15 |   138395 |    98432 |    17573      7 |       32 |        1
380.80/380.96	c  380s |      15 |   138819 |    98832 |    17573      7 |       32 |        1
383.00/383.18	c  382s |      15 |   139152 |    99132 |    17573      7 |       32 |        1
385.29/385.47	c  385s |      15 |   139594 |    99532 |    17573      7 |       32 |        1
387.49/387.69	c  387s |      15 |   140145 |   100032 |    17573      7 |       32 |        1
389.69/389.85	c  389s |      15 |   140685 |   100532 |    17573      7 |       32 |        1
392.09/392.25	c  391s |      15 |   141249 |   101032 |    17573      7 |       32 |        1
394.19/394.35	c  394s |      15 |   141682 |   101432 |    17573      7 |       32 |        1
396.39/396.57	c  396s |      15 |   142119 |   101832 |    17573      7 |       32 |        1
398.49/398.62	c  398s |      15 |   142555 |   102232 |    17573      7 |       32 |        1
400.69/400.89	c  400s |      15 |   142987 |   102632 |    17573      7 |       32 |        1
403.09/403.21	c  402s |      15 |   143409 |   103032 |    17573      7 |       32 |        1
405.29/405.40	c  405s |      15 |   143841 |   103432 |    17573      7 |       32 |        1
407.59/407.76	c  407s |      15 |   144271 |   103832 |    17573      7 |       32 |        1
410.39/410.56	c  410s |      15 |   144590 |   104132 |    17573      8 |       32 |        1
412.59/412.79	c  412s |      15 |   145009 |   104532 |    17573      8 |       32 |        1
414.70/414.81	c  414s |      15 |   145436 |   104932 |    17573      8 |       32 |        1
416.80/416.92	c  416s |      15 |   145876 |   105332 |    17573      8 |       32 |        1
419.19/419.33	c  419s |      15 |   146294 |   105732 |    17573      8 |       32 |        1
421.69/421.80	c  421s |      15 |   146739 |   106132 |    17573      8 |       32 |        1
423.69/423.81	c  423s |      15 |   147187 |   106532 |    17573      8 |       32 |        1
426.08/426.21	c  425s |      15 |   147731 |   107032 |    17573      8 |       32 |        1
428.18/428.37	c  428s |      15 |   148155 |   107432 |    17573      8 |       32 |        1
430.48/430.67	c  430s |      15 |   148592 |   107832 |    17573      8 |       32 |        1
433.08/433.20	c  432s |      15 |   149126 |   108332 |    17573      8 |       32 |        1
435.58/435.72	c  435s |      15 |   149668 |   108832 |    17573      8 |       32 |        1
437.97/438.16	c  437s |      15 |   150105 |   109232 |    17573      8 |       32 |        1
440.58/440.71	c  440s |      15 |   150542 |   109632 |    17573      8 |       32 |        1
442.78/442.97	c  442s |      15 |   150967 |   110032 |    17573      8 |       32 |        1
445.28/445.40	c  445s |      15 |   151404 |   110432 |    17573      8 |       32 |        1
447.47/447.69	c  447s |      15 |   151824 |   110832 |    17573      8 |       32 |        1
449.78/450.00	c  449s |      15 |   152268 |   111232 |    17573      8 |       32 |        1
452.47/452.63	c  452s |      15 |   152710 |   111632 |    17573      8 |       32 |        1
454.97/455.18	c  454s |      15 |   153151 |   112032 |    17573      8 |       32 |        1
457.47/457.68	c  457s |      15 |   153569 |   112432 |    17573      8 |       32 |        1
460.06/460.24	c  459s |      15 |   153998 |   112832 |    17573      8 |       32 |        1
462.46/462.67	c  462s |      15 |   154414 |   113232 |    17573      8 |       32 |        1
464.96/465.17	c  464s |      15 |   154830 |   113632 |    17573      8 |       32 |        1
467.05/467.30	c  467s |      15 |   155136 |   113932 |    17573      8 |       32 |        1
469.56/469.74	c  469s |      15 |   155585 |   114332 |    17573      8 |       32 |        1
471.86/472.08	c  471s |      15 |   155907 |   114632 |    17573      8 |       32 |        1
474.56/474.76	c  474s |      15 |   156345 |   115032 |    17573      8 |       32 |        1
476.76/476.91	c  476s |      15 |   156658 |   115332 |    17573      8 |       32 |        1
479.26/479.49	c  479s |      15 |   157084 |   115732 |    17573      8 |       32 |        1
481.66/481.87	c  481s |      15 |   157504 |   116132 |    17573      8 |       32 |        1
484.25/484.43	c  484s |      15 |   157951 |   116532 |    17573      8 |       32 |        1
486.65/486.84	c  486s |      15 |   158386 |   116932 |    17573      8 |       32 |        1
489.05/489.27	c  489s |      15 |   158825 |   117332 |    17573      8 |       32 |        1
491.35/491.58	c  491s |      15 |   159256 |   117732 |    17573      8 |       32 |        1
493.55/493.72	c  493s |      15 |   159686 |   118132 |    17573      8 |       32 |        1
497.15/497.31	c  497s |      15 |   160106 |   118532 |    17573      9 |       32 |        1
499.35/499.58	c  499s |      15 |   160554 |   118932 |    17573      9 |       32 |        1
501.45/501.70	c  501s |      15 |   161021 |   119332 |    17573      9 |       32 |        1
503.64/503.86	c  503s |      15 |   161450 |   119732 |    17573      9 |       32 |        1
505.84/506.06	c  505s |      15 |   161883 |   120132 |    17573      9 |       32 |        1
508.04/508.25	c  507s |      15 |   162324 |   120532 |    17573      9 |       32 |        1
510.34/510.54	c  510s |      15 |   162769 |   120932 |    17573      9 |       32 |        1
512.63/512.85	c  512s |      15 |   163211 |   121332 |    17573      9 |       32 |        1
515.03/515.27	c  515s |      15 |   163645 |   121732 |    17573      9 |       32 |        1
517.24/517.47	c  517s |      15 |   163981 |   122032 |    17573      9 |       32 |        1
519.44/519.68	c  519s |      15 |   164438 |   122432 |    17573      9 |       32 |        1
521.73/521.99	c  521s |      15 |   164947 |   122832 |    17573      9 |       32 |        1
523.83/524.01	c  523s |      15 |   165408 |   123232 |    17573      9 |       32 |        1
526.13/526.39	c  526s |      15 |   165895 |   123632 |    17573      9 |       32 |        1
528.73/528.90	c  528s |      15 |   166319 |   124032 |    17573      9 |       32 |        1
531.03/531.28	c  531s |      15 |   166823 |   124432 |    17573      9 |       32 |        1
533.63/533.80	c  533s |      15 |   167281 |   124832 |    17573      9 |       32 |        1
535.92/536.19	c  535s |      15 |   167713 |   125232 |    17573      9 |       32 |        1
538.52/538.72	c  538s |      15 |   168201 |   125632 |    17573      9 |       32 |        1
540.92/541.15	c  540s |      15 |   168648 |   126032 |    17573      9 |       32 |        1
543.02/543.25	c  542s |      15 |   168984 |   126332 |    17573      9 |       32 |        1
545.43/545.69	c  545s |      15 |   169441 |   126732 |    17573      9 |       32 |        1
547.73/547.97	c  547s |      15 |   169858 |   127132 |    17573      9 |       32 |        1
549.93/550.13	c  549s |      15 |   170281 |   127532 |    17573      9 |       32 |        1
552.32/552.53	c  552s |      15 |   170724 |   127932 |    17573      9 |       32 |        1
554.92/555.16	c  554s |      15 |   171165 |   128332 |    17573      9 |       32 |        1
556.92/557.19	c  556s |      15 |   171490 |   128632 |    17573      9 |       32 |        1
559.01/559.27	c  559s |      15 |   171820 |   128932 |    17573      9 |       32 |        1
561.21/561.43	c  561s |      15 |   172158 |   129232 |    17573      9 |       32 |        1
563.31/563.54	c  563s |      15 |   172478 |   129532 |    17573      9 |       32 |        1
565.41/565.62	c  565s |      15 |   172817 |   129832 |    17573      9 |       32 |        1
567.51/567.75	c  567s |      15 |   173125 |   130132 |    17573      9 |       32 |        1
569.61/569.82	c  569s |      15 |   173443 |   130432 |    17573      9 |       32 |        1
572.10/572.33	c  572s |      15 |   173900 |   130832 |    19331      9 |       32 |        1
574.51/574.76	c  574s |      15 |   174378 |   131232 |    19331      9 |       32 |        1
576.61/576.81	c  576s |      15 |   174699 |   131532 |    19331      9 |       32 |        1
576.70/576.96	c  576s |      16 |   174719 |   131552 |    19331      9 |       32 |        1
579.20/579.47	c  579s |      16 |   177565 |   131652 |    19331     10 |       32 |        1
581.40/581.63	c  581s |      16 |   178157 |   132052 |    19331     10 |       32 |        1
583.60/583.82	c  583s |      16 |   178872 |   132652 |    19331     10 |       32 |        1
585.80/586.02	c  585s |      16 |   179603 |   133252 |    19331     10 |       32 |        1
587.89/588.10	c  587s |      16 |   180316 |   133852 |    19331     10 |       32 |        1
589.89/590.13	c  589s |      16 |   180904 |   134352 |    19331     10 |       32 |        1
591.99/592.20	c  591s |      16 |   181501 |   134852 |    19331     10 |       32 |        1
593.99/594.27	c  594s |      16 |   181938 |   135252 |    19331     10 |       32 |        1
596.29/596.50	c  596s |      16 |   182746 |   135852 |    19331     10 |       32 |        1
598.49/598.75	c  598s |      16 |   183505 |   136452 |    19331     10 |       32 |        1
600.59/600.89	c  600s |      16 |   184041 |   136952 |    19331     10 |       32 |        1
602.89/603.13	c  602s |      16 |   184792 |   137552 |    19331     10 |       32 |        1
604.99/605.22	c  604s |      16 |   185427 |   138052 |    19331     10 |       32 |        1
607.18/607.43	c  607s |      16 |   186306 |   138652 |    19331     10 |       32 |        1
609.29/609.54	c  609s |      16 |   186973 |   139152 |    19331     10 |       32 |        1
611.39/611.69	c  611s |      16 |   187558 |   139652 |    19331     10 |       32 |        1
613.69/613.94	c  613s |      16 |   188122 |   140152 |    19331     10 |       32 |        1
615.89/616.16	c  615s |      16 |   188752 |   140652 |    19331     10 |       32 |        1
618.28/618.51	c  618s |      16 |   189430 |   141152 |    19331     10 |       32 |        1
620.67/620.94	c  620s |      16 |   189982 |   141652 |    19331     10 |       32 |        1
622.97/623.29	c  623s |      16 |   190603 |   142152 |    19331     10 |       32 |        1
625.07/625.32	c  625s |      16 |   191109 |   142552 |    19331     10 |       32 |        1
627.58/627.85	c  627s |      16 |   191725 |   143052 |    19331     10 |       32 |        1
629.98/630.23	c  629s |      16 |   192289 |   143552 |    19331     10 |       32 |        1
632.38/632.67	c  632s |      16 |   192871 |   144052 |    19331     10 |       32 |        1
634.58/634.81	c  634s |      16 |   193327 |   144452 |    19331     10 |       32 |        1
636.88/637.13	c  636s |      16 |   193906 |   144952 |    19331     10 |       32 |        1
638.98/639.29	c  639s |      16 |   194394 |   145352 |    19331     10 |       32 |        1
641.18/641.45	c  641s |      16 |   194878 |   145752 |    19331     10 |       32 |        1
643.47/643.74	c  643s |      16 |   195376 |   146152 |    19331     10 |       32 |        1
645.77/646.03	c  645s |      16 |   195841 |   146552 |    19331     10 |       32 |        1
648.17/648.48	c  648s |      16 |   196291 |   146952 |    19331     10 |       32 |        1
650.57/650.81	c  650s |      16 |   196944 |   147452 |    19331     10 |       32 |        1
652.86/653.18	c  652s |      16 |   197566 |   147952 |    19331     10 |       32 |        1
655.37/655.63	c  655s |      16 |   197923 |   148252 |    19331     11 |       32 |        1
657.36/657.64	c  657s |      16 |   198515 |   148752 |    19331     11 |       32 |        1
659.36/659.65	c  659s |      16 |   199172 |   149252 |    19331     11 |       32 |        1
661.36/661.70	c  661s |      16 |   199726 |   149752 |    19331     11 |       32 |        1
663.76/664.02	c  663s |      16 |   200517 |   150252 |    19331     11 |       32 |        1
665.86/666.17	c  665s |      16 |   201091 |   150752 |    19331     11 |       32 |        1
667.96/668.28	c  668s |      16 |   201692 |   151252 |    19331     11 |       32 |        1
670.16/670.43	c  670s |      16 |   202306 |   151752 |    19331     11 |       32 |        1
672.45/672.73	c  672s |      16 |   202911 |   152252 |    19331     11 |       32 |        1
674.65/674.92	c  674s |      16 |   203565 |   152752 |    19331     11 |       32 |        1
677.04/677.30	c  677s |      16 |   204135 |   153252 |    19331     11 |       32 |        1
679.24/679.58	c  679s |      16 |   204940 |   153752 |    19331     11 |       32 |        1
681.64/681.96	c  681s |      16 |   205612 |   154252 |    19331     11 |       32 |        1
683.95/684.21	c  683s |      16 |   206310 |   154752 |    19331     11 |       32 |        1
686.05/686.32	c  686s |      16 |   206813 |   155152 |    19331     11 |       32 |        1
688.15/688.48	c  688s |      16 |   207317 |   155552 |    19331     11 |       32 |        1
690.15/690.49	c  690s |      16 |   207951 |   155952 |    19331     11 |       32 |        1
692.65/692.97	c  692s |      16 |   208611 |   156352 |    19331     11 |       32 |        1
695.05/695.33	c  695s |      16 |   209094 |   156752 |    19331     11 |       32 |        1
697.25/697.53	c  697s |      16 |   209547 |   157152 |    19331     11 |       32 |        1
699.45/699.71	c  699s |      16 |   210025 |   157552 |    19331     11 |       32 |        1
701.94/702.20	c  701s |      16 |   210540 |   157952 |    19331     11 |       32 |        1
703.94/704.28	c  704s |      16 |   211034 |   158352 |    19331     11 |       32 |        1
706.34/706.61	c  706s |      16 |   211455 |   158752 |    19331     11 |       32 |        1
708.55/708.82	c  708s |      16 |   211891 |   159152 |    19331     11 |       32 |        1
710.65/710.98	c  710s |      16 |   212359 |   159552 |    19331     11 |       32 |        1
713.04/713.31	c  713s |      16 |   213020 |   160052 |    19331     11 |       32 |        1
715.34/715.61	c  715s |      16 |   213488 |   160452 |    19331     11 |       32 |        1
717.74/718.04	c  717s |      16 |   214328 |   160952 |    19331     11 |       32 |        1
720.04/720.32	c  720s |      16 |   214792 |   161352 |    19331     11 |       32 |        1
722.24/722.57	c  722s |      16 |   215340 |   161752 |    19331     11 |       32 |        1
724.64/724.95	c  724s |      16 |   215839 |   162152 |    19331     11 |       32 |        1
727.23/727.52	c  727s |      16 |   216332 |   162552 |    19331     11 |       32 |        1
729.63/729.92	c  729s |      16 |   216819 |   162952 |    19331     11 |       32 |        1
731.84/732.14	c  731s |      16 |   217255 |   163352 |    19331     11 |       32 |        1
734.54/734.90	c  734s |      16 |   217620 |   163652 |    19331     12 |       32 |        1
736.93/737.27	c  737s |      16 |   218058 |   164052 |    19331     12 |       32 |        1
738.95/739.28	c  739s |      16 |   218641 |   164452 |    19331     12 |       32 |        1
741.44/741.74	c  741s |      16 |   219305 |   164952 |    19331     12 |       32 |        1
743.45/743.77	c  743s |      16 |   219818 |   165352 |    19331     12 |       32 |        1
745.54/745.84	c  745s |      16 |   220260 |   165752 |    19331     12 |       32 |        1
747.54/747.88	c  747s |      16 |   220781 |   166152 |    19331     12 |       32 |        1
750.04/750.32	c  750s |      16 |   221204 |   166552 |    19331     12 |       32 |        1
752.24/752.54	c  752s |      16 |   221688 |   166952 |    19331     12 |       32 |        1
754.44/754.72	c  754s |      16 |   222144 |   167352 |    19331     12 |       32 |        1
756.83/757.15	c  756s |      16 |   222573 |   167752 |    19331     12 |       32 |        1
758.93/759.22	c  758s |      16 |   223058 |   168152 |    19331     12 |       32 |        1
760.94/761.28	c  761s |      16 |   223754 |   168652 |    19331     12 |       32 |        1
763.14/763.41	c  763s |      16 |   224439 |   169152 |    19331     12 |       32 |        1
765.13/765.46	c  765s |      16 |   224895 |   169552 |    19331     12 |       32 |        1
767.43/767.75	c  767s |      16 |   225385 |   169952 |    19331     12 |       32 |        1
769.63/769.93	c  769s |      16 |   225869 |   170352 |    19331     12 |       32 |        1
771.83/772.18	c  771s |      16 |   226339 |   170652 |    19331     12 |       32 |        1
774.44/774.72	c  774s |      16 |   226837 |   171052 |    19331     12 |       32 |        1
776.93/777.22	c  776s |      16 |   227279 |   171452 |    19331     12 |       32 |        1
778.93/779.26	c  779s |      16 |   227621 |   171752 |    19331     12 |       32 |        1
781.23/781.57	c  781s |      16 |   228114 |   172152 |    19331     12 |       32 |        1
783.73/784.06	c  783s |      16 |   228608 |   172552 |    19331     12 |       32 |        1
786.34/786.61	c  786s |      16 |   229053 |   172952 |    19331     12 |       32 |        1
788.33/788.62	c  788s |      16 |   229385 |   173252 |    19331     12 |       32 |        1
790.93/791.27	c  791s |      16 |   229860 |   173652 |    19331     12 |       32 |        1
792.94/793.28	c  793s |      16 |   230198 |   173952 |    19331     12 |       32 |        1
795.63/795.94	c  795s |      16 |   230649 |   174352 |    19331     12 |       32 |        1
797.73/798.09	c  797s |      16 |   230977 |   174652 |    19331     12 |       32 |        1
800.13/800.40	c  800s |      16 |   231347 |   174952 |    19331     12 |       32 |        1
802.63/802.98	c  802s |      16 |   231846 |   175352 |    19331     12 |       32 |        1
804.73/805.00	c  804s |      16 |   232226 |   175652 |    19331     12 |       32 |        1
806.93/807.28	c  807s |      16 |   232560 |   175952 |    19331     12 |       32 |        1
809.22/809.59	c  809s |      16 |   232893 |   176252 |    19331     12 |       32 |        1
811.64/811.92	c  811s |      16 |   233222 |   176552 |    19331     12 |       32 |        1
814.13/814.42	c  814s |      16 |   233551 |   176852 |    19331     12 |       32 |        1
816.63/816.95	c  816s |      16 |   233874 |   177152 |    19331     12 |       32 |        1
819.43/819.70	c  819s |      16 |   234194 |   177452 |    19331     12 |       32 |        1
821.54/821.80	c  821s |      16 |   234530 |   177752 |    19331     12 |       32 |        1
823.63/823.96	c  823s |      16 |   234996 |   178152 |    19331     12 |       32 |        1
826.33/826.69	c  826s |      16 |   235440 |   178552 |    19331     12 |       32 |        1
828.73/829.06	c  828s |      16 |   235759 |   178852 |    19331     12 |       32 |        1
830.92/831.22	c  830s |      16 |   235979 |   179052 |    19331     13 |       32 |        1
833.02/833.34	c  833s |      16 |   236294 |   179352 |    19331     13 |       32 |        1
835.12/835.43	c  835s |      16 |   236644 |   179652 |    19331     13 |       32 |        1
837.12/837.49	c  837s |      16 |   237003 |   179952 |    19331     13 |       32 |        1
839.32/839.65	c  839s |      16 |   237338 |   180252 |    19331     13 |       32 |        1
841.52/841.88	c  841s |      16 |   237865 |   180652 |    19331     13 |       32 |        1
844.02/844.37	c  844s |      16 |   238389 |   181052 |    19331     13 |       32 |        1
846.32/846.66	c  846s |      16 |   238937 |   181452 |    19331     13 |       32 |        1
848.62/848.99	c  848s |      16 |   239443 |   181852 |    19331     13 |       32 |        1
851.02/851.37	c  851s |      16 |   239889 |   182252 |    19331     13 |       32 |        1
853.52/853.87	c  853s |      16 |   240332 |   182652 |    19331     13 |       32 |        1
856.12/856.40	c  856s |      16 |   240895 |   183052 |    19331     13 |       32 |        1
858.52/858.87	c  858s |      16 |   241372 |   183452 |    19331     13 |       32 |        1
861.22/861.54	c  861s |      16 |   241960 |   183852 |    19331     13 |       32 |        1
863.32/863.65	c  863s |      16 |   242318 |   184152 |    19331     13 |       32 |        1
865.72/866.08	c  865s |      16 |   242766 |   184552 |    19331     13 |       32 |        1
868.01/868.38	c  868s |      16 |   243208 |   184952 |    19331     13 |       32 |        1
870.62/870.97	c  870s |      16 |   243651 |   185352 |    19331     13 |       32 |        1
873.13/873.43	c  873s |      16 |   244127 |   185752 |    19331     13 |       32 |        1
875.62/875.97	c  875s |      16 |   244574 |   186152 |    19331     13 |       32 |        1
877.62/877.98	c  877s |      16 |   244886 |   186452 |    19331     13 |       32 |        1
879.72/880.05	c  879s |      16 |   245212 |   186752 |    19331     13 |       32 |        1
881.81/882.14	c  881s |      16 |   245548 |   187052 |    19331     13 |       32 |        1
884.01/884.38	c  884s |      16 |   245875 |   187352 |    19331     13 |       32 |        1
886.11/886.48	c  886s |      16 |   246232 |   187652 |    19331     13 |       32 |        1
888.21/888.53	c  888s |      16 |   246561 |   187952 |    19331     13 |       32 |        1
890.22/890.57	c  890s |      16 |   246890 |   188252 |    19331     13 |       32 |        1
892.42/892.73	c  892s |      16 |   247215 |   188552 |    19331     13 |       32 |        1
894.52/894.87	c  894s |      16 |   247571 |   188852 |    19331     13 |       32 |        1
897.22/897.51	c  897s |      16 |   247990 |   189252 |    19331     13 |       32 |        1
899.22/899.52	c  899s |      16 |   248329 |   189552 |    19331     13 |       32 |        1
901.52/901.81	c  901s |      16 |   248643 |   189852 |    19331     13 |       32 |        1
903.92/904.25	c  903s |      16 |   248972 |   190152 |    19331     13 |       32 |        1
906.12/906.49	c  906s |      16 |   249287 |   190452 |    19331     13 |       32 |        1
908.21/908.58	c  908s |      16 |   249617 |   190752 |    19331     13 |       32 |        1
910.81/911.18	c  910s |      16 |   250062 |   191152 |    19331     13 |       32 |        1
912.91/913.29	c  913s |      16 |   250390 |   191452 |    19331     13 |       32 |        1
915.41/915.75	c  915s |      16 |   250721 |   191752 |    19331     13 |       32 |        1
918.01/918.32	c  918s |      16 |   251182 |   192152 |    19331     13 |       32 |        1
920.01/920.33	c  920s |      16 |   251558 |   192452 |    19331     13 |       32 |        1
922.21/922.51	c  922s |      16 |   251926 |   192752 |    19331     13 |       32 |        1
924.21/924.57	c  924s |      16 |   252325 |   193052 |    19331     13 |       32 |        1
926.31/926.68	c  926s |      16 |   252643 |   193352 |    19331     13 |       32 |        1
929.01/929.35	c  929s |      16 |   253159 |   193752 |    19331     13 |       32 |        1
931.31/931.62	c  931s |      16 |   253489 |   194052 |    19331     13 |       32 |        1
933.81/934.13	c  933s |      16 |   253715 |   194252 |    19331     14 |       32 |        1
935.82/936.16	c  935s |      16 |   254061 |   194552 |    19331     14 |       32 |        1
938.31/938.69	c  938s |      16 |   254511 |   194952 |    19331     14 |       32 |        1
940.51/940.89	c  940s |      16 |   254862 |   195252 |    19331     14 |       32 |        1
943.80/944.17	c  943s |      16 |   255222 |   195552 |    19331     14 |       32 |        1
946.00/946.39	c  946s |      16 |   255734 |   195952 |    19331     14 |       32 |        1
948.60/948.97	c  948s |      16 |   256410 |   196452 |    21265     14 |       32 |        1
950.60/950.98	c  950s |      16 |   256863 |   196852 |    21265     14 |       32 |        1
953.11/953.43	c  953s |      16 |   257360 |   197252 |    21265     14 |       32 |        1
954.11/954.49	c  954s |      17 |   257571 |   197432 |    21265     14 |       32 |        1
956.21/956.54	c  956s |      17 |   261997 |   197832 |    21265     14 |       32 |        1
958.41/958.72	c  958s |      17 |   262624 |   198432 |    21265     14 |       32 |        1
960.41/960.75	c  960s |      17 |   263257 |   199032 |    21265     14 |       32 |        1
962.51/962.83	c  962s |      17 |   263795 |   199532 |    21265     14 |       32 |        1
964.71/965.01	c  964s |      17 |   264467 |   200132 |    21265     14 |       32 |        1
966.91/967.23	c  966s |      17 |   265206 |   200832 |    21265     14 |       32 |        1
969.00/969.32	c  969s |      17 |   265870 |   201432 |    21265     14 |       32 |        1
971.11/971.42	c  971s |      17 |   266503 |   202032 |    21265     14 |       32 |        1
973.10/973.46	c  973s |      17 |   267058 |   202532 |    21265     14 |       32 |        1
975.20/975.56	c  975s |      17 |   267583 |   203032 |    21265     14 |       32 |        1
977.30/977.66	c  977s |      17 |   268235 |   203632 |    21265     14 |       32 |        1
979.50/979.87	c  979s |      17 |   268882 |   204232 |    21265     14 |       32 |        1
981.80/982.12	c  981s |      17 |   269310 |   204632 |    21265     14 |       32 |        1
984.10/984.42	c  984s |      17 |   269864 |   205132 |    21265     14 |       32 |        1
986.10/986.47	c  986s |      17 |   270300 |   205532 |    21265     14 |       32 |        1
988.49/988.82	c  988s |      17 |   271073 |   206232 |    21265     14 |       32 |        1
990.69/991.09	c  990s |      17 |   271723 |   206832 |    21265     14 |       32 |        1
993.10/993.42	c  993s |      17 |   272366 |   207432 |    21265     14 |       32 |        1
995.10/995.49	c  995s |      17 |   272902 |   207932 |    21265     14 |       32 |        1
997.60/997.95	c  997s |      17 |   273551 |   208532 |    21265     14 |       32 |        1
1000.40/1000.75	c 1000s |      17 |   274109 |   209032 |    21265     14 |       32 |        1
1003.10/1003.40	c 1003s |      17 |   274549 |   209432 |    21265     14 |       32 |        1
1005.30/1005.69	c 1005s |      17 |   274876 |   209732 |    21265     14 |       32 |        1
1007.90/1008.22	c 1007s |      17 |   275309 |   210132 |    21265     14 |       32 |        1
1009.90/1010.29	c 1010s |      17 |   275759 |   210532 |    21265     14 |       32 |        1
1012.30/1012.61	c 1012s |      17 |   276288 |   211032 |    21265     14 |       32 |        1
1014.59/1014.96	c 1014s |      17 |   276826 |   211532 |    21265     14 |       32 |        1
1016.99/1017.34	c 1017s |      17 |   277141 |   211832 |    21265     15 |       32 |        1
1019.29/1019.69	c 1019s |      17 |   277685 |   212332 |    21265     15 |       32 |        1
1021.39/1021.73	c 1021s |      17 |   278139 |   212732 |    21265     15 |       32 |        1
1023.59/1023.93	c 1023s |      17 |   278464 |   213032 |    21265     15 |       32 |        1
1025.89/1026.20	c 1025s |      17 |   278790 |   213332 |    21265     15 |       32 |        1
1028.09/1028.44	c 1028s |      17 |   279135 |   213632 |    21265     15 |       32 |        1
1030.50/1030.82	c 1030s |      17 |   279459 |   213932 |    21265     15 |       32 |        1
1032.79/1033.12	c 1032s |      17 |   279779 |   214232 |    21265     15 |       32 |        1
1035.30/1035.60	c 1035s |      17 |   280123 |   214532 |    21265     15 |       32 |        1
1037.40/1037.77	c 1037s |      17 |   280482 |   214832 |    21265     15 |       32 |        1
1039.60/1039.91	c 1039s |      17 |   280806 |   215132 |    21265     15 |       32 |        1
1041.70/1042.09	c 1041s |      17 |   281140 |   215432 |    21265     15 |       32 |        1
1044.00/1044.36	c 1044s |      17 |   281488 |   215732 |    21265     15 |       32 |        1
1046.09/1046.48	c 1046s |      17 |   281810 |   216032 |    21265     15 |       32 |        1
1048.29/1048.63	c 1048s |      17 |   282228 |   216432 |    21265     15 |       32 |        1
1050.39/1050.75	c 1050s |      17 |   282645 |   216832 |    21265     15 |       32 |        1
1052.40/1052.77	c 1052s |      17 |   283076 |   217232 |    21265     15 |       32 |        1
1054.49/1054.86	c 1054s |      17 |   283510 |   217632 |    21265     15 |       32 |        1
1056.99/1057.31	c 1057s |      17 |   284043 |   218132 |    21265     15 |       32 |        1
1059.19/1059.59	c 1059s |      17 |   284486 |   218532 |    21265     15 |       32 |        1
1061.58/1061.90	c 1061s |      17 |   284930 |   218932 |    21265     15 |       32 |        1
1063.98/1064.36	c 1064s |      17 |   285444 |   219432 |    21265     15 |       32 |        1
1066.09/1066.46	c 1066s |      17 |   285869 |   219832 |    21265     15 |       32 |        1
1068.29/1068.61	c 1068s |      17 |   286301 |   220232 |    21265     15 |       32 |        1
1070.49/1070.81	c 1070s |      17 |   286745 |   220632 |    21265     15 |       32 |        1
1072.79/1073.13	c 1072s |      17 |   287186 |   221032 |    21265     15 |       32 |        1
1074.89/1075.28	c 1075s |      17 |   287638 |   221432 |    21265     15 |       32 |        1
1077.19/1077.56	c 1077s |      17 |   288056 |   221832 |    21265     15 |       32 |        1
1079.39/1079.75	c 1079s |      17 |   288485 |   222232 |    21265     15 |       32 |        1
1081.69/1082.05	c 1081s |      17 |   288904 |   222632 |    21265     15 |       32 |        1
1083.99/1084.34	c 1084s |      17 |   289332 |   223032 |    21265     15 |       32 |        1
1086.18/1086.51	c 1086s |      17 |   289759 |   223432 |    21265     15 |       32 |        1
1088.48/1088.83	c 1088s |      17 |   290174 |   223832 |    21265     15 |       32 |        1
1090.58/1090.93	c 1090s |      17 |   290637 |   224232 |    21265     15 |       32 |        1
1092.78/1093.11	c 1092s |      17 |   291056 |   224632 |    21265     15 |       32 |        1
1094.88/1095.28	c 1095s |      17 |   291476 |   225032 |    21265     15 |       32 |        1
1097.18/1097.50	c 1097s |      17 |   291888 |   225432 |    21265     15 |       32 |        1
1099.69/1100.05	c 1099s |      17 |   292440 |   225932 |    21265     15 |       32 |        1
1101.99/1102.36	c 1102s |      17 |   292867 |   226332 |    21265     15 |       32 |        1
1104.19/1104.53	c 1104s |      17 |   293279 |   226732 |    21265     15 |       32 |        1
1106.39/1106.71	c 1106s |      17 |   293717 |   227132 |    21265     15 |       32 |        1
1108.78/1109.12	c 1108s |      17 |   294261 |   227632 |    21265     15 |       32 |        1
1111.88/1112.25	c 1111s |      17 |   294686 |   228032 |    21265     16 |       32 |        1
1113.88/1114.28	c 1114s |      17 |   295105 |   228432 |    21265     16 |       32 |        1
1115.98/1116.39	c 1116s |      17 |   295520 |   228832 |    21265     16 |       32 |        1
1118.28/1118.70	c 1118s |      17 |   296053 |   229332 |    21265     16 |       32 |        1
1121.17/1121.55	c 1121s |      17 |   296586 |   229832 |    21265     16 |       32 |        1
1123.68/1124.03	c 1123s |      17 |   297015 |   230232 |    21265     16 |       32 |        1
1125.87/1126.22	c 1125s |      17 |   297335 |   230532 |    21265     16 |       32 |        1
1128.07/1128.43	c 1128s |      17 |   297760 |   230932 |    21265     16 |       32 |        1
1130.27/1130.70	c 1130s |      17 |   298183 |   231332 |    21265     16 |       32 |        1
1132.58/1132.99	c 1132s |      17 |   298602 |   231732 |    21265     16 |       32 |        1
1134.78/1135.19	c 1134s |      17 |   299143 |   232232 |    21265     16 |       32 |        1
1137.19/1137.52	c 1137s |      17 |   299688 |   232732 |    21265     16 |       32 |        1
1139.39/1139.73	c 1139s |      17 |   300118 |   233132 |    21265     16 |       32 |        1
1141.78/1142.15	c 1141s |      17 |   300439 |   233432 |    21265     16 |       32 |        1
1143.78/1144.18	c 1143s |      17 |   300762 |   233732 |    21265     16 |       32 |        1
1146.77/1147.15	c 1146s |      17 |   301176 |   234132 |    21265     16 |       32 |        1
1148.77/1149.16	c 1148s |      17 |   301494 |   234432 |    21265     16 |       32 |        1
1150.77/1151.18	c 1150s |      17 |   301807 |   234732 |    21265     16 |       32 |        1
1152.97/1153.39	c 1153s |      17 |   302133 |   235032 |    21265     16 |       32 |        1
1155.07/1155.42	c 1155s |      17 |   302566 |   235432 |    21265     16 |       32 |        1
1157.38/1157.70	c 1157s |      17 |   303010 |   235832 |    21265     16 |       32 |        1
1159.58/1159.95	c 1159s |      17 |   303441 |   236232 |    21265     16 |       32 |        1
1161.67/1162.00	c 1161s |      17 |   303873 |   236632 |    21265     16 |       32 |        1
1163.77/1164.18	c 1163s |      17 |   304294 |   237032 |    21265     16 |       32 |        1
1166.17/1166.54	c 1166s |      17 |   304723 |   237432 |    21265     16 |       32 |        1
1168.18/1168.55	c 1168s |      17 |   305047 |   237732 |    21265     16 |       32 |        1
1170.58/1170.99	c 1170s |      17 |   305484 |   238132 |    21265     16 |       32 |        1
1172.87/1173.27	c 1173s |      17 |   305918 |   238532 |    21265     16 |       32 |        1
1175.37/1175.73	c 1175s |      17 |   306347 |   238932 |    21265     16 |       32 |        1
1177.78/1178.15	c 1177s |      17 |   306776 |   239332 |    21265     16 |       32 |        1
1180.27/1180.63	c 1180s |      17 |   307199 |   239732 |    21265     16 |       32 |        1
1182.77/1183.18	c 1182s |      17 |   307625 |   240132 |    21265     16 |       32 |        1
1184.87/1185.24	c 1184s |      17 |   307941 |   240432 |    21265     16 |       32 |        1
1187.27/1187.65	c 1187s |      17 |   308406 |   240832 |    21265     16 |       32 |        1
1189.98/1190.30	c 1190s |      17 |   308838 |   241232 |    21265     16 |       32 |        1
1192.17/1192.52	c 1192s |      17 |   309160 |   241532 |    21265     16 |       32 |        1
1194.17/1194.60	c 1194s |      17 |   309485 |   241832 |    21265     16 |       32 |        1
1196.57/1196.92	c 1196s |      17 |   309812 |   242132 |    21265     16 |       32 |        1
1199.07/1199.48	c 1199s |      17 |   310247 |   242532 |    21265     16 |       32 |        1
1201.67/1202.07	c 1201s |      17 |   310669 |   242932 |    21265     16 |       32 |        1
1204.27/1204.66	c 1204s |      17 |   311097 |   243332 |    21265     16 |       32 |        1
1206.37/1206.71	c 1206s |      17 |   311408 |   243632 |    21265     16 |       32 |        1
1208.46/1208.80	c 1208s |      17 |   311725 |   243932 |    21265     16 |       32 |        1
1210.56/1210.93	c 1210s |      17 |   312038 |   244232 |    21265     16 |       32 |        1
1213.36/1213.70	c 1213s |      17 |   312246 |   244432 |    21265     17 |       32 |        1
1215.76/1216.18	c 1215s |      17 |   312679 |   244832 |    21265     17 |       32 |        1
1218.87/1219.23	c 1218s |      17 |   312897 |   245032 |    21265     17 |       32 |        1
1220.87/1221.25	c 1220s |      17 |   313213 |   245332 |    21265     17 |       32 |        1
1223.07/1223.43	c 1223s |      17 |   313520 |   245632 |    21265     17 |       32 |        1
1225.26/1225.65	c 1225s |      17 |   313839 |   245932 |    21265     17 |       32 |        1
1227.37/1227.78	c 1227s |      17 |   314155 |   246232 |    21265     17 |       32 |        1
1229.57/1229.96	c 1229s |      17 |   314473 |   246532 |    21265     17 |       32 |        1
1231.67/1232.04	c 1231s |      17 |   314796 |   246832 |    21265     17 |       32 |        1
1234.26/1234.65	c 1234s |      17 |   315115 |   247132 |    21265     17 |       32 |        1
1236.26/1236.66	c 1236s |      17 |   315446 |   247432 |    21265     17 |       32 |        1
1238.56/1238.97	c 1238s |      17 |   315767 |   247732 |    21265     17 |       32 |        1
1240.96/1241.32	c 1241s |      17 |   316087 |   248032 |    21265     17 |       32 |        1
1243.26/1243.64	c 1243s |      17 |   316409 |   248332 |    21265     17 |       32 |        1
1245.46/1245.84	c 1245s |      17 |   316728 |   248632 |    21265     17 |       32 |        1
1247.46/1247.88	c 1247s |      17 |   317049 |   248932 |    21265     17 |       32 |        1
1249.86/1250.28	c 1250s |      17 |   317362 |   249232 |    21265     17 |       32 |        1
1252.36/1252.71	c 1252s |      17 |   317665 |   249532 |    21265     17 |       32 |        1
1254.56/1254.94	c 1254s |      17 |   318121 |   249932 |    21265     17 |       32 |        1
1256.86/1257.26	c 1257s |      17 |   318545 |   250332 |    21265     17 |       32 |        1
1259.36/1259.71	c 1259s |      17 |   318970 |   250732 |    21265     17 |       32 |        1
1261.86/1262.23	c 1261s |      17 |   319402 |   251132 |    21265     17 |       32 |        1
1264.36/1264.71	c 1264s |      17 |   319824 |   251532 |    21265     17 |       32 |        1
1266.76/1267.20	c 1266s |      17 |   320260 |   251932 |    21265     17 |       32 |        1
1269.16/1269.52	c 1269s |      17 |   320694 |   252332 |    21265     17 |       32 |        1
1271.26/1271.62	c 1271s |      17 |   321001 |   252632 |    21265     17 |       32 |        1
1273.85/1274.29	c 1274s |      17 |   321422 |   253032 |    21265     17 |       32 |        1
1276.55/1276.90	c 1276s |      17 |   321867 |   253432 |    21265     17 |       32 |        1
1279.15/1279.52	c 1279s |      17 |   322307 |   253832 |    21265     17 |       32 |        1
1281.46/1281.88	c 1281s |      17 |   322762 |   254232 |    21265     17 |       32 |        1
1283.56/1283.94	c 1283s |      17 |   323197 |   254632 |    21265     17 |       32 |        1
1285.76/1286.16	c 1285s |      17 |   323624 |   255032 |    21265     17 |       32 |        1
1288.26/1288.62	c 1288s |      17 |   324190 |   255532 |    21265     17 |       32 |        1
1290.65/1291.07	c 1290s |      17 |   324609 |   255932 |    21265     17 |       32 |        1
1292.85/1293.21	c 1292s |      17 |   325020 |   256332 |    21265     17 |       32 |        1
1295.05/1295.43	c 1295s |      17 |   325445 |   256732 |    21265     17 |       32 |        1
1297.15/1297.55	c 1297s |      17 |   325912 |   257132 |    21265     17 |       32 |        1
1299.25/1299.65	c 1299s |      17 |   326341 |   257532 |    21265     17 |       32 |        1
1301.45/1301.83	c 1301s |      17 |   326800 |   257932 |    21265     17 |       32 |        1
1303.95/1304.30	c 1304s |      17 |   327240 |   258332 |    21265     17 |       32 |        1
1306.25/1306.66	c 1306s |      17 |   327680 |   258732 |    21265     17 |       32 |        1
1308.65/1309.10	c 1308s |      17 |   328105 |   259132 |    21265     17 |       32 |        1
1311.15/1311.56	c 1311s |      17 |   328536 |   259532 |    21265     17 |       32 |        1
1313.65/1314.04	c 1313s |      17 |   328959 |   259932 |    21265     17 |       32 |        1
1315.95/1316.39	c 1316s |      17 |   329395 |   260332 |    21265     17 |       32 |        1
1318.04/1318.47	c 1318s |      17 |   329699 |   260632 |    21265     17 |       32 |        1
1320.86/1321.29	c 1321s |      17 |   329903 |   260832 |    21265     18 |       32 |        1
1323.15/1323.57	c 1323s |      17 |   330318 |   261232 |    21265     18 |       32 |        1
1325.45/1325.81	c 1325s |      17 |   330753 |   261632 |    21265     18 |       32 |        1
1327.85/1328.22	c 1327s |      17 |   331193 |   262032 |    21265     18 |       32 |        1
1330.05/1330.44	c 1330s |      17 |   331619 |   262432 |    21265     18 |       32 |        1
1332.45/1332.82	c 1332s |      17 |   332041 |   262832 |    21265     18 |       32 |        1
1334.85/1335.24	c 1334s |      17 |   332461 |   263232 |    21265     18 |       32 |        1
1337.25/1337.70	c 1337s |      17 |   332873 |   263632 |    21265     18 |       32 |        1
1340.85/1341.27	c 1341s |      17 |   333197 |   263932 |    21265     18 |       32 |        1
1343.14/1343.57	c 1343s |      17 |   333737 |   264432 |    21265     18 |       32 |        1
1345.65/1346.05	c 1345s |      17 |   334261 |   264932 |    21265     18 |       32 |        1
1347.85/1348.22	c 1347s |      17 |   334697 |   265332 |    21265     18 |       32 |        1
1350.25/1350.64	c 1350s |      17 |   335213 |   265832 |    21265     18 |       32 |        1
1352.25/1352.66	c 1352s |      17 |   335648 |   266232 |    21265     18 |       32 |        1
1354.45/1354.86	c 1354s |      17 |   336065 |   266632 |    21265     18 |       32 |        1
1356.54/1356.97	c 1356s |      17 |   336481 |   267032 |    21265     18 |       32 |        1
1358.74/1359.11	c 1358s |      17 |   336917 |   267432 |    21265     18 |       32 |        1
1360.84/1361.23	c 1360s |      17 |   337350 |   267832 |    21265     18 |       32 |        1
1362.94/1363.39	c 1363s |      17 |   337793 |   268232 |    21265     18 |       32 |        1
1365.04/1365.40	c 1365s |      17 |   338103 |   268532 |    21265     18 |       32 |        1
1367.64/1368.02	c 1367s |      17 |   338532 |   268932 |    21265     18 |       32 |        1
1369.65/1370.03	c 1369s |      17 |   338850 |   269232 |    21265     18 |       32 |        1
1371.74/1372.16	c 1371s |      17 |   339155 |   269532 |    21265     18 |       32 |        1
1374.44/1374.82	c 1374s |      17 |   339569 |   269932 |    21265     18 |       32 |        1
1376.64/1377.08	c 1376s |      17 |   339881 |   270232 |    21265     18 |       32 |        1
1378.74/1379.18	c 1378s |      17 |   340204 |   270532 |    21265     18 |       32 |        1
1380.74/1381.18	c 1380s |      17 |   340522 |   270832 |    21265     18 |       32 |        1
1382.84/1383.24	c 1382s |      17 |   340849 |   271132 |    21265     18 |       32 |        1
1384.94/1385.39	c 1385s |      17 |   341174 |   271432 |    21265     18 |       32 |        1
1387.14/1387.58	c 1387s |      17 |   341509 |   271732 |    21265     18 |       32 |        1
1389.23/1389.68	c 1389s |      17 |   341837 |   272032 |    21265     18 |       32 |        1
1391.34/1391.75	c 1391s |      17 |   342158 |   272332 |    21265     18 |       32 |        1
1393.54/1393.91	c 1393s |      17 |   342478 |   272632 |    21265     18 |       32 |        1
1395.65/1396.07	c 1395s |      17 |   342806 |   272932 |    21265     18 |       32 |        1
1397.94/1398.33	c 1398s |      17 |   343128 |   273232 |    21265     18 |       32 |        1
1400.14/1400.59	c 1400s |      17 |   343448 |   273532 |    21265     18 |       32 |        1
1402.24/1402.61	c 1402s |      17 |   343765 |   273832 |    21265     18 |       32 |        1
1404.34/1404.74	c 1404s |      17 |   344089 |   274132 |    21265     18 |       32 |        1
1406.54/1406.97	c 1406s |      17 |   344399 |   274432 |    21265     18 |       32 |        1
1408.64/1409.03	c 1408s |      17 |   344705 |   274732 |    21265     18 |       32 |        1
1410.73/1411.13	c 1410s |      17 |   345028 |   275032 |    21265     18 |       32 |        1
1412.93/1413.36	c 1413s |      17 |   345344 |   275332 |    21265     18 |       32 |        1
1415.14/1415.52	c 1415s |      17 |   345665 |   275632 |    21265     18 |       32 |        1
1417.33/1417.76	c 1417s |      17 |   345977 |   275932 |    21265     18 |       32 |        1
1419.53/1419.94	c 1419s |      17 |   346296 |   276232 |    21265     18 |       32 |        1
1421.94/1422.31	c 1422s |      17 |   346610 |   276532 |    21265     18 |       32 |        1
1424.33/1424.73	c 1424s |      17 |   346924 |   276832 |    21265     18 |       32 |        1
1429.23/1429.67	c 1429s |      17 |   347245 |   277132 |    21265     19 |       32 |        1
1431.73/1432.14	c 1431s |      17 |   347684 |   277532 |    21265     19 |       32 |        1
1433.84/1434.24	c 1433s |      17 |   348139 |   277932 |    21265     19 |       32 |        1
1436.03/1436.48	c 1436s |      17 |   348567 |   278332 |    21265     19 |       32 |        1
1438.33/1438.79	c 1438s |      17 |   348998 |   278732 |    21265     19 |       32 |        1
1440.83/1441.23	c 1440s |      17 |   349445 |   279132 |    21265     19 |       32 |        1
1443.33/1443.74	c 1443s |      17 |   349977 |   279632 |    21265     19 |       32 |        1
1445.43/1445.87	c 1445s |      17 |   350397 |   280032 |    21265     19 |       32 |        1
1447.53/1447.97	c 1447s |      17 |   350826 |   280432 |    21265     19 |       32 |        1
1449.83/1450.22	c 1449s |      17 |   351269 |   280832 |    21265     19 |       32 |        1
1452.23/1452.66	c 1452s |      17 |   351705 |   281232 |    21265     19 |       32 |        1
1454.43/1454.84	c 1454s |      17 |   352134 |   281632 |    21265     19 |       32 |        1
1456.93/1457.33	c 1457s |      17 |   352550 |   282032 |    21265     19 |       32 |        1
1459.43/1459.82	c 1459s |      17 |   352990 |   282432 |    21265     19 |       32 |        1
1461.73/1462.16	c 1461s |      17 |   353429 |   282832 |    21265     19 |       32 |        1
1464.13/1464.52	c 1464s |      17 |   353840 |   283232 |    21265     19 |       32 |        1
1466.43/1466.86	c 1466s |      17 |   354297 |   283632 |    21265     19 |       32 |        1
1468.93/1469.38	c 1469s |      17 |   354727 |   284032 |    21265     19 |       32 |        1
1471.53/1471.95	c 1471s |      17 |   355176 |   284432 |    21265     19 |       32 |        1
1473.52/1473.96	c 1473s |      17 |   355494 |   284732 |    21265     19 |       32 |        1
1476.02/1476.49	c 1476s |      17 |   355924 |   285132 |    21265     19 |       32 |        1
1478.13/1478.57	c 1478s |      17 |   356250 |   285432 |    21265     19 |       32 |        1
1480.23/1480.63	c 1480s |      17 |   356570 |   285732 |    21265     19 |       32 |        1
1482.72/1483.10	c 1482s |      17 |   356993 |   286132 |    21265     19 |       32 |        1
1485.23/1485.66	c 1485s |      17 |   357414 |   286532 |    21265     19 |       32 |        1
1487.22/1487.66	c 1487s |      17 |   357726 |   286832 |    21265     19 |       32 |        1
1489.32/1489.72	c 1489s |      17 |   358043 |   287132 |    21265     19 |       32 |        1
1491.92/1492.37	c 1492s |      17 |   358464 |   287532 |    21265     19 |       32 |        1
1494.03/1494.42	c 1494s |      17 |   358798 |   287832 |    21265     19 |       32 |        1
1496.32/1496.76	c 1496s |      17 |   359109 |   288132 |    21265     19 |       32 |        1
1498.62/1499.03	c 1498s |      17 |   359426 |   288432 |    21265     19 |       32 |        1
1501.23/1501.66	c 1501s |      17 |   359848 |   288832 |    21265     19 |       32 |        1
1503.92/1504.30	c 1504s |      17 |   360262 |   289232 |    21265     19 |       32 |        1
1505.92/1506.33	c 1506s |      17 |   360581 |   289532 |    21265     19 |       32 |        1
1507.92/1508.39	c 1508s |      17 |   360915 |   289832 |    21265     19 |       32 |        1
1510.22/1510.62	c 1510s |      17 |   361217 |   290132 |    21265     19 |       32 |        1
1512.52/1512.97	c 1512s |      17 |   361534 |   290432 |    21265     19 |       32 |        1
1514.81/1515.22	c 1514s |      17 |   361843 |   290732 |    21265     19 |       32 |        1
1517.12/1517.54	c 1517s |      17 |   362161 |   291032 |    21265     19 |       32 |        1
1519.22/1519.69	c 1519s |      17 |   362481 |   291332 |    21265     19 |       32 |        1
1521.52/1521.97	c 1521s |      17 |   362817 |   291632 |    21265     19 |       32 |        1
1523.72/1524.13	c 1523s |      17 |   363128 |   291932 |    21265     19 |       32 |        1
1526.12/1526.55	c 1526s |      17 |   363441 |   292232 |    21265     19 |       32 |        1
1528.22/1528.69	c 1528s |      17 |   363757 |   292532 |    21265     19 |       32 |        1
1530.32/1530.76	c 1530s |      17 |   364081 |   292832 |    21265     19 |       32 |        1
1532.52/1532.90	c 1532s |      17 |   364398 |   293132 |    21265     19 |       32 |        1
1534.62/1535.02	c 1534s |      17 |   364714 |   293432 |    21265     19 |       32 |        1
1538.02/1538.40	c 1538s |      17 |   364932 |   293632 |    21265     20 |       32 |        1
1540.01/1540.45	c 1540s |      17 |   365355 |   294032 |    21265     20 |       32 |        1
1542.52/1542.97	c 1542s |      17 |   365886 |   294532 |    23392     20 |       32 |        1
1545.01/1545.48	c 1545s |      17 |   366302 |   294932 |    23392     20 |       32 |        1
1547.32/1547.77	c 1547s |      17 |   366408 |   295032 |    23392     20 |       32 |        1
1549.82/1550.24	c 1549s |      17 |   366836 |   295432 |    23392     20 |       32 |        1
1552.12/1552.51	c 1552s |      17 |   367258 |   295832 |    23392     20 |       32 |        1
1554.12/1554.51	c 1554s |      17 |   367681 |   296232 |    23392     20 |       32 |        1
1554.22/1554.65	c 1554s |      18 |   367699 |   296252 |    23392     20 |       32 |        1
1556.42/1556.88	c 1556s |      18 |   371007 |   296652 |    23392     20 |       32 |        1
1558.52/1558.94	c 1558s |      18 |   372004 |   297552 |    23392     20 |       32 |        1
1560.62/1561.04	c 1560s |      18 |   372656 |   298152 |    23392     20 |       32 |        1
1562.61/1563.09	c 1562s |      18 |   373311 |   298752 |    23392     20 |       32 |        1
1564.81/1565.24	c 1564s |      18 |   374165 |   299552 |    23392     20 |       32 |        1
1567.12/1567.53	c 1567s |      18 |   375012 |   300352 |    23392     20 |       32 |        1
1569.32/1569.75	c 1569s |      18 |   375744 |   301052 |    23392     20 |       32 |        1
1571.41/1571.88	c 1571s |      18 |   376588 |   301852 |    23392     20 |       32 |        1
1573.82/1574.23	c 1573s |      18 |   377218 |   302452 |    23392     20 |       32 |        1
1575.92/1576.36	c 1576s |      18 |   377743 |   302952 |    23392     20 |       32 |        1
1578.01/1578.49	c 1578s |      18 |   378291 |   303452 |    23392     20 |       32 |        1
1580.42/1580.82	c 1580s |      18 |   378924 |   304052 |    23392     20 |       32 |        1
1582.41/1582.90	c 1582s |      18 |   379662 |   304752 |    23392     20 |       32 |        1
1584.61/1585.01	c 1584s |      18 |   380393 |   305452 |    23392     20 |       32 |        1
1586.81/1587.29	c 1587s |      18 |   381126 |   306152 |    23392     20 |       32 |        1
1588.91/1589.32	c 1589s |      18 |   381773 |   306752 |    23392     20 |       32 |        1
1591.21/1591.64	c 1591s |      18 |   382413 |   307352 |    23392     20 |       32 |        1
1593.51/1594.00	c 1593s |      18 |   383045 |   307952 |    23392     20 |       32 |        1
1595.61/1596.04	c 1595s |      18 |   383580 |   308452 |    23392     20 |       32 |        1
1597.91/1598.35	c 1598s |      18 |   384120 |   308952 |    23392     20 |       32 |        1
1600.11/1600.53	c 1600s |      18 |   384660 |   309452 |    23392     20 |       32 |        1
1602.41/1602.88	c 1602s |      18 |   385176 |   309952 |    23392     20 |       32 |        1
1604.91/1605.31	c 1605s |      18 |   385699 |   310452 |    23392     20 |       32 |        1
1607.41/1607.86	c 1607s |      18 |   386232 |   310952 |    23392     20 |       32 |        1
1609.91/1610.32	c 1610s |      18 |   386760 |   311452 |    23392     20 |       32 |        1
1612.01/1612.48	c 1612s |      18 |   387169 |   311852 |    23392     20 |       32 |        1
1614.20/1614.60	c 1614s |      18 |   387383 |   312052 |    23392     21 |       32 |        1
1616.20/1616.62	c 1616s |      18 |   387801 |   312452 |    23392     21 |       32 |        1
1618.20/1618.66	c 1618s |      18 |   388446 |   313052 |    23392     21 |       32 |        1
1620.30/1620.73	c 1620s |      18 |   389079 |   313652 |    23392     21 |       32 |        1
1622.50/1622.95	c 1622s |      18 |   389722 |   314252 |    23392     21 |       32 |        1
1624.80/1625.21	c 1624s |      18 |   390372 |   314852 |    23392     21 |       32 |        1
1626.80/1627.25	c 1626s |      18 |   390899 |   315352 |    23392     21 |       32 |        1
1628.91/1629.35	c 1629s |      18 |   391428 |   315852 |    23392     21 |       32 |        1
1631.10/1631.50	c 1631s |      18 |   391958 |   316352 |    23392     21 |       32 |        1
1633.30/1633.75	c 1633s |      18 |   392478 |   316852 |    23392     21 |       32 |        1
1635.50/1635.96	c 1635s |      18 |   393004 |   317352 |    23392     21 |       32 |        1
1638.00/1638.43	c 1638s |      18 |   393528 |   317852 |    23392     21 |       32 |        1
1640.40/1640.81	c 1640s |      18 |   394055 |   318352 |    23392     21 |       32 |        1
1642.40/1642.84	c 1642s |      18 |   394486 |   318752 |    23392     21 |       32 |        1
1644.70/1645.18	c 1644s |      18 |   395001 |   319252 |    23392     21 |       32 |        1
1647.10/1647.50	c 1647s |      18 |   395540 |   319752 |    23392     21 |       32 |        1
1649.20/1649.69	c 1649s |      18 |   395957 |   320152 |    23392     21 |       32 |        1
1651.69/1652.12	c 1651s |      18 |   396484 |   320652 |    23392     21 |       32 |        1
1654.11/1654.59	c 1654s |      18 |   397001 |   321152 |    23392     21 |       32 |        1
1656.60/1657.08	c 1656s |      18 |   397539 |   321652 |    23392     21 |       32 |        1
1659.10/1659.59	c 1659s |      18 |   398079 |   322152 |    23392     21 |       32 |        1
1661.20/1661.60	c 1661s |      18 |   398497 |   322552 |    23392     21 |       32 |        1
1663.20/1663.66	c 1663s |      18 |   398918 |   322952 |    23392     21 |       32 |        1
1665.30/1665.73	c 1665s |      18 |   399344 |   323352 |    23392     21 |       32 |        1
1667.70/1668.17	c 1667s |      18 |   399862 |   323852 |    23392     21 |       32 |        1
1669.80/1670.22	c 1669s |      18 |   400293 |   324252 |    23392     21 |       32 |        1
1672.20/1672.63	c 1672s |      18 |   400832 |   324752 |    23392     21 |       32 |        1
1674.30/1674.74	c 1674s |      18 |   401351 |   325252 |    23392     21 |       32 |        1
1676.60/1677.01	c 1676s |      18 |   401878 |   325752 |    23392     21 |       32 |        1
1678.90/1679.37	c 1679s |      18 |   402425 |   326252 |    23392     21 |       32 |        1
1681.30/1681.72	c 1681s |      18 |   402942 |   326752 |    23392     21 |       32 |        1
1683.30/1683.76	c 1683s |      18 |   403367 |   327152 |    23392     21 |       32 |        1
1685.40/1685.87	c 1685s |      18 |   403793 |   327552 |    23392     21 |       32 |        1
1687.80/1688.29	c 1688s |      18 |   404311 |   328052 |    23392     21 |       32 |        1
1690.40/1690.84	c 1690s |      18 |   404834 |   328552 |    23392     21 |       32 |        1
1692.60/1693.08	c 1692s |      18 |   405239 |   328952 |    23392     21 |       32 |        1
1694.80/1695.27	c 1695s |      18 |   405665 |   329352 |    23392     21 |       32 |        1
1697.20/1697.63	c 1697s |      18 |   405871 |   329552 |    23392     22 |       32 |        1
1699.39/1699.84	c 1699s |      18 |   406440 |   330052 |    23392     22 |       32 |        1
1701.40/1701.87	c 1701s |      18 |   406959 |   330552 |    23392     22 |       32 |        1
1703.50/1703.93	c 1703s |      18 |   407508 |   331052 |    23392     22 |       32 |        1
1705.80/1706.27	c 1706s |      18 |   408156 |   331652 |    23392     22 |       32 |        1
1708.00/1708.47	c 1708s |      18 |   408700 |   332152 |    23392     22 |       32 |        1
1710.39/1710.84	c 1710s |      18 |   409345 |   332752 |    23392     22 |       32 |        1
1712.49/1712.94	c 1712s |      18 |   409882 |   333252 |    23392     22 |       32 |        1
1714.60/1715.06	c 1714s |      18 |   410411 |   333752 |    23392     22 |       32 |        1
1716.89/1717.30	c 1717s |      18 |   410935 |   334252 |    23392     22 |       32 |        1
1719.00/1719.46	c 1719s |      18 |   411461 |   334752 |    23392     22 |       32 |        1
1721.39/1721.85	c 1721s |      18 |   412154 |   335352 |    23392     22 |       32 |        1
1723.59/1724.04	c 1723s |      18 |   412699 |   335852 |    23392     22 |       32 |        1
1726.09/1726.51	c 1726s |      18 |   413230 |   336352 |    23392     22 |       32 |        1
1728.48/1728.93	c 1728s |      18 |   413751 |   336852 |    23392     22 |       32 |        1
1731.00/1731.49	c 1731s |      18 |   414275 |   337352 |    23392     22 |       32 |        1
1733.49/1733.91	c 1733s |      18 |   414826 |   337852 |    23392     22 |       32 |        1
1735.78/1736.23	c 1735s |      18 |   415244 |   338252 |    23392     22 |       32 |        1
1737.78/1738.26	c 1737s |      18 |   415688 |   338652 |    23392     22 |       32 |        1
1740.18/1740.61	c 1740s |      18 |   416227 |   339152 |    23392     22 |       32 |        1
1742.18/1742.64	c 1742s |      18 |   416676 |   339552 |    23392     22 |       32 |        1
1744.58/1745.07	c 1744s |      18 |   417213 |   340052 |    23392     22 |       32 |        1
1746.68/1747.11	c 1746s |      18 |   417636 |   340452 |    23392     22 |       32 |        1
1748.78/1749.21	c 1748s |      18 |   418062 |   340852 |    23392     22 |       32 |        1
1750.89/1751.34	c 1751s |      18 |   418485 |   341252 |    23392     22 |       32 |        1
1753.28/1753.78	c 1753s |      18 |   419009 |   341752 |    23392     22 |       32 |        1
1755.78/1756.25	c 1755s |      18 |   419526 |   342252 |    23392     22 |       32 |        1
1757.78/1758.29	c 1758s |      18 |   419955 |   342652 |    23392     22 |       32 |        1
1759.88/1760.39	c 1760s |      18 |   420380 |   343052 |    23392     22 |       32 |        1
1761.98/1762.48	c 1762s |      18 |   420790 |   343452 |    23392     22 |       32 |        1
1764.18/1764.66	c 1764s |      18 |   421198 |   343852 |    23392     22 |       32 |        1
1766.18/1766.69	c 1766s |      18 |   421635 |   344252 |    23392     22 |       32 |        1
1768.29/1768.74	c 1768s |      18 |   422062 |   344652 |    23392     22 |       32 |        1
1770.49/1770.97	c 1770s |      18 |   422504 |   345052 |    23392     22 |       32 |        1
1772.79/1773.27	c 1773s |      18 |   422936 |   345452 |    23392     22 |       32 |        1
1775.18/1775.63	c 1775s |      18 |   423367 |   345852 |    23392     22 |       32 |        1
1777.38/1777.87	c 1777s |      18 |   423794 |   346252 |    23392     22 |       32 |        1
1779.88/1780.36	c 1780s |      18 |   424221 |   346652 |    23392     22 |       32 |        1
1783.89/1784.33	c 1784s |      18 |   424640 |   347052 |    23392     23 |       32 |        1
1785.99/1786.45	c 1786s |      18 |   425058 |   347452 |    23392     23 |       32 |        1
1788.18/1788.70	c 1788s |      18 |   425585 |   347952 |    23392     23 |       32 |        1
1790.27/1790.75	c 1790s |      18 |   426027 |   348352 |    23392     23 |       32 |        1
1792.58/1793.09	c 1792s |      18 |   426554 |   348852 |    23392     23 |       32 |        1
1794.97/1795.40	c 1795s |      18 |   427103 |   349352 |    23392     23 |       32 |        1
1798.08/1798.52	c 1798s |      18 |   427317 |   349552 |    23392     23 |       32 |        1

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

pid=14358
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: 1.24 1.73 2.00 3/172 14361
/proc/meminfo: memFree=28408800/32872528 swapFree=1515120/1684772
[pid=14361] ppid=14358 vsize=777660 CPUtime=0 cores=1,3,5,7
/proc/14361/stat : 14361 (toysat) R 14358 14361 12810 0 -1 4202496 2911 0 0 0 0 0 0 0 20 0 4 0 8868031 796323840 3273 33554432000 4194304 16246674 140735574807520 140735574806944 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14361/statm: 195183 3282 441 2943 0 192077 0
[pid=14361/tid=14362] ppid=14358 vsize=796092 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14362/stat : 14362 (toysat) S 14358 14361 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8868031 815198208 3345 33554432000 4194304 16246674 140735574807520 140293865188592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14361/tid=14363] ppid=14358 vsize=801212 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (toysat) S 14358 14361 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8868031 820441088 3363 33554432000 4194304 16246674 140735574807520 140293854698736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14361/tid=14364] ppid=14358 vsize=805308 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (toysat) S 14358 14361 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8868031 824635392 3380 33554432000 4194304 16246674 140735574807520 140293844225200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100199 s]
/proc/loadavg: 1.24 1.73 2.00 3/172 14361
/proc/meminfo: memFree=28408800/32872528 swapFree=1515120/1684772
[pid=14361] ppid=14358 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/14361/stat : 14361 (toysat) R 14358 14361 12810 0 -1 4202496 28352 0 0 0 6 3 0 0 20 0 4 0 8868031 1333334016 28652 33554432000 4194304 16246674 140735574807520 140735574806832 7374276 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14361/statm: 325521 28669 799 2943 0 322415 0
[pid=14361/tid=14362] ppid=14358 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14362/stat : 14362 (toysat) S 14358 14361 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8868031 1333334016 28680 33554432000 4194304 16246674 140735574807520 140293865188592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14361/tid=14363] ppid=14358 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (toysat) S 14358 14361 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8868031 1333334016 28692 33554432000 4194304 16246674 140735574807520 140293854698736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14361/tid=14364] ppid=14358 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (toysat) S 14358 14361 12810 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8868031 1333334016 28703 33554432000 4194304 16246674 140735574807520 140293844225200 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.200531 s]
/proc/loadavg: 1.24 1.73 2.00 3/172 14361
/proc/meminfo: memFree=28408800/32872528 swapFree=1515120/1684772
[pid=14361] ppid=14358 vsize=1314372 CPUtime=0.19 cores=1,3,5,7
/proc/14361/stat : 14361 (toysat) R 14358 14361 12810 0 -1 4202496 44858 0 0 0 14 5 0 0 20 0 4 0 8868031 1345916928 45157 33554432000 4194304 16246674 140735574807520 140735574806832 6757816 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14361/statm: 328593 45157 832 2943 0 325487 0
[pid=14361/tid=14362] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14362/stat : 14362 (toysat) S 14358 14361 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 45157 33554432000 4194304 16246674 140735574807520 140293865188592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14361/tid=14363] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (toysat) S 14358 14361 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 45157 33554432000 4194304 16246674 140735574807520 140293854698736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14361/tid=14364] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (toysat) S 14358 14361 12810 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 45157 33554432000 4194304 16246674 140735574807520 140293844225200 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) 1314372

[startup+0.300494 s]
/proc/loadavg: 1.24 1.73 2.00 3/172 14361
/proc/meminfo: memFree=28408800/32872528 swapFree=1515120/1684772
[pid=14361] ppid=14358 vsize=1314372 CPUtime=0.29 cores=1,3,5,7
/proc/14361/stat : 14361 (toysat) R 14358 14361 12810 0 -1 4202496 52424 0 0 0 22 7 0 0 20 0 4 0 8868031 1345916928 52724 33554432000 4194304 16246674 140735574807520 140735574806832 5674521 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14361/statm: 328593 52726 890 2943 0 325487 0
[pid=14361/tid=14362] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14362/stat : 14362 (toysat) S 14358 14361 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 52730 33554432000 4194304 16246674 140735574807520 140293865188592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14361/tid=14363] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (toysat) S 14358 14361 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 52736 33554432000 4194304 16246674 140735574807520 140293854698736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14361/tid=14364] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (toysat) S 14358 14361 12810 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 52737 33554432000 4194304 16246674 140735574807520 140293844225200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1314372

[startup+0.700358 s]
/proc/loadavg: 1.24 1.73 2.00 3/172 14361
/proc/meminfo: memFree=28408800/32872528 swapFree=1515120/1684772
[pid=14361] ppid=14358 vsize=1314372 CPUtime=0.69 cores=1,3,5,7
/proc/14361/stat : 14361 (toysat) R 14358 14361 12810 0 -1 4202496 90876 0 0 0 57 12 0 0 20 0 4 0 8868031 1345916928 91176 33554432000 4194304 16246674 140735574807520 140735574789440 13954518 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14361/statm: 328593 91181 890 2943 0 325487 0
[pid=14361/tid=14362] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14362/stat : 14362 (toysat) S 14358 14361 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 91181 33554432000 4194304 16246674 140735574807520 140293865188592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14361/tid=14363] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (toysat) S 14358 14361 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 91190 33554432000 4194304 16246674 140735574807520 140293854698736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14361/tid=14364] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (toysat) S 14358 14361 12810 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 91195 33554432000 4194304 16246674 140735574807520 140293844225200 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) 1314372

[startup+1.5004 s]
/proc/loadavg: 1.24 1.73 2.00 3/185 14378
/proc/meminfo: memFree=27586192/32872528 swapFree=1515120/1684772
[pid=14361] ppid=14358 vsize=1314372 CPUtime=1.49 cores=1,3,5,7
/proc/14361/stat : 14361 (toysat) R 14358 14361 12810 0 -1 4202496 98410 0 0 0 136 13 0 0 20 0 4 0 8868031 1345916928 98709 33554432000 4194304 16246674 140735574807520 140735574789440 5754723 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14361/statm: 328593 98709 898 2943 0 325487 0
[pid=14361/tid=14362] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14362/stat : 14362 (toysat) S 14358 14361 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 98709 33554432000 4194304 16246674 140735574807520 140293865188592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14361/tid=14363] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (toysat) S 14358 14361 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 98709 33554432000 4194304 16246674 140735574807520 140293854698736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14361/tid=14364] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (toysat) S 14358 14361 12810 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 98709 33554432000 4194304 16246674 140735574807520 140293844225200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1314372

[startup+3.10042 s]
/proc/loadavg: 1.24 1.73 2.00 3/185 14378
/proc/meminfo: memFree=27584828/32872528 swapFree=1515120/1684772
[pid=14361] ppid=14358 vsize=1314372 CPUtime=3.09 cores=1,3,5,7
/proc/14361/stat : 14361 (toysat) R 14358 14361 12810 0 -1 4202496 98410 0 0 0 296 13 0 0 20 0 4 0 8868031 1345916928 98709 33554432000 4194304 16246674 140735574807520 140735574789440 5712555 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14361/statm: 328593 98709 898 2943 0 325487 0
[pid=14361/tid=14362] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14362/stat : 14362 (toysat) S 14358 14361 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 98709 33554432000 4194304 16246674 140735574807520 140293865188592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14361/tid=14363] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (toysat) S 14358 14361 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 98709 33554432000 4194304 16246674 140735574807520 140293854698736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14361/tid=14364] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (toysat) S 14358 14361 12810 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 98709 33554432000 4194304 16246674 140735574807520 140293844225200 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) 1314372

[startup+6.30042 s]
/proc/loadavg: 1.30 1.74 2.00 3/185 14378
/proc/meminfo: memFree=26426720/32872528 swapFree=1515120/1684772
[pid=14361] ppid=14358 vsize=1314372 CPUtime=6.29 cores=1,3,5,7
/proc/14361/stat : 14361 (toysat) R 14358 14361 12810 0 -1 4202496 269790 0 0 0 594 35 0 0 20 0 4 0 8868031 1345916928 270089 33554432000 4194304 16246674 140735574807520 140735574789440 12415720 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14361/statm: 328593 270089 898 2943 0 325487 0
[pid=14361/tid=14362] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14362/stat : 14362 (toysat) S 14358 14361 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 270089 33554432000 4194304 16246674 140735574807520 140293865188592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14361/tid=14363] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (toysat) S 14358 14361 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 270089 33554432000 4194304 16246674 140735574807520 140293854698736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14361/tid=14364] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (toysat) S 14358 14361 12810 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 270089 33554432000 4194304 16246674 140735574807520 140293844225200 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) 1314372

[startup+12.7004 s]
/proc/loadavg: 1.36 1.74 2.00 4/185 14378
/proc/meminfo: memFree=26246356/32872528 swapFree=1515120/1684772
[pid=14361] ppid=14358 vsize=1314372 CPUtime=12.69 cores=1,3,5,7
/proc/14361/stat : 14361 (toysat) R 14358 14361 12810 0 -1 4202496 269790 0 0 0 1234 35 0 0 20 0 4 0 8868031 1345916928 270089 33554432000 4194304 16246674 140735574807520 140735574790520 5711576 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14361/statm: 328593 270089 898 2943 0 325487 0
[pid=14361/tid=14362] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14362/stat : 14362 (toysat) S 14358 14361 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 270089 33554432000 4194304 16246674 140735574807520 140293865188592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14361/tid=14363] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (toysat) S 14358 14361 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 270089 33554432000 4194304 16246674 140735574807520 140293854698736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14361/tid=14364] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (toysat) S 14358 14361 12810 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 270089 33554432000 4194304 16246674 140735574807520 140293844225200 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) 1314372

[startup+25.5005 s]
/proc/loadavg: 1.57 1.77 2.00 3/185 14378
/proc/meminfo: memFree=26247480/32872528 swapFree=1515120/1684772
[pid=14361] ppid=14358 vsize=1314372 CPUtime=25.49 cores=1,3,5,7
/proc/14361/stat : 14361 (toysat) R 14358 14361 12810 0 -1 4202496 269793 0 0 0 2514 35 0 0 20 0 4 0 8868031 1345916928 270092 33554432000 4194304 16246674 140735574807520 140735574789440 6012036 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14361/statm: 328593 270092 901 2943 0 325487 0
[pid=14361/tid=14362] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14362/stat : 14362 (toysat) S 14358 14361 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 270092 33554432000 4194304 16246674 140735574807520 140293865188592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14361/tid=14363] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (toysat) S 14358 14361 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 270092 33554432000 4194304 16246674 140735574807520 140293854698736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14361/tid=14364] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (toysat) S 14358 14361 12810 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 270092 33554432000 4194304 16246674 140735574807520 140293844225200 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) 1314372

[startup+51.1005 s]
/proc/loadavg: 1.77 1.80 2.01 3/185 14378
/proc/meminfo: memFree=26247528/32872528 swapFree=1515120/1684772
[pid=14361] ppid=14358 vsize=1314372 CPUtime=51.08 cores=1,3,5,7
/proc/14361/stat : 14361 (toysat) R 14358 14361 12810 0 -1 4202496 269799 0 0 0 5073 35 0 0 20 0 4 0 8868031 1345916928 270092 33554432000 4194304 16246674 140735574807520 140735574789440 5712628 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14361/statm: 328593 270092 901 2943 0 325487 0
[pid=14361/tid=14362] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14362/stat : 14362 (toysat) S 14358 14361 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 270092 33554432000 4194304 16246674 140735574807520 140293865188592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14361/tid=14363] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (toysat) S 14358 14361 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 270092 33554432000 4194304 16246674 140735574807520 140293854698736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14361/tid=14364] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (toysat) S 14358 14361 12810 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 270092 33554432000 4194304 16246674 140735574807520 140293844225200 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) 1314372

[startup+102.301 s]
/proc/loadavg: 2.04 1.87 2.02 3/185 14379
/proc/meminfo: memFree=26246968/32872528 swapFree=1515120/1684772
[pid=14361] ppid=14358 vsize=1314372 CPUtime=102.27 cores=1,3,5,7
/proc/14361/stat : 14361 (toysat) R 14358 14361 12810 0 -1 4202496 269814 0 0 0 10192 35 0 0 20 0 4 0 8868031 1345916928 270093 33554432000 4194304 16246674 140735574807520 140735574806616 13781168 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14361/statm: 328593 270093 902 2943 0 325487 0
[pid=14361/tid=14362] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14362/stat : 14362 (toysat) S 14358 14361 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 270093 33554432000 4194304 16246674 140735574807520 140293865188592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14361/tid=14363] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (toysat) S 14358 14361 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 270093 33554432000 4194304 16246674 140735574807520 140293854698736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14361/tid=14364] ppid=14358 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (toysat) S 14358 14361 12810 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8868031 1345916928 270093 33554432000 4194304 16246674 140735574807520 140293844225200 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) 1314372


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

/proc/14361/task/14364/stat : 14364 (toysat) S 14358 14361 12810 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8868031 1950945280 417807 33554432000 4194304 16246674 140735574807520 140293844225200 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) 1905220

[startup+1362.3 s]
/proc/loadavg: 2.34 2.29 2.18 3/184 14411
/proc/meminfo: memFree=25094656/32872528 swapFree=1515120/1684772
[pid=14361] ppid=14358 vsize=1937988 CPUtime=1361.94 cores=1,3,5,7
/proc/14361/stat : 14361 (toysat) R 14358 14361 12810 0 -1 4202496 425748 0 0 0 136097 97 0 0 20 0 4 0 8868031 1984499712 425785 33554432000 4194304 16246674 140735574807520 140735574789440 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14361/statm: 484497 425785 903 2943 0 481391 0
[pid=14361/tid=14362] ppid=14358 vsize=1937988 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14362/stat : 14362 (toysat) S 14358 14361 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8868031 1984499712 425785 33554432000 4194304 16246674 140735574807520 140293865188592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14361/tid=14363] ppid=14358 vsize=1937988 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (toysat) S 14358 14361 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8868031 1984499712 425785 33554432000 4194304 16246674 140735574807520 140293854698736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14361/tid=14364] ppid=14358 vsize=1937988 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (toysat) S 14358 14361 12810 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8868031 1984499712 425785 33554432000 4194304 16246674 140735574807520 140293844225200 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) 1937988

[startup+1422.3 s]
/proc/loadavg: 2.48 2.34 2.20 4/185 14413
/proc/meminfo: memFree=24859888/32872528 swapFree=1515120/1684772
[pid=14361] ppid=14358 vsize=1937988 CPUtime=1421.94 cores=1,3,5,7
/proc/14361/stat : 14361 (toysat) R 14358 14361 12810 0 -1 4202496 425962 0 0 0 142092 102 0 0 20 0 4 0 8868031 1984499712 425999 33554432000 4194304 16246674 140735574807520 140735574789440 13781198 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14361/statm: 484497 425999 903 2943 0 481391 0
[pid=14361/tid=14362] ppid=14358 vsize=1937988 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14362/stat : 14362 (toysat) S 14358 14361 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8868031 1984499712 425999 33554432000 4194304 16246674 140735574807520 140293865188592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14361/tid=14363] ppid=14358 vsize=1937988 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (toysat) S 14358 14361 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8868031 1984499712 425999 33554432000 4194304 16246674 140735574807520 140293854698736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14361/tid=14364] ppid=14358 vsize=1937988 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (toysat) S 14358 14361 12810 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8868031 1984499712 425999 33554432000 4194304 16246674 140735574807520 140293844225200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 1937988

[startup+1482.3 s]
/proc/loadavg: 2.37 2.32 2.20 3/185 14414
/proc/meminfo: memFree=24859868/32872528 swapFree=1515120/1684772
[pid=14361] ppid=14358 vsize=1937988 CPUtime=1481.92 cores=1,3,5,7
/proc/14361/stat : 14361 (toysat) R 14358 14361 12810 0 -1 4202496 425962 0 0 0 148088 104 0 0 20 0 4 0 8868031 1984499712 425999 33554432000 4194304 16246674 140735574807520 140735574789440 5546177 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14361/statm: 484497 425999 903 2943 0 481391 0
[pid=14361/tid=14362] ppid=14358 vsize=1937988 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14362/stat : 14362 (toysat) S 14358 14361 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8868031 1984499712 425999 33554432000 4194304 16246674 140735574807520 140293865188592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14361/tid=14363] ppid=14358 vsize=1937988 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (toysat) S 14358 14361 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8868031 1984499712 425999 33554432000 4194304 16246674 140735574807520 140293854698736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14361/tid=14364] ppid=14358 vsize=1937988 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (toysat) S 14358 14361 12810 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8868031 1984499712 425999 33554432000 4194304 16246674 140735574807520 140293844225200 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) 1937988

[startup+1542.31 s]
/proc/loadavg: 2.41 2.34 2.21 4/185 14415
/proc/meminfo: memFree=24670476/32872528 swapFree=1515120/1684772
[pid=14361] ppid=14358 vsize=1937988 CPUtime=1541.93 cores=1,3,5,7
/proc/14361/stat : 14361 (toysat) R 14358 14361 12810 0 -1 4202496 425962 0 0 0 154084 109 0 0 20 0 4 0 8868031 1984499712 425999 33554432000 4194304 16246674 140735574807520 140735574806696 5822604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14361/statm: 484497 425999 903 2943 0 481391 0
[pid=14361/tid=14362] ppid=14358 vsize=1937988 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14362/stat : 14362 (toysat) S 14358 14361 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8868031 1984499712 425999 33554432000 4194304 16246674 140735574807520 140293865188592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14361/tid=14363] ppid=14358 vsize=1937988 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (toysat) S 14358 14361 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8868031 1984499712 425999 33554432000 4194304 16246674 140735574807520 140293854698736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14361/tid=14364] ppid=14358 vsize=1937988 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (toysat) S 14358 14361 12810 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8868031 1984499712 425999 33554432000 4194304 16246674 140735574807520 140293844225200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 1937988

[startup+1602.3 s]
/proc/loadavg: 2.41 2.35 2.22 3/185 14416
/proc/meminfo: memFree=24670364/32872528 swapFree=1515120/1684772
[pid=14361] ppid=14358 vsize=1937988 CPUtime=1601.91 cores=1,3,5,7
/proc/14361/stat : 14361 (toysat) R 14358 14361 12810 0 -1 4202496 425962 0 0 0 160081 110 0 0 20 0 4 0 8868031 1984499712 425999 33554432000 4194304 16246674 140735574807520 140735574789440 5822878 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14361/statm: 484497 425999 903 2943 0 481391 0
[pid=14361/tid=14362] ppid=14358 vsize=1937988 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14362/stat : 14362 (toysat) S 14358 14361 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8868031 1984499712 425999 33554432000 4194304 16246674 140735574807520 140293865188592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14361/tid=14363] ppid=14358 vsize=1937988 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (toysat) S 14358 14361 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8868031 1984499712 425999 33554432000 4194304 16246674 140735574807520 140293854698736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14361/tid=14364] ppid=14358 vsize=1937988 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (toysat) S 14358 14361 12810 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8868031 1984499712 425999 33554432000 4194304 16246674 140735574807520 140293844225200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 1937988

[startup+1662.3 s]
/proc/loadavg: 2.47 2.37 2.24 3/186 14421
/proc/meminfo: memFree=24670380/32872528 swapFree=1515120/1684772
[pid=14361] ppid=14358 vsize=1937988 CPUtime=1661.9 cores=1,3,5,7
/proc/14361/stat : 14361 (toysat) R 14358 14361 12810 0 -1 4202496 425962 0 0 0 166076 114 0 0 20 0 4 0 8868031 1984499712 425999 33554432000 4194304 16246674 140735574807520 140735574789440 5822428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14361/statm: 484497 425999 903 2943 0 481391 0
[pid=14361/tid=14362] ppid=14358 vsize=1937988 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14362/stat : 14362 (toysat) S 14358 14361 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8868031 1984499712 425999 33554432000 4194304 16246674 140735574807520 140293865188592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14361/tid=14363] ppid=14358 vsize=1937988 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (toysat) S 14358 14361 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8868031 1984499712 425999 33554432000 4194304 16246674 140735574807520 140293854698736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14361/tid=14364] ppid=14358 vsize=1937988 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (toysat) S 14358 14361 12810 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8868031 1984499712 425999 33554432000 4194304 16246674 140735574807520 140293844225200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 1937988

[startup+1722.3 s]
/proc/loadavg: 2.34 2.35 2.23 3/186 14445
/proc/meminfo: memFree=24645484/32872528 swapFree=1515120/1684772
[pid=14361] ppid=14358 vsize=1937988 CPUtime=1721.89 cores=1,3,5,7
/proc/14361/stat : 14361 (toysat) R 14358 14361 12810 0 -1 4202496 425962 0 0 0 172075 114 0 0 20 0 4 0 8868031 1984499712 425999 33554432000 4194304 16246674 140735574807520 140735574806696 5822428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14361/statm: 484497 425999 903 2943 0 481391 0
[pid=14361/tid=14362] ppid=14358 vsize=1937988 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14362/stat : 14362 (toysat) S 14358 14361 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8868031 1984499712 425999 33554432000 4194304 16246674 140735574807520 140293865188592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14361/tid=14363] ppid=14358 vsize=1937988 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (toysat) S 14358 14361 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8868031 1984499712 425999 33554432000 4194304 16246674 140735574807520 140293854698736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14361/tid=14364] ppid=14358 vsize=1937988 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (toysat) S 14358 14361 12810 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8868031 1984499712 425999 33554432000 4194304 16246674 140735574807520 140293844225200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 1937988

[startup+1782.3 s]
/proc/loadavg: 2.43 2.36 2.24 4/185 14446
/proc/meminfo: memFree=24605012/32872528 swapFree=1515120/1684772
[pid=14361] ppid=14358 vsize=1977924 CPUtime=1781.88 cores=1,3,5,7
/proc/14361/stat : 14361 (toysat) R 14358 14361 12810 0 -1 4202496 435822 0 0 0 178069 119 0 0 20 0 4 0 8868031 2025394176 435859 33554432000 4194304 16246674 140735574807520 140735574789440 5523188 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14361/statm: 494481 435859 903 2943 0 491375 0
[pid=14361/tid=14362] ppid=14358 vsize=1977924 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14362/stat : 14362 (toysat) S 14358 14361 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8868031 2025394176 435859 33554432000 4194304 16246674 140735574807520 140293865188592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14361/tid=14363] ppid=14358 vsize=1977924 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (toysat) S 14358 14361 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8868031 2025394176 435859 33554432000 4194304 16246674 140735574807520 140293854698736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14361/tid=14364] ppid=14358 vsize=1977924 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (toysat) S 14358 14361 12810 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8868031 2025394176 435859 33554432000 4194304 16246674 140735574807520 140293844225200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 1977924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.31 2.34 2.24 3/185 14446
/proc/meminfo: memFree=24449736/32872528 swapFree=1515120/1684772
[pid=14361] ppid=14358 vsize=2133572 CPUtime=1800.07 cores=1,3,5,7
/proc/14361/stat : 14361 (toysat) R 14358 14361 12810 0 -1 4202496 474628 0 0 0 179882 125 0 0 20 0 4 0 8868031 2184777728 474665 33554432000 4194304 16246674 140735574807520 140735574806696 5712608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14361/statm: 533393 474665 903 2943 0 530287 0
[pid=14361/tid=14362] ppid=14358 vsize=2133572 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14362/stat : 14362 (toysat) S 14358 14361 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8868031 2184777728 474665 33554432000 4194304 16246674 140735574807520 140293865188592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14361/tid=14363] ppid=14358 vsize=2133572 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (toysat) S 14358 14361 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8868031 2184777728 474665 33554432000 4194304 16246674 140735574807520 140293854698736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14361/tid=14364] ppid=14358 vsize=2133572 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (toysat) S 14358 14361 12810 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8868031 2184777728 474665 33554432000 4194304 16246674 140735574807520 140293844225200 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) 2133572

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

[startup+1800.5 s]
/proc/loadavg: 2.31 2.34 2.24 3/185 14446
/proc/meminfo: memFree=24449736/32872528 swapFree=1515120/1684772
[pid=14361] ppid=14358 vsize=2133572 CPUtime=1800.07 cores=1,3,5,7
/proc/14361/stat : 14361 (toysat) R 14358 14361 12810 0 -1 4202496 474628 0 0 0 179882 125 0 0 20 0 4 0 8868031 2184777728 474665 33554432000 4194304 16246674 140735574807520 140735574806696 5712608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14361/statm: 533393 474665 903 2943 0 530287 0
[pid=14361/tid=14362] ppid=14358 vsize=2133572 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14362/stat : 14362 (toysat) S 14358 14361 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8868031 2184777728 474665 33554432000 4194304 16246674 140735574807520 140293865188592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14361/tid=14363] ppid=14358 vsize=2133572 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (toysat) S 14358 14361 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8868031 2184777728 474665 33554432000 4194304 16246674 140735574807520 140293854698736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14361/tid=14364] ppid=14358 vsize=2133572 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (toysat) S 14358 14361 12810 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8868031 2184777728 474665 33554432000 4194304 16246674 140735574807520 140293844225200 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) 2133572

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.55
CPU time (s): 1800.13
CPU user time (s): 1798.83
CPU system time (s): 1.2968
CPU usage (%): 99.9767
Max. virtual memory (cumulated for all children) (KiB): 2133572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.83
system time used= 1.2968
maximum resident set size= 1898660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 474628
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= 277
involuntary context switches= 1841

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.49832 second user time and 7.01593 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-30 11:32:33
IDJOB=4119843
IDBENCH=111812
IDSOLVER=2542
FILE ID=node135/4119843-1467279153
RUNJOBID= node135-1467279153-14342
PBS_JOBID= 20004497
Free space on /tmp= 71704 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/hw32/normalized-hw32-vm100p-opt.opb.negationfix.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119843-1467279153/watcher-4119843-1467279153 -o /tmp/evaluation-result-4119843-1467279153/solver-4119843-1467279153 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1467279153-14342 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4119843-1467279153.opb

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

MD5SUM BENCH= 3d8e0b2cc1943050730f0789b165ef6f
RANDOM SEED=1318622023

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.722
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.722
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.722
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		: 2666.722
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		: 2666.722
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.722
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:        28409132 kB
Buffers:          197460 kB
Cached:          1812840 kB
SwapCached:            0 kB
Active:           263488 kB
Inactive:        1767664 kB
Active(anon):      23412 kB
Inactive(anon):        0 kB
Active(file):     240076 kB
Inactive(file):  1767664 kB
Unevictable:     1684772 kB
Mlocked:         1515120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             33488 kB
Writeback:             0 kB
AnonPages:       1705340 kB
Mapped:            13884 kB
Shmem:               216 kB
Slab:             613744 kB
SReclaimable:      57920 kB
SUnreclaim:       555824 kB
KernelStack:        1400 kB
PageTables:         7020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1788972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988112 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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= 71668 MiB
End job on node135 at 2016-06-30 12:02:34