Trace number 4079294

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat50_4_16_0.opb
MD5SUMd0955493ad3dd18776a949983101631a
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2928469
Best CPU time to get the best result obtained on this benchmark1800.55
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5100
Total number of constraints7606
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints7500
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 4950
Biggest coefficient in the objective function 153130375
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 41352812606
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 153130375
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 41352812606
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-08T00:23:16+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-4079294-1465338195.opb"]
0.00/0.01	c use --random-gen="3616868130 2686014363 2888369112 1288244796 1111453635 3419410046 990180135 2144468829 2728446940 4038167199 3342433521 112565511 3303654006 2659115663 4016022905 4016185609 3727415562 437469547 4054768165 3227633456 935267444 950545680 1047691283 429159498 79486086 1996474081 3106575 1466463790 4236459173 3573368628 3185076720 1173449046 2612775620 2760942202 612767006 2454604522 2301428658 1891557826 635334415 2585643491 894587633 744797751 3284878047 744522977 1430037422 1185899280 1363375803 1706037807 4098028098 528599867 3192941639 4211772880 2422495547 3252784105 222232493 2855916085 3258367936 4015833905 3304773064 308906730 241218440 925248247 141164790 2670602201 100031313 1800659561 25383478 2852769090 2575115237 1150016790 401973433 1596049134 975767066 776487340 379435202 2195622132 1969528265 731437901 3567624551 929907278 1565385436 4265695251 2241572431 1197236089 1000139656 3156923894 3672226669 3014079514 2466591742 423845284 75294563 3793641653 715547130 3248884971 742676235 4210326471 998396461 3093037732 11289210 2415446601 2887770949 216574855 963639685 1391239363 3016924707 4210748149 1773266402 830503724 2136874109 3026834584 1205963274 387971854 1782800981 3084263833 2464602531 402235852 2699693341 3022205909 3386992598 2633492865 4249260906 3895585841 2514025153 1281898693 308615324 3010589779 3124347465 3542435144 1987608067 2690178027 3429582257 2422151208 91283474 24371053 2988502556 4082224981 1562696191 2562291232 2314909194 139273058 918704460 2325186137 1717676330 3327615256 3876851515 1798059792 4033547715 142399673 3450899967 3211728705 1914302303 2929934644 1084726599 1455533413 1095193079 877751030 1084700621 1233255143 3263611087 590592274 1565068127 129635452 4059799206 4232339228 1340005303 1085462567 490366475 691958717 1944091402 3403121546 469718378 1425915809 2496248459 895572865 4279604599 1525616746 715446468 2548936548 3624727906 3563961915 651661813 194369658 4271081415 3353074921 2456141909 3430042166 2007363773 2335582828 3061999117 149661453 3154709408 1477871427 3383722761 4141258113 2105564615 3009558525 1896372344 4174886436 1763201607 3205846846 672037017 2977474572 1496144890 62449348 2528608248 1127133189 2450516455 2040232043 2176703294 3205563250 425013571 1853972902 3440128600 3048388710 2815268206 385089596 3867767634 3028693394 3696204184 231931911 3462876080 1679774276 2113333841 3949206939 735468071 3743630757 2238116743 677738046 2393933998 3690383466 3596660049 66114130 4126815584 1603752222 2827377418 3471662061 2027899615 4188360221 2770678426 2604045403 2140591089 1309052250 2432634465 382985113 1886567217 580918463 1843632050 1709680100 3566488736 553345130 323051382 2277091909 79430565 1300196043 3011240117 3797447488 255 362436" option to reproduce the execution
0.09/0.11	c #vars 5100
0.09/0.11	c #constraints 7606
0.29/0.32	c BCD2: Hardening is enabled.
0.29/0.32	c BCD2: BiasedSearch is enabled.
0.29/0.32	c Solving starts ...
0.29/0.32	c ============================[ Search Statistics ]============================
0.29/0.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.32	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.32	c =============================================================================
0.29/0.32	c  0.0s |       0 |        0 |        0 |     5869      0 |      100 |        0
0.49/0.50	c  0.2s |       1 |      133 |      100 |     5869      0 |      100 |        0
1.10/1.20	c  0.9s |       2 |      340 |      250 |     6456      0 |      100 |        0
2.09/2.14	c  1.8s |       3 |      644 |      475 |     7102      0 |      100 |        0
3.49/3.52	c  3.2s |       4 |     1056 |      813 |     7813      0 |      100 |        0
5.60/5.69	c  5.4s |       4 |     1652 |     1313 |     8595      0 |      100 |        0
5.69/5.73	c  5.4s |       5 |     1657 |     1320 |     8595      0 |      100 |        0
7.99/8.03	c  7.7s |       5 |     2269 |     1820 |     9455      0 |      100 |        0
8.80/8.88	c  8.6s |       6 |     2565 |     2081 |    10401      0 |      100 |        0
11.19/11.28	c 11.0s |       6 |     3322 |     2681 |    10401      0 |      100 |        0
13.30/13.39	c 13.1s |       6 |     4061 |     3181 |    10401      0 |      100 |        0
13.39/13.48	c 13.2s |       7 |     4116 |     3223 |    11442      0 |      100 |        0
15.50/15.54	c 15.2s |       7 |     4765 |     3723 |    11442      0 |      100 |        0
17.70/17.71	c 17.4s |       7 |     5314 |     4223 |    11442      0 |      100 |        0
19.99/20.08	c 19.8s |       7 |     6013 |     4823 |    11442      0 |      100 |        0
20.48/20.55	c 20.2s |       8 |     6198 |     4936 |    12587      0 |      100 |        0
22.48/22.57	c 22.2s |       8 |     6823 |     5436 |    12587      0 |      100 |        0
24.78/24.85	c 24.5s |       8 |     7520 |     6036 |    12587      0 |      100 |        0
27.08/27.18	c 26.9s |       8 |     8192 |     6636 |    12587      0 |      100 |        0
29.18/29.25	c 28.9s |       8 |     8847 |     7236 |    12587      0 |      100 |        0
30.08/30.15	c 29.8s |       9 |     9145 |     7506 |    13846      0 |      100 |        0
32.28/32.35	c 32.0s |       9 |     9720 |     8006 |    13846      0 |      100 |        0
34.58/34.63	c 34.3s |       9 |    10678 |     8906 |    13846      0 |      100 |        0
36.78/36.82	c 36.5s |       9 |    11537 |     9706 |    13846      0 |      100 |        0
39.08/39.11	c 38.8s |       9 |    12092 |    10206 |    13846      0 |      100 |        0
41.58/41.60	c 41.3s |       9 |    12745 |    10706 |    13846      0 |      100 |        0
43.88/43.98	c 43.7s |       9 |    13266 |    11106 |    13846      0 |      100 |        0
44.98/45.00	c 44.7s |      10 |    13601 |    11361 |    15231      0 |      100 |        0
47.29/47.36	c 47.0s |      10 |    14205 |    11861 |    15231      0 |      100 |        0
49.38/49.47	c 49.1s |      10 |    14685 |    12261 |    15231      0 |      100 |        0
51.48/51.55	c 51.2s |      10 |    15213 |    12661 |    15231      0 |      100 |        0
53.58/53.62	c 53.3s |      10 |    15801 |    13161 |    15231      0 |      100 |        0
56.09/56.13	c 55.8s |      10 |    16357 |    13661 |    15231      0 |      100 |        0
58.08/58.17	c 57.8s |      10 |    16789 |    14061 |    15231      0 |      100 |        0
60.38/60.40	c 60.1s |      10 |    17344 |    14561 |    15231      0 |      100 |        0
62.69/62.79	c 62.5s |      10 |    17901 |    15061 |    15231      0 |      100 |        0
65.18/65.23	c 64.9s |      10 |    18567 |    15661 |    15231      0 |      100 |        0
67.38/67.49	c 67.2s |      10 |    19132 |    16161 |    15231      0 |      100 |        0
69.58/69.64	c 69.3s |      10 |    19788 |    16661 |    15231      0 |      100 |        0
71.88/71.91	c 71.6s |      11 |    20346 |    17144 |    16755      0 |      100 |        0
74.17/74.28	c 74.0s |      11 |    20818 |    17544 |    16755      1 |      100 |        0
76.57/76.64	c 76.3s |      11 |    21428 |    18044 |    16755      1 |      100 |        0
78.57/78.67	c 78.3s |      11 |    21751 |    18344 |    16755      1 |      100 |        0
80.67/80.73	c 80.4s |      11 |    22287 |    18844 |    16755      1 |      100 |        0
82.78/82.89	c 82.6s |      11 |    22746 |    19244 |    16755      1 |      100 |        0
85.18/85.22	c 84.9s |      11 |    23228 |    19644 |    16755      1 |      100 |        0
87.38/87.49	c 87.2s |      11 |    23727 |    20044 |    16755      1 |      100 |        0
89.78/89.85	c 89.5s |      11 |    24161 |    20444 |    16755      1 |      100 |        0
92.08/92.15	c 91.8s |      11 |    24578 |    20844 |    16755      1 |      100 |        0
94.58/94.60	c 94.3s |      11 |    24997 |    21244 |    16755      1 |      100 |        0
96.58/96.67	c 96.3s |      11 |    25339 |    21544 |    16755      1 |      100 |        0
98.88/98.97	c 98.6s |      11 |    25999 |    22144 |    16755      1 |      100 |        0
101.08/101.20	c  100s |      11 |    26575 |    22544 |    16755      1 |      100 |        0
103.28/103.38	c  103s |      11 |    27123 |    23044 |    16755      1 |      100 |        0
105.58/105.63	c  105s |      11 |    27576 |    23444 |    16755      1 |      100 |        0
107.58/107.68	c  107s |      11 |    28021 |    23844 |    16755      1 |      100 |        0
110.08/110.10	c  109s |      11 |    28489 |    24244 |    16755      1 |      100 |        0
112.28/112.33	c  112s |      11 |    28943 |    24644 |    16755      1 |      100 |        0
114.67/114.76	c  114s |      11 |    29477 |    25044 |    16755      1 |      100 |        0
117.17/117.21	c  116s |      11 |    29924 |    25444 |    16755      1 |      100 |        0
118.97/119.09	c  118s |      12 |    30373 |    25819 |    18431      1 |      100 |        0
121.17/121.29	c  120s |      12 |    31005 |    26319 |    18431      1 |      100 |        0
123.28/123.36	c  123s |      12 |    31521 |    26819 |    18431      1 |      100 |        0
125.27/125.39	c  125s |      12 |    31919 |    27219 |    18431      1 |      100 |        0
127.58/127.69	c  127s |      12 |    32514 |    27719 |    18431      1 |      100 |        0
129.97/130.06	c  129s |      12 |    33048 |    28219 |    18431      1 |      100 |        0
132.47/132.52	c  132s |      12 |    33451 |    28619 |    18431      1 |      100 |        0
134.57/134.69	c  134s |      12 |    33987 |    29119 |    18431      1 |      100 |        0
136.67/136.70	c  136s |      12 |    34391 |    29519 |    18431      1 |      100 |        0
138.77/138.88	c  138s |      12 |    34805 |    29919 |    18431      2 |      100 |        0
140.88/140.91	c  140s |      12 |    35343 |    30419 |    18431      2 |      100 |        0
143.27/143.32	c  142s |      12 |    35887 |    30919 |    18431      2 |      100 |        0
145.47/145.55	c  145s |      12 |    36292 |    31319 |    18431      2 |      100 |        0
147.57/147.66	c  147s |      12 |    37023 |    32019 |    18431      2 |      100 |        0
150.17/150.23	c  149s |      12 |    37548 |    32519 |    18431      2 |      100 |        0
152.67/152.75	c  152s |      12 |    37952 |    32919 |    18431      2 |      100 |        0
154.76/154.82	c  154s |      12 |    38262 |    33219 |    18431      2 |      100 |        0
156.86/156.96	c  156s |      12 |    38673 |    33619 |    18431      2 |      100 |        0
159.36/159.45	c  159s |      12 |    39089 |    34019 |    18431      2 |      100 |        0
161.46/161.52	c  161s |      12 |    39619 |    34519 |    18431      2 |      100 |        0
163.66/163.70	c  163s |      12 |    40345 |    35219 |    18431      2 |      100 |        0
165.76/165.82	c  165s |      12 |    41049 |    35919 |    18431      2 |      100 |        0
167.76/167.89	c  167s |      12 |    41489 |    36319 |    18431      2 |      100 |        0
169.96/170.05	c  169s |      12 |    42070 |    36819 |    18431      2 |      100 |        0
172.46/172.51	c  172s |      12 |    42802 |    37419 |    18431      2 |      100 |        0
174.76/174.88	c  174s |      12 |    43623 |    38119 |    18431      2 |      100 |        0
176.86/176.94	c  176s |      12 |    44152 |    38619 |    20275      2 |      100 |        0
177.46/177.59	c  177s |      13 |    44406 |    38832 |    20275      2 |      100 |        0
179.86/179.92	c  179s |      13 |    45143 |    39432 |    20275      2 |      100 |        0
182.87/182.97	c  182s |      13 |    45824 |    40032 |    20275      2 |      100 |        0
185.06/185.13	c  184s |      13 |    46281 |    40432 |    20275      2 |      100 |        0
187.16/187.23	c  186s |      13 |    46810 |    40932 |    20275      2 |      100 |        0
189.27/189.33	c  189s |      13 |    47238 |    41332 |    20275      2 |      100 |        0
192.26/192.33	c  192s |      13 |    47912 |    41932 |    20275      3 |      100 |        0
194.36/194.49	c  194s |      13 |    48445 |    42432 |    20275      3 |      100 |        0
196.56/196.69	c  196s |      13 |    49482 |    43332 |    20275      3 |      100 |        0
198.66/198.75	c  198s |      13 |    50403 |    44132 |    20275      3 |      100 |        0
200.76/200.88	c  200s |      13 |    51225 |    44832 |    20275      3 |      100 |        0
202.96/203.02	c  202s |      13 |    52167 |    45632 |    20275      3 |      100 |        0
205.16/205.20	c  204s |      13 |    53028 |    46432 |    20275      3 |      100 |        0
207.26/207.40	c  207s |      13 |    54066 |    47332 |    20275      3 |      100 |        0
209.46/209.55	c  209s |      13 |    54951 |    48132 |    20275      3 |      100 |        0
211.46/211.59	c  211s |      13 |    55721 |    48832 |    20275      3 |      100 |        0
213.66/213.76	c  213s |      13 |    56782 |    49732 |    20275      3 |      100 |        0
215.86/215.97	c  215s |      13 |    57685 |    50532 |    20275      3 |      100 |        0
218.06/218.10	c  217s |      13 |    58439 |    51232 |    20275      3 |      100 |        0
220.06/220.12	c  219s |      13 |    59055 |    51832 |    20275      3 |      100 |        0
222.36/222.45	c  222s |      13 |    59966 |    52632 |    20275      3 |      100 |        0
224.56/224.60	c  224s |      13 |    60886 |    53432 |    20275      4 |      100 |        0
226.75/226.85	c  226s |      13 |    61767 |    54232 |    20275      4 |      100 |        0
228.86/228.97	c  228s |      13 |    62774 |    55132 |    20275      4 |      100 |        0
230.85/230.97	c  230s |      13 |    63665 |    55932 |    20275      4 |      100 |        0
232.85/232.99	c  232s |      13 |    64531 |    56732 |    20275      4 |      100 |        0
235.05/235.13	c  234s |      13 |    65399 |    57532 |    20275      4 |      100 |        0
237.15/237.28	c  236s |      13 |    66280 |    58332 |    22303      4 |      100 |        0
237.25/237.34	c  237s |      14 |    66303 |    58352 |    22303      4 |      100 |        0
239.35/239.41	c  239s |      14 |    67068 |    58952 |    22303      4 |      100 |        0
241.45/241.59	c  241s |      14 |    67854 |    59652 |    22303      4 |      100 |        0
243.65/243.76	c  243s |      14 |    68710 |    60352 |    22303      4 |      100 |        0
245.85/245.97	c  245s |      14 |    69567 |    61152 |    22303      4 |      100 |        0
248.05/248.19	c  247s |      14 |    70442 |    61952 |    22303      4 |      100 |        0
250.25/250.32	c  249s |      14 |    71206 |    62652 |    22303      4 |      100 |        0
252.75/252.87	c  252s |      14 |    71634 |    63052 |    22303      4 |      100 |        0
254.95/255.06	c  254s |      14 |    72406 |    63652 |    22303      4 |      100 |        0
257.05/257.17	c  256s |      14 |    73400 |    64452 |    22303      4 |      100 |        0
259.15/259.29	c  258s |      14 |    74333 |    65252 |    22303      4 |      100 |        0
261.35/261.46	c  261s |      14 |    75429 |    66152 |    22303      4 |      100 |        0
263.75/263.80	c  263s |      14 |    76159 |    66852 |    22303      5 |      100 |        0
265.85/265.95	c  265s |      14 |    77080 |    67652 |    22303      5 |      100 |        0
268.15/268.24	c  267s |      14 |    77806 |    68352 |    22303      5 |      100 |        0
270.45/270.55	c  270s |      14 |    78731 |    69152 |    22303      5 |      100 |        0
272.65/272.73	c  272s |      14 |    79811 |    70052 |    22303      5 |      100 |        0
274.75/274.84	c  274s |      14 |    81016 |    71052 |    22303      5 |      100 |        0
276.85/276.91	c  276s |      14 |    82045 |    71952 |    22303      5 |      100 |        0
278.95/279.02	c  278s |      14 |    82984 |    72752 |    22303      5 |      100 |        0
280.95/281.03	c  280s |      14 |    83924 |    73552 |    22303      5 |      100 |        0
283.05/283.19	c  282s |      14 |    84912 |    74452 |    22303      5 |      100 |        0
285.15/285.27	c  284s |      14 |    85937 |    75352 |    22303      5 |      100 |        0
287.45/287.50	c  287s |      14 |    86826 |    76152 |    22303      5 |      100 |        0
289.65/289.74	c  289s |      14 |    87804 |    77052 |    22303      5 |      100 |        0
291.65/291.76	c  291s |      14 |    88690 |    77852 |    22303      5 |      100 |        0
293.95/294.05	c  293s |      14 |    89697 |    78752 |    22303      5 |      100 |        0
296.15/296.29	c  295s |      14 |    90493 |    79452 |    22303      6 |      100 |        0
298.24/298.39	c  298s |      14 |    91470 |    80352 |    22303      6 |      100 |        0
300.35/300.43	c  300s |      14 |    92173 |    81052 |    22303      6 |      100 |        0
302.55/302.61	c  302s |      14 |    93148 |    81952 |    22303      6 |      100 |        0
304.54/304.66	c  304s |      14 |    94165 |    82852 |    22303      6 |      100 |        0
306.64/306.77	c  306s |      14 |    95031 |    83652 |    22303      6 |      100 |        0
308.84/308.92	c  308s |      14 |    95978 |    84452 |    22303      6 |      100 |        0
310.94/311.02	c  310s |      14 |    97035 |    85352 |    22303      6 |      100 |        0
313.14/313.25	c  312s |      14 |    97969 |    86152 |    22303      6 |      100 |        0
315.24/315.37	c  315s |      14 |    98717 |    86852 |    22303      6 |      100 |        0
317.44/317.52	c  317s |      15 |    99653 |    87632 |    24534      6 |      100 |        0
319.64/319.79	c  319s |      15 |   100582 |    88332 |    24534      6 |      100 |        0
321.94/322.09	c  321s |      15 |   101428 |    89132 |    24534      6 |      100 |        0
324.45/324.55	c  324s |      15 |   102093 |    89632 |    24534      6 |      100 |        0
326.44/326.59	c  326s |      15 |   102750 |    90232 |    24534      6 |      100 |        0
328.74/328.88	c  328s |      15 |   103424 |    90832 |    24534      6 |      100 |        0
330.94/331.09	c  330s |      15 |   104083 |    91432 |    24534      6 |      100 |        0
333.14/333.26	c  332s |      15 |   105029 |    92232 |    24534      6 |      100 |        0
335.44/335.59	c  335s |      15 |   106002 |    93032 |    24534      6 |      100 |        0
337.54/337.64	c  337s |      15 |   106822 |    93732 |    24534      6 |      100 |        0
339.74/339.82	c  339s |      15 |   107704 |    94432 |    24534      7 |      100 |        0
341.94/342.05	c  341s |      15 |   108436 |    95132 |    24534      7 |      100 |        0
344.13/344.26	c  343s |      15 |   109247 |    95932 |    24534      7 |      100 |        0
346.23/346.39	c  346s |      15 |   110139 |    96732 |    24534      7 |      100 |        0
348.33/348.41	c  348s |      15 |   110993 |    97532 |    24534      7 |      100 |        0
350.33/350.49	c  350s |      15 |   112037 |    98432 |    24534      7 |      100 |        0
352.43/352.58	c  352s |      15 |   112941 |    99232 |    24534      7 |      100 |        0
354.63/354.74	c  354s |      15 |   113983 |   100132 |    24534      7 |      100 |        0
356.63/356.79	c  356s |      15 |   114943 |   100932 |    24534      7 |      100 |        0
358.73/358.89	c  358s |      15 |   115825 |   101732 |    24534      7 |      100 |        0
360.93/361.01	c  360s |      15 |   116704 |   102532 |    24534      7 |      100 |        0
362.94/363.06	c  362s |      15 |   117634 |   103332 |    24534      7 |      100 |        0
365.03/365.17	c  364s |      15 |   118362 |   104032 |    24534      7 |      100 |        0
367.23/367.39	c  367s |      15 |   119215 |   104832 |    24534      7 |      100 |        0
369.54/369.64	c  369s |      15 |   120082 |   105632 |    24534      7 |      100 |        0
371.53/371.65	c  371s |      15 |   120826 |   106332 |    24534      7 |      100 |        0
373.63/373.71	c  373s |      15 |   121622 |   107032 |    24534      7 |      100 |        0
375.73/375.86	c  375s |      15 |   122343 |   107732 |    24534      7 |      100 |        0
377.94/378.03	c  377s |      15 |   122858 |   108232 |    24534      8 |      100 |        0
379.94/380.09	c  379s |      15 |   123867 |   109032 |    24534      8 |      100 |        0
382.13/382.29	c  381s |      15 |   124906 |   109932 |    24534      8 |      100 |        0
384.23/384.37	c  384s |      15 |   125905 |   110732 |    24534      8 |      100 |        0
386.33/386.41	c  386s |      15 |   126700 |   111432 |    24534      8 |      100 |        0
388.43/388.55	c  388s |      15 |   127527 |   112132 |    24534      8 |      100 |        0
390.63/390.78	c  390s |      15 |   128729 |   113032 |    24534      8 |      100 |        0
392.83/392.98	c  392s |      15 |   129620 |   113832 |    24534      8 |      100 |        0
394.94/395.01	c  394s |      15 |   130533 |   114632 |    24534      8 |      100 |        0
397.14/397.26	c  396s |      15 |   131591 |   115532 |    24534      8 |      100 |        0
399.34/399.47	c  399s |      15 |   132553 |   116332 |    24534      8 |      100 |        0
401.54/401.64	c  401s |      15 |   133583 |   117132 |    24534      8 |      100 |        0
403.53/403.66	c  403s |      15 |   134349 |   117832 |    24534      8 |      100 |        0
405.63/405.70	c  405s |      15 |   135124 |   118532 |    24534      8 |      100 |        0
407.73/407.88	c  407s |      15 |   135942 |   119232 |    24534      8 |      100 |        0
410.03/410.11	c  409s |      15 |   136815 |   120032 |    24534      8 |      100 |        0
412.33/412.45	c  412s |      15 |   137624 |   120732 |    24534      8 |      100 |        0
417.23/417.30	c  416s |      15 |   138169 |   121232 |    24534      9 |      100 |        0
419.43/419.54	c  419s |      15 |   138758 |   121732 |    24534      9 |      100 |        0
421.42/421.57	c  421s |      15 |   139443 |   122332 |    24534      9 |      100 |        0
423.53/423.66	c  423s |      15 |   140204 |   123032 |    24534      9 |      100 |        0
425.63/425.71	c  425s |      15 |   141169 |   123832 |    24534      9 |      100 |        0
427.62/427.75	c  427s |      15 |   142122 |   124632 |    24534      9 |      100 |        0
429.92/430.03	c  429s |      15 |   143039 |   125432 |    24534      9 |      100 |        0
432.12/432.28	c  431s |      15 |   144042 |   126232 |    24534      9 |      100 |        0
438.02/438.14	c  437s |      15 |   144584 |   126632 |    24534      9 |      100 |        0
440.12/440.26	c  439s |      15 |   145649 |   127532 |    24534      9 |      100 |        0
442.23/442.38	c  442s |      15 |   146692 |   128432 |    24534      9 |      100 |        0
444.33/444.42	c  444s |      15 |   147627 |   129232 |    24534      9 |      100 |        0
446.42/446.57	c  446s |      15 |   148609 |   130032 |    24534      9 |      100 |        0
448.62/448.70	c  448s |      15 |   149546 |   130832 |    26988      9 |      100 |        0
450.72/450.80	c  450s |      15 |   150384 |   131532 |    26988      9 |      100 |        0
450.72/450.87	c  450s |      16 |   150411 |   131552 |    26988      9 |      100 |        0
453.72/453.82	c  453s |      16 |   151121 |   132052 |    26988      9 |      100 |        0
456.02/456.18	c  455s |      16 |   151626 |   132552 |    26988      9 |      100 |        0
458.32/458.47	c  458s |      16 |   152149 |   133052 |    26988      9 |      100 |        0
460.42/460.58	c  460s |      16 |   152564 |   133452 |    26988      9 |      100 |        0
462.51/462.63	c  462s |      16 |   152981 |   133852 |    26988      9 |      100 |        0
464.61/464.79	c  464s |      16 |   153389 |   134252 |    26988      9 |      100 |        0
466.81/466.99	c  466s |      16 |   153905 |   134752 |    26988      9 |      100 |        0
468.91/469.06	c  468s |      16 |   154317 |   135152 |    26988      9 |      100 |        0
471.01/471.10	c  470s |      16 |   154730 |   135552 |    26988      9 |      100 |        0
473.41/473.55	c  473s |      16 |   155241 |   136052 |    26988      9 |      100 |        0
475.71/475.89	c  475s |      16 |   155661 |   136452 |    26988      9 |      100 |        0
477.81/477.96	c  477s |      16 |   156066 |   136852 |    26988      9 |      100 |        0
480.01/480.19	c  479s |      16 |   156777 |   137552 |    26988      9 |      100 |        0
482.41/482.52	c  482s |      16 |   157606 |   138352 |    26988      9 |      100 |        0
484.51/484.68	c  484s |      16 |   158328 |   139052 |    26988      9 |      100 |        0
487.22/487.34	c  487s |      16 |   159048 |   139752 |    26988     10 |      100 |        0
489.42/489.52	c  489s |      16 |   159876 |   140552 |    26988     10 |      100 |        0
491.41/491.59	c  491s |      16 |   160711 |   141352 |    26988     10 |      100 |        0
493.61/493.74	c  493s |      16 |   161519 |   142152 |    26988     10 |      100 |        0
496.12/496.29	c  495s |      16 |   162156 |   142752 |    26988     10 |      100 |        0
498.11/498.30	c  497s |      16 |   162570 |   143152 |    26988     10 |      100 |        0
500.21/500.31	c  499s |      16 |   163031 |   143552 |    26988     10 |      100 |        0
502.41/502.50	c  502s |      16 |   163815 |   144252 |    26988     10 |      100 |        0
504.51/504.60	c  504s |      16 |   164844 |   145152 |    26988     10 |      100 |        0
506.61/506.78	c  506s |      16 |   166069 |   146152 |    26988     10 |      100 |        0
508.70/508.88	c  508s |      16 |   167017 |   146952 |    26988     10 |      100 |        0
511.00/511.18	c  510s |      16 |   167892 |   147752 |    26988     10 |      100 |        0
513.10/513.24	c  512s |      16 |   168605 |   148452 |    26988     10 |      100 |        0
515.20/515.37	c  515s |      16 |   169413 |   149252 |    26988     10 |      100 |        0
517.30/517.47	c  517s |      16 |   170355 |   150052 |    26988     10 |      100 |        0
519.50/519.68	c  519s |      16 |   171374 |   150852 |    26988     10 |      100 |        0
521.60/521.74	c  521s |      16 |   172337 |   151652 |    26988     10 |      100 |        0
523.61/523.77	c  523s |      16 |   173244 |   152352 |    26988     10 |      100 |        0
525.91/526.00	c  525s |      16 |   174306 |   153152 |    26988     10 |      100 |        0
527.92/528.09	c  527s |      16 |   175178 |   153852 |    26988     11 |      100 |        0
530.12/530.21	c  529s |      16 |   176378 |   154752 |    26988     11 |      100 |        0
532.11/532.27	c  531s |      16 |   177175 |   155452 |    26988     11 |      100 |        0
534.51/534.63	c  534s |      16 |   178256 |   156252 |    26988     11 |      100 |        0
536.61/536.79	c  536s |      16 |   179342 |   157152 |    26988     11 |      100 |        0
538.81/538.91	c  538s |      16 |   180618 |   158152 |    26988     11 |      100 |        0
540.91/541.06	c  540s |      16 |   181781 |   159152 |    26988     11 |      100 |        0
543.01/543.14	c  542s |      16 |   182878 |   160052 |    26988     11 |      100 |        0
545.21/545.33	c  545s |      16 |   184230 |   161052 |    26988     11 |      100 |        0
547.40/547.53	c  547s |      16 |   185371 |   161952 |    26988     11 |      100 |        0
549.91/550.10	c  549s |      16 |   186460 |   162752 |    26988     11 |      100 |        0
552.80/552.96	c  552s |      16 |   186882 |   163152 |    26988     11 |      100 |        0
554.90/555.02	c  554s |      16 |   187450 |   163652 |    26988     11 |      100 |        0
557.00/557.18	c  556s |      16 |   188034 |   164152 |    26988     11 |      100 |        0
559.10/559.22	c  558s |      16 |   188626 |   164652 |    26988     11 |      100 |        0
561.30/561.40	c  561s |      16 |   189178 |   165152 |    26988     11 |      100 |        0
563.60/563.70	c  563s |      16 |   190201 |   166052 |    26988     11 |      100 |        0
565.80/565.90	c  565s |      16 |   191310 |   166952 |    26988     11 |      100 |        0
567.90/568.08	c  567s |      16 |   192310 |   167852 |    26988     11 |      100 |        0
570.10/570.23	c  569s |      16 |   193132 |   168552 |    26988     12 |      100 |        0
572.20/572.31	c  571s |      16 |   194253 |   169452 |    26988     12 |      100 |        0
574.20/574.36	c  574s |      16 |   195560 |   170452 |    26988     12 |      100 |        0
576.30/576.47	c  576s |      16 |   196741 |   171452 |    26988     12 |      100 |        0
578.50/578.62	c  578s |      16 |   197824 |   172352 |    26988     12 |      100 |        0
580.49/580.65	c  580s |      16 |   198763 |   173152 |    26988     12 |      100 |        0
582.90/583.04	c  582s |      16 |   199714 |   173952 |    26988     12 |      100 |        0
585.10/585.30	c  584s |      16 |   200610 |   174752 |    26988     12 |      100 |        0
587.19/587.32	c  586s |      16 |   201392 |   175452 |    26988     12 |      100 |        0
589.29/589.42	c  589s |      16 |   202338 |   176252 |    26988     12 |      100 |        0
591.29/591.46	c  591s |      16 |   203290 |   177052 |    26988     12 |      100 |        0
593.29/593.46	c  593s |      16 |   204194 |   177852 |    26988     12 |      100 |        0
595.39/595.56	c  595s |      16 |   205111 |   178652 |    26988     12 |      100 |        0
597.49/597.65	c  597s |      16 |   205987 |   179452 |    26988     12 |      100 |        0
599.50/599.66	c  599s |      16 |   206846 |   180252 |    26988     12 |      100 |        0
601.79/601.90	c  601s |      16 |   207711 |   181052 |    26988     12 |      100 |        0
603.80/603.94	c  603s |      16 |   208462 |   181752 |    26988     12 |      100 |        0
606.00/606.20	c  605s |      16 |   209178 |   182452 |    26988     12 |      100 |        0
608.19/608.38	c  608s |      16 |   209629 |   182852 |    26988     13 |      100 |        0
610.59/610.70	c  610s |      16 |   210607 |   183752 |    26988     13 |      100 |        0
612.69/612.88	c  612s |      16 |   211681 |   184752 |    26988     13 |      100 |        0
614.79/614.91	c  614s |      16 |   212536 |   185552 |    26988     13 |      100 |        0
616.78/616.93	c  616s |      16 |   213616 |   186452 |    26988     13 |      100 |        0
618.88/619.00	c  618s |      16 |   214607 |   187352 |    26988     13 |      100 |        0
621.08/621.20	c  620s |      16 |   215697 |   188352 |    26988     13 |      100 |        0
623.08/623.29	c  622s |      16 |   216562 |   189152 |    26988     13 |      100 |        0
625.08/625.29	c  624s |      16 |   217340 |   189852 |    26988     13 |      100 |        0
627.38/627.51	c  627s |      16 |   218438 |   190852 |    26988     13 |      100 |        0
629.58/629.79	c  629s |      16 |   219451 |   191752 |    26988     13 |      100 |        0
631.68/631.87	c  631s |      16 |   220168 |   192452 |    26988     13 |      100 |        0
633.98/634.14	c  633s |      16 |   220898 |   193152 |    26988     13 |      100 |        0
636.28/636.50	c  636s |      16 |   221744 |   193852 |    26988     13 |      100 |        0
638.48/638.66	c  638s |      16 |   222801 |   194652 |    26988     13 |      100 |        0
640.68/640.84	c  640s |      16 |   223722 |   195452 |    26988     13 |      100 |        0
642.78/642.93	c  642s |      16 |   224633 |   196252 |    29687     13 |      100 |        0
644.98/645.16	c  644s |      16 |   225482 |   197052 |    29687     13 |      100 |        0
646.28/646.47	c  646s |      17 |   225861 |   197432 |    29687     13 |      100 |        0
648.38/648.54	c  648s |      17 |   226369 |   197832 |    29687     13 |      100 |        0
650.48/650.68	c  650s |      17 |   226903 |   198332 |    29687     13 |      100 |        0
652.68/652.89	c  652s |      17 |   227781 |   199132 |    29687     13 |      100 |        0
654.88/655.02	c  654s |      17 |   228704 |   199932 |    29687     13 |      100 |        0
657.08/657.23	c  656s |      17 |   229271 |   200432 |    29687     14 |      100 |        0
659.88/660.05	c  659s |      17 |   229582 |   200732 |    29687     14 |      100 |        0
662.08/662.25	c  661s |      17 |   230633 |   201732 |    29687     14 |      100 |        0
664.18/664.31	c  663s |      17 |   231601 |   202632 |    29687     14 |      100 |        0
666.17/666.32	c  665s |      17 |   232245 |   203232 |    29687     14 |      100 |        0
668.27/668.42	c  668s |      17 |   233257 |   204132 |    29687     14 |      100 |        0
670.37/670.58	c  670s |      17 |   234126 |   204932 |    29687     14 |      100 |        0
672.47/672.60	c  672s |      17 |   235022 |   205732 |    29687     14 |      100 |        0
674.47/674.61	c  674s |      17 |   235905 |   206532 |    29687     14 |      100 |        0
676.48/676.67	c  676s |      17 |   236799 |   207332 |    29687     14 |      100 |        0
678.58/678.74	c  678s |      17 |   237686 |   208132 |    29687     14 |      100 |        0
680.77/680.92	c  680s |      17 |   238589 |   208932 |    29687     14 |      100 |        0
683.07/683.24	c  682s |      17 |   239239 |   209532 |    29687     14 |      100 |        0
685.27/685.41	c  685s |      17 |   240223 |   210332 |    29687     14 |      100 |        0
687.26/687.49	c  687s |      17 |   241182 |   211132 |    29687     14 |      100 |        0
689.26/689.49	c  689s |      17 |   241970 |   211832 |    29687     14 |      100 |        0
691.46/691.69	c  691s |      17 |   242891 |   212632 |    29687     14 |      100 |        0
693.66/693.80	c  693s |      17 |   243692 |   213332 |    29687     14 |      100 |        0
695.86/696.02	c  695s |      17 |   244573 |   214132 |    29687     14 |      100 |        0
698.06/698.24	c  697s |      17 |   245476 |   214932 |    29687     14 |      100 |        0
700.06/700.29	c  699s |      17 |   246116 |   215532 |    29687     14 |      100 |        0
702.26/702.41	c  702s |      17 |   246909 |   216232 |    29687     14 |      100 |        0
704.36/704.53	c  704s |      17 |   247470 |   216732 |    29687     15 |      100 |        0
706.36/706.56	c  706s |      17 |   248367 |   217532 |    29687     15 |      100 |        0
708.46/708.67	c  708s |      17 |   249363 |   218432 |    29687     15 |      100 |        0
710.57/710.77	c  710s |      17 |   250221 |   219232 |    29687     15 |      100 |        0
712.56/712.78	c  712s |      17 |   251141 |   220032 |    29687     15 |      100 |        0
714.87/715.03	c  714s |      17 |   251900 |   220732 |    29687     15 |      100 |        0
716.96/717.14	c  716s |      17 |   252811 |   221532 |    29687     15 |      100 |        0
718.96/719.19	c  718s |      17 |   253681 |   222332 |    29687     15 |      100 |        0
721.16/721.31	c  720s |      17 |   254580 |   223132 |    29687     15 |      100 |        0
723.26/723.44	c  723s |      17 |   255435 |   223932 |    29687     15 |      100 |        0
725.35/725.55	c  725s |      17 |   256321 |   224732 |    29687     15 |      100 |        0
727.65/727.85	c  727s |      17 |   257170 |   225532 |    29687     15 |      100 |        0
729.85/730.06	c  729s |      17 |   258035 |   226332 |    29687     15 |      100 |        0
732.05/732.25	c  731s |      17 |   258898 |   227132 |    29687     15 |      100 |        0
734.05/734.29	c  733s |      17 |   259664 |   227832 |    29687     15 |      100 |        0
736.45/736.61	c  736s |      17 |   260406 |   228532 |    29687     15 |      100 |        0
738.55/738.78	c  738s |      17 |   261154 |   229232 |    29687     15 |      100 |        0
740.64/740.86	c  740s |      17 |   261888 |   229932 |    29687     15 |      100 |        0
742.84/743.01	c  742s |      17 |   262647 |   230632 |    29687     15 |      100 |        0
744.94/745.18	c  744s |      17 |   263408 |   231332 |    29687     15 |      100 |        0
747.04/747.25	c  746s |      17 |   264024 |   231932 |    29687     15 |      100 |        0
749.24/749.50	c  749s |      17 |   264631 |   232532 |    29687     15 |      100 |        0
751.44/751.61	c  751s |      17 |   265157 |   233032 |    29687     16 |      100 |        0
753.54/753.75	c  753s |      17 |   265918 |   233732 |    29687     16 |      100 |        0
755.54/755.77	c  755s |      17 |   266787 |   234532 |    29687     16 |      100 |        0
757.64/757.86	c  757s |      17 |   267639 |   235332 |    29687     16 |      100 |        0
759.83/760.00	c  759s |      17 |   268620 |   236232 |    29687     16 |      100 |        0
761.93/762.17	c  761s |      17 |   269503 |   237032 |    29687     16 |      100 |        0
764.03/764.24	c  763s |      17 |   270427 |   237832 |    29687     16 |      100 |        0
766.13/766.35	c  766s |      17 |   271272 |   238632 |    29687     16 |      100 |        0
768.43/768.64	c  768s |      17 |   272102 |   239432 |    29687     16 |      100 |        0
770.53/770.79	c  770s |      17 |   272810 |   240132 |    29687     16 |      100 |        0
773.03/773.28	c  772s |      17 |   273003 |   240232 |    29687     16 |      100 |        0
775.73/775.90	c  775s |      17 |   273748 |   240932 |    29687     16 |      100 |        0
777.73/777.92	c  777s |      17 |   274561 |   241732 |    29687     16 |      100 |        0
779.84/780.02	c  779s |      17 |   275389 |   242532 |    29687     16 |      100 |        0
781.83/782.07	c  781s |      17 |   276350 |   243432 |    29687     16 |      100 |        0
784.03/784.30	c  783s |      17 |   277291 |   244332 |    29687     16 |      100 |        0
786.33/786.55	c  786s |      17 |   278230 |   245232 |    29687     16 |      100 |        0
788.43/788.60	c  788s |      17 |   279069 |   246032 |    29687     16 |      100 |        0
790.52/790.73	c  790s |      17 |   279908 |   246832 |    29687     16 |      100 |        0
792.62/792.87	c  792s |      17 |   280751 |   247632 |    29687     16 |      100 |        0
794.92/795.14	c  794s |      17 |   281593 |   248432 |    29687     16 |      100 |        0
797.53/797.77	c  797s |      17 |   281983 |   248732 |    29687     17 |      100 |        0
799.83/800.02	c  799s |      17 |   282905 |   249532 |    29687     17 |      100 |        0
801.83/802.08	c  801s |      17 |   283808 |   250332 |    29687     17 |      100 |        0
803.93/804.11	c  803s |      17 |   284686 |   251132 |    29687     17 |      100 |        0
806.02/806.24	c  805s |      17 |   285681 |   252032 |    29687     17 |      100 |        0
808.02/808.25	c  807s |      17 |   286543 |   252832 |    29687     17 |      100 |        0
810.32/810.50	c  810s |      17 |   287520 |   253732 |    29687     17 |      100 |        0
812.52/812.74	c  812s |      17 |   288516 |   254632 |    29687     17 |      100 |        0
814.52/814.76	c  814s |      17 |   289382 |   255432 |    29687     17 |      100 |        0
816.61/816.82	c  816s |      17 |   290250 |   256232 |    29687     17 |      100 |        0
818.61/818.88	c  818s |      17 |   291119 |   257032 |    29687     17 |      100 |        0
820.71/820.92	c  820s |      17 |   291873 |   257732 |    29687     17 |      100 |        0
822.81/823.01	c  822s |      17 |   292755 |   258532 |    29687     17 |      100 |        0
824.82/825.09	c  824s |      17 |   293478 |   259232 |    29687     17 |      100 |        0
826.91/827.16	c  826s |      17 |   294209 |   259932 |    29687     17 |      100 |        0
829.01/829.24	c  828s |      17 |   294958 |   260632 |    29687     17 |      100 |        0
831.11/831.32	c  830s |      17 |   295616 |   261232 |    29687     17 |      100 |        0
833.11/833.33	c  833s |      17 |   296416 |   261932 |    29687     17 |      100 |        0
835.41/835.60	c  835s |      17 |   297296 |   262732 |    29687     17 |      100 |        0
837.41/837.65	c  837s |      17 |   298063 |   263432 |    29687     17 |      100 |        0
839.40/839.68	c  839s |      17 |   298707 |   264032 |    29687     17 |      100 |        0
841.50/841.73	c  841s |      17 |   299458 |   264732 |    29687     17 |      100 |        0
843.61/843.86	c  843s |      17 |   299901 |   265132 |    29687     18 |      100 |        0
845.60/845.90	c  845s |      17 |   300771 |   265932 |    29687     18 |      100 |        0
847.91/848.13	c  847s |      17 |   301739 |   266832 |    29687     18 |      100 |        0
849.90/850.13	c  849s |      17 |   302610 |   267632 |    29687     18 |      100 |        0
852.10/852.34	c  852s |      17 |   303444 |   268432 |    29687     18 |      100 |        0
854.30/854.51	c  854s |      17 |   303763 |   268732 |    29687     18 |      100 |        0
856.30/856.56	c  856s |      17 |   304489 |   269432 |    29687     18 |      100 |        0
858.40/858.62	c  858s |      17 |   305332 |   270232 |    29687     18 |      100 |        0
860.49/860.75	c  860s |      17 |   306216 |   271032 |    29687     18 |      100 |        0
862.69/862.90	c  862s |      17 |   307085 |   271832 |    29687     18 |      100 |        0
864.69/864.94	c  864s |      17 |   307968 |   272632 |    29687     18 |      100 |        0
866.89/867.13	c  866s |      17 |   308681 |   273332 |    29687     18 |      100 |        0
868.90/869.14	c  868s |      17 |   309460 |   274032 |    29687     18 |      100 |        0
871.10/871.36	c  871s |      17 |   310198 |   274732 |    29687     18 |      100 |        0
873.09/873.36	c  873s |      17 |   310950 |   275432 |    29687     18 |      100 |        0
875.09/875.40	c  875s |      17 |   311747 |   276132 |    29687     18 |      100 |        0
877.49/877.73	c  877s |      17 |   312488 |   276832 |    29687     18 |      100 |        0
879.49/879.78	c  879s |      17 |   313260 |   277532 |    29687     18 |      100 |        0
881.59/881.85	c  881s |      17 |   314027 |   278232 |    29687     18 |      100 |        0
883.78/884.03	c  883s |      17 |   314781 |   278932 |    29687     18 |      100 |        0
886.08/886.31	c  885s |      17 |   315518 |   279632 |    29687     18 |      100 |        0
888.28/888.55	c  888s |      17 |   316129 |   280232 |    29687     18 |      100 |        0
890.58/890.89	c  890s |      17 |   316584 |   280632 |    29687     18 |      100 |        0
894.39/894.63	c  894s |      17 |   317249 |   281232 |    29687     19 |      100 |        0
896.49/896.79	c  896s |      17 |   318252 |   282132 |    29687     19 |      100 |        0
898.60/898.81	c  898s |      17 |   319103 |   282932 |    29687     19 |      100 |        0
900.69/901.00	c  900s |      17 |   320199 |   283932 |    29687     19 |      100 |        0
902.89/903.11	c  902s |      17 |   321079 |   284732 |    29687     19 |      100 |        0
904.99/905.26	c  904s |      17 |   322123 |   285632 |    29687     19 |      100 |        0
907.09/907.31	c  906s |      17 |   322988 |   286432 |    29687     19 |      100 |        0
909.28/909.58	c  909s |      17 |   323709 |   287132 |    29687     19 |      100 |        0
911.58/911.81	c  911s |      17 |   324688 |   288032 |    29687     19 |      100 |        0
913.68/913.98	c  913s |      17 |   325557 |   288832 |    29687     19 |      100 |        0
915.78/916.00	c  915s |      17 |   326419 |   289632 |    29687     19 |      100 |        0
917.88/918.10	c  917s |      17 |   327301 |   290432 |    29687     19 |      100 |        0
919.88/920.17	c  919s |      17 |   328194 |   291232 |    29687     19 |      100 |        0
922.08/922.34	c  922s |      17 |   329070 |   292032 |    29687     19 |      100 |        0
924.18/924.44	c  924s |      17 |   329801 |   292732 |    29687     19 |      100 |        0
926.28/926.59	c  926s |      17 |   330655 |   293532 |    29687     19 |      100 |        0
928.48/928.74	c  928s |      17 |   331420 |   294232 |    32656     19 |      100 |        0
930.57/930.85	c  930s |      17 |   332183 |   294932 |    32656     19 |      100 |        0
932.77/933.09	c  932s |      17 |   333053 |   295732 |    32656     19 |      100 |        0
934.57/934.88	c  934s |      18 |   333621 |   296252 |    32656     19 |      100 |        0
937.08/937.31	c  936s |      18 |   333831 |   296352 |    32656     19 |      100 |        0
939.77/940.05	c  939s |      18 |   334413 |   296752 |    32656     19 |      100 |        0
942.06/942.30	c  941s |      18 |   334876 |   297052 |    32656     19 |      100 |        0
944.16/944.42	c  944s |      18 |   335408 |   297552 |    32656     19 |      100 |        0
946.26/946.51	c  946s |      18 |   335955 |   298052 |    32656     19 |      100 |        0
948.66/948.95	c  948s |      18 |   336521 |   298552 |    32656     19 |      100 |        0
950.66/950.99	c  950s |      18 |   337122 |   299152 |    32656     19 |      100 |        0
952.96/953.22	c  952s |      18 |   337940 |   299952 |    32656     19 |      100 |        0
955.86/956.11	c  955s |      18 |   338662 |   300652 |    32656     20 |      100 |        0
958.46/958.76	c  958s |      18 |   339235 |   301152 |    32656     20 |      100 |        0
960.56/960.81	c  960s |      18 |   339781 |   301652 |    32656     20 |      100 |        0
962.97/963.21	c  962s |      18 |   340442 |   302252 |    32656     20 |      100 |        0
965.17/965.48	c  965s |      18 |   341121 |   302852 |    32656     20 |      100 |        0
967.27/967.58	c  967s |      18 |   341892 |   303452 |    32656     20 |      100 |        0
969.56/969.84	c  969s |      18 |   342924 |   304352 |    32656     20 |      100 |        0
971.66/971.94	c  971s |      18 |   344175 |   305352 |    32656     20 |      100 |        0
973.96/974.22	c  973s |      18 |   344875 |   305952 |    32656     20 |      100 |        0
976.26/976.50	c  976s |      18 |   345508 |   306552 |    32656     20 |      100 |        0
978.46/978.71	c  978s |      18 |   346015 |   307052 |    32656     20 |      100 |        0
980.66/980.94	c  980s |      18 |   346586 |   307552 |    32656     20 |      100 |        0
982.76/983.09	c  982s |      18 |   347331 |   308152 |    32656     20 |      100 |        0
984.96/985.20	c  984s |      18 |   347956 |   308752 |    32656     20 |      100 |        0
986.96/987.20	c  986s |      18 |   348693 |   309452 |    32656     20 |      100 |        0
989.16/989.46	c  989s |      18 |   349342 |   310052 |    32656     20 |      100 |        0
991.36/991.64	c  991s |      18 |   349880 |   310552 |    32656     20 |      100 |        0
993.76/994.04	c  993s |      18 |   350752 |   311352 |    32656     20 |      100 |        0
996.06/996.30	c  995s |      18 |   351329 |   311852 |    32656     20 |      100 |        0
998.16/998.48	c  998s |      18 |   352122 |   312552 |    32656     20 |      100 |        0
1000.35/1000.61	c 1000s |      18 |   352536 |   312952 |    32656     20 |      100 |        0
1002.55/1002.89	c 1002s |      18 |   353207 |   313552 |    32656     20 |      100 |        0
1004.75/1005.02	c 1004s |      18 |   354011 |   314252 |    32656     20 |      100 |        0
1006.95/1007.27	c 1006s |      18 |   355120 |   315152 |    32656     20 |      100 |        0
1009.05/1009.32	c 1008s |      18 |   355888 |   315852 |    32656     20 |      100 |        0
1011.35/1011.67	c 1011s |      18 |   356629 |   316552 |    32656     20 |      100 |        0
1013.75/1014.04	c 1013s |      18 |   357405 |   317252 |    32656     20 |      100 |        0
1016.16/1016.41	c 1016s |      18 |   358253 |   317952 |    32656     21 |      100 |        0
1018.25/1018.53	c 1018s |      18 |   359171 |   318752 |    32656     21 |      100 |        0
1020.44/1020.78	c 1020s |      18 |   360205 |   319652 |    32656     21 |      100 |        0
1022.64/1022.90	c 1022s |      18 |   361271 |   320552 |    32656     21 |      100 |        0
1024.64/1024.99	c 1024s |      18 |   361925 |   321152 |    32656     21 |      100 |        0
1026.74/1027.01	c 1026s |      18 |   362774 |   321852 |    32656     21 |      100 |        0
1028.94/1029.25	c 1028s |      18 |   363541 |   322552 |    32656     21 |      100 |        0
1031.04/1031.39	c 1031s |      18 |   364332 |   323252 |    32656     21 |      100 |        0
1033.33/1033.65	c 1033s |      18 |   365185 |   324052 |    32656     21 |      100 |        0
1035.43/1035.74	c 1035s |      18 |   365978 |   324752 |    32656     21 |      100 |        0
1037.63/1037.99	c 1037s |      18 |   366763 |   325452 |    32656     21 |      100 |        0
1039.73/1040.03	c 1039s |      18 |   367492 |   326152 |    32656     21 |      100 |        0
1041.83/1042.17	c 1041s |      18 |   368248 |   326852 |    32656     21 |      100 |        0
1043.93/1044.20	c 1043s |      18 |   368915 |   327452 |    32656     21 |      100 |        0
1045.94/1046.28	c 1045s |      18 |   369652 |   328152 |    32656     21 |      100 |        0
1048.23/1048.54	c 1048s |      18 |   370397 |   328852 |    32656     21 |      100 |        0
1050.53/1050.84	c 1050s |      18 |   371117 |   329552 |    32656     21 |      100 |        0
1052.73/1053.03	c 1052s |      18 |   371736 |   330152 |    32656     21 |      100 |        0
1054.82/1055.18	c 1054s |      18 |   372485 |   330852 |    32656     21 |      100 |        0
1056.93/1057.25	c 1056s |      18 |   373245 |   331452 |    32656     21 |      100 |        0
1059.22/1059.52	c 1059s |      18 |   374002 |   332152 |    32656     21 |      100 |        0
1061.42/1061.78	c 1061s |      18 |   374714 |   332852 |    32656     21 |      100 |        0
1063.53/1063.84	c 1063s |      18 |   375506 |   333552 |    32656     21 |      100 |        0
1065.63/1065.98	c 1065s |      18 |   376172 |   334152 |    32656     21 |      100 |        0
1067.92/1068.29	c 1067s |      18 |   376816 |   334752 |    32656     21 |      100 |        0
1070.31/1070.65	c 1070s |      18 |   377460 |   335352 |    32656     21 |      100 |        0
1072.92/1073.21	c 1072s |      18 |   377569 |   335452 |    32656     21 |      100 |        0
1075.12/1075.44	c 1075s |      18 |   378261 |   336052 |    32656     22 |      100 |        0
1077.62/1077.99	c 1077s |      18 |   379232 |   336952 |    32656     22 |      100 |        0
1079.82/1080.11	c 1079s |      18 |   380218 |   337852 |    32656     22 |      100 |        0
1081.82/1082.18	c 1081s |      18 |   381121 |   338652 |    32656     22 |      100 |        0
1084.12/1084.40	c 1084s |      18 |   381984 |   339452 |    32656     22 |      100 |        0
1086.12/1086.46	c 1086s |      18 |   382865 |   340252 |    32656     22 |      100 |        0
1088.22/1088.53	c 1088s |      18 |   383717 |   341052 |    32656     22 |      100 |        0
1090.21/1090.56	c 1090s |      18 |   384464 |   341652 |    32656     22 |      100 |        0
1092.41/1092.74	c 1092s |      18 |   385463 |   342552 |    32656     22 |      100 |        0
1094.51/1094.83	c 1094s |      18 |   386422 |   343352 |    32656     22 |      100 |        0
1096.61/1096.94	c 1096s |      18 |   387178 |   344052 |    32656     22 |      100 |        0
1098.81/1099.16	c 1098s |      18 |   387946 |   344752 |    32656     22 |      100 |        0
1101.01/1101.39	c 1101s |      18 |   388881 |   345552 |    32656     22 |      100 |        0
1103.31/1103.62	c 1103s |      18 |   389773 |   346352 |    32656     22 |      100 |        0
1105.51/1105.88	c 1105s |      18 |   390535 |   347052 |    32656     22 |      100 |        0
1107.52/1107.88	c 1107s |      18 |   391329 |   347752 |    32656     22 |      100 |        0
1109.61/1109.93	c 1109s |      18 |   392119 |   348452 |    32656     22 |      100 |        0
1111.61/1111.97	c 1111s |      18 |   392832 |   349052 |    32656     22 |      100 |        0
1113.81/1114.12	c 1113s |      18 |   393633 |   349752 |    32656     22 |      100 |        0
1116.11/1116.42	c 1116s |      18 |   394408 |   350452 |    32656     22 |      100 |        0
1118.21/1118.56	c 1118s |      18 |   395206 |   351152 |    32656     22 |      100 |        0
1120.50/1120.80	c 1120s |      18 |   395981 |   351852 |    32656     22 |      100 |        0
1122.70/1123.04	c 1122s |      18 |   396763 |   352552 |    32656     22 |      100 |        0
1125.50/1125.87	c 1125s |      18 |   397439 |   353152 |    32656     23 |      100 |        0
1127.60/1127.99	c 1127s |      18 |   398232 |   353852 |    32656     23 |      100 |        0
1129.80/1130.19	c 1129s |      18 |   398938 |   354452 |    32656     23 |      100 |        0
1132.00/1132.30	c 1131s |      18 |   399797 |   355252 |    32656     23 |      100 |        0
1134.10/1134.40	c 1134s |      18 |   400683 |   356052 |    32656     23 |      100 |        0
1136.30/1136.63	c 1136s |      18 |   401706 |   356952 |    32656     23 |      100 |        0
1138.31/1138.64	c 1138s |      18 |   402535 |   357652 |    32656     23 |      100 |        0
1140.29/1140.69	c 1140s |      18 |   403269 |   358352 |    32656     23 |      100 |        0
1142.49/1142.82	c 1142s |      18 |   403989 |   358952 |    32656     23 |      100 |        0
1144.49/1144.85	c 1144s |      18 |   404755 |   359652 |    32656     23 |      100 |        0
1146.69/1147.02	c 1146s |      18 |   405540 |   360352 |    32656     23 |      100 |        0
1148.89/1149.24	c 1148s |      18 |   406627 |   361152 |    32656     23 |      100 |        0
1151.09/1151.46	c 1151s |      18 |   407440 |   361852 |    32656     23 |      100 |        0
1153.09/1153.50	c 1153s |      18 |   408228 |   362552 |    32656     23 |      100 |        0
1155.39/1155.75	c 1155s |      18 |   409165 |   363352 |    32656     23 |      100 |        0
1157.49/1157.83	c 1157s |      18 |   410060 |   364052 |    32656     23 |      100 |        0
1159.49/1159.84	c 1159s |      18 |   410749 |   364652 |    32656     23 |      100 |        0
1161.59/1161.92	c 1161s |      18 |   411439 |   365252 |    32656     23 |      100 |        0
1163.68/1164.09	c 1163s |      18 |   411912 |   365652 |    32656     23 |      100 |        0
1165.79/1166.19	c 1165s |      18 |   412845 |   366352 |    32656     23 |      100 |        0
1167.89/1168.22	c 1167s |      18 |   413605 |   367052 |    32656     23 |      100 |        0
1169.88/1170.26	c 1169s |      18 |   414265 |   367652 |    32656     23 |      100 |        0
1172.08/1172.45	c 1172s |      18 |   414947 |   368252 |    32656     23 |      100 |        0
1174.28/1174.62	c 1174s |      18 |   415727 |   368952 |    32656     23 |      100 |        0
1176.38/1176.76	c 1176s |      18 |   416503 |   369652 |    32656     23 |      100 |        0
1178.78/1179.11	c 1178s |      18 |   417342 |   370352 |    32656     23 |      100 |        0
1181.48/1181.83	c 1181s |      18 |   417804 |   370752 |    32656     24 |      100 |        0
1183.48/1183.87	c 1183s |      18 |   418483 |   371352 |    32656     24 |      100 |        0
1185.58/1185.92	c 1185s |      18 |   419437 |   372152 |    32656     24 |      100 |        0
1187.58/1187.92	c 1187s |      18 |   420266 |   372852 |    32656     24 |      100 |        0
1189.58/1189.95	c 1189s |      18 |   421145 |   373652 |    32656     24 |      100 |        0
1191.78/1192.12	c 1191s |      18 |   422181 |   374552 |    32656     24 |      100 |        0
1193.98/1194.32	c 1193s |      18 |   423035 |   375352 |    32656     24 |      100 |        0
1196.08/1196.46	c 1196s |      18 |   423771 |   376052 |    32656     24 |      100 |        0
1198.28/1198.63	c 1198s |      18 |   424501 |   376752 |    32656     24 |      100 |        0
1200.38/1200.77	c 1200s |      18 |   425123 |   377352 |    32656     24 |      100 |        0
1212.28/1212.60	c 1212s |      18 |   425460 |   377652 |    32656     24 |      100 |        0
1214.28/1214.65	c 1214s |      18 |   425892 |   378052 |    32656     24 |      100 |        0
1216.38/1216.74	c 1216s |      18 |   426432 |   378552 |    32656     24 |      100 |        0
1218.48/1218.81	c 1218s |      18 |   426960 |   379052 |    32656     24 |      100 |        0
1220.48/1220.84	c 1220s |      18 |   427852 |   379852 |    32656     24 |      100 |        0
1222.58/1222.91	c 1222s |      18 |   428620 |   380552 |    32656     24 |      100 |        0
1224.57/1224.96	c 1224s |      18 |   429376 |   381252 |    32656     24 |      100 |        0
1226.67/1227.09	c 1226s |      18 |   430153 |   381952 |    32656     24 |      100 |        0
1228.87/1229.21	c 1228s |      18 |   430989 |   382752 |    32656     24 |      100 |        0
1231.07/1231.44	c 1231s |      18 |   431737 |   383452 |    32656     24 |      100 |        0
1233.27/1233.65	c 1233s |      18 |   432602 |   384152 |    32656     24 |      100 |        0
1235.47/1235.89	c 1235s |      18 |   433580 |   384952 |    32656     24 |      100 |        0
1237.77/1238.17	c 1237s |      18 |   434412 |   385652 |    32656     24 |      100 |        0
1239.87/1240.22	c 1239s |      18 |   435252 |   386252 |    32656     24 |      100 |        0
1242.07/1242.46	c 1242s |      18 |   436126 |   386952 |    32656     24 |      100 |        0
1244.27/1244.64	c 1244s |      18 |   436912 |   387652 |    32656     24 |      100 |        0
1246.37/1246.70	c 1246s |      18 |   437601 |   388252 |    32656     24 |      100 |        0
1248.47/1248.83	c 1248s |      18 |   438234 |   388752 |    32656     25 |      100 |        0
1250.48/1250.88	c 1250s |      18 |   438950 |   389352 |    32656     25 |      100 |        0
1252.58/1252.95	c 1252s |      18 |   440068 |   390152 |    32656     25 |      100 |        0
1254.78/1255.17	c 1254s |      18 |   441111 |   390952 |    32656     25 |      100 |        0
1257.08/1257.42	c 1257s |      18 |   442158 |   391752 |    32656     25 |      100 |        0
1259.18/1259.60	c 1259s |      18 |   443233 |   392652 |    32656     25 |      100 |        0
1261.38/1261.77	c 1261s |      18 |   444043 |   393352 |    32656     25 |      100 |        0
1263.37/1263.78	c 1263s |      18 |   444841 |   394052 |    32656     25 |      100 |        0
1266.17/1266.51	c 1266s |      18 |   445672 |   394752 |    32656     25 |      100 |        0
1268.47/1268.81	c 1268s |      18 |   446077 |   395152 |    32656     25 |      100 |        0
1270.47/1270.84	c 1270s |      18 |   446706 |   395752 |    32656     25 |      100 |        0
1274.57/1274.95	c 1274s |      18 |   447237 |   396252 |    32656     25 |      100 |        0
1276.77/1277.11	c 1276s |      18 |   447787 |   396752 |    32656     25 |      100 |        0
1278.97/1279.36	c 1279s |      18 |   448444 |   397352 |    32656     25 |      100 |        0
1281.27/1281.65	c 1281s |      18 |   449114 |   397952 |    32656     25 |      100 |        0
1283.47/1283.84	c 1283s |      18 |   449782 |   398552 |    32656     25 |      100 |        0
1285.46/1285.89	c 1285s |      18 |   450437 |   399152 |    32656     25 |      100 |        0
1287.87/1288.21	c 1287s |      18 |   451236 |   399852 |    32656     25 |      100 |        0
1290.07/1290.45	c 1290s |      18 |   452046 |   400552 |    32656     25 |      100 |        0
1292.27/1292.63	c 1292s |      18 |   452895 |   401352 |    32656     25 |      100 |        0
1294.47/1294.89	c 1294s |      18 |   453602 |   402052 |    32656     25 |      100 |        0
1296.67/1297.08	c 1296s |      18 |   454360 |   402752 |    32656     25 |      100 |        0
1298.77/1299.12	c 1298s |      18 |   455151 |   403452 |    32656     25 |      100 |        0
1300.97/1301.34	c 1301s |      18 |   455924 |   404152 |    32656     25 |      100 |        0
1303.17/1303.54	c 1303s |      18 |   456691 |   404852 |    32656     25 |      100 |        0
1305.37/1305.78	c 1305s |      18 |   457404 |   405552 |    32656     25 |      100 |        0
1308.16/1308.52	c 1308s |      18 |   458025 |   406152 |    32656     26 |      100 |        0
1310.16/1310.53	c 1310s |      18 |   458801 |   406852 |    32656     26 |      100 |        0
1312.26/1312.66	c 1312s |      18 |   459641 |   407652 |    32656     26 |      100 |        0
1314.56/1314.90	c 1314s |      18 |   460578 |   408552 |    32656     26 |      100 |        0
1316.76/1317.17	c 1316s |      18 |   461394 |   409352 |    32656     26 |      100 |        0
1318.86/1319.22	c 1318s |      18 |   462140 |   410052 |    32656     26 |      100 |        0
1320.86/1321.24	c 1320s |      18 |   462911 |   410752 |    32656     26 |      100 |        0
1322.96/1323.35	c 1323s |      18 |   463684 |   411452 |    32656     26 |      100 |        0
1325.16/1325.51	c 1325s |      18 |   464528 |   412152 |    32656     26 |      100 |        0
1327.46/1327.84	c 1327s |      18 |   465323 |   412852 |    32656     26 |      100 |        0
1329.56/1329.99	c 1329s |      18 |   466077 |   413552 |    32656     26 |      100 |        0
1331.76/1332.12	c 1331s |      18 |   466708 |   414152 |    32656     26 |      100 |        0
1333.96/1334.40	c 1334s |      18 |   467385 |   414752 |    32656     26 |      100 |        0
1336.05/1336.44	c 1336s |      18 |   468119 |   415352 |    32656     26 |      100 |        0
1338.36/1338.80	c 1338s |      18 |   468906 |   416052 |    32656     26 |      100 |        0
1340.56/1340.95	c 1340s |      18 |   469674 |   416752 |    32656     26 |      100 |        0
1342.86/1343.24	c 1342s |      18 |   470439 |   417452 |    32656     26 |      100 |        0
1344.96/1345.40	c 1345s |      18 |   471071 |   418052 |    32656     26 |      100 |        0
1353.25/1353.66	c 1353s |      18 |   471500 |   418452 |    32656     26 |      100 |        0
1355.35/1355.78	c 1355s |      18 |   472128 |   419052 |    32656     26 |      100 |        0
1357.35/1357.78	c 1357s |      18 |   472788 |   419652 |    32656     26 |      100 |        0
1359.45/1359.88	c 1359s |      18 |   473422 |   420252 |    32656     26 |      100 |        0
1361.85/1362.22	c 1361s |      18 |   474043 |   420852 |    32656     26 |      100 |        0
1364.15/1364.52	c 1364s |      18 |   474763 |   421552 |    32656     26 |      100 |        0
1366.15/1366.56	c 1366s |      18 |   475388 |   422152 |    32656     26 |      100 |        0
1368.25/1368.65	c 1368s |      18 |   476132 |   422852 |    32656     26 |      100 |        0
1370.55/1370.94	c 1370s |      18 |   476994 |   423652 |    32656     26 |      100 |        0
1372.95/1373.35	c 1373s |      18 |   477203 |   423852 |    32656     27 |      100 |        0
1375.05/1375.45	c 1375s |      18 |   478016 |   424652 |    32656     27 |      100 |        0
1377.15/1377.52	c 1377s |      18 |   478871 |   425452 |    32656     27 |      100 |        0
1379.25/1379.65	c 1379s |      18 |   479690 |   426252 |    32656     27 |      100 |        0
1381.35/1381.75	c 1381s |      18 |   480336 |   426852 |    32656     27 |      100 |        0
1383.45/1383.82	c 1383s |      18 |   481200 |   427652 |    32656     27 |      100 |        0
1385.55/1385.90	c 1385s |      18 |   482076 |   428452 |    32656     27 |      100 |        0
1387.65/1388.01	c 1387s |      18 |   482816 |   429152 |    32656     27 |      100 |        0
1389.85/1390.25	c 1389s |      18 |   483659 |   429952 |    32656     27 |      100 |        0
1392.15/1392.54	c 1392s |      18 |   484383 |   430652 |    32656     27 |      100 |        0
1394.35/1394.71	c 1394s |      18 |   485253 |   431452 |    32656     27 |      100 |        0
1396.54/1396.97	c 1396s |      18 |   486132 |   432252 |    32656     27 |      100 |        0
1398.64/1399.02	c 1398s |      18 |   486872 |   432952 |    32656     27 |      100 |        0
1400.84/1401.28	c 1400s |      18 |   487751 |   433752 |    32656     27 |      100 |        0
1403.25/1403.61	c 1403s |      18 |   488488 |   434452 |    32656     27 |      100 |        0
1405.34/1405.80	c 1405s |      18 |   489239 |   435152 |    32656     27 |      100 |        0
1407.65/1408.04	c 1407s |      18 |   489965 |   435852 |    32656     27 |      100 |        0
1409.85/1410.21	c 1409s |      18 |   490698 |   436552 |    32656     27 |      100 |        0
1411.94/1412.32	c 1411s |      18 |   491450 |   437252 |    32656     27 |      100 |        0
1413.94/1414.37	c 1414s |      18 |   492084 |   437852 |    32656     27 |      100 |        0
1416.24/1416.61	c 1416s |      18 |   492686 |   438452 |    32656     27 |      100 |        0
1418.54/1418.92	c 1418s |      18 |   493321 |   439052 |    32656     27 |      100 |        0
1420.64/1421.03	c 1420s |      18 |   493954 |   439652 |    32656     27 |      100 |        0
1422.74/1423.14	c 1422s |      18 |   494583 |   440252 |    32656     27 |      100 |        0
1424.94/1425.37	c 1425s |      18 |   495199 |   440852 |    32656     27 |      100 |        0
1427.24/1427.65	c 1427s |      18 |   495819 |   441452 |    35922     27 |      100 |        0
1429.65/1430.07	c 1429s |      18 |   496446 |   442052 |    35922     27 |      100 |        0
1431.74/1432.19	c 1431s |      18 |   497072 |   442652 |    35922     27 |      100 |        0
1433.94/1434.35	c 1434s |      18 |   497700 |   443252 |    35922     27 |      100 |        0
1436.35/1436.71	c 1436s |      18 |   498366 |   443852 |    35922     27 |      100 |        0
1438.34/1438.76	c 1438s |      18 |   498910 |   444352 |    35922     27 |      100 |        0
1438.84/1439.20	c 1438s |      19 |   499060 |   444482 |    35922     27 |      100 |        0
1444.14/1444.53	c 1444s |      19 |   499272 |   444582 |    35922     28 |      100 |        0
1446.14/1446.59	c 1446s |      19 |   499712 |   444982 |    35922     28 |      100 |        0
1453.14/1453.53	c 1453s |      19 |   499938 |   445182 |    35922     28 |      100 |        0
1455.44/1455.82	c 1455s |      19 |   500539 |   445682 |    35922     28 |      100 |        0
1457.84/1458.22	c 1457s |      19 |   501212 |   446282 |    35922     28 |      100 |        0
1460.14/1460.53	c 1460s |      19 |   501764 |   446782 |    35922     28 |      100 |        0
1462.54/1463.00	c 1462s |      19 |   502336 |   447282 |    35922     28 |      100 |        0
1464.64/1465.06	c 1464s |      19 |   502862 |   447782 |    35922     28 |      100 |        0
1466.84/1467.30	c 1466s |      19 |   503418 |   448282 |    35922     28 |      100 |        0
1469.24/1469.62	c 1469s |      19 |   503956 |   448782 |    35922     28 |      100 |        0
1471.34/1471.78	c 1471s |      19 |   504381 |   449182 |    35922     28 |      100 |        0
1473.54/1473.92	c 1473s |      19 |   504930 |   449682 |    35922     28 |      100 |        0
1475.63/1476.08	c 1475s |      19 |   505467 |   450182 |    35922     28 |      100 |        0
1478.04/1478.42	c 1478s |      19 |   506148 |   450782 |    35922     28 |      100 |        0
1480.24/1480.62	c 1480s |      19 |   506576 |   451182 |    35922     28 |      100 |        0
1482.23/1482.69	c 1482s |      19 |   507149 |   451682 |    35922     28 |      100 |        0
1484.33/1484.75	c 1484s |      19 |   507895 |   452382 |    35922     28 |      100 |        0
1486.53/1486.96	c 1486s |      19 |   508764 |   453182 |    35922     28 |      100 |        0
1488.63/1489.05	c 1488s |      19 |   509659 |   453982 |    35922     28 |      100 |        0
1490.93/1491.34	c 1491s |      19 |   510433 |   454682 |    35922     28 |      100 |        0
1493.23/1493.64	c 1493s |      19 |   511239 |   455382 |    35922     28 |      100 |        0
1495.33/1495.70	c 1495s |      19 |   512009 |   456082 |    35922     28 |      100 |        0
1497.63/1498.00	c 1497s |      19 |   512764 |   456782 |    35922     28 |      100 |        0
1499.73/1500.10	c 1499s |      19 |   513526 |   457482 |    35922     28 |      100 |        0
1501.83/1502.26	c 1501s |      19 |   514404 |   458282 |    35922     28 |      100 |        0
1504.03/1504.43	c 1504s |      19 |   515184 |   458982 |    35922     28 |      100 |        0
1506.13/1506.52	c 1506s |      19 |   515965 |   459682 |    35922     28 |      100 |        0
1508.23/1508.63	c 1508s |      19 |   516736 |   460382 |    35922     28 |      100 |        0
1510.43/1510.80	c 1510s |      19 |   517387 |   460982 |    35922     28 |      100 |        0
1512.43/1512.86	c 1512s |      19 |   518046 |   461582 |    35922     28 |      100 |        0
1514.73/1515.15	c 1514s |      19 |   518806 |   462282 |    35922     28 |      100 |        0
1516.73/1517.19	c 1516s |      19 |   519528 |   462882 |    35922     28 |      100 |        0
1518.93/1519.31	c 1518s |      19 |   520296 |   463582 |    35922     28 |      100 |        0
1521.63/1522.09	c 1521s |      19 |   520901 |   464182 |    35922     29 |      100 |        0
1523.92/1524.31	c 1523s |      19 |   521530 |   464782 |    35922     29 |      100 |        0
1525.93/1526.37	c 1526s |      19 |   522247 |   465382 |    35922     29 |      100 |        0
1528.13/1528.58	c 1528s |      19 |   523173 |   466182 |    35922     29 |      100 |        0
1530.33/1530.76	c 1530s |      19 |   524104 |   466982 |    35922     29 |      100 |        0
1533.53/1533.93	c 1533s |      19 |   524866 |   467682 |    35922     29 |      100 |        0
1535.73/1536.15	c 1535s |      19 |   525973 |   468682 |    35922     29 |      100 |        0
1537.83/1538.28	c 1537s |      19 |   526976 |   469582 |    35922     29 |      100 |        0
1540.03/1540.42	c 1540s |      19 |   527968 |   470482 |    35922     29 |      100 |        0
1542.03/1542.43	c 1542s |      19 |   528885 |   471282 |    35922     29 |      100 |        0
1544.23/1544.66	c 1544s |      19 |   529973 |   472182 |    35922     29 |      100 |        0
1546.53/1546.90	c 1546s |      19 |   530962 |   473082 |    35922     29 |      100 |        0
1548.53/1548.96	c 1548s |      19 |   531926 |   473982 |    35922     29 |      100 |        0
1550.83/1551.20	c 1550s |      19 |   532973 |   474882 |    35922     29 |      100 |        0
1552.83/1553.24	c 1552s |      19 |   533871 |   475682 |    35922     29 |      100 |        0
1554.83/1555.27	c 1554s |      19 |   534772 |   476382 |    35922     29 |      100 |        0
1557.03/1557.47	c 1557s |      19 |   535815 |   477282 |    35922     29 |      100 |        0
1559.13/1559.59	c 1559s |      19 |   536552 |   477982 |    35922     29 |      100 |        0
1561.42/1561.82	c 1561s |      19 |   537193 |   478582 |    35922     29 |      100 |        0
1563.52/1563.98	c 1563s |      19 |   537999 |   479282 |    35922     29 |      100 |        0
1565.62/1566.01	c 1565s |      19 |   538793 |   479982 |    35922     29 |      100 |        0
1567.92/1568.38	c 1568s |      19 |   539649 |   480782 |    35922     29 |      100 |        0
1570.12/1570.55	c 1570s |      19 |   540090 |   481182 |    35922     29 |      100 |        0
1572.22/1572.69	c 1572s |      19 |   540838 |   481882 |    35922     29 |      100 |        0
1574.32/1574.76	c 1574s |      19 |   541619 |   482582 |    35922     29 |      100 |        0
1576.92/1577.31	c 1576s |      19 |   542422 |   483282 |    35922     30 |      100 |        0
1578.92/1579.36	c 1579s |      19 |   543074 |   483882 |    35922     30 |      100 |        0
1581.02/1581.49	c 1581s |      19 |   543919 |   484682 |    35922     30 |      100 |        0
1583.12/1583.52	c 1583s |      19 |   544781 |   485382 |    35922     30 |      100 |        0
1585.32/1585.71	c 1585s |      19 |   545756 |   486182 |    35922     30 |      100 |        0
1587.52/1587.96	c 1587s |      19 |   546647 |   486982 |    35922     30 |      100 |        0
1589.62/1590.06	c 1589s |      19 |   547545 |   487782 |    35922     30 |      100 |        0
1591.72/1592.11	c 1591s |      19 |   548429 |   488582 |    35922     30 |      100 |        0
1593.71/1594.14	c 1593s |      19 |   549231 |   489282 |    35922     30 |      100 |        0
1596.71/1597.14	c 1596s |      19 |   549868 |   489882 |    35922     30 |      100 |        0
1598.91/1599.31	c 1598s |      19 |   550925 |   490682 |    35922     30 |      100 |        0
1601.01/1601.43	c 1601s |      19 |   552075 |   491482 |    35922     30 |      100 |        0
1603.42/1603.86	c 1603s |      19 |   552923 |   492082 |    35922     30 |      100 |        0
1605.72/1606.14	c 1605s |      19 |   553549 |   492682 |    35922     30 |      100 |        0
1607.82/1608.26	c 1607s |      19 |   553986 |   493082 |    35922     30 |      100 |        0
1610.21/1610.60	c 1610s |      19 |   554517 |   493582 |    35922     30 |      100 |        0
1612.32/1612.79	c 1612s |      19 |   555080 |   494082 |    35922     30 |      100 |        0
1614.61/1615.04	c 1614s |      19 |   555878 |   494782 |    35922     30 |      100 |        0
1616.72/1617.15	c 1616s |      19 |   556641 |   495482 |    35922     30 |      100 |        0
1619.01/1619.44	c 1619s |      19 |   557590 |   496282 |    35922     30 |      100 |        0
1621.41/1621.81	c 1621s |      19 |   558625 |   497082 |    35922     30 |      100 |        0
1623.41/1623.85	c 1623s |      19 |   559306 |   497682 |    35922     30 |      100 |        0
1625.52/1625.92	c 1625s |      19 |   559949 |   498282 |    35922     30 |      100 |        0
1627.51/1627.92	c 1627s |      19 |   560612 |   498882 |    35922     30 |      100 |        0
1631.41/1631.84	c 1631s |      19 |   560963 |   499182 |    35922     30 |      100 |        0
1633.61/1634.03	c 1633s |      19 |   561629 |   499782 |    35922     30 |      100 |        0
1635.71/1636.12	c 1635s |      19 |   562285 |   500382 |    35922     30 |      100 |        0
1638.01/1638.45	c 1638s |      19 |   563170 |   501182 |    35922     30 |      100 |        0
1640.31/1640.71	c 1640s |      19 |   563981 |   501882 |    35922     30 |      100 |        0
1642.91/1643.40	c 1643s |      19 |   564707 |   502482 |    35922     31 |      100 |        0
1645.01/1645.45	c 1645s |      19 |   565270 |   502982 |    35922     31 |      100 |        0
1647.21/1647.66	c 1647s |      19 |   566370 |   503882 |    35922     31 |      100 |        0
1649.51/1649.92	c 1649s |      19 |   567486 |   504782 |    35922     31 |      100 |        0
1651.61/1652.06	c 1651s |      19 |   568476 |   505682 |    35922     31 |      100 |        0
1653.71/1654.11	c 1653s |      19 |   569405 |   506482 |    35922     31 |      100 |        0
1655.91/1656.30	c 1655s |      19 |   570442 |   507382 |    35922     31 |      100 |        0
1658.01/1658.50	c 1658s |      19 |   571437 |   508282 |    35922     31 |      100 |        0
1660.21/1660.67	c 1660s |      19 |   572191 |   508982 |    35922     31 |      100 |        0
1662.41/1662.81	c 1662s |      19 |   573133 |   509782 |    35922     31 |      100 |        0
1664.51/1664.98	c 1664s |      19 |   574018 |   510582 |    35922     31 |      100 |        0
1666.70/1667.16	c 1666s |      19 |   574795 |   511282 |    35922     31 |      100 |        0
1668.80/1669.29	c 1668s |      19 |   575416 |   511882 |    35922     31 |      100 |        0
1671.10/1671.56	c 1671s |      19 |   576288 |   512682 |    35922     31 |      100 |        0
1673.20/1673.63	c 1673s |      19 |   576930 |   513282 |    35922     31 |      100 |        0
1675.20/1675.66	c 1675s |      19 |   577580 |   513882 |    35922     31 |      100 |        0
1677.40/1677.89	c 1677s |      19 |   578388 |   514582 |    35922     31 |      100 |        0
1679.70/1680.13	c 1679s |      19 |   579145 |   515282 |    35922     31 |      100 |        0
1681.90/1682.35	c 1682s |      19 |   579894 |   515982 |    35922     31 |      100 |        0
1684.30/1684.78	c 1684s |      19 |   580656 |   516682 |    35922     31 |      100 |        0
1686.50/1686.96	c 1686s |      19 |   581302 |   517282 |    35922     31 |      100 |        0
1688.60/1689.00	c 1688s |      19 |   581956 |   517882 |    35922     31 |      100 |        0
1690.90/1691.39	c 1691s |      19 |   582854 |   518582 |    35922     31 |      100 |        0
1693.20/1693.62	c 1693s |      19 |   583623 |   519282 |    35922     31 |      100 |        0
1695.20/1695.69	c 1695s |      19 |   584250 |   519882 |    35922     31 |      100 |        0
1697.30/1697.70	c 1697s |      19 |   585085 |   520582 |    35922     31 |      100 |        0
1699.30/1699.73	c 1699s |      19 |   585735 |   521182 |    35922     31 |      100 |        0
1711.10/1711.55	c 1711s |      19 |   586382 |   521782 |    35922     32 |      100 |        0
1713.30/1713.74	c 1713s |      19 |   587390 |   522682 |    35922     32 |      100 |        0
1715.30/1715.80	c 1715s |      19 |   588372 |   523582 |    35922     32 |      100 |        0
1717.40/1717.82	c 1717s |      19 |   589394 |   524482 |    35922     32 |      100 |        0
1719.70/1720.12	c 1719s |      19 |   590291 |   525282 |    35922     32 |      100 |        0
1721.80/1722.26	c 1721s |      19 |   591278 |   526182 |    35922     32 |      100 |        0
1723.90/1724.37	c 1724s |      19 |   592139 |   526982 |    35922     32 |      100 |        0
1726.00/1726.46	c 1726s |      19 |   593165 |   527882 |    35922     32 |      100 |        0
1728.10/1728.56	c 1728s |      19 |   594007 |   528682 |    35922     32 |      100 |        0
1730.20/1730.67	c 1730s |      19 |   595004 |   529582 |    35922     32 |      100 |        0
1732.29/1732.70	c 1732s |      19 |   595928 |   530382 |    35922     32 |      100 |        0
1734.40/1734.89	c 1734s |      19 |   596932 |   531282 |    35922     32 |      100 |        0
1736.60/1737.06	c 1736s |      19 |   597816 |   532082 |    35922     32 |      100 |        0
1738.59/1739.07	c 1738s |      19 |   598582 |   532782 |    35922     32 |      100 |        0
1740.69/1741.18	c 1740s |      19 |   599362 |   533482 |    35922     32 |      100 |        0
1742.79/1743.28	c 1742s |      19 |   600380 |   534382 |    35922     32 |      100 |        0
1744.89/1745.39	c 1745s |      19 |   601249 |   535182 |    35922     32 |      100 |        0
1747.09/1747.57	c 1747s |      19 |   602180 |   535982 |    35922     32 |      100 |        0
1749.19/1749.69	c 1749s |      19 |   602972 |   536682 |    35922     32 |      100 |        0
1751.29/1751.71	c 1751s |      19 |   603772 |   537382 |    35922     32 |      100 |        0
1753.39/1753.82	c 1753s |      19 |   604395 |   537982 |    35922     32 |      100 |        0
1755.49/1755.93	c 1755s |      19 |   605265 |   538682 |    35922     32 |      100 |        0
1757.50/1757.94	c 1757s |      19 |   606025 |   539382 |    35922     32 |      100 |        0
1759.60/1760.03	c 1759s |      19 |   606790 |   540082 |    35922     32 |      100 |        0
1761.59/1762.05	c 1761s |      19 |   607450 |   540682 |    35922     32 |      100 |        0
1763.60/1764.07	c 1763s |      19 |   607921 |   541082 |    35922     33 |      100 |        0
1765.70/1766.10	c 1765s |      19 |   608844 |   541882 |    35922     33 |      100 |        0
1767.90/1768.38	c 1768s |      19 |   609719 |   542682 |    35922     33 |      100 |        0
1770.10/1770.51	c 1770s |      19 |   610446 |   543382 |    35922     33 |      100 |        0
1772.10/1772.58	c 1772s |      19 |   611301 |   544182 |    35922     33 |      100 |        0
1774.30/1774.72	c 1774s |      19 |   612144 |   544982 |    35922     33 |      100 |        0
1776.30/1776.73	c 1776s |      19 |   613174 |   545882 |    35922     33 |      100 |        0
1778.30/1778.74	c 1778s |      19 |   613915 |   546582 |    35922     33 |      100 |        0
1780.60/1781.02	c 1780s |      19 |   614788 |   547382 |    35922     33 |      100 |        0
1782.59/1783.09	c 1782s |      19 |   615650 |   548182 |    35922     33 |      100 |        0
1784.90/1785.37	c 1785s |      19 |   616065 |   548582 |    35922     33 |      100 |        0
1787.29/1787.75	c 1787s |      19 |   616573 |   549082 |    35922     33 |      100 |        0
1789.30/1789.77	c 1789s |      19 |   617037 |   549482 |    35922     33 |      100 |        0
1791.60/1792.06	c 1791s |      19 |   617775 |   550182 |    35922     33 |      100 |        0
1793.59/1794.07	c 1793s |      19 |   618423 |   550782 |    35922     33 |      100 |        0
1795.79/1796.29	c 1795s |      19 |   618940 |   551282 |    35922     33 |      100 |        0
1798.10/1798.51	c 1798s |      19 |   619566 |   551882 |    35922     33 |      100 |        0

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4079294-1465338195/watcher-4079294-1465338195 -o /tmp/evaluation-result-4079294-1465338195/solver-4079294-1465338195 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465311042-19404 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079294-1465338195.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.25 2.22 2.18 3/179 21965
/proc/meminfo: memFree=29034860/32872528 swapFree=16204/1518544
[pid=21965] ppid=21962 vsize=714172 CPUtime=0 cores=1,3,5,7
/proc/21965/stat : 21965 (toysat) R 21962 21965 19387 0 -1 4202496 2664 0 0 0 0 0 0 0 20 0 4 0 115752417 731312128 3025 33554432000 4194304 16246674 140736896906400 140736896905824 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21965/statm: 179311 3034 441 2943 0 176205 0
[pid=21965/tid=21966] ppid=21962 vsize=732604 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21966/stat : 21966 (toysat) S 21962 21965 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115752417 750186496 3095 33554432000 4194304 16246674 140736896906400 139860502359280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21965/tid=21967] ppid=21962 vsize=736700 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21967/stat : 21967 (toysat) S 21962 21965 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115752417 754380800 3114 33554432000 4194304 16246674 140736896906400 139860491869424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21965/tid=21968] ppid=21962 vsize=740796 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21968/stat : 21968 (toysat) S 21962 21965 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115752417 758575104 3129 33554432000 4194304 16246674 140736896906400 139860375497904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100177 s]
/proc/loadavg: 2.25 2.22 2.18 3/179 21965
/proc/meminfo: memFree=29034860/32872528 swapFree=16204/1518544
[pid=21965] ppid=21962 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/21965/stat : 21965 (toysat) R 21962 21965 19387 0 -1 4202496 28709 0 0 0 6 3 0 0 20 0 4 0 115752417 1333334016 29009 33554432000 4194304 16246674 140736896906400 140736896905712 7371468 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21965/statm: 325521 29025 804 2943 0 322415 0
[pid=21965/tid=21966] ppid=21962 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21966/stat : 21966 (toysat) S 21962 21965 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115752417 1333334016 29035 33554432000 4194304 16246674 140736896906400 139860502359280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21965/tid=21967] ppid=21962 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21967/stat : 21967 (toysat) S 21962 21965 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115752417 1333334016 29047 33554432000 4194304 16246674 140736896906400 139860491869424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21965/tid=21968] ppid=21962 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21968/stat : 21968 (toysat) S 21962 21965 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115752417 1333334016 29058 33554432000 4194304 16246674 140736896906400 139860375497904 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.200538 s]
/proc/loadavg: 2.25 2.22 2.18 3/179 21965
/proc/meminfo: memFree=29034860/32872528 swapFree=16204/1518544
[pid=21965] ppid=21962 vsize=1302084 CPUtime=0.19 cores=1,3,5,7
/proc/21965/stat : 21965 (toysat) R 21962 21965 19387 0 -1 4202496 46082 0 0 0 13 6 0 0 20 0 4 0 115752417 1333334016 46381 33554432000 4194304 16246674 140736896906400 140736896905712 13950188 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21965/statm: 325521 46381 842 2943 0 322415 0
[pid=21965/tid=21966] ppid=21962 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21966/stat : 21966 (toysat) S 21962 21965 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115752417 1333334016 46381 33554432000 4194304 16246674 140736896906400 139860502359280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21965/tid=21967] ppid=21962 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21967/stat : 21967 (toysat) S 21962 21965 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115752417 1333334016 46381 33554432000 4194304 16246674 140736896906400 139860491869424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21965/tid=21968] ppid=21962 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21968/stat : 21968 (toysat) S 21962 21965 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115752417 1333334016 46381 33554432000 4194304 16246674 140736896906400 139860375497904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1302084

