Trace number 4079343

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.07 1800.53

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_6_ic.opb
MD5SUMb4594275dd418145ecf4ec914c196844
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23942597
Best CPU time to get the best result obtained on this benchmark1800.79
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 169112377
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 53555449284
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 169112377
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 53555449284
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-08T01:59:17+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-4079343-1465343957.opb"]
0.00/0.01	c use --random-gen="2812703545 3111756399 1817038129 2138533808 670663709 76068238 1387805700 3163411283 117349990 3672182051 1392560984 1102908061 4152865166 3646298591 1343065042 3108204426 3066220084 1325997889 1710057225 2075567221 104465019 1222380365 2829085342 2888553715 3105612475 3359818930 417089076 1490834792 3447187399 1864679520 1319135223 752573285 3659771243 941708463 2561356371 1111913383 2765647963 1316660876 2933964185 769264925 4014164069 2757223388 27588162 801704880 1934812793 3310256602 551595199 2415813772 1225282990 418539264 2993682365 3660535219 3771850006 268771180 1763107876 2892081421 900228073 1338418582 578779334 2405235252 1206640608 3587063843 1604681589 452781096 920065009 1592916649 2465047903 680598845 649373916 551917002 2660224239 3352033308 4084241401 1830182935 3420364571 3148954998 2660584263 1248958223 2705943061 1416515707 3939176132 293382605 3711815864 1574995483 2461823 2272852918 1942321595 44832527 2121318481 438982241 2383282589 1453196147 3533850381 1220777608 3403146225 2425748517 3972826257 2529775489 576293659 2413369593 2556224081 3765596131 3692453770 2531464881 4193414595 2741167555 924391171 503423860 1989781074 2749617509 1418337412 1730635566 144925905 3354324335 3184846767 530787102 2650462646 3541732004 3450520348 3698192637 2531407870 2730204468 323591442 2553319562 2674705224 3845946331 2246714587 1722440519 3019555362 1896275447 3028510871 2539954581 3407857273 172938233 2820593403 250066089 2110335260 367286160 2724220496 3215620572 3298941653 2959554002 950233107 706903300 189938855 4182489580 751077228 117141964 2888457275 1642091410 3019559028 1505612738 4165002531 3705058430 915052080 3849875480 765462283 1091004640 849306332 3094902384 407453344 1151231393 2662437495 2999065517 2857884509 2780247129 3120998752 3620433137 166050984 4111725724 1726538514 686077362 2160900318 2609588949 3637320279 1506757018 3432577450 2667234786 106484947 1190367659 2233702852 2099470172 530867547 3149590998 4189796172 3634340990 1190633944 4046501041 2182672298 664619706 3418153770 2401475522 3325710820 131050422 3141658021 3793307633 2098373760 1920574851 2777385752 1355993257 4185754577 1605542497 1273691395 2327335965 3875278391 303755590 2616097301 1038360737 706005703 3980165092 1408738172 30793736 3863077965 153265581 1391043318 2929826302 1861203594 1967954495 639637654 3857648373 785099856 2965657170 1335371564 318199683 2158991030 254516646 4003176996 3805078500 552742780 2743036146 1252199082 1613756580 155329514 3825878872 1297746831 79635872 3301601417 2293493289 831713873 2528891620 3662953428 2350737455 3129999475 1407707726 4188328736 960873412 3268263023 831094594 2702166521 519927827 2040460171 1999300955 3078314858 2319231773 4096481890 3987493584 255 362436" option to reproduce the execution
1.99/2.00	c #vars 125200
1.99/2.00	c #constraints 250157
6.89/6.90	c BCD2: Hardening is enabled.
6.89/6.90	c BCD2: BiasedSearch is enabled.
6.89/6.90	c Solving starts ...
6.89/6.90	c ============================[ Search Statistics ]============================
6.89/6.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.90	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.90	c =============================================================================
6.99/7.00	c  0.0s |       0 |        0 |        0 |   127569      0 |      150 |        0
18.19/18.27	c 11.3s |       0 |      144 |      100 |   127569      0 |      150 |        0
18.29/18.38	c 11.4s |       1 |      144 |      100 |   127569      0 |      150 |        0
20.90/20.97	c 14.0s |       2 |      500 |      250 |   140326      0 |      150 |        0
24.20/24.25	c 17.3s |       2 |      777 |      450 |   154359      0 |      150 |        0
24.69/24.73	c 17.7s |       3 |      816 |      475 |   154359      0 |      150 |        0
26.99/27.06	c 20.1s |       3 |     1058 |      675 |   169795      0 |      150 |        0
28.29/28.37	c 21.4s |       4 |     1198 |      813 |   169795      0 |      150 |        0
30.39/30.44	c 23.4s |       4 |     1604 |      913 |   186775      0 |      150 |        0
32.89/32.94	c 25.9s |       4 |     1809 |     1113 |   186775      0 |      150 |        0
35.49/35.56	c 28.6s |       4 |     2014 |     1313 |   186775      0 |      150 |        0
35.69/35.78	c 28.8s |       5 |     2023 |     1320 |   186775      0 |      150 |        0
38.60/38.66	c 31.7s |       5 |     2416 |     1520 |   205453      0 |      150 |        0
41.09/41.10	c 34.1s |       5 |     2622 |     1620 |   205453      0 |      150 |        0
43.19/43.29	c 36.3s |       5 |     2720 |     1720 |   205453      0 |      150 |        0
47.39/47.43	c 40.4s |       5 |     2839 |     1820 |   205453      0 |      150 |        0
50.79/50.85	c 43.9s |       5 |     2943 |     1920 |   205453      0 |      150 |        0
52.89/52.95	c 46.0s |       5 |     3139 |     2020 |   205453      0 |      150 |        0
58.18/58.28	c 51.3s |       6 |     3250 |     2081 |   225999      0 |      150 |        0
60.88/60.90	c 53.9s |       6 |     3522 |     2281 |   225999      0 |      150 |        0
63.48/63.53	c 56.5s |       6 |     3879 |     2581 |   225999      0 |      150 |        0
66.48/66.53	c 59.5s |       6 |     4206 |     2881 |   225999      0 |      150 |        0
68.58/68.65	c 61.7s |       6 |     4424 |     3081 |   225999      0 |      150 |        0
70.18/70.24	c 63.2s |       7 |     4584 |     3223 |   248599      0 |      150 |        0
72.38/72.42	c 65.4s |       7 |     4885 |     3323 |   248599      0 |      150 |        0
75.48/75.57	c 68.6s |       7 |     5100 |     3523 |   248599      0 |      150 |        0
78.48/78.54	c 71.5s |       7 |     5316 |     3723 |   248599      0 |      150 |        0
81.18/81.29	c 74.3s |       7 |     5540 |     3923 |   248599      0 |      150 |        0
83.88/83.98	c 77.0s |       7 |     5758 |     4123 |   248599      0 |      150 |        0
86.68/86.74	c 79.7s |       7 |     5964 |     4323 |   248599      0 |      150 |        0
89.78/89.81	c 82.8s |       7 |     6177 |     4523 |   248599      0 |      150 |        0
92.58/92.63	c 85.6s |       7 |     6399 |     4723 |   248599      0 |      150 |        0
95.28/95.35	c 88.4s |       7 |     6643 |     4923 |   273459      0 |      150 |        0
95.58/95.60	c 88.6s |       8 |     6651 |     4936 |   273459      0 |      150 |        0
97.58/97.63	c 90.6s |       8 |     6800 |     5036 |   273459      0 |      150 |        0
99.78/99.86	c 92.9s |       8 |     7029 |     5236 |   273459      0 |      150 |        0
102.48/102.50	c 95.5s |       8 |     7261 |     5436 |   273459      0 |      150 |        0
104.58/104.66	c 97.7s |       8 |     7492 |     5636 |   273459      0 |      150 |        0
106.88/106.93	c 99.9s |       8 |     7722 |     5836 |   273459      0 |      150 |        0
109.38/109.45	c  102s |       8 |     7938 |     6036 |   273459      0 |      150 |        0
111.98/112.01	c  105s |       8 |     8153 |     6236 |   273459      0 |      150 |        0
114.48/114.50	c  107s |       8 |     8365 |     6436 |   273459      0 |      150 |        0
116.78/116.83	c  109s |       8 |     8588 |     6636 |   273459      0 |      150 |        0
119.37/119.41	c  112s |       8 |     8849 |     6836 |   273459      0 |      150 |        0
121.77/121.88	c  114s |       8 |     9047 |     7036 |   273459      0 |      150 |        0
124.17/124.22	c  117s |       8 |     9259 |     7236 |   273459      0 |      150 |        0
126.27/126.37	c  119s |       8 |     9466 |     7436 |   273459      0 |      150 |        0
127.27/127.38	c  120s |       9 |     9536 |     7506 |   300805      0 |      150 |        0
130.67/130.79	c  123s |       9 |     9812 |     7706 |   300805      0 |      150 |        0
133.27/133.34	c  126s |       9 |    10026 |     7906 |   300805      0 |      150 |        0
135.97/136.05	c  129s |       9 |    10253 |     8106 |   300805      0 |      150 |        0
138.97/139.06	c  132s |       9 |    10478 |     8306 |   300805      0 |      150 |        0
141.47/141.58	c  134s |       9 |    10693 |     8506 |   300805      0 |      150 |        0
143.97/144.00	c  137s |       9 |    10903 |     8706 |   300805      0 |      150 |        0
146.28/146.35	c  139s |       9 |    11114 |     8906 |   300805      0 |      150 |        0
148.77/148.83	c  141s |       9 |    11328 |     9106 |   300805      0 |      150 |        0
150.97/151.04	c  144s |       9 |    11543 |     9306 |   300805      0 |      150 |        0
153.27/153.30	c  146s |       9 |    11766 |     9506 |   300805      0 |      150 |        0
155.57/155.68	c  148s |       9 |    11979 |     9706 |   300805      0 |      150 |        0
157.67/157.77	c  150s |       9 |    12184 |     9906 |   300805      0 |      150 |        0
160.37/160.41	c  153s |       9 |    12394 |    10106 |   300805      0 |      150 |        0
162.87/162.90	c  155s |       9 |    12606 |    10306 |   300805      0 |      150 |        0
165.17/165.24	c  158s |       9 |    12820 |    10506 |   300805      0 |      150 |        0
167.67/167.79	c  160s |       9 |    13040 |    10706 |   300805      0 |      150 |        0
170.07/170.14	c  163s |       9 |    13254 |    10906 |   300805      0 |      150 |        0
172.57/172.65	c  165s |       9 |    13472 |    11106 |   300805      0 |      150 |        0
174.87/174.97	c  167s |       9 |    13695 |    11306 |   330886      0 |      150 |        0
175.77/175.80	c  168s |      10 |    13749 |    11361 |   330886      0 |      150 |        0
178.86/178.94	c  171s |      10 |    14067 |    11561 |   330886      0 |      150 |        0
181.26/181.30	c  174s |      10 |    14276 |    11761 |   330886      0 |      150 |        0
183.46/183.53	c  176s |      10 |    14517 |    11961 |   330886      0 |      150 |        0
186.16/186.29	c  179s |      10 |    14719 |    12161 |   330886      0 |      150 |        0
188.36/188.41	c  181s |      10 |    14948 |    12361 |   330886      0 |      150 |        0
190.56/190.69	c  183s |      10 |    15178 |    12561 |   330886      0 |      150 |        0
192.66/192.78	c  185s |      10 |    15387 |    12761 |   330886      0 |      150 |        0
194.96/195.01	c  188s |      10 |    15606 |    12961 |   330886      0 |      150 |        0
197.16/197.25	c  190s |      10 |    15827 |    13161 |   330886      0 |      150 |        0
199.36/199.44	c  192s |      10 |    16056 |    13361 |   330886      0 |      150 |        0
201.56/201.60	c  194s |      10 |    16263 |    13561 |   330886      0 |      150 |        0
204.05/204.15	c  197s |      10 |    16509 |    13761 |   330886      0 |      150 |        0
207.05/207.10	c  200s |      10 |    16711 |    13961 |   330886      0 |      150 |        0
209.45/209.52	c  202s |      10 |    16943 |    14161 |   330886      0 |      150 |        0
211.65/211.73	c  204s |      10 |    17153 |    14361 |   330886      0 |      150 |        0
213.94/214.01	c  207s |      10 |    17354 |    14561 |   330886      0 |      150 |        0
216.14/216.24	c  209s |      10 |    17587 |    14761 |   330886      0 |      150 |        0
218.44/218.50	c  211s |      10 |    17826 |    14961 |   330886      0 |      150 |        0
220.44/220.57	c  213s |      10 |    18032 |    15161 |   330886      0 |      150 |        0
222.84/222.99	c  215s |      10 |    18244 |    15361 |   330886      0 |      150 |        0
225.24/225.31	c  218s |      10 |    18453 |    15561 |   330886      0 |      150 |        0
227.44/227.55	c  220s |      10 |    18674 |    15761 |   330886      0 |      150 |        0
229.64/229.71	c  222s |      10 |    18893 |    15961 |   330886      0 |      150 |        0
232.05/232.11	c  225s |      10 |    19107 |    16161 |   330886      0 |      150 |        0
234.54/234.65	c  227s |      10 |    19317 |    16361 |   330886      0 |      150 |        0
236.74/236.88	c  229s |      10 |    19531 |    16561 |   330886      0 |      150 |        0
239.14/239.29	c  232s |      10 |    19755 |    16761 |   330886      0 |      150 |        0
241.44/241.55	c  234s |      10 |    19964 |    16961 |   330886      0 |      150 |        0
243.93/244.02	c  237s |      11 |    20159 |    17144 |   363975      0 |      150 |        0
247.03/247.12	c  240s |      11 |    20585 |    17244 |   363975      0 |      150 |        0
249.74/249.88	c  242s |      11 |    20699 |    17344 |   363975      0 |      150 |        0
256.92/257.09	c  250s |      11 |    20815 |    17444 |   363975      0 |      150 |        0
262.52/262.67	c  255s |      11 |    21007 |    17544 |   363975      0 |      150 |        0
264.92/265.06	c  258s |      11 |    21268 |    17744 |   363975      0 |      150 |        0
267.52/267.68	c  260s |      11 |    21522 |    17944 |   363975      0 |      150 |        0
270.02/270.12	c  263s |      11 |    21743 |    18144 |   363975      0 |      150 |        0
272.52/272.61	c  265s |      11 |    21981 |    18344 |   363975      0 |      150 |        0
274.52/274.69	c  267s |      11 |    22207 |    18544 |   363975      0 |      150 |        0
277.02/277.12	c  270s |      11 |    22459 |    18744 |   363975      0 |      150 |        0
279.42/279.53	c  272s |      11 |    22685 |    18944 |   363975      0 |      150 |        0
281.62/281.77	c  274s |      11 |    22933 |    19144 |   363975      0 |      150 |        0
284.11/284.22	c  277s |      11 |    23160 |    19344 |   363975      0 |      150 |        0
286.41/286.52	c  279s |      11 |    23386 |    19544 |   363975      0 |      150 |        0
288.91/289.06	c  282s |      11 |    23609 |    19744 |   363975      0 |      150 |        0
291.31/291.45	c  284s |      11 |    23832 |    19944 |   363975      0 |      150 |        0
294.21/294.32	c  287s |      11 |    24192 |    20244 |   363975      0 |      150 |        0
296.51/296.65	c  289s |      11 |    24427 |    20444 |   363975      0 |      150 |        0
298.81/298.98	c  291s |      11 |    24686 |    20644 |   363975      0 |      150 |        0
301.32/301.48	c  294s |      11 |    24906 |    20844 |   363975      0 |      150 |        0
303.71/303.87	c  296s |      11 |    25141 |    21044 |   363975      0 |      150 |        0
305.81/305.94	c  298s |      11 |    25375 |    21244 |   363975      0 |      150 |        0
308.21/308.38	c  301s |      11 |    25604 |    21444 |   363975      0 |      150 |        0
310.51/310.60	c  303s |      11 |    25841 |    21644 |   363975      0 |      150 |        0
312.61/312.77	c  305s |      11 |    26058 |    21844 |   363975      0 |      150 |        0
314.81/314.99	c  307s |      11 |    26301 |    22044 |   363975      0 |      150 |        0
317.01/317.12	c  310s |      11 |    26543 |    22244 |   363975      0 |      150 |        0
319.11/319.20	c  312s |      11 |    26779 |    22444 |   363975      0 |      150 |        0
321.31/321.44	c  314s |      11 |    27018 |    22644 |   363975      0 |      150 |        0
323.70/323.88	c  316s |      11 |    27236 |    22844 |   363975      0 |      150 |        0
325.90/326.02	c  319s |      11 |    27469 |    23044 |   363975      0 |      150 |        0
328.00/328.19	c  321s |      11 |    27692 |    23244 |   363975      0 |      150 |        0
330.30/330.49	c  323s |      11 |    27920 |    23444 |   363975      0 |      150 |        0
333.31/333.42	c  326s |      11 |    28153 |    23644 |   363975      0 |      150 |        0
335.90/336.08	c  329s |      11 |    28376 |    23844 |   363975      0 |      150 |        0
338.30/338.48	c  331s |      11 |    28595 |    24044 |   363975      0 |      150 |        0
340.60/340.74	c  333s |      11 |    28823 |    24244 |   363975      0 |      150 |        0
342.59/342.77	c  335s |      11 |    29057 |    24444 |   363975      0 |      150 |        0
344.79/344.94	c  337s |      11 |    29287 |    24644 |   363975      0 |      150 |        0
347.39/347.55	c  340s |      11 |    29529 |    24844 |   363975      0 |      150 |        0
349.49/349.63	c  342s |      11 |    29744 |    25044 |   363975      0 |      150 |        0
352.39/352.59	c  345s |      11 |    30096 |    25344 |   363975      0 |      150 |        0
355.59/355.76	c  348s |      11 |    30315 |    25544 |   363975      0 |      150 |        0
358.39/358.55	c  351s |      11 |    30563 |    25744 |   400373      0 |      150 |        0
359.49/359.69	c  352s |      12 |    30633 |    25819 |   400373      0 |      150 |        0
362.19/362.30	c  355s |      12 |    30979 |    25919 |   400373      0 |      150 |        0
365.09/365.27	c  358s |      12 |    31189 |    26119 |   400373      0 |      150 |        0
367.29/367.45	c  360s |      12 |    31477 |    26319 |   400373      0 |      150 |        0
369.98/370.10	c  363s |      12 |    31729 |    26519 |   400373      0 |      150 |        0
372.38/372.51	c  365s |      12 |    31971 |    26719 |   400373      0 |      150 |        0
374.68/374.86	c  367s |      12 |    32214 |    26919 |   400373      0 |      150 |        0
377.38/377.55	c  370s |      12 |    32451 |    27119 |   400373      0 |      150 |        0
380.08/380.26	c  373s |      12 |    32676 |    27319 |   400373      0 |      150 |        0
382.48/382.62	c  375s |      12 |    32882 |    27519 |   400373      0 |      150 |        0
384.67/384.88	c  377s |      12 |    33115 |    27719 |   400373      0 |      150 |        0
387.47/387.69	c  380s |      12 |    33339 |    27919 |   400373      0 |      150 |        0
390.17/390.38	c  383s |      12 |    33548 |    28119 |   400373      0 |      150 |        0
392.58/392.77	c  385s |      12 |    33760 |    28319 |   400373      0 |      150 |        0
395.37/395.54	c  388s |      12 |    33968 |    28519 |   400373      0 |      150 |        0
398.08/398.24	c  391s |      12 |    34190 |    28719 |   400373      0 |      150 |        0
400.77/400.98	c  393s |      12 |    34404 |    28919 |   400373      0 |      150 |        0
403.07/403.23	c  396s |      12 |    34622 |    29119 |   400373      0 |      150 |        0
405.16/405.38	c  398s |      12 |    34859 |    29319 |   400373      0 |      150 |        0
408.16/408.32	c  401s |      12 |    35178 |    29619 |   400373      0 |      150 |        0
410.56/410.73	c  403s |      12 |    35403 |    29819 |   400373      0 |      150 |        0
412.56/412.76	c  405s |      12 |    35611 |    30019 |   400373      0 |      150 |        0
414.96/415.14	c  408s |      12 |    35836 |    30219 |   400373      0 |      150 |        0
417.16/417.32	c  410s |      12 |    36047 |    30419 |   400373      0 |      150 |        0
419.36/419.56	c  412s |      12 |    36270 |    30619 |   400373      0 |      150 |        0
422.16/422.32	c  415s |      12 |    36519 |    30819 |   400373      0 |      150 |        0
425.15/425.35	c  418s |      12 |    36752 |    31019 |   400373      0 |      150 |        0
427.55/427.71	c  420s |      12 |    36963 |    31219 |   400373      0 |      150 |        0
430.06/430.21	c  423s |      12 |    37170 |    31419 |   400373      0 |      150 |        0
432.45/432.62	c  425s |      12 |    37383 |    31619 |   400373      0 |      150 |        0
434.55/434.73	c  427s |      12 |    37608 |    31819 |   400373      0 |      150 |        0
437.05/437.20	c  430s |      12 |    37823 |    32019 |   400373      0 |      150 |        0
439.05/439.25	c  432s |      12 |    38044 |    32219 |   400373      0 |      150 |        0
441.15/441.30	c  434s |      12 |    38259 |    32419 |   400373      0 |      150 |        0
443.15/443.33	c  436s |      12 |    38471 |    32619 |   400373      0 |      150 |        0
445.45/445.67	c  438s |      12 |    38690 |    32819 |   400373      0 |      150 |        0
447.55/447.79	c  440s |      12 |    38920 |    33019 |   400373      0 |      150 |        0
449.85/450.05	c  443s |      12 |    39130 |    33219 |   400373      0 |      150 |        0
452.34/452.51	c  445s |      12 |    39335 |    33419 |   400373      0 |      150 |        0
454.74/454.98	c  447s |      12 |    39545 |    33619 |   400373      0 |      150 |        0
457.34/457.52	c  450s |      12 |    39751 |    33819 |   400373      0 |      150 |        0
459.94/460.18	c  453s |      12 |    39961 |    34019 |   400373      0 |      150 |        0
462.14/462.37	c  455s |      12 |    40199 |    34219 |   400373      0 |      150 |        0
464.43/464.63	c  457s |      12 |    40444 |    34419 |   400373      0 |      150 |        0
466.73/466.92	c  459s |      12 |    40655 |    34619 |   400373      0 |      150 |        0
469.03/469.21	c  462s |      12 |    40899 |    34819 |   400373      0 |      150 |        0
471.33/471.54	c  464s |      12 |    41148 |    35019 |   400373      0 |      150 |        0
473.53/473.77	c  466s |      12 |    41359 |    35219 |   400373      0 |      150 |        0
475.93/476.17	c  469s |      12 |    41592 |    35419 |   400373      0 |      150 |        0
478.33/478.53	c  471s |      12 |    41822 |    35619 |   400373      0 |      150 |        0
480.63/480.87	c  473s |      12 |    42047 |    35819 |   400373      0 |      150 |        0
483.02/483.22	c  476s |      12 |    42259 |    36019 |   400373      0 |      150 |        0
485.42/485.61	c  478s |      12 |    42490 |    36219 |   400373      0 |      150 |        0
488.23/488.49	c  481s |      12 |    42705 |    36419 |   400373      0 |      150 |        0
490.62/490.87	c  483s |      12 |    42922 |    36619 |   400373      0 |      150 |        0
493.12/493.30	c  486s |      12 |    43143 |    36819 |   400373      0 |      150 |        0
495.52/495.77	c  488s |      12 |    43357 |    37019 |   400373      0 |      150 |        0
498.32/498.56	c  491s |      12 |    43579 |    37219 |   400373      0 |      150 |        0
501.02/501.28	c  494s |      12 |    43820 |    37419 |   400373      0 |      150 |        0
503.52/503.71	c  496s |      12 |    44044 |    37619 |   400373      0 |      150 |        0
505.92/506.16	c  499s |      12 |    44268 |    37819 |   400373      0 |      150 |        0
508.12/508.33	c  501s |      12 |    44472 |    38019 |   400373      0 |      150 |        0
510.11/510.35	c  503s |      12 |    44690 |    38219 |   400373      0 |      150 |        0
512.52/512.71	c  505s |      12 |    44895 |    38419 |   400373      0 |      150 |        0
515.21/515.41	c  508s |      12 |    45201 |    38719 |   440411      0 |      150 |        0
516.31/516.57	c  509s |      13 |    45317 |    38832 |   440411      0 |      150 |        0
519.91/520.10	c  513s |      13 |    45523 |    38932 |   440411      0 |      150 |        0
523.21/523.41	c  516s |      13 |    45727 |    39132 |   440411      0 |      150 |        0
525.71/525.98	c  518s |      13 |    45943 |    39332 |   440411      0 |      150 |        0
528.51/528.72	c  521s |      13 |    46154 |    39532 |   440411      0 |      150 |        0
530.91/531.13	c  524s |      13 |    46371 |    39732 |   440411      0 |      150 |        0
533.21/533.41	c  526s |      13 |    46577 |    39932 |   440411      0 |      150 |        0
535.51/535.77	c  528s |      13 |    46787 |    40132 |   440411      0 |      150 |        0
538.20/538.50	c  531s |      13 |    47011 |    40332 |   440411      0 |      150 |        0
540.60/540.82	c  533s |      13 |    47206 |    40532 |   440411      0 |      150 |        0
543.31/543.58	c  536s |      13 |    47414 |    40732 |   440411      0 |      150 |        0
545.90/546.13	c  539s |      13 |    47616 |    40932 |   440411      0 |      150 |        0
548.50/548.79	c  541s |      13 |    47847 |    41132 |   440411      0 |      150 |        0
551.20/551.44	c  544s |      13 |    48051 |    41332 |   440411      0 |      150 |        0
553.50/553.74	c  546s |      13 |    48276 |    41532 |   440411      0 |      150 |        0
555.89/556.10	c  549s |      13 |    48500 |    41732 |   440411      0 |      150 |        0
558.39/558.62	c  551s |      13 |    48710 |    41932 |   440411      0 |      150 |        0
560.59/560.82	c  553s |      13 |    48911 |    42132 |   440411      0 |      150 |        0
563.00/563.21	c  556s |      13 |    49135 |    42332 |   440411      0 |      150 |        0
565.39/565.60	c  558s |      13 |    49343 |    42532 |   440411      0 |      150 |        0
567.89/568.19	c  561s |      13 |    49563 |    42732 |   440411      0 |      150 |        0
570.70/570.96	c  563s |      13 |    49773 |    42932 |   440411      0 |      150 |        0
573.39/573.63	c  566s |      13 |    49992 |    43132 |   440411      0 |      150 |        0
575.99/576.28	c  569s |      13 |    50202 |    43332 |   440411      0 |      150 |        0
578.50/578.77	c  571s |      13 |    50413 |    43532 |   440411      0 |      150 |        0
581.39/581.65	c  574s |      13 |    50631 |    43732 |   440411      0 |      150 |        0
584.29/584.52	c  577s |      13 |    50843 |    43932 |   440411      0 |      150 |        0
586.99/587.29	c  580s |      13 |    51053 |    44132 |   440411      0 |      150 |        0
589.79/590.04	c  583s |      13 |    51297 |    44332 |   440411      0 |      150 |        0
592.99/593.24	c  586s |      13 |    51499 |    44532 |   440411      0 |      150 |        0
596.49/596.71	c  589s |      13 |    51696 |    44732 |   440411      0 |      150 |        0
599.88/600.13	c  593s |      13 |    51951 |    44932 |   440411      0 |      150 |        0
603.08/603.34	c  596s |      13 |    52171 |    45132 |   440411      0 |      150 |        0
606.08/606.36	c  599s |      13 |    52396 |    45332 |   440411      0 |      150 |        0
608.88/609.18	c  602s |      13 |    52614 |    45532 |   440411      0 |      150 |        0
611.68/611.95	c  604s |      13 |    52823 |    45732 |   440411      0 |      150 |        0
614.28/614.54	c  607s |      13 |    53026 |    45932 |   440411      0 |      150 |        0
617.08/617.33	c  610s |      13 |    53261 |    46132 |   440411      0 |      150 |        0
620.18/620.43	c  613s |      13 |    53475 |    46332 |   440411      0 |      150 |        0
622.88/623.13	c  616s |      13 |    53678 |    46532 |   440411      0 |      150 |        0
625.79/626.01	c  619s |      13 |    53915 |    46732 |   440411      0 |      150 |        0
628.48/628.71	c  621s |      13 |    54127 |    46932 |   440411      0 |      150 |        0
631.08/631.31	c  624s |      13 |    54353 |    47132 |   440411      0 |      150 |        0
633.68/633.96	c  626s |      13 |    54567 |    47332 |   440411      0 |      150 |        0
636.38/636.67	c  629s |      13 |    54789 |    47532 |   440411      0 |      150 |        0
639.18/639.42	c  632s |      13 |    55001 |    47732 |   440411      0 |      150 |        0
641.88/642.15	c  635s |      13 |    55228 |    47932 |   440411      0 |      150 |        0
644.68/644.93	c  637s |      13 |    55443 |    48132 |   440411      0 |      150 |        0
647.58/647.85	c  640s |      13 |    55678 |    48332 |   440411      0 |      150 |        0
650.38/650.68	c  643s |      13 |    55884 |    48532 |   440411      0 |      150 |        0
652.87/653.12	c  646s |      13 |    56097 |    48732 |   440411      0 |      150 |        0
655.77/656.00	c  649s |      13 |    56313 |    48932 |   440411      0 |      150 |        0
658.37/658.61	c  651s |      13 |    56536 |    49132 |   440411      0 |      150 |        0
661.17/661.44	c  654s |      13 |    56738 |    49332 |   440411      0 |      150 |        0
663.87/664.18	c  657s |      13 |    56950 |    49532 |   440411      0 |      150 |        0
666.57/666.85	c  659s |      13 |    57180 |    49732 |   440411      0 |      150 |        0
669.57/669.84	c  662s |      13 |    57390 |    49932 |   440411      0 |      150 |        0
672.46/672.72	c  665s |      13 |    57608 |    50132 |   440411      0 |      150 |        0
675.36/675.68	c  668s |      13 |    57810 |    50332 |   440411      0 |      150 |        0
678.06/678.36	c  671s |      13 |    58017 |    50532 |   440411      0 |      150 |        0
681.16/681.46	c  674s |      13 |    58233 |    50732 |   440411      0 |      150 |        0
684.26/684.57	c  677s |      13 |    58451 |    50932 |   440411      0 |      150 |        0
687.96/688.22	c  681s |      13 |    58657 |    51132 |   440411      0 |      150 |        0
691.16/691.45	c  684s |      13 |    58869 |    51332 |   440411      0 |      150 |        0
693.76/694.04	c  687s |      13 |    59081 |    51532 |   440411      0 |      150 |        0
696.46/696.70	c  689s |      13 |    59298 |    51732 |   440411      0 |      150 |        0
699.26/699.57	c  692s |      13 |    59518 |    51932 |   440411      0 |      150 |        0
702.06/702.39	c  695s |      13 |    59745 |    52132 |   440411      0 |      150 |        0
705.15/705.40	c  698s |      13 |    59950 |    52332 |   440411      0 |      150 |        0
708.45/708.70	c  701s |      13 |    60176 |    52532 |   440411      0 |      150 |        0
711.75/712.02	c  705s |      13 |    60386 |    52732 |   440411      0 |      150 |        0
714.65/714.99	c  707s |      13 |    60647 |    52932 |   440411      0 |      150 |        0
718.25/718.55	c  711s |      13 |    60880 |    53132 |   440411      0 |      150 |        0
721.25/721.59	c  714s |      13 |    61112 |    53332 |   440411      0 |      150 |        0
724.44/724.71	c  717s |      13 |    61357 |    53532 |   440411      0 |      150 |        0
727.54/727.89	c  720s |      13 |    61574 |    53732 |   440411      0 |      150 |        0
730.84/731.16	c  724s |      13 |    61796 |    53932 |   440411      0 |      150 |        0
734.14/734.47	c  727s |      13 |    62008 |    54132 |   440411      0 |      150 |        0
737.04/737.38	c  730s |      13 |    62224 |    54332 |   440411      0 |      150 |        0
739.94/740.22	c  733s |      13 |    62427 |    54532 |   440411      0 |      150 |        0
742.94/743.26	c  736s |      13 |    62642 |    54732 |   440411      0 |      150 |        0
745.93/746.27	c  739s |      13 |    62855 |    54932 |   440411      0 |      150 |        0
749.53/749.80	c  742s |      13 |    63086 |    55132 |   440411      0 |      150 |        0
752.73/753.06	c  746s |      13 |    63302 |    55332 |   440411      0 |      150 |        0
755.13/755.49	c  748s |      13 |    63405 |    55432 |   440411      0 |      150 |        0
758.32/758.64	c  751s |      13 |    63618 |    55632 |   440411      0 |      150 |        0
761.22/761.52	c  754s |      13 |    63820 |    55832 |   440411      0 |      150 |        0
764.12/764.44	c  757s |      13 |    64032 |    56032 |   440411      0 |      150 |        0
766.92/767.24	c  760s |      13 |    64247 |    56232 |   440411      0 |      150 |        0
770.02/770.31	c  763s |      13 |    64453 |    56432 |   440411      0 |      150 |        0
772.62/772.90	c  765s |      13 |    64675 |    56632 |   440411      0 |      150 |        0
775.51/775.81	c  768s |      13 |    64887 |    56832 |   440411      0 |      150 |        0
778.81/779.15	c  772s |      13 |    65094 |    57032 |   440411      0 |      150 |        0
782.11/782.47	c  775s |      13 |    65319 |    57232 |   440411      0 |      150 |        0
785.31/785.63	c  778s |      13 |    65540 |    57432 |   440411      0 |      150 |        0
788.21/788.56	c  781s |      13 |    65758 |    57632 |   440411      0 |      150 |        0
791.31/791.63	c  784s |      13 |    65974 |    57832 |   440411      0 |      150 |        0
794.70/795.03	c  788s |      13 |    66199 |    58032 |   484453      0 |      150 |        0
797.40/797.75	c  790s |      13 |    66421 |    58232 |   484453      0 |      150 |        0
799.80/800.10	c  793s |      14 |    66549 |    58352 |   484453      0 |      150 |        0
802.90/803.20	c  796s |      14 |    66707 |    58452 |   484453      0 |      150 |        0
805.50/805.82	c  798s |      14 |    66921 |    58652 |   484453      0 |      150 |        0
808.21/808.60	c  801s |      14 |    67159 |    58852 |   484453      0 |      150 |        0
811.10/811.41	c  804s |      14 |    67392 |    59052 |   484453      0 |      150 |        0
813.71/814.00	c  807s |      14 |    67612 |    59252 |   484453      0 |      150 |        0
817.10/817.46	c  810s |      14 |    67828 |    59452 |   484453      0 |      150 |        0
820.00/820.35	c  813s |      14 |    68054 |    59652 |   484453      0 |      150 |        0
822.69/823.03	c  816s |      14 |    68284 |    59852 |   484453      0 |      150 |        0
826.19/826.58	c  819s |      14 |    68492 |    60052 |   484453      0 |      150 |        0
829.39/829.76	c  822s |      14 |    68711 |    60252 |   484453      0 |      150 |        0
832.09/832.43	c  825s |      14 |    68933 |    60452 |   484453      0 |      150 |        0
834.99/835.36	c  828s |      14 |    69149 |    60652 |   484453      0 |      150 |        0
837.49/837.87	c  830s |      14 |    69374 |    60852 |   484453      0 |      150 |        0
840.89/841.23	c  834s |      14 |    69570 |    61052 |   484453      0 |      150 |        0
843.59/843.91	c  836s |      14 |    69793 |    61252 |   484453      0 |      150 |        0
846.59/846.91	c  839s |      14 |    70018 |    61452 |   484453      0 |      150 |        0
849.49/849.82	c  842s |      14 |    70233 |    61652 |   484453      0 |      150 |        0
852.69/853.01	c  846s |      14 |    70474 |    61852 |   484453      0 |      150 |        0
855.88/856.23	c  849s |      14 |    70678 |    62052 |   484453      0 |      150 |        0
858.79/859.14	c  852s |      14 |    70907 |    62252 |   484453      0 |      150 |        0
861.98/862.30	c  855s |      14 |    71119 |    62452 |   484453      0 |      150 |        0
864.88/865.27	c  858s |      14 |    71336 |    62652 |   484453      0 |      150 |        0
867.98/868.33	c  861s |      14 |    71549 |    62852 |   484453      0 |      150 |        0
870.68/871.08	c  864s |      14 |    71760 |    63052 |   484453      0 |      150 |        0
873.68/874.03	c  867s |      14 |    71993 |    63252 |   484453      0 |      150 |        0
876.88/877.26	c  870s |      14 |    72206 |    63452 |   484453      0 |      150 |        0
879.58/879.97	c  872s |      14 |    72435 |    63652 |   484453      0 |      150 |        0
882.38/882.78	c  875s |      14 |    72635 |    63852 |   484453      0 |      150 |        0
885.58/885.90	c  878s |      14 |    72851 |    64052 |   484453      0 |      150 |        0
888.98/889.32	c  882s |      14 |    73069 |    64252 |   484453      0 |      150 |        0
891.98/892.38	c  885s |      14 |    73294 |    64452 |   484453      0 |      150 |        0
894.68/895.09	c  888s |      14 |    73505 |    64652 |   484453      0 |      150 |        0
897.38/897.73	c  890s |      14 |    73732 |    64852 |   484453      0 |      150 |        0
899.87/900.21	c  893s |      14 |    73944 |    65052 |   484453      0 |      150 |        0
902.78/903.18	c  896s |      14 |    74142 |    65252 |   484453      0 |      150 |        0
905.37/905.72	c  898s |      14 |    74356 |    65452 |   484453      0 |      150 |        0
907.97/908.39	c  901s |      14 |    74598 |    65652 |   484453      0 |      150 |        0
910.48/910.90	c  903s |      14 |    74821 |    65852 |   484453      0 |      150 |        0
913.37/913.78	c  906s |      14 |    75042 |    66052 |   484453      0 |      150 |        0
915.98/916.36	c  909s |      14 |    75254 |    66252 |   484453      0 |      150 |        0
919.28/919.66	c  912s |      14 |    75596 |    66552 |   484453      0 |      150 |        0
922.07/922.47	c  915s |      14 |    75809 |    66752 |   484453      0 |      150 |        0
925.37/925.72	c  918s |      14 |    76013 |    66952 |   484453      0 |      150 |        0
928.27/928.60	c  921s |      14 |    76227 |    67152 |   484453      0 |      150 |        0
931.57/931.95	c  924s |      14 |    76436 |    67352 |   484453      0 |      150 |        0
933.58/933.98	c  926s |      14 |    76538 |    67452 |   484453      0 |      150 |        0
936.37/936.70	c  929s |      14 |    76763 |    67652 |   484453      0 |      150 |        0
939.18/939.52	c  932s |      14 |    76976 |    67852 |   484453      0 |      150 |        0
942.17/942.51	c  935s |      14 |    77186 |    68052 |   484453      0 |      150 |        0
944.87/945.20	c  938s |      14 |    77406 |    68252 |   484453      0 |      150 |        0
947.97/948.37	c  941s |      14 |    77615 |    68452 |   484453      0 |      150 |        0
950.77/951.16	c  944s |      14 |    77830 |    68652 |   484453      0 |      150 |        0
953.87/954.29	c  947s |      14 |    78051 |    68852 |   484453      0 |      150 |        0
956.77/957.14	c  950s |      14 |    78262 |    69052 |   484453      0 |      150 |        0
959.67/960.05	c  953s |      14 |    78474 |    69252 |   484453      0 |      150 |        0
963.37/963.74	c  956s |      14 |    78702 |    69452 |   484453      0 |      150 |        0
966.96/967.35	c  960s |      14 |    78904 |    69652 |   484453      0 |      150 |        0
970.16/970.55	c  963s |      14 |    79128 |    69852 |   484453      0 |      150 |        0
973.27/973.64	c  966s |      14 |    79350 |    70052 |   484453      0 |      150 |        0
976.06/976.43	c  969s |      14 |    79567 |    70252 |   484453      0 |      150 |        0
979.16/979.58	c  972s |      14 |    79785 |    70452 |   484453      0 |      150 |        0
982.36/982.72	c  975s |      14 |    79985 |    70652 |   484453      0 |      150 |        0
985.27/985.67	c  978s |      14 |    80210 |    70852 |   484453      0 |      150 |        0
988.46/988.86	c  981s |      14 |    80420 |    71052 |   484453      0 |      150 |        0
991.66/992.02	c  985s |      14 |    80620 |    71252 |   484453      0 |      150 |        0
994.56/994.95	c  987s |      14 |    80829 |    71452 |   484453      0 |      150 |        0
997.76/998.11	c  991s |      14 |    81044 |    71652 |   484453      0 |      150 |        0
1000.46/1000.81	c  993s |      14 |    81250 |    71852 |   484453      0 |      150 |        0
1003.26/1003.61	c  996s |      14 |    81460 |    72052 |   484453      0 |      150 |        0
1006.06/1006.40	c  999s |      14 |    81664 |    72252 |   484453      0 |      150 |        0
1009.36/1009.71	c 1002s |      14 |    81888 |    72452 |   484453      0 |      150 |        0
1012.46/1012.89	c 1005s |      14 |    82101 |    72652 |   484453      0 |      150 |        0
1015.46/1015.85	c 1008s |      14 |    82306 |    72852 |   484453      0 |      150 |        0
1018.96/1019.33	c 1012s |      14 |    82517 |    73052 |   484453      0 |      150 |        0
1021.75/1022.13	c 1015s |      14 |    82729 |    73252 |   484453      0 |      150 |        0
1024.75/1025.13	c 1018s |      14 |    82943 |    73452 |   484453      0 |      150 |        0
1027.75/1028.11	c 1021s |      14 |    83155 |    73652 |   484453      0 |      150 |        0
1030.25/1030.65	c 1023s |      14 |    83369 |    73852 |   484453      0 |      150 |        0
1032.56/1032.96	c 1025s |      14 |    83583 |    74052 |   484453      0 |      150 |        0
1035.65/1036.04	c 1029s |      14 |    83809 |    74252 |   484453      0 |      150 |        0
1037.85/1038.22	c 1031s |      14 |    83907 |    74352 |   484453      0 |      150 |        0
1040.75/1041.19	c 1034s |      14 |    84118 |    74552 |   484453      0 |      150 |        0
1044.35/1044.72	c 1037s |      14 |    84320 |    74752 |   484453      0 |      150 |        0
1047.35/1047.78	c 1040s |      14 |    84541 |    74952 |   484453      0 |      150 |        0
1050.26/1050.62	c 1043s |      14 |    84768 |    75152 |   484453      0 |      150 |        0
1052.85/1053.25	c 1046s |      14 |    84977 |    75352 |   484453      0 |      150 |        0
1055.95/1056.38	c 1049s |      14 |    85185 |    75552 |   484453      0 |      150 |        0
1059.25/1059.61	c 1052s |      14 |    85400 |    75752 |   484453      0 |      150 |        0
1061.95/1062.38	c 1055s |      14 |    85616 |    75952 |   484453      0 |      150 |        0
1065.15/1065.53	c 1058s |      14 |    85836 |    76152 |   484453      0 |      150 |        0
1068.65/1069.07	c 1062s |      14 |    86045 |    76352 |   484453      0 |      150 |        0
1071.85/1072.22	c 1065s |      14 |    86262 |    76552 |   484453      0 |      150 |        0
1074.45/1074.86	c 1067s |      14 |    86480 |    76752 |   484453      0 |      150 |        0
1077.44/1077.89	c 1070s |      14 |    86703 |    76952 |   484453      0 |      150 |        0
1081.05/1081.49	c 1074s |      14 |    86912 |    77152 |   484453      0 |      150 |        0
1084.54/1084.93	c 1077s |      14 |    87126 |    77352 |   484453      0 |      150 |        0
1086.55/1086.96	c 1079s |      14 |    87230 |    77452 |   484453      0 |      150 |        0
1089.94/1090.33	c 1083s |      14 |    87444 |    77652 |   484453      0 |      150 |        0
1093.34/1093.70	c 1086s |      14 |    87656 |    77852 |   484453      0 |      150 |        0
1096.24/1096.67	c 1089s |      14 |    87876 |    78052 |   484453      0 |      150 |        0
1099.54/1099.90	c 1092s |      14 |    88089 |    78252 |   484453      0 |      150 |        0
1102.64/1103.04	c 1096s |      14 |    88307 |    78452 |   484453      0 |      150 |        0
1104.64/1105.05	c 1098s |      14 |    88417 |    78552 |   484453      0 |      150 |        0
1108.14/1108.51	c 1101s |      14 |    88641 |    78752 |   484453      0 |      150 |        0
1111.54/1111.95	c 1104s |      14 |    88843 |    78952 |   484453      0 |      150 |        0
1115.64/1116.05	c 1109s |      14 |    89053 |    79152 |   484453      0 |      150 |        0
1119.34/1119.70	c 1112s |      14 |    89268 |    79352 |   484453      0 |      150 |        0
1122.54/1122.99	c 1115s |      14 |    89503 |    79552 |   484453      0 |      150 |        0
1125.84/1126.22	c 1119s |      14 |    89721 |    79752 |   484453      0 |      150 |        0
1129.14/1129.52	c 1122s |      14 |    89927 |    79952 |   484453      0 |      150 |        0
1132.13/1132.53	c 1125s |      14 |    90148 |    80152 |   484453      0 |      150 |        0
1135.13/1135.55	c 1128s |      14 |    90355 |    80352 |   484453      0 |      150 |        0
1137.63/1138.01	c 1131s |      14 |    90574 |    80552 |   484453      0 |      150 |        0
1140.73/1141.12	c 1134s |      14 |    90796 |    80752 |   484453      0 |      150 |        0
1143.83/1144.23	c 1137s |      14 |    91009 |    80952 |   484453      0 |      150 |        0
1147.13/1147.50	c 1140s |      14 |    91229 |    81152 |   484453      0 |      150 |        0
1150.03/1150.42	c 1143s |      14 |    91454 |    81352 |   484453      0 |      150 |        0
1152.93/1153.34	c 1146s |      14 |    91668 |    81552 |   484453      0 |      150 |        0
1156.33/1156.78	c 1149s |      14 |    91875 |    81752 |   484453      0 |      150 |        0
1159.33/1159.77	c 1152s |      14 |    92099 |    81952 |   484453      0 |      150 |        0
1162.03/1162.46	c 1155s |      14 |    92309 |    82152 |   484453      0 |      150 |        0
1165.13/1165.53	c 1158s |      14 |    92522 |    82352 |   484453      0 |      150 |        0
1168.23/1168.62	c 1161s |      14 |    92740 |    82552 |   484453      0 |      150 |        0
1171.83/1172.20	c 1165s |      14 |    92963 |    82752 |   484453      0 |      150 |        0
1175.03/1175.42	c 1168s |      14 |    93176 |    82952 |   484453      0 |      150 |        0
1177.93/1178.38	c 1171s |      14 |    93388 |    83152 |   484453      0 |      150 |        0
1180.83/1181.28	c 1174s |      14 |    93612 |    83352 |   484453      0 |      150 |        0
1183.63/1184.07	c 1177s |      14 |    93820 |    83552 |   484453      0 |      150 |        0
1186.33/1186.77	c 1179s |      14 |    94049 |    83752 |   484453      0 |      150 |        0
1189.43/1189.83	c 1182s |      14 |    94248 |    83952 |   484453      0 |      150 |        0
1192.43/1192.86	c 1185s |      14 |    94463 |    84152 |   484453      0 |      150 |        0
1195.53/1195.97	c 1188s |      14 |    94667 |    84352 |   484453      0 |      150 |        0
1198.82/1199.20	c 1192s |      14 |    94881 |    84552 |   484453      0 |      150 |        0
1202.12/1202.57	c 1195s |      14 |    95094 |    84752 |   484453      0 |      150 |        0
1205.72/1206.10	c 1199s |      14 |    95314 |    84952 |   484453      0 |      150 |        0
1209.22/1209.61	c 1202s |      14 |    95523 |    85152 |   484453      0 |      150 |        0
1212.02/1212.48	c 1205s |      14 |    95734 |    85352 |   484453      0 |      150 |        0
1214.62/1215.02	c 1208s |      14 |    95957 |    85552 |   484453      0 |      150 |        0
1217.82/1218.27	c 1211s |      14 |    96186 |    85752 |   484453      0 |      150 |        0
1219.92/1220.32	c 1213s |      14 |    96283 |    85852 |   484453      0 |      150 |        0
1222.62/1223.06	c 1216s |      14 |    96510 |    86052 |   484453      0 |      150 |        0
1226.23/1226.64	c 1219s |      14 |    96725 |    86252 |   484453      0 |      150 |        0
1229.53/1229.99	c 1222s |      14 |    96933 |    86452 |   484453      0 |      150 |        0
1232.62/1233.08	c 1226s |      14 |    97149 |    86652 |   484453      0 |      150 |        0
1236.03/1236.44	c 1229s |      14 |    97353 |    86852 |   484453      0 |      150 |        0
1239.32/1239.75	c 1232s |      14 |    97567 |    87052 |   532899      0 |      150 |        0
1242.42/1242.82	c 1235s |      14 |    97770 |    87252 |   532899      0 |      150 |        0
1245.52/1245.95	c 1238s |      14 |    97984 |    87452 |   532899      0 |      150 |        0
1248.42/1248.80	c 1241s |      15 |    98191 |    87632 |   532899      0 |      150 |        0
1252.02/1252.45	c 1245s |      15 |    98615 |    87732 |   532899      0 |      150 |        0
1254.42/1254.81	c 1247s |      15 |    98834 |    87932 |   532899      0 |      150 |        0
1256.62/1257.08	c 1250s |      15 |    99054 |    88132 |   532899      0 |      150 |        0
1259.12/1259.51	c 1252s |      15 |    99261 |    88332 |   532899      0 |      150 |        0
1261.61/1262.05	c 1255s |      15 |    99471 |    88532 |   532899      0 |      150 |        0
1263.71/1264.11	c 1257s |      15 |    99690 |    88732 |   532899      0 |      150 |        0
1266.01/1266.45	c 1259s |      15 |    99926 |    88932 |   532899      0 |      150 |        0
1268.91/1269.34	c 1262s |      15 |   100147 |    89132 |   532899      0 |      150 |        0
1272.21/1272.66	c 1265s |      15 |   100373 |    89332 |   532899      0 |      150 |        0
1275.21/1275.64	c 1268s |      15 |   100586 |    89532 |   532899      0 |      150 |        0
1278.11/1278.51	c 1271s |      15 |   100808 |    89732 |   532899      0 |      150 |        0
1280.91/1281.39	c 1274s |      15 |   101055 |    89932 |   532899      0 |      150 |        0
1283.71/1284.11	c 1277s |      15 |   101283 |    90132 |   532899      0 |      150 |        0
1285.71/1286.11	c 1279s |      15 |   101402 |    90232 |   532899      0 |      150 |        0
1289.11/1289.53	c 1282s |      15 |   101616 |    90432 |   532899      0 |      150 |        0
1292.22/1292.69	c 1285s |      15 |   101839 |    90632 |   532899      0 |      150 |        0
1295.52/1295.95	c 1288s |      15 |   102064 |    90832 |   532899      0 |      150 |        0
1298.31/1298.71	c 1291s |      15 |   102288 |    91032 |   532899      0 |      150 |        0
1301.51/1301.98	c 1294s |      15 |   102506 |    91232 |   532899      0 |      150 |        0
1304.71/1305.13	c 1298s |      15 |   102724 |    91432 |   532899      0 |      150 |        0
1308.01/1308.43	c 1301s |      15 |   102962 |    91632 |   532899      0 |      150 |        0
1310.51/1310.98	c 1303s |      15 |   103175 |    91832 |   532899      0 |      150 |        0
1313.41/1313.82	c 1306s |      15 |   103394 |    92032 |   532899      0 |      150 |        0
1316.10/1316.52	c 1309s |      15 |   103607 |    92232 |   532899      0 |      150 |        0
1319.40/1319.89	c 1312s |      15 |   103821 |    92432 |   532899      0 |      150 |        0
1322.70/1323.16	c 1316s |      15 |   104090 |    92632 |   532899      0 |      150 |        0
1325.40/1325.88	c 1318s |      15 |   104302 |    92832 |   532899      0 |      150 |        0
1329.01/1329.46	c 1322s |      15 |   104514 |    93032 |   532899      0 |      150 |        0
1331.90/1332.32	c 1325s |      15 |   104730 |    93232 |   532899      0 |      150 |        0
1334.30/1334.74	c 1327s |      15 |   104960 |    93432 |   532899      0 |      150 |        0
1336.80/1337.27	c 1330s |      15 |   105204 |    93632 |   532899      0 |      150 |        0
1339.30/1339.74	c 1332s |      15 |   105452 |    93832 |   532899      0 |      150 |        0
1341.90/1342.38	c 1335s |      15 |   105683 |    94032 |   532899      0 |      150 |        0
1345.10/1345.50	c 1338s |      15 |   105910 |    94232 |   532899      0 |      150 |        0
1348.21/1348.62	c 1341s |      15 |   106129 |    94432 |   532899      0 |      150 |        0
1350.80/1351.21	c 1344s |      15 |   106355 |    94632 |   532899      0 |      150 |        0
1353.81/1354.26	c 1347s |      15 |   106583 |    94832 |   532899      0 |      150 |        0
1356.90/1357.37	c 1350s |      15 |   106791 |    95032 |   532899      0 |      150 |        0
1360.40/1360.86	c 1353s |      15 |   107016 |    95232 |   532899      0 |      150 |        0
1364.20/1364.69	c 1357s |      15 |   107242 |    95432 |   532899      0 |      150 |        0
1367.20/1367.65	c 1360s |      15 |   107448 |    95632 |   532899      0 |      150 |        0
1369.90/1370.31	c 1363s |      15 |   107695 |    95832 |   532899      0 |      150 |        0
1373.20/1373.63	c 1366s |      15 |   107921 |    96032 |   532899      0 |      150 |        0
1376.29/1376.73	c 1369s |      15 |   108139 |    96232 |   532899      0 |      150 |        0
1379.10/1379.54	c 1372s |      15 |   108364 |    96432 |   532899      0 |      150 |        0
1381.89/1382.34	c 1375s |      15 |   108574 |    96632 |   532899      0 |      150 |        0
1384.19/1384.61	c 1377s |      15 |   108783 |    96832 |   532899      0 |      150 |        0
1386.59/1387.02	c 1380s |      15 |   108993 |    97032 |   532899      0 |      150 |        0
1389.80/1390.29	c 1383s |      15 |   109192 |    97232 |   532899      0 |      150 |        0
1392.70/1393.18	c 1386s |      15 |   109400 |    97432 |   532899      0 |      150 |        0
1395.20/1395.61	c 1388s |      15 |   109603 |    97632 |   532899      0 |      150 |        0
1397.90/1398.37	c 1391s |      15 |   109834 |    97832 |   532899      0 |      150 |        0
1400.60/1401.04	c 1394s |      15 |   110060 |    98032 |   532899      0 |      150 |        0
1403.60/1404.00	c 1397s |      15 |   110287 |    98232 |   532899      0 |      150 |        0
1406.80/1407.21	c 1400s |      15 |   110508 |    98432 |   532899      0 |      150 |        0
1410.10/1410.52	c 1403s |      15 |   110728 |    98632 |   532899      0 |      150 |        0
1413.60/1414.01	c 1407s |      15 |   110948 |    98832 |   532899      0 |      150 |        0
1416.59/1417.09	c 1410s |      15 |   111152 |    99032 |   532899      0 |      150 |        0
1419.59/1420.08	c 1413s |      15 |   111379 |    99232 |   532899      0 |      150 |        0
1422.59/1423.02	c 1416s |      15 |   111612 |    99432 |   532899      0 |      150 |        0
1425.39/1425.82	c 1418s |      15 |   111826 |    99632 |   532899      0 |      150 |        0
1428.39/1428.89	c 1421s |      15 |   112063 |    99832 |   532899      0 |      150 |        0
1431.29/1431.71	c 1424s |      15 |   112272 |   100032 |   532899      0 |      150 |        0
1434.29/1434.72	c 1427s |      15 |   112499 |   100232 |   532899      0 |      150 |        0
1437.19/1437.69	c 1430s |      15 |   112724 |   100432 |   532899      0 |      150 |        0
1440.70/1441.12	c 1434s |      15 |   112940 |   100632 |   532899      0 |      150 |        0
1443.79/1444.22	c 1437s |      15 |   113153 |   100832 |   532899      0 |      150 |        0
1446.69/1447.15	c 1440s |      15 |   113358 |   101032 |   532899      0 |      150 |        0
1450.39/1450.90	c 1443s |      15 |   113568 |   101232 |   532899      0 |      150 |        0
1453.79/1454.24	c 1447s |      15 |   113801 |   101432 |   532899      0 |      150 |        0
1456.89/1457.34	c 1450s |      15 |   114020 |   101632 |   532899      0 |      150 |        0
1460.49/1460.91	c 1453s |      15 |   114243 |   101832 |   532899      0 |      150 |        0
1463.89/1464.36	c 1457s |      15 |   114441 |   102032 |   532899      0 |      150 |        0
1467.38/1467.81	c 1460s |      15 |   114662 |   102232 |   532899      0 |      150 |        0
1470.39/1470.82	c 1463s |      15 |   114905 |   102432 |   532899      0 |      150 |        0
1473.98/1474.41	c 1467s |      15 |   115135 |   102632 |   532899      0 |      150 |        0
1478.18/1478.62	c 1471s |      15 |   115355 |   102832 |   532899      0 |      150 |        0
1482.49/1482.97	c 1475s |      15 |   115559 |   103032 |   532899      0 |      150 |        0
1485.98/1486.40	c 1479s |      15 |   115778 |   103232 |   532899      0 |      150 |        0
1488.99/1489.43	c 1482s |      15 |   116029 |   103432 |   532899      0 |      150 |        0
1492.08/1492.58	c 1485s |      15 |   116264 |   103632 |   532899      0 |      150 |        0
1495.18/1495.67	c 1488s |      15 |   116615 |   103932 |   532899      0 |      150 |        0
1497.48/1497.97	c 1490s |      15 |   116840 |   104132 |   532899      0 |      150 |        0
1499.88/1500.32	c 1493s |      15 |   117062 |   104332 |   532899      0 |      150 |        0
1503.08/1503.52	c 1496s |      15 |   117374 |   104632 |   532899      0 |      150 |        0
1505.18/1505.67	c 1498s |      15 |   117608 |   104832 |   532899      0 |      150 |        0
1508.08/1508.50	c 1501s |      15 |   117936 |   105132 |   532899      0 |      150 |        0
1510.18/1510.62	c 1503s |      15 |   118152 |   105332 |   532899      0 |      150 |        0
1512.48/1512.96	c 1505s |      15 |   118384 |   105532 |   532899      0 |      150 |        0
1514.78/1515.25	c 1508s |      15 |   118599 |   105732 |   532899      0 |      150 |        0
1517.18/1517.66	c 1510s |      15 |   118821 |   105932 |   532899      0 |      150 |        0
1520.48/1520.93	c 1513s |      15 |   119043 |   106132 |   532899      0 |      150 |        0
1522.88/1523.36	c 1516s |      15 |   119266 |   106332 |   532899      0 |      150 |        0
1525.48/1525.99	c 1518s |      15 |   119485 |   106532 |   532899      0 |      150 |        0
1528.27/1528.79	c 1521s |      15 |   119706 |   106732 |   532899      0 |      150 |        0
1530.78/1531.27	c 1524s |      15 |   119923 |   106932 |   532899      0 |      150 |        0
1533.17/1533.64	c 1526s |      15 |   120141 |   107132 |   532899      0 |      150 |        0
1536.07/1536.56	c 1529s |      15 |   120458 |   107432 |   532899      0 |      150 |        0
1538.37/1538.81	c 1531s |      15 |   120662 |   107632 |   532899      0 |      150 |        0
1540.37/1540.86	c 1533s |      15 |   120876 |   107832 |   532899      0 |      150 |        0
1543.07/1543.57	c 1536s |      15 |   121098 |   108032 |   532899      0 |      150 |        0
1545.87/1546.35	c 1539s |      15 |   121324 |   108232 |   532899      0 |      150 |        0
1548.27/1548.71	c 1541s |      15 |   121547 |   108432 |   532899      0 |      150 |        0
1551.47/1551.92	c 1544s |      15 |   121872 |   108732 |   532899      0 |      150 |        0
1554.07/1554.51	c 1547s |      15 |   122072 |   108932 |   532899      0 |      150 |        0
1556.47/1556.98	c 1549s |      15 |   122320 |   109132 |   532899      0 |      150 |        0
1558.77/1559.28	c 1552s |      15 |   122531 |   109332 |   532899      0 |      150 |        0
1561.37/1561.80	c 1554s |      15 |   122749 |   109532 |   532899      0 |      150 |        0
1564.07/1564.52	c 1557s |      15 |   122971 |   109732 |   532899      0 |      150 |        0
1566.67/1567.13	c 1560s |      15 |   123200 |   109932 |   532899      0 |      150 |        0
1569.07/1569.60	c 1562s |      15 |   123430 |   110132 |   532899      0 |      150 |        0
1571.47/1572.00	c 1565s |      15 |   123646 |   110332 |   532899      0 |      150 |        0
1573.97/1574.44	c 1567s |      15 |   123868 |   110532 |   532899      0 |      150 |        0
1576.47/1576.97	c 1569s |      15 |   124104 |   110732 |   532899      0 |      150 |        0
1579.36/1579.84	c 1572s |      15 |   124308 |   110932 |   532899      0 |      150 |        0
1581.96/1582.44	c 1575s |      15 |   124528 |   111132 |   532899      0 |      150 |        0
1584.56/1585.03	c 1578s |      15 |   124735 |   111332 |   532899      0 |      150 |        0
1587.16/1587.69	c 1580s |      15 |   124966 |   111532 |   532899      0 |      150 |        0
1590.27/1590.78	c 1583s |      15 |   125202 |   111732 |   532899      0 |      150 |        0
1593.06/1593.53	c 1586s |      15 |   125437 |   111932 |   532899      0 |      150 |        0
1595.46/1595.97	c 1588s |      15 |   125653 |   112132 |   532899      0 |      150 |        0
1598.06/1598.59	c 1591s |      15 |   125864 |   112332 |   532899      0 |      150 |        0
1600.66/1601.14	c 1594s |      15 |   126085 |   112532 |   532899      0 |      150 |        0
1603.26/1603.78	c 1596s |      15 |   126313 |   112732 |   532899      0 |      150 |        0
1606.16/1606.65	c 1599s |      15 |   126563 |   112932 |   532899      0 |      150 |        0
1609.06/1609.54	c 1602s |      15 |   126792 |   113132 |   532899      0 |      150 |        0
1611.46/1611.91	c 1604s |      15 |   127024 |   113332 |   532899      0 |      150 |        0
1613.96/1614.45	c 1607s |      15 |   127237 |   113532 |   532899      0 |      150 |        0
1616.36/1616.83	c 1609s |      15 |   127445 |   113732 |   532899      0 |      150 |        0
1619.06/1619.54	c 1612s |      15 |   127667 |   113932 |   532899      0 |      150 |        0
1622.16/1622.67	c 1615s |      15 |   127893 |   114132 |   532899      0 |      150 |        0
1625.36/1625.87	c 1618s |      15 |   128102 |   114332 |   532899      0 |      150 |        0
1628.46/1628.95	c 1621s |      15 |   128331 |   114532 |   532899      0 |      150 |        0
1631.77/1632.21	c 1625s |      15 |   128546 |   114732 |   532899      0 |      150 |        0
1634.17/1634.66	c 1627s |      15 |   128756 |   114932 |   532899      0 |      150 |        0
1637.06/1637.58	c 1630s |      15 |   128972 |   115132 |   532899      0 |      150 |        0
1639.16/1639.69	c 1632s |      15 |   129079 |   115232 |   532899      0 |      150 |        0
1641.97/1642.47	c 1635s |      15 |   129292 |   115432 |   532899      0 |      150 |        0
1644.76/1645.21	c 1638s |      15 |   129515 |   115632 |   532899      0 |      150 |        0
1647.56/1648.07	c 1641s |      15 |   129738 |   115832 |   532899      0 |      150 |        0
1650.56/1651.04	c 1644s |      15 |   129951 |   116032 |   532899      0 |      150 |        0
1653.56/1654.06	c 1647s |      15 |   130153 |   116232 |   532899      0 |      150 |        0
1656.76/1657.21	c 1650s |      15 |   130368 |   116432 |   532899      0 |      150 |        0
1659.06/1659.53	c 1652s |      15 |   130596 |   116632 |   532899      0 |      150 |        0
1661.46/1661.98	c 1654s |      15 |   130808 |   116832 |   532899      0 |      150 |        0
1664.06/1664.52	c 1657s |      15 |   131034 |   117032 |   532899      0 |      150 |        0
1666.76/1667.25	c 1660s |      15 |   131247 |   117232 |   532899      0 |      150 |        0
1669.26/1669.74	c 1662s |      15 |   131449 |   117432 |   532899      0 |      150 |        0
1671.75/1672.25	c 1665s |      15 |   131654 |   117632 |   532899      0 |      150 |        0
1674.65/1675.14	c 1668s |      15 |   131864 |   117832 |   532899      0 |      150 |        0
1677.45/1677.98	c 1670s |      15 |   132080 |   118032 |   532899      0 |      150 |        0
1680.05/1680.55	c 1673s |      15 |   132300 |   118232 |   532899      0 |      150 |        0
1682.45/1682.92	c 1675s |      15 |   132520 |   118432 |   532899      0 |      150 |        0
1685.05/1685.59	c 1678s |      15 |   132744 |   118632 |   532899      0 |      150 |        0
1687.65/1688.12	c 1681s |      15 |   132962 |   118832 |   532899      0 |      150 |        0
1690.55/1691.07	c 1684s |      15 |   133168 |   119032 |   532899      0 |      150 |        0
1693.25/1693.74	c 1686s |      15 |   133394 |   119232 |   532899      0 |      150 |        0
1695.76/1696.22	c 1689s |      15 |   133611 |   119432 |   532899      0 |      150 |        0
1698.45/1698.93	c 1691s |      15 |   133839 |   119632 |   532899      0 |      150 |        0
1701.26/1701.80	c 1694s |      15 |   134051 |   119832 |   532899      0 |      150 |        0
1704.25/1704.74	c 1697s |      15 |   134271 |   120032 |   532899      0 |      150 |        0
1707.15/1707.61	c 1700s |      15 |   134487 |   120232 |   532899      0 |      150 |        0
1710.45/1710.98	c 1703s |      15 |   134703 |   120432 |   532899      0 |      150 |        0
1713.54/1714.02	c 1707s |      15 |   134911 |   120632 |   532899      0 |      150 |        0
1716.55/1717.02	c 1710s |      15 |   135128 |   120832 |   532899      0 |      150 |        0
1719.25/1719.70	c 1712s |      15 |   135337 |   121032 |   532899      0 |      150 |        0
1722.35/1722.85	c 1715s |      15 |   135558 |   121232 |   532899      0 |      150 |        0
1725.46/1726.00	c 1719s |      15 |   135776 |   121432 |   532899      0 |      150 |        0
1728.65/1729.18	c 1722s |      15 |   135992 |   121632 |   532899      0 |      150 |        0
1731.55/1732.08	c 1725s |      15 |   136202 |   121832 |   532899      0 |      150 |        0
1734.05/1734.50	c 1727s |      15 |   136411 |   122032 |   532899      0 |      150 |        0
1736.45/1736.97	c 1729s |      15 |   136626 |   122232 |   532899      0 |      150 |        0
1739.25/1739.72	c 1732s |      15 |   136849 |   122432 |   532899      0 |      150 |        0
1741.95/1742.47	c 1735s |      15 |   137065 |   122632 |   532899      0 |      150 |        0
1744.94/1745.40	c 1738s |      15 |   137289 |   122832 |   532899      0 |      150 |        0
1748.04/1748.51	c 1741s |      15 |   137506 |   123032 |   532899      0 |      150 |        0
1751.24/1751.73	c 1744s |      15 |   137719 |   123232 |   532899      0 |      150 |        0
1754.44/1754.96	c 1747s |      15 |   137933 |   123432 |   532899      0 |      150 |        0
1757.64/1758.18	c 1751s |      15 |   138149 |   123632 |   532899      0 |      150 |        0
1761.75/1762.28	c 1755s |      15 |   138361 |   123832 |   532899      0 |      150 |        0
1764.54/1765.09	c 1758s |      15 |   138573 |   124032 |   532899      0 |      150 |        0
1767.14/1767.64	c 1760s |      15 |   138810 |   124232 |   532899      0 |      150 |        0
1770.55/1771.10	c 1764s |      15 |   139028 |   124432 |   532899      0 |      150 |        0
1773.85/1774.40	c 1767s |      15 |   139246 |   124632 |   532899      0 |      150 |        0
1776.44/1776.95	c 1769s |      15 |   139462 |   124832 |   532899      0 |      150 |        0
1779.45/1779.99	c 1772s |      15 |   139676 |   125032 |   532899      0 |      150 |        0
1782.34/1782.84	c 1775s |      15 |   139901 |   125232 |   532899      0 |      150 |        0
1784.64/1785.16	c 1778s |      15 |   140121 |   125432 |   532899      0 |      150 |        0
1787.05/1787.58	c 1780s |      15 |   140330 |   125632 |   532899      0 |      150 |        0
1789.44/1789.99	c 1782s |      15 |   140532 |   125832 |   532899      0 |      150 |        0
1792.04/1792.54	c 1785s |      15 |   140779 |   126032 |   532899      0 |      150 |        0
1795.24/1795.74	c 1788s |      15 |   140993 |   126232 |   532899      0 |      150 |        0
1797.24/1797.74	c 1790s |      15 |   141102 |   126332 |   532899      0 |      150 |        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-4079343-1465343957/watcher-4079343-1465343957 -o /tmp/evaluation-result-4079343-1465343957/solver-4079343-1465343957 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465312758-19943 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079343-1465343957.opb 