[startup+0.300491 s]
/proc/loadavg: 2.25 2.22 2.18 3/179 21965
/proc/meminfo: memFree=29034860/32872528 swapFree=16204/1518544
[pid=21965] ppid=21962 vsize=1314372 CPUtime=0.29 cores=1,3,5,7
/proc/21965/stat : 21965 (toysat) R 21962 21965 19387 0 -1 4202496 53972 0 0 0 22 7 0 0 20 0 4 0 115752417 1345916928 54271 33554432000 4194304 16246674 140736896906400 140736896905712 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21965/statm: 328593 54277 842 2943 0 325487 0
[pid=21965/tid=21966] ppid=21962 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21966/stat : 21966 (toysat) S 21962 21965 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115752417 1345916928 54280 33554432000 4194304 16246674 140736896906400 139860502359280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21965/tid=21967] ppid=21962 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21967/stat : 21967 (toysat) S 21962 21965 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115752417 1345916928 54283 33554432000 4194304 16246674 140736896906400 139860491869424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21965/tid=21968] ppid=21962 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21968/stat : 21968 (toysat) S 21962 21965 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115752417 1345916928 54287 33554432000 4194304 16246674 140736896906400 139860375497904 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.700412 s]
/proc/loadavg: 2.25 2.22 2.18 3/179 21965
/proc/meminfo: memFree=29034860/32872528 swapFree=16204/1518544
[pid=21965] ppid=21962 vsize=1317444 CPUtime=0.69 cores=1,3,5,7
/proc/21965/stat : 21965 (toysat) R 21962 21965 19387 0 -1 4202496 63465 0 0 0 60 9 0 0 20 0 4 0 115752417 1349062656 63764 33554432000 4194304 16246674 140736896906400 140736896888320 5677541 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21965/statm: 329361 63767 894 2943 0 326255 0
[pid=21965/tid=21966] ppid=21962 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21966/stat : 21966 (toysat) S 21962 21965 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115752417 1349062656 63770 33554432000 4194304 16246674 140736896906400 139860502359280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21965/tid=21967] ppid=21962 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21967/stat : 21967 (toysat) S 21962 21965 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115752417 1349062656 63771 33554432000 4194304 16246674 140736896906400 139860491869424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21965/tid=21968] ppid=21962 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21968/stat : 21968 (toysat) S 21962 21965 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115752417 1349062656 63773 33554432000 4194304 16246674 140736896906400 139860375497904 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) 1317444

[startup+1.5004 s]
/proc/loadavg: 2.25 2.22 2.18 3/183 21969
/proc/meminfo: memFree=28662756/32872528 swapFree=16204/1518544
[pid=21965] ppid=21962 vsize=1317444 CPUtime=1.49 cores=1,3,5,7
/proc/21965/stat : 21965 (toysat) R 21962 21965 19387 0 -1 4202496 93063 0 0 0 136 13 0 0 20 0 4 0 115752417 1349062656 93362 33554432000 4194304 16246674 140736896906400 140736896888320 5823116 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21965/statm: 329361 93362 894 2943 0 326255 0
[pid=21965/tid=21966] ppid=21962 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21966/stat : 21966 (toysat) S 21962 21965 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115752417 1349062656 93362 33554432000 4194304 16246674 140736896906400 139860502359280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21965/tid=21967] ppid=21962 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21967/stat : 21967 (toysat) S 21962 21965 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115752417 1349062656 93362 33554432000 4194304 16246674 140736896906400 139860491869424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21965/tid=21968] ppid=21962 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21968/stat : 21968 (toysat) S 21962 21965 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115752417 1349062656 93362 33554432000 4194304 16246674 140736896906400 139860375497904 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) 1317444

[startup+3.10041 s]
/proc/loadavg: 2.25 2.22 2.18 3/183 21969
/proc/meminfo: memFree=28662120/32872528 swapFree=16204/1518544
[pid=21965] ppid=21962 vsize=1317444 CPUtime=3.09 cores=1,3,5,7
/proc/21965/stat : 21965 (toysat) R 21962 21965 19387 0 -1 4202496 93063 0 0 0 296 13 0 0 20 0 4 0 115752417 1349062656 93362 33554432000 4194304 16246674 140736896906400 140736896888320 5677716 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21965/statm: 329361 93362 894 2943 0 326255 0
[pid=21965/tid=21966] ppid=21962 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21966/stat : 21966 (toysat) S 21962 21965 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115752417 1349062656 93362 33554432000 4194304 16246674 140736896906400 139860502359280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21965/tid=21967] ppid=21962 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21967/stat : 21967 (toysat) S 21962 21965 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115752417 1349062656 93362 33554432000 4194304 16246674 140736896906400 139860491869424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21965/tid=21968] ppid=21962 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21968/stat : 21968 (toysat) S 21962 21965 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115752417 1349062656 93362 33554432000 4194304 16246674 140736896906400 139860375497904 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) 1317444