pid=23038
running on 4 cores: 0,2,4,6

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.29 2.19 2.18 3/179 23041
/proc/meminfo: memFree=29116684/32872528 swapFree=16636/1570076
[pid=23041] ppid=23038 vsize=681404 CPUtime=0 cores=0,2,4,6
/proc/23041/stat : 23041 (toysat) R 23038 23041 2168 0 -1 4202496 2534 0 0 0 0 0 0 0 20 0 4 0 116328083 697757696 3406 33554432000 4194304 16246674 140737303578448 140737303577872 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23041/statm: 170863 3414 441 2943 0 167757 0
[pid=23041/tid=23042] ppid=23038 vsize=698812 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23042/stat : 23042 (toysat) S 23038 23041 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116328083 715583488 3471 33554432000 4194304 16246674 140737303578448 140175539678448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23041/tid=23043] ppid=23038 vsize=702908 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23043/stat : 23043 (toysat) S 23038 23041 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116328083 719777792 3489 33554432000 4194304 16246674 140737303578448 140175451598064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23041/tid=23044] ppid=23038 vsize=707004 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23044/stat : 23044 (toysat) S 23038 23041 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116328083 723972096 3505 33554432000 4194304 16246674 140737303578448 140175441124528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100138 s]
/proc/loadavg: 2.29 2.19 2.18 3/179 23041
/proc/meminfo: memFree=29116684/32872528 swapFree=16636/1570076
[pid=23041] ppid=23038 vsize=1303108 CPUtime=0.09 cores=0,2,4,6
/proc/23041/stat : 23041 (toysat) R 23038 23041 2168 0 -1 4202496 30361 0 0 0 4 5 0 0 20 0 4 0 116328083 1334382592 31170 33554432000 4194304 16246674 140737303578448 140737303577760 7440033 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23041/statm: 325777 31183 801 2943 0 322671 0
[pid=23041/tid=23042] ppid=23038 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23042/stat : 23042 (toysat) S 23038 23041 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116328083 1334382592 31193 33554432000 4194304 16246674 140737303578448 140175539678448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23041/tid=23043] ppid=23038 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23043/stat : 23043 (toysat) S 23038 23041 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116328083 1334382592 31204 33554432000 4194304 16246674 140737303578448 140175451598064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23041/tid=23044] ppid=23038 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23044/stat : 23044 (toysat) S 23038 23041 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116328083 1334382592 31215 33554432000 4194304 16246674 140737303578448 140175441124528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200491 s]
/proc/loadavg: 2.29 2.19 2.18 3/179 23041
/proc/meminfo: memFree=29116684/32872528 swapFree=16636/1570076
[pid=23041] ppid=23038 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/23041/stat : 23041 (toysat) R 23038 23041 2168 0 -1 4202496 47976 0 0 0 12 7 0 0 20 0 4 0 116328083 1343819776 49296 33554432000 4194304 16246674 140737303578448 140737303577760 7374121 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23041/statm: 328081 49296 801 2943 0 324975 0
[pid=23041/tid=23042] ppid=23038 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23042/stat : 23042 (toysat) S 23038 23041 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116328083 1343819776 49296 33554432000 4194304 16246674 140737303578448 140175539678448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23041/tid=23043] ppid=23038 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23043/stat : 23043 (toysat) S 23038 23041 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116328083 1343819776 49296 33554432000 4194304 16246674 140737303578448 140175451598064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23041/tid=23044] ppid=23038 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23044/stat : 23044 (toysat) S 23038 23041 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116328083 1343819776 49296 33554432000 4194304 16246674 140737303578448 140175441124528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300477 s]
/proc/loadavg: 2.29 2.19 2.18 3/179 23041
/proc/meminfo: memFree=29116684/32872528 swapFree=16636/1570076
[pid=23041] ppid=23038 vsize=1312324 CPUtime=0.29 cores=0,2,4,6
/proc/23041/stat : 23041 (toysat) R 23038 23041 2168 0 -1 4202496 53237 0 0 0 21 8 0 0 20 0 4 0 116328083 1343819776 54557 33554432000 4194304 16246674 140737303578448 140737303577760 7361374 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23041/statm: 328081 54557 801 2943 0 324975 0
[pid=23041/tid=23042] ppid=23038 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23042/stat : 23042 (toysat) S 23038 23041 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116328083 1343819776 54557 33554432000 4194304 16246674 140737303578448 140175539678448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23041/tid=23043] ppid=23038 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23043/stat : 23043 (toysat) S 23038 23041 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116328083 1343819776 54557 33554432000 4194304 16246674 140737303578448 140175451598064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23041/tid=23044] ppid=23038 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23044/stat : 23044 (toysat) S 23038 23041 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116328083 1343819776 54557 33554432000 4194304 16246674 140737303578448 140175441124528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.7004 s]
/proc/loadavg: 2.29 2.19 2.18 3/179 23041
/proc/meminfo: memFree=29116684/32872528 swapFree=16636/1570076
[pid=23041] ppid=23038 vsize=1319492 CPUtime=0.69 cores=0,2,4,6
/proc/23041/stat : 23041 (toysat) R 23038 23041 2168 0 -1 4202496 67137 0 0 0 60 9 0 0 20 0 4 0 116328083 1351159808 69990 33554432000 4194304 16246674 140737303578448 140737303577760 7439496 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23041/statm: 329873 69990 802 2943 0 326767 0
[pid=23041/tid=23042] ppid=23038 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23042/stat : 23042 (toysat) S 23038 23041 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116328083 1351159808 69990 33554432000 4194304 16246674 140737303578448 140175539678448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23041/tid=23043] ppid=23038 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23043/stat : 23043 (toysat) S 23038 23041 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116328083 1351159808 69990 33554432000 4194304 16246674 140737303578448 140175451598064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23041/tid=23044] ppid=23038 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23044/stat : 23044 (toysat) S 23038 23041 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116328083 1351159808 69990 33554432000 4194304 16246674 140737303578448 140175441124528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1319492