[startup+6.30043 s]
/proc/loadavg: 2.31 2.23 2.19 3/183 21969
/proc/meminfo: memFree=28639740/32872528 swapFree=16204/1518544
[pid=21965] ppid=21962 vsize=1317444 CPUtime=6.29 cores=1,3,5,7
/proc/21965/stat : 21965 (toysat) R 21962 21965 19387 0 -1 4202496 98639 0 0 0 615 14 0 0 20 0 4 0 115752417 1349062656 98938 33554432000 4194304 16246674 140736896906400 140736896888320 5659404 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21965/statm: 329361 98938 894 2943 0 326255 0
[pid=21965/tid=21966] ppid=21962 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21966/stat : 21966 (toysat) S 21962 21965 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115752417 1349062656 98938 33554432000 4194304 16246674 140736896906400 139860502359280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21965/tid=21967] ppid=21962 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21967/stat : 21967 (toysat) S 21962 21965 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115752417 1349062656 98938 33554432000 4194304 16246674 140736896906400 139860491869424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21965/tid=21968] ppid=21962 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21968/stat : 21968 (toysat) S 21962 21965 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115752417 1349062656 98938 33554432000 4194304 16246674 140736896906400 139860375497904 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) 1317444

[startup+12.7004 s]
/proc/loadavg: 2.28 2.23 2.19 3/183 21969
/proc/meminfo: memFree=28640008/32872528 swapFree=16204/1518544
[pid=21965] ppid=21962 vsize=1317444 CPUtime=12.69 cores=1,3,5,7
/proc/21965/stat : 21965 (toysat) R 21962 21965 19387 0 -1 4202496 98639 0 0 0 1255 14 0 0 20 0 4 0 115752417 1349062656 98938 33554432000 4194304 16246674 140736896906400 140736896888320 5711624 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21965/statm: 329361 98938 894 2943 0 326255 0
[pid=21965/tid=21966] ppid=21962 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21966/stat : 21966 (toysat) S 21962 21965 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115752417 1349062656 98938 33554432000 4194304 16246674 140736896906400 139860502359280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21965/tid=21967] ppid=21962 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21967/stat : 21967 (toysat) S 21962 21965 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115752417 1349062656 98938 33554432000 4194304 16246674 140736896906400 139860491869424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21965/tid=21968] ppid=21962 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21968/stat : 21968 (toysat) S 21962 21965 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115752417 1349062656 98938 33554432000 4194304 16246674 140736896906400 139860375497904 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) 1317444