[startup+1.50041 s]
/proc/loadavg: 2.29 2.19 2.18 3/183 23045
/proc/meminfo: memFree=28800432/32872528 swapFree=16636/1570076
[pid=23041] ppid=23038 vsize=1319492 CPUtime=1.49 cores=0,2,4,6
/proc/23041/stat : 23041 (toysat) R 23038 23041 2168 0 -1 4202496 100165 0 0 0 134 15 0 0 20 0 4 0 116328083 1351159808 103018 33554432000 4194304 16246674 140737303578448 140737303561440 7377224 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23041/statm: 329873 103018 802 2943 0 326767 0
[pid=23041/tid=23042] ppid=23038 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23042/stat : 23042 (toysat) S 23038 23041 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116328083 1351159808 103018 33554432000 4194304 16246674 140737303578448 140175539678448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23041/tid=23043] ppid=23038 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23043/stat : 23043 (toysat) S 23038 23041 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116328083 1351159808 103018 33554432000 4194304 16246674 140737303578448 140175451598064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23041/tid=23044] ppid=23038 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23044/stat : 23044 (toysat) S 23038 23041 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116328083 1351159808 103018 33554432000 4194304 16246674 140737303578448 140175441124528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1319492

[startup+3.10039 s]
/proc/loadavg: 2.26 2.19 2.18 3/183 23045
/proc/meminfo: memFree=28668512/32872528 swapFree=16636/1570076
[pid=23041] ppid=23038 vsize=1356356 CPUtime=3.09 cores=0,2,4,6
/proc/23041/stat : 23041 (toysat) R 23038 23041 2168 0 -1 4202496 239133 0 0 0 273 36 0 0 20 0 4 0 116328083 1388908544 241986 33554432000 4194304 16246674 140737303578448 140737303560320 6763565 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23041/statm: 339089 241994 845 2943 0 335983 0
[pid=23041/tid=23042] ppid=23038 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23042/stat : 23042 (toysat) S 23038 23041 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116328083 1388908544 241999 33554432000 4194304 16246674 140737303578448 140175539678448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23041/tid=23043] ppid=23038 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23043/stat : 23043 (toysat) S 23038 23041 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116328083 1388908544 242003 33554432000 4194304 16246674 140737303578448 140175451598064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23041/tid=23044] ppid=23038 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23044/stat : 23044 (toysat) S 23038 23041 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116328083 1388908544 242008 33554432000 4194304 16246674 140737303578448 140175441124528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1356356

[startup+6.3004 s]
/proc/loadavg: 2.26 2.19 2.18 3/183 23045
/proc/meminfo: memFree=28013416/32872528 swapFree=16636/1570076
[pid=23041] ppid=23038 vsize=1356356 CPUtime=6.29 cores=0,2,4,6
/proc/23041/stat : 23041 (toysat) R 23038 23041 2168 0 -1 4202496 273108 0 0 0 588 41 0 0 20 0 4 0 116328083 1388908544 275961 33554432000 4194304 16246674 140737303578448 140737303560320 6760712 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23041/statm: 339089 275961 845 2943 0 335983 0
[pid=23041/tid=23042] ppid=23038 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23042/stat : 23042 (toysat) S 23038 23041 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116328083 1388908544 275961 33554432000 4194304 16246674 140737303578448 140175539678448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23041/tid=23043] ppid=23038 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23043/stat : 23043 (toysat) S 23038 23041 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116328083 1388908544 275961 33554432000 4194304 16246674 140737303578448 140175451598064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23041/tid=23044] ppid=23038 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23044/stat : 23044 (toysat) S 23038 23041 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116328083 1388908544 275961 33554432000 4194304 16246674 140737303578448 140175441124528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1356356

[startup+12.7004 s]
/proc/loadavg: 2.38 2.21 2.19 4/183 23045
/proc/meminfo: memFree=27993356/32872528 swapFree=16636/1570076
[pid=23041] ppid=23038 vsize=1356356 CPUtime=12.69 cores=0,2,4,6
/proc/23041/stat : 23041 (toysat) R 23038 23041 2168 0 -1 4202496 278237 0 0 0 1227 42 0 0 20 0 4 0 116328083 1388908544 281090 33554432000 4194304 16246674 140737303578448 140737303560320 13752941 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23041/statm: 339089 281090 894 2943 0 335983 0
[pid=23041/tid=23042] ppid=23038 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23042/stat : 23042 (toysat) S 23038 23041 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116328083 1388908544 281090 33554432000 4194304 16246674 140737303578448 140175539678448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23041/tid=23043] ppid=23038 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23043/stat : 23043 (toysat) S 23038 23041 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116328083 1388908544 281090 33554432000 4194304 16246674 140737303578448 140175451598064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23041/tid=23044] ppid=23038 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23044/stat : 23044 (toysat) S 23038 23041 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116328083 1388908544 281090 33554432000 4194304 16246674 140737303578448 140175441124528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1356356