[startup+25.5005 s]
/proc/loadavg: 2.30 2.23 2.19 4/183 21969
/proc/meminfo: memFree=28597724/32872528 swapFree=16204/1518544
[pid=21965] ppid=21962 vsize=1317444 CPUtime=25.48 cores=1,3,5,7
/proc/21965/stat : 21965 (toysat) R 21962 21965 19387 0 -1 4202496 109354 0 0 0 2533 15 0 0 20 0 4 0 115752417 1349062656 109653 33554432000 4194304 16246674 140736896906400 140736896888320 12483341 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21965/statm: 329361 109653 894 2943 0 326255 0
[pid=21965/tid=21966] ppid=21962 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21966/stat : 21966 (toysat) S 21962 21965 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115752417 1349062656 109653 33554432000 4194304 16246674 140736896906400 139860502359280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21965/tid=21967] ppid=21962 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21967/stat : 21967 (toysat) S 21962 21965 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115752417 1349062656 109653 33554432000 4194304 16246674 140736896906400 139860491869424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21965/tid=21968] ppid=21962 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21968/stat : 21968 (toysat) S 21962 21965 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115752417 1349062656 109653 33554432000 4194304 16246674 140736896906400 139860375497904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1317444

[startup+51.1005 s]
/proc/loadavg: 2.20 2.21 2.18 3/183 21969
/proc/meminfo: memFree=28398040/32872528 swapFree=16204/1518544
[pid=21965] ppid=21962 vsize=1317444 CPUtime=51.08 cores=1,3,5,7
/proc/21965/stat : 21965 (toysat) R 21962 21965 19387 0 -1 4202496 159228 0 0 0 5085 23 0 0 20 0 4 0 115752417 1349062656 159527 33554432000 4194304 16246674 140736896906400 140736896888320 5822484 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21965/statm: 329361 159527 894 2943 0 326255 0
[pid=21965/tid=21966] ppid=21962 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21966/stat : 21966 (toysat) S 21962 21965 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115752417 1349062656 159527 33554432000 4194304 16246674 140736896906400 139860502359280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21965/tid=21967] ppid=21962 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21967/stat : 21967 (toysat) S 21962 21965 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115752417 1349062656 159527 33554432000 4194304 16246674 140736896906400 139860491869424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21965/tid=21968] ppid=21962 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21968/stat : 21968 (toysat) S 21962 21965 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115752417 1349062656 159527 33554432000 4194304 16246674 140736896906400 139860375497904 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) 1317444