[startup+25.5004 s]
/proc/loadavg: 2.32 2.21 2.18 3/183 23045
/proc/meminfo: memFree=27973860/32872528 swapFree=16636/1570076
[pid=23041] ppid=23038 vsize=1356356 CPUtime=25.49 cores=0,2,4,6
/proc/23041/stat : 23041 (toysat) R 23038 23041 2168 0 -1 4202496 278237 0 0 0 2507 42 0 0 20 0 4 0 116328083 1388908544 281090 33554432000 4194304 16246674 140737303578448 140737303560320 5674256 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23041/statm: 339089 281090 894 2943 0 335983 0
[pid=23041/tid=23042] ppid=23038 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23042/stat : 23042 (toysat) S 23038 23041 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116328083 1388908544 281090 33554432000 4194304 16246674 140737303578448 140175539678448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23041/tid=23043] ppid=23038 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23043/stat : 23043 (toysat) S 23038 23041 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116328083 1388908544 281090 33554432000 4194304 16246674 140737303578448 140175451598064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23041/tid=23044] ppid=23038 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23044/stat : 23044 (toysat) S 23038 23041 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116328083 1388908544 281090 33554432000 4194304 16246674 140737303578448 140175441124528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1356356

[startup+51.1005 s]
/proc/loadavg: 2.21 2.19 2.18 3/184 23048
/proc/meminfo: memFree=27972980/32872528 swapFree=16636/1570076
[pid=23041] ppid=23038 vsize=1356356 CPUtime=51.09 cores=0,2,4,6
/proc/23041/stat : 23041 (toysat) R 23038 23041 2168 0 -1 4202496 278237 0 0 0 5067 42 0 0 20 0 4 0 116328083 1388908544 281090 33554432000 4194304 16246674 140737303578448 140737303561440 5600384 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23041/statm: 339089 281090 894 2943 0 335983 0
[pid=23041/tid=23042] ppid=23038 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23042/stat : 23042 (toysat) S 23038 23041 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116328083 1388908544 281090 33554432000 4194304 16246674 140737303578448 140175539678448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23041/tid=23043] ppid=23038 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23043/stat : 23043 (toysat) S 23038 23041 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116328083 1388908544 281090 33554432000 4194304 16246674 140737303578448 140175451598064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23041/tid=23044] ppid=23038 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23044/stat : 23044 (toysat) S 23038 23041 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116328083 1388908544 281090 33554432000 4194304 16246674 140737303578448 140175441124528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1356356

[startup+102.3 s]
/proc/loadavg: 2.27 2.20 2.18 4/184 23049
/proc/meminfo: memFree=27973488/32872528 swapFree=16636/1570076
[pid=23041] ppid=23038 vsize=1356356 CPUtime=102.28 cores=0,2,4,6
/proc/23041/stat : 23041 (toysat) R 23038 23041 2168 0 -1 4202496 278237 0 0 0 10186 42 0 0 20 0 4 0 116328083 1388908544 281090 33554432000 4194304 16246674 140737303578448 140737303560320 5600331 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23041/statm: 339089 281090 894 2943 0 335983 0
[pid=23041/tid=23042] ppid=23038 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23042/stat : 23042 (toysat) S 23038 23041 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116328083 1388908544 281090 33554432000 4194304 16246674 140737303578448 140175539678448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23041/tid=23043] ppid=23038 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23043/stat : 23043 (toysat) S 23038 23041 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116328083 1388908544 281090 33554432000 4194304 16246674 140737303578448 140175451598064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23041/tid=23044] ppid=23038 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23044/stat : 23044 (toysat) S 23038 23041 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116328083 1388908544 281090 33554432000 4194304 16246674 140737303578448 140175441124528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1356356


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

/proc/23041/task/23044/stat : 23044 (toysat) S 23038 23041 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116328083 1388908544 281094 33554432000 4194304 16246674 140737303578448 140175441124528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 1356356