[startup+102.3 s]
/proc/loadavg: 2.08 2.18 2.17 3/183 21970
/proc/meminfo: memFree=28296756/32872528 swapFree=16204/1518544
[pid=21965] ppid=21962 vsize=1324612 CPUtime=102.28 cores=1,3,5,7
/proc/21965/stat : 21965 (toysat) R 21962 21965 19387 0 -1 4202496 161024 0 0 0 10204 24 0 0 20 0 4 0 115752417 1356402688 161323 33554432000 4194304 16246674 140736896906400 140736896888320 5712010 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21965/statm: 331153 161323 898 2943 0 328047 0
[pid=21965/tid=21966] ppid=21962 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21966/stat : 21966 (toysat) S 21962 21965 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115752417 1356402688 161323 33554432000 4194304 16246674 140736896906400 139860502359280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21965/tid=21967] ppid=21962 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21967/stat : 21967 (toysat) S 21962 21965 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115752417 1356402688 161323 33554432000 4194304 16246674 140736896906400 139860491869424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21965/tid=21968] ppid=21962 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21968/stat : 21968 (toysat) S 21962 21965 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115752417 1356402688 161323 33554432000 4194304 16246674 140736896906400 139860375497904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1324612


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

/proc/21965/task/21968/stat : 21968 (toysat) S 21962 21965 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860375497904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 1369668

[startup+1362.3 s]
/proc/loadavg: 2.25 2.26 2.21 3/183 22050
/proc/meminfo: memFree=28115860/32872528 swapFree=16204/1518544
[pid=21965] ppid=21962 vsize=1369668 CPUtime=1361.95 cores=1,3,5,7
/proc/21965/stat : 21965 (toysat) R 21962 21965 19387 0 -1 4202496 283867 0 0 0 136143 52 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 140736896888320 5823849 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21965/statm: 342417 284171 899 2943 0 339311 0
[pid=21965/tid=21966] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21966/stat : 21966 (toysat) S 21962 21965 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860502359280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21965/tid=21967] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21967/stat : 21967 (toysat) S 21962 21965 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860491869424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21965/tid=21968] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21968/stat : 21968 (toysat) S 21962 21965 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860375497904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 1369668

[startup+1422.3 s]
/proc/loadavg: 2.29 2.27 2.21 4/183 22052
/proc/meminfo: memFree=28115772/32872528 swapFree=16204/1518544
[pid=21965] ppid=21962 vsize=1369668 CPUtime=1421.95 cores=1,3,5,7
/proc/21965/stat : 21965 (toysat) R 21962 21965 19387 0 -1 4202496 283867 0 0 0 142143 52 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 140736896888320 5822604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21965/statm: 342417 284171 899 2943 0 339311 0
[pid=21965/tid=21966] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21966/stat : 21966 (toysat) S 21962 21965 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860502359280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21965/tid=21967] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21967/stat : 21967 (toysat) S 21962 21965 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860491869424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21965/tid=21968] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21968/stat : 21968 (toysat) S 21962 21965 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860375497904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 1369668