[startup+1362.3 s]
/proc/loadavg: 2.17 2.23 2.18 4/183 23152
/proc/meminfo: memFree=27857624/32872528 swapFree=16636/1570076
[pid=23041] ppid=23038 vsize=1482308 CPUtime=1361.9 cores=0,2,4,6
/proc/23041/stat : 23041 (toysat) R 23038 23041 2168 0 -1 4202496 310014 0 0 0 136141 49 0 0 20 0 4 0 116328083 1517883392 312507 33554432000 4194304 16246674 140737303578448 140737303577544 4220880 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23041/statm: 370577 312507 895 2943 0 367471 0
[pid=23041/tid=23042] ppid=23038 vsize=1482308 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23042/stat : 23042 (toysat) S 23038 23041 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116328083 1517883392 312507 33554432000 4194304 16246674 140737303578448 140175539678448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23041/tid=23043] ppid=23038 vsize=1482308 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23043/stat : 23043 (toysat) S 23038 23041 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116328083 1517883392 312507 33554432000 4194304 16246674 140737303578448 140175451598064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23041/tid=23044] ppid=23038 vsize=1482308 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23044/stat : 23044 (toysat) S 23038 23041 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116328083 1517883392 312507 33554432000 4194304 16246674 140737303578448 140175441124528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 1482308