[startup+1482.3 s]
/proc/loadavg: 2.24 2.26 2.21 3/183 22053
/proc/meminfo: memFree=28115420/32872528 swapFree=16204/1518544
[pid=21965] ppid=21962 vsize=1369668 CPUtime=1481.93 cores=1,3,5,7
/proc/21965/stat : 21965 (toysat) R 21962 21965 19387 0 -1 4202496 283867 0 0 0 148139 54 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 140736896888320 5712498 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21965/statm: 342417 284171 899 2943 0 339311 0
[pid=21965/tid=21966] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21966/stat : 21966 (toysat) S 21962 21965 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860502359280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21965/tid=21967] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21967/stat : 21967 (toysat) S 21962 21965 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860491869424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21965/tid=21968] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21968/stat : 21968 (toysat) S 21962 21965 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860375497904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 1369668

[startup+1542.31 s]
/proc/loadavg: 2.28 2.26 2.21 3/183 22054
/proc/meminfo: memFree=28115944/32872528 swapFree=16204/1518544
[pid=21965] ppid=21962 vsize=1369668 CPUtime=1541.93 cores=1,3,5,7
/proc/21965/stat : 21965 (toysat) R 21962 21965 19387 0 -1 4202496 283867 0 0 0 154138 55 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 140736896888320 5712474 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21965/statm: 342417 284171 899 2943 0 339311 0
[pid=21965/tid=21966] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21966/stat : 21966 (toysat) S 21962 21965 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860502359280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21965/tid=21967] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21967/stat : 21967 (toysat) S 21962 21965 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860491869424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21965/tid=21968] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21968/stat : 21968 (toysat) S 21962 21965 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860375497904 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) 1369668

[startup+1602.3 s]
/proc/loadavg: 2.33 2.27 2.21 4/183 22055
/proc/meminfo: memFree=28115656/32872528 swapFree=16204/1518544
[pid=21965] ppid=21962 vsize=1369668 CPUtime=1601.91 cores=1,3,5,7
/proc/21965/stat : 21965 (toysat) R 21962 21965 19387 0 -1 4202496 283867 0 0 0 160136 55 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 140736896888320 5822428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21965/statm: 342417 284171 899 2943 0 339311 0
[pid=21965/tid=21966] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21966/stat : 21966 (toysat) S 21962 21965 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860502359280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21965/tid=21967] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21967/stat : 21967 (toysat) S 21962 21965 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860491869424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21965/tid=21968] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21968/stat : 21968 (toysat) S 21962 21965 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860375497904 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) 1369668

[startup+1662.3 s]
/proc/loadavg: 2.22 2.25 2.20 3/184 22059
/proc/meminfo: memFree=28114636/32872528 swapFree=16204/1518544
[pid=21965] ppid=21962 vsize=1369668 CPUtime=1661.91 cores=1,3,5,7
/proc/21965/stat : 21965 (toysat) R 21962 21965 19387 0 -1 4202496 283867 0 0 0 166135 56 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 140736896888320 13874575 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21965/statm: 342417 284171 899 2943 0 339311 0
[pid=21965/tid=21966] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21966/stat : 21966 (toysat) S 21962 21965 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860502359280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21965/tid=21967] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21967/stat : 21967 (toysat) S 21962 21965 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860491869424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21965/tid=21968] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21968/stat : 21968 (toysat) S 21962 21965 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860375497904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 1369668

[startup+1722.3 s]
/proc/loadavg: 2.13 2.22 2.19 3/183 22061
/proc/meminfo: memFree=28115320/32872528 swapFree=16204/1518544
[pid=21965] ppid=21962 vsize=1369668 CPUtime=1721.9 cores=1,3,5,7
/proc/21965/stat : 21965 (toysat) R 21962 21965 19387 0 -1 4202496 283867 0 0 0 172132 58 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 140736896888320 5712604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21965/statm: 342417 284171 899 2943 0 339311 0
[pid=21965/tid=21966] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21966/stat : 21966 (toysat) S 21962 21965 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860502359280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21965/tid=21967] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21967/stat : 21967 (toysat) S 21962 21965 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860491869424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21965/tid=21968] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21968/stat : 21968 (toysat) S 21962 21965 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860375497904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 1369668

[startup+1782.3 s]
/proc/loadavg: 2.15 2.20 2.18 4/183 22062
/proc/meminfo: memFree=28110020/32872528 swapFree=16204/1518544
[pid=21965] ppid=21962 vsize=1369668 CPUtime=1781.89 cores=1,3,5,7
/proc/21965/stat : 21965 (toysat) R 21962 21965 19387 0 -1 4202496 283867 0 0 0 178130 59 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 140736896888320 13781188 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21965/statm: 342417 284171 899 2943 0 339311 0
[pid=21965/tid=21966] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21966/stat : 21966 (toysat) S 21962 21965 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860502359280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21965/tid=21967] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21967/stat : 21967 (toysat) S 21962 21965 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860491869424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21965/tid=21968] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21968/stat : 21968 (toysat) S 21962 21965 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860375497904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 1369668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.25 2.22 2.19 3/183 22062
/proc/meminfo: memFree=28110112/32872528 swapFree=16204/1518544
[pid=21965] ppid=21962 vsize=1369668 CPUtime=1800.09 cores=1,3,5,7
/proc/21965/stat : 21965 (toysat) R 21962 21965 19387 0 -1 4202496 283867 0 0 0 179950 59 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 140736896888320 5822428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21965/statm: 342417 284171 899 2943 0 339311 0
[pid=21965/tid=21966] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21966/stat : 21966 (toysat) S 21962 21965 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860502359280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21965/tid=21967] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21967/stat : 21967 (toysat) S 21962 21965 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860491869424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21965/tid=21968] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21968/stat : 21968 (toysat) S 21962 21965 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860375497904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1369668

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

[startup+1800.5 s]
/proc/loadavg: 2.25 2.22 2.19 3/183 22062
/proc/meminfo: memFree=28110112/32872528 swapFree=16204/1518544
[pid=21965] ppid=21962 vsize=1369668 CPUtime=1800.09 cores=1,3,5,7
/proc/21965/stat : 21965 (toysat) R 21962 21965 19387 0 -1 4202496 283867 0 0 0 179950 59 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 140736896888320 5822428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21965/statm: 342417 284171 899 2943 0 339311 0
[pid=21965/tid=21966] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21966/stat : 21966 (toysat) S 21962 21965 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860502359280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21965/tid=21967] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21967/stat : 21967 (toysat) S 21962 21965 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860491869424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21965/tid=21968] ppid=21962 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/21965/task/21968/stat : 21968 (toysat) S 21962 21965 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115752417 1402540032 284171 33554432000 4194304 16246674 140736896906400 139860375497904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1369668

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.1
CPU user time (s): 1799.51
CPU system time (s): 0.592909
CPU usage (%): 99.9774
Max. virtual memory (cumulated for all children) (KiB): 1369668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.592909
maximum resident set size= 1136684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 283867
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= 266
involuntary context switches= 1852

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.37318 second user time and 7.9108 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-08 00:23:16
IDJOB=4079294
IDBENCH=92760
IDSOLVER=2542
FILE ID=node129/4079294-1465338195
RUNJOBID= node129-1465311042-19404
PBS_JOBID= 19850114
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat50_4_16_0.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079294-1465338195/watcher-4079294-1465338195 -o /tmp/evaluation-result-4079294-1465338195/solver-4079294-1465338195 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465311042-19404 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079294-1465338195.opb

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

MD5SUM BENCH= d0955493ad3dd18776a949983101631a
RANDOM SEED=1982978146

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.715
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:        29035504 kB
Buffers:           47568 kB
Cached:           200424 kB
SwapCached:         1836 kB
Active:          1433096 kB
Inactive:         144900 kB
Active(anon):    1327708 kB
Inactive(anon):     4524 kB
Active(file):     105388 kB
Inactive(file):   140376 kB
Unevictable:     1518544 kB
Mlocked:           16204 kB
SwapTotal:      67108856 kB
SwapFree:       67098824 kB
Dirty:             16708 kB
Writeback:             0 kB
AnonPages:       2847492 kB
Mapped:            11748 kB
Shmem:                 0 kB
Slab:             604496 kB
SReclaimable:      48632 kB
SUnreclaim:       555864 kB
KernelStack:        1488 kB
PageTables:         9408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2989432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1626112 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= 71704 MiB
End job on node129 at 2016-06-08 00:53:16