[startup+1422.3 s]
/proc/loadavg: 2.19 2.22 2.18 3/183 23153
/proc/meminfo: memFree=27857380/32872528 swapFree=16636/1570076
[pid=23041] ppid=23038 vsize=1482308 CPUtime=1421.9 cores=0,2,4,6
/proc/23041/stat : 23041 (toysat) R 23038 23041 2168 0 -1 4202496 310014 0 0 0 142140 50 0 0 20 0 4 0 116328083 1517883392 312507 33554432000 4194304 16246674 140737303578448 140737303560320 5661595 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23041/statm: 370577 312507 895 2943 0 367471 0
[pid=23041/tid=23042] ppid=23038 vsize=1482308 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23042/stat : 23042 (toysat) S 23038 23041 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116328083 1517883392 312507 33554432000 4194304 16246674 140737303578448 140175539678448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23041/tid=23043] ppid=23038 vsize=1482308 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23043/stat : 23043 (toysat) S 23038 23041 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116328083 1517883392 312507 33554432000 4194304 16246674 140737303578448 140175451598064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23041/tid=23044] ppid=23038 vsize=1482308 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23044/stat : 23044 (toysat) S 23038 23041 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116328083 1517883392 312507 33554432000 4194304 16246674 140737303578448 140175441124528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 1482308

[startup+1482.3 s]
/proc/loadavg: 2.13 2.20 2.17 3/183 23155
/proc/meminfo: memFree=27857504/32872528 swapFree=16636/1570076
[pid=23041] ppid=23038 vsize=1614404 CPUtime=1481.88 cores=0,2,4,6
/proc/23041/stat : 23041 (toysat) R 23038 23041 2168 0 -1 4202496 343105 0 0 0 148133 55 0 0 20 0 4 0 116328083 1653149696 345598 33554432000 4194304 16246674 140737303578448 140737303577760 5822604 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23041/statm: 403601 345598 895 2943 0 400495 0
[pid=23041/tid=23042] ppid=23038 vsize=1614404 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23042/stat : 23042 (toysat) S 23038 23041 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116328083 1653149696 345598 33554432000 4194304 16246674 140737303578448 140175539678448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23041/tid=23043] ppid=23038 vsize=1614404 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23043/stat : 23043 (toysat) S 23038 23041 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116328083 1653149696 345598 33554432000 4194304 16246674 140737303578448 140175451598064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23041/tid=23044] ppid=23038 vsize=1614404 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23044/stat : 23044 (toysat) S 23038 23041 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116328083 1653149696 345598 33554432000 4194304 16246674 140737303578448 140175441124528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 1614404

[startup+1542.31 s]
/proc/loadavg: 2.13 2.17 2.17 4/183 23156
/proc/meminfo: memFree=27724820/32872528 swapFree=16636/1570076
[pid=23041] ppid=23038 vsize=1614404 CPUtime=1541.88 cores=0,2,4,6
/proc/23041/stat : 23041 (toysat) R 23038 23041 2168 0 -1 4202496 343113 0 0 0 154133 55 0 0 20 0 4 0 116328083 1653149696 345606 33554432000 4194304 16246674 140737303578448 140737303560320 12415740 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23041/statm: 403601 345606 895 2943 0 400495 0
[pid=23041/tid=23042] ppid=23038 vsize=1614404 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23042/stat : 23042 (toysat) S 23038 23041 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116328083 1653149696 345606 33554432000 4194304 16246674 140737303578448 140175539678448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23041/tid=23043] ppid=23038 vsize=1614404 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23043/stat : 23043 (toysat) S 23038 23041 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116328083 1653149696 345606 33554432000 4194304 16246674 140737303578448 140175451598064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23041/tid=23044] ppid=23038 vsize=1614404 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23044/stat : 23044 (toysat) S 23038 23041 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116328083 1653149696 345606 33554432000 4194304 16246674 140737303578448 140175441124528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 1614404

[startup+1602.3 s]
/proc/loadavg: 2.13 2.17 2.17 3/183 23157
/proc/meminfo: memFree=27724448/32872528 swapFree=16636/1570076
[pid=23041] ppid=23038 vsize=1614404 CPUtime=1601.86 cores=0,2,4,6
/proc/23041/stat : 23041 (toysat) R 23038 23041 2168 0 -1 4202496 343113 0 0 0 160131 55 0 0 20 0 4 0 116328083 1653149696 345606 33554432000 4194304 16246674 140737303578448 140737303560320 5674002 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23041/statm: 403601 345606 895 2943 0 400495 0
[pid=23041/tid=23042] ppid=23038 vsize=1614404 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23042/stat : 23042 (toysat) S 23038 23041 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116328083 1653149696 345606 33554432000 4194304 16246674 140737303578448 140175539678448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23041/tid=23043] ppid=23038 vsize=1614404 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23043/stat : 23043 (toysat) S 23038 23041 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116328083 1653149696 345606 33554432000 4194304 16246674 140737303578448 140175451598064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23041/tid=23044] ppid=23038 vsize=1614404 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23044/stat : 23044 (toysat) S 23038 23041 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116328083 1653149696 345606 33554432000 4194304 16246674 140737303578448 140175441124528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 1614404

[startup+1662.3 s]
/proc/loadavg: 2.25 2.20 2.18 3/183 23158
/proc/meminfo: memFree=27646572/32872528 swapFree=16636/1570076
[pid=23041] ppid=23038 vsize=1693252 CPUtime=1661.86 cores=0,2,4,6
/proc/23041/stat : 23041 (toysat) R 23038 23041 2168 0 -1 4202496 362599 0 0 0 166127 59 0 0 20 0 4 0 116328083 1733890048 365092 33554432000 4194304 16246674 140737303578448 140737303560320 5600232 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23041/statm: 423313 365092 895 2943 0 420207 0
[pid=23041/tid=23042] ppid=23038 vsize=1693252 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23042/stat : 23042 (toysat) S 23038 23041 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116328083 1733890048 365092 33554432000 4194304 16246674 140737303578448 140175539678448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23041/tid=23043] ppid=23038 vsize=1693252 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23043/stat : 23043 (toysat) S 23038 23041 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116328083 1733890048 365092 33554432000 4194304 16246674 140737303578448 140175451598064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23041/tid=23044] ppid=23038 vsize=1693252 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23044/stat : 23044 (toysat) S 23038 23041 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116328083 1733890048 365092 33554432000 4194304 16246674 140737303578448 140175441124528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 1693252

[startup+1722.3 s]
/proc/loadavg: 2.13 2.17 2.17 4/183 23159
/proc/meminfo: memFree=27646568/32872528 swapFree=16636/1570076
[pid=23041] ppid=23038 vsize=1693252 CPUtime=1721.85 cores=0,2,4,6
/proc/23041/stat : 23041 (toysat) R 23038 23041 2168 0 -1 4202496 362599 0 0 0 172125 60 0 0 20 0 4 0 116328083 1733890048 365092 33554432000 4194304 16246674 140737303578448 140737303560320 5822428 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23041/statm: 423313 365092 895 2943 0 420207 0
[pid=23041/tid=23042] ppid=23038 vsize=1693252 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23042/stat : 23042 (toysat) S 23038 23041 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116328083 1733890048 365092 33554432000 4194304 16246674 140737303578448 140175539678448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23041/tid=23043] ppid=23038 vsize=1693252 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23043/stat : 23043 (toysat) S 23038 23041 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116328083 1733890048 365092 33554432000 4194304 16246674 140737303578448 140175451598064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23041/tid=23044] ppid=23038 vsize=1693252 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23044/stat : 23044 (toysat) S 23038 23041 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116328083 1733890048 365092 33554432000 4194304 16246674 140737303578448 140175441124528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 1693252

[startup+1782.3 s]
/proc/loadavg: 2.23 2.20 2.18 3/183 23161
/proc/meminfo: memFree=27558864/32872528 swapFree=16636/1570076
[pid=23041] ppid=23038 vsize=1780292 CPUtime=1781.84 cores=0,2,4,6
/proc/23041/stat : 23041 (toysat) R 23038 23041 2168 0 -1 4202496 384402 0 0 0 178121 63 0 0 20 0 4 0 116328083 1823019008 386895 33554432000 4194304 16246674 140737303578448 140737303560320 5672188 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23041/statm: 445073 386895 895 2943 0 441967 0
[pid=23041/tid=23042] ppid=23038 vsize=1780292 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23042/stat : 23042 (toysat) S 23038 23041 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116328083 1823019008 386895 33554432000 4194304 16246674 140737303578448 140175539678448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23041/tid=23043] ppid=23038 vsize=1780292 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23043/stat : 23043 (toysat) S 23038 23041 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116328083 1823019008 386895 33554432000 4194304 16246674 140737303578448 140175451598064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23041/tid=23044] ppid=23038 vsize=1780292 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23044/stat : 23044 (toysat) S 23038 23041 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116328083 1823019008 386895 33554432000 4194304 16246674 140737303578448 140175441124528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 1780292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.16 2.19 2.18 3/183 23161
/proc/meminfo: memFree=27559112/32872528 swapFree=16636/1570076
[pid=23041] ppid=23038 vsize=1780292 CPUtime=1800.04 cores=0,2,4,6
/proc/23041/stat : 23041 (toysat) R 23038 23041 2168 0 -1 4202496 384402 0 0 0 179941 63 0 0 20 0 4 0 116328083 1823019008 386895 33554432000 4194304 16246674 140737303578448 140737303560320 12415766 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23041/statm: 445073 386895 895 2943 0 441967 0
[pid=23041/tid=23042] ppid=23038 vsize=1780292 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23042/stat : 23042 (toysat) S 23038 23041 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116328083 1823019008 386895 33554432000 4194304 16246674 140737303578448 140175539678448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23041/tid=23043] ppid=23038 vsize=1780292 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23043/stat : 23043 (toysat) S 23038 23041 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116328083 1823019008 386895 33554432000 4194304 16246674 140737303578448 140175451598064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23041/tid=23044] ppid=23038 vsize=1780292 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23044/stat : 23044 (toysat) S 23038 23041 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116328083 1823019008 386895 33554432000 4194304 16246674 140737303578448 140175441124528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1780292

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

[startup+1800.5 s]
/proc/loadavg: 2.16 2.19 2.18 3/183 23161
/proc/meminfo: memFree=27559112/32872528 swapFree=16636/1570076
[pid=23041] ppid=23038 vsize=1780292 CPUtime=1800.04 cores=0,2,4,6
/proc/23041/stat : 23041 (toysat) R 23038 23041 2168 0 -1 4202496 384402 0 0 0 179941 63 0 0 20 0 4 0 116328083 1823019008 386895 33554432000 4194304 16246674 140737303578448 140737303560320 12415766 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23041/statm: 445073 386895 895 2943 0 441967 0
[pid=23041/tid=23042] ppid=23038 vsize=1780292 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23042/stat : 23042 (toysat) S 23038 23041 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116328083 1823019008 386895 33554432000 4194304 16246674 140737303578448 140175539678448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23041/tid=23043] ppid=23038 vsize=1780292 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23043/stat : 23043 (toysat) S 23038 23041 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116328083 1823019008 386895 33554432000 4194304 16246674 140737303578448 140175451598064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23041/tid=23044] ppid=23038 vsize=1780292 CPUtime=0 cores=0,2,4,6
/proc/23041/task/23044/stat : 23044 (toysat) S 23038 23041 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116328083 1823019008 386895 33554432000 4194304 16246674 140737303578448 140175441124528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1780292

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.53
CPU time (s): 1800.07
CPU user time (s): 1799.42
CPU system time (s): 0.650901
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 1780292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 0.650901
maximum resident set size= 1547580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 384402
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= 408
involuntary context switches= 1829

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.38303 second user time and 9.54455 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-08 01:59:17
IDJOB=4079343
IDBENCH=92780
IDSOLVER=2542
FILE ID=node140/4079343-1465343957
RUNJOBID= node140-1465312758-19943
PBS_JOBID= 19850417
Free space on /tmp= 71712 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat50_6_9_6_ic.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079343-1465343957/watcher-4079343-1465343957 -o /tmp/evaluation-result-4079343-1465343957/solver-4079343-1465343957 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465312758-19943 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079343-1465343957.opb

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

MD5SUM BENCH= b4594275dd418145ecf4ec914c196844
RANDOM SEED=886998271

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29117212 kB
Buffers:           79716 kB
Cached:           225300 kB
SwapCached:         1504 kB
Active:          1278584 kB
Inactive:         153812 kB
Active(anon):    1123128 kB
Inactive(anon):     6504 kB
Active(file):     155456 kB
Inactive(file):   147308 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098752 kB
Dirty:             28404 kB
Writeback:             0 kB
AnonPages:       2701344 kB
Mapped:            10760 kB
Shmem:                 0 kB
Slab:             614900 kB
SReclaimable:      58472 kB
SUnreclaim:       556428 kB
KernelStack:        1464 kB
PageTables:         9416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2843080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2441216 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= 71688 MiB
End job on node140 at 2016-06-08 02:29:18