Trace number 4079345

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_8_ic.opb
MD5SUM579086081fadd70cb8f17f26654d7fe6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark29394503
Best CPU time to get the best result obtained on this benchmark1800.03
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 157464000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 48881177800
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 157464000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 48881177800
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:36:27+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-4079345-1465342586.opb"]
0.00/0.01	c use --random-gen="4174405630 1875648061 1359736023 2113080674 3303637939 2215142036 931712018 1557405858 954551898 3833951340 2371455145 252963567 461906864 2795299678 1654046637 3247890168 3802259362 1352936388 1858014589 3942047119 2200113181 592634896 159017362 1223151906 1477288090 2079234607 2783820727 475256894 680272123 3127376498 2058392847 955410566 2040283387 980497546 2596980260 2440097979 4077484861 901673441 3589611020 63985136 3669901350 3423992129 3268192072 3940111881 1448345169 683296518 4046781136 792607110 1955749495 3026345372 1133382335 3990114573 558831368 4171921686 909608831 968528761 2878868305 2201841440 980893169 3472599111 1361241127 501403817 1614139421 3593505359 772183047 760825424 103155498 1344479 1019630933 2541659053 1792741956 28339674 82125022 2593390542 165577946 3719431470 3774634410 1354310610 2239214266 1541593882 21022646 3650391199 2773565678 2796447442 3520645453 111189398 1154920797 501625734 1143161352 432998842 2946258168 243065147 2231589946 2371685027 2696908867 1385886535 1395430735 2376135535 2112005868 2572539346 2581546678 1281871497 1864754779 666686058 1658934056 2259390951 978608568 1829133797 3107312496 912242187 2731226515 3589144500 1579043952 734949515 3039512846 3437802228 2098951854 1846584539 907607177 253374122 1383860112 633924525 2514778762 676438141 1265939544 3743147327 1360631742 2391538488 1368471225 3447932769 2425993181 164628504 1705752862 3731474800 3882436817 3861493739 4072682479 593358783 4290183038 1714346948 1367544307 2530220938 2923482010 4095331299 1212337303 2492338104 229663201 3677819080 3212999701 1862162197 538435206 3211805635 2442832450 1118377485 1849605253 226199660 352316391 57400999 1508767648 42182806 3294268270 2808090512 3197931218 580930701 1751681954 1761888236 1645488495 2745605742 3065338775 33514774 3124429685 2015646668 3657449463 2149256767 674264378 3687652691 85774668 1427285039 2215478827 1540433692 3536708060 3416638706 1675492724 379903256 4033115820 407933223 1103651196 3084945667 2204932289 4011181556 879334469 1141273250 4106226209 1459813702 338954432 2815830807 953217730 3058625712 636737541 1459450955 1692353699 4066545902 1825640461 4015729769 1949281658 3241046692 2606900820 734726814 1267549796 3467121773 2756627849 1464511587 3168193250 3780576952 726371945 3605370367 3147649426 2045412209 2307131574 4260993276 3850479092 3209686433 3980368372 4233917669 1191811959 2964520087 2234685783 3709841764 3302812058 16830456 489255905 1966972058 3616579769 155886103 418785511 183099449 3390312416 1146962489 344893581 1316073398 3675891842 1842358962 2168605306 2117826163 2423860413 1633967582 1419126057 3473978564 2758827352 2208419397 1670680247 2123977714 1299520007 801389517 2477575351 1873871997 255 362436" option to reproduce the execution
1.99/2.02	c #vars 125200
1.99/2.02	c #constraints 250157
6.89/6.96	c BCD2: Hardening is enabled.
6.89/6.96	c BCD2: BiasedSearch is enabled.
6.89/6.96	c Solving starts ...
6.89/6.96	c ============================[ Search Statistics ]============================
6.89/6.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.96	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.96	c =============================================================================
6.99/7.06	c  0.0s |       0 |        0 |        0 |   127569      0 |      150 |        0
18.39/18.43	c 11.4s |       0 |      144 |      100 |   127569      0 |      150 |        0
18.49/18.55	c 11.5s |       1 |      144 |      100 |   127569      0 |      150 |        0
21.09/21.15	c 14.1s |       2 |      500 |      250 |   140326      0 |      150 |        0
24.39/24.44	c 17.4s |       2 |      776 |      450 |   154359      0 |      150 |        0
24.89/24.91	c 17.8s |       3 |      815 |      475 |   154359      0 |      150 |        0
27.18/27.23	c 20.2s |       3 |     1057 |      675 |   169795      0 |      150 |        0
28.48/28.54	c 21.5s |       4 |     1197 |      813 |   169795      0 |      150 |        0
30.58/30.60	c 23.5s |       4 |     1603 |      913 |   186775      0 |      150 |        0
32.99/33.09	c 26.0s |       4 |     1808 |     1113 |   186775      0 |      150 |        0
35.58/35.69	c 28.6s |       4 |     2013 |     1313 |   186775      0 |      150 |        0
35.88/35.91	c 28.9s |       5 |     2022 |     1320 |   186775      0 |      150 |        0
38.68/38.79	c 31.7s |       5 |     2415 |     1520 |   205453      0 |      150 |        0
41.18/41.25	c 34.2s |       5 |     2621 |     1620 |   205453      0 |      150 |        0
43.38/43.43	c 36.4s |       5 |     2719 |     1720 |   205453      0 |      150 |        0
47.48/47.59	c 40.5s |       5 |     2838 |     1820 |   205453      0 |      150 |        0
50.98/51.02	c 44.0s |       5 |     2943 |     1920 |   205453      0 |      150 |        0
53.08/53.13	c 46.1s |       5 |     3139 |     2020 |   205453      0 |      150 |        0
58.39/58.49	c 51.4s |       6 |     3250 |     2081 |   225999      0 |      150 |        0
61.08/61.13	c 54.1s |       6 |     3522 |     2281 |   225999      0 |      150 |        0
63.68/63.79	c 56.7s |       6 |     3881 |     2581 |   225999      0 |      150 |        0
66.48/66.58	c 59.5s |       6 |     4214 |     2881 |   225999      0 |      150 |        0
68.78/68.82	c 61.8s |       6 |     4418 |     3081 |   225999      0 |      150 |        0
70.49/70.58	c 63.5s |       7 |     4563 |     3223 |   248599      0 |      150 |        0
73.38/73.47	c 66.4s |       7 |     4845 |     3423 |   248599      0 |      150 |        0
75.38/75.48	c 68.4s |       7 |     5059 |     3623 |   248599      0 |      150 |        0
77.48/77.57	c 70.5s |       7 |     5267 |     3823 |   248599      0 |      150 |        0
79.78/79.82	c 72.8s |       7 |     5486 |     4023 |   248599      0 |      150 |        0
82.18/82.20	c 75.1s |       7 |     5695 |     4223 |   248599      0 |      150 |        0
84.38/84.45	c 77.4s |       7 |     5901 |     4423 |   248599      0 |      150 |        0
86.58/86.61	c 79.5s |       7 |     6113 |     4623 |   248599      0 |      150 |        0
88.78/88.84	c 81.8s |       7 |     6328 |     4823 |   248599      0 |      150 |        0
90.19/90.24	c 83.2s |       8 |     6449 |     4936 |   273459      0 |      150 |        0
93.28/93.30	c 86.2s |       8 |     6727 |     5136 |   273459      0 |      150 |        0
96.28/96.38	c 89.3s |       8 |     7049 |     5436 |   273459      0 |      150 |        0
98.38/98.41	c 91.4s |       8 |     7287 |     5636 |   273459      0 |      150 |        0
100.78/100.87	c 93.8s |       8 |     7499 |     5836 |   273459      0 |      150 |        0
102.98/103.08	c 96.0s |       8 |     7712 |     6036 |   273459      0 |      150 |        0
105.18/105.24	c 98.2s |       8 |     7931 |     6236 |   273459      0 |      150 |        0
107.58/107.66	c  100s |       8 |     8150 |     6436 |   273459      0 |      150 |        0
110.48/110.58	c  103s |       8 |     8357 |     6636 |   273459      0 |      150 |        0
113.28/113.32	c  106s |       8 |     8576 |     6836 |   273459      0 |      150 |        0
115.58/115.63	c  108s |       8 |     8802 |     7036 |   273459      0 |      150 |        0
118.27/118.32	c  111s |       8 |     9011 |     7236 |   273459      0 |      150 |        0
120.87/120.98	c  113s |       8 |     9220 |     7436 |   273459      0 |      150 |        0
121.67/121.75	c  114s |       9 |     9298 |     7506 |   300805      0 |      150 |        0
125.07/125.11	c  118s |       9 |     9945 |     7606 |   300805      0 |      150 |        0
127.27/127.31	c  120s |       9 |    10247 |     7906 |   300805      0 |      150 |        0
129.57/129.67	c  122s |       9 |    10553 |     8206 |   300805      0 |      150 |        0
132.27/132.31	c  125s |       9 |    10949 |     8606 |   300805      0 |      150 |        0
134.47/134.59	c  127s |       9 |    11257 |     8906 |   300805      0 |      150 |        0
136.87/136.95	c  129s |       9 |    11584 |     9206 |   300805      0 |      150 |        0
139.27/139.37	c  132s |       9 |    11897 |     9506 |   300805      0 |      150 |        0
141.67/141.71	c  134s |       9 |    12199 |     9806 |   300805      0 |      150 |        0
144.27/144.37	c  137s |       9 |    12596 |    10206 |   300805      0 |      150 |        0
146.47/146.51	c  139s |       9 |    12894 |    10506 |   300805      0 |      150 |        0
148.87/148.91	c  141s |       9 |    13207 |    10806 |   300805      0 |      150 |        0
151.27/151.32	c  144s |       9 |    13520 |    11106 |   300805      0 |      150 |        0
153.47/153.51	c  146s |      10 |    13775 |    11361 |   330886      0 |      150 |        0
156.47/156.57	c  149s |      10 |    14238 |    11561 |   330886      0 |      150 |        0
158.97/159.09	c  152s |      10 |    14478 |    11761 |   330886      0 |      150 |        0
161.67/161.77	c  154s |      10 |    14686 |    11961 |   330886      0 |      150 |        0
164.57/164.66	c  157s |      10 |    14907 |    12161 |   330886      0 |      150 |        0
167.57/167.69	c  160s |      10 |    15123 |    12361 |   330886      0 |      150 |        0
170.37/170.45	c  163s |      10 |    15331 |    12561 |   330886      0 |      150 |        0
173.26/173.35	c  166s |      10 |    15542 |    12761 |   330886      0 |      150 |        0
176.16/176.21	c  169s |      10 |    15753 |    12961 |   330886      0 |      150 |        0
178.96/179.02	c  171s |      10 |    15959 |    13161 |   330886      0 |      150 |        0
181.57/181.67	c  174s |      10 |    16169 |    13361 |   330886      0 |      150 |        0
184.66/184.78	c  177s |      10 |    16383 |    13561 |   330886      0 |      150 |        0
187.86/187.92	c  180s |      10 |    16595 |    13761 |   330886      0 |      150 |        0
190.66/190.77	c  183s |      10 |    16807 |    13961 |   330886      0 |      150 |        0
193.16/193.29	c  186s |      10 |    17028 |    14161 |   330886      0 |      150 |        0
195.87/195.91	c  188s |      10 |    17234 |    14361 |   330886      0 |      150 |        0
198.36/198.48	c  191s |      10 |    17442 |    14561 |   330886      0 |      150 |        0
201.06/201.13	c  194s |      10 |    17654 |    14761 |   330886      0 |      150 |        0
203.86/203.94	c  196s |      10 |    17863 |    14961 |   330886      0 |      150 |        0
206.56/206.61	c  199s |      10 |    18079 |    15161 |   330886      0 |      150 |        0
209.46/209.51	c  202s |      10 |    18292 |    15361 |   330886      0 |      150 |        0
212.06/212.19	c  205s |      10 |    18506 |    15561 |   330886      0 |      150 |        0
214.66/214.78	c  207s |      10 |    18728 |    15761 |   330886      0 |      150 |        0
217.16/217.22	c  210s |      10 |    18938 |    15961 |   330886      0 |      150 |        0
220.06/220.15	c  213s |      10 |    19150 |    16161 |   330886      0 |      150 |        0
222.76/222.83	c  215s |      10 |    19360 |    16361 |   330886      0 |      150 |        0
225.46/225.58	c  218s |      10 |    19565 |    16561 |   330886      0 |      150 |        0
228.25/228.30	c  221s |      10 |    19766 |    16761 |   330886      0 |      150 |        0
230.96/231.08	c  224s |      10 |    19983 |    16961 |   330886      0 |      150 |        0
233.55/233.68	c  226s |      11 |    20176 |    17144 |   363975      0 |      150 |        0
235.65/235.74	c  228s |      11 |    20336 |    17244 |   363975      0 |      150 |        0
238.05/238.13	c  231s |      11 |    20587 |    17444 |   363975      0 |      150 |        0
240.35/240.42	c  233s |      11 |    20804 |    17644 |   363975      0 |      150 |        0
242.45/242.59	c  235s |      11 |    21004 |    17844 |   363975      0 |      150 |        0
244.65/244.77	c  237s |      11 |    21228 |    18044 |   363975      0 |      150 |        0
246.85/246.93	c  239s |      11 |    21453 |    18244 |   363975      0 |      150 |        0
249.05/249.11	c  242s |      11 |    21671 |    18444 |   363975      0 |      150 |        0
251.35/251.45	c  244s |      11 |    21928 |    18644 |   363975      0 |      150 |        0
253.45/253.51	c  246s |      11 |    22139 |    18844 |   363975      0 |      150 |        0
255.45/255.55	c  248s |      11 |    22402 |    19044 |   363975      0 |      150 |        0
258.46/258.58	c  251s |      11 |    22711 |    19344 |   363975      0 |      150 |        0
261.45/261.56	c  254s |      11 |    23041 |    19644 |   363975      0 |      150 |        0
263.65/263.79	c  256s |      11 |    23248 |    19844 |   363975      0 |      150 |        0
265.85/265.93	c  258s |      11 |    23441 |    20044 |   363975      0 |      150 |        0
267.95/268.07	c  261s |      11 |    23665 |    20244 |   363975      0 |      150 |        0
270.95/271.09	c  264s |      11 |    23991 |    20544 |   363975      0 |      150 |        0
273.45/273.55	c  266s |      11 |    24228 |    20744 |   363975      0 |      150 |        0
275.55/275.67	c  268s |      11 |    24463 |    20944 |   363975      0 |      150 |        0
278.25/278.38	c  271s |      11 |    24679 |    21144 |   363975      0 |      150 |        0
280.65/280.75	c  273s |      11 |    24969 |    21344 |   363975      0 |      150 |        0
282.95/283.05	c  275s |      11 |    25180 |    21544 |   363975      0 |      150 |        0
285.05/285.13	c  278s |      11 |    25392 |    21744 |   363975      0 |      150 |        0
287.55/287.69	c  280s |      11 |    25617 |    21944 |   363975      0 |      150 |        0
290.14/290.23	c  283s |      11 |    25842 |    22144 |   363975      0 |      150 |        0
292.84/292.96	c  285s |      11 |    26078 |    22344 |   363975      0 |      150 |        0
295.74/295.85	c  288s |      11 |    26322 |    22544 |   363975      0 |      150 |        0
298.24/298.36	c  291s |      11 |    26560 |    22744 |   363975      0 |      150 |        0
300.64/300.77	c  293s |      11 |    26793 |    22944 |   363975      0 |      150 |        0
303.14/303.29	c  296s |      11 |    27020 |    23144 |   363975      0 |      150 |        0
306.04/306.16	c  299s |      11 |    27333 |    23444 |   363975      0 |      150 |        0
308.14/308.21	c  301s |      11 |    27554 |    23644 |   363975      0 |      150 |        0
310.15/310.25	c  303s |      11 |    27769 |    23844 |   363975      0 |      150 |        0
313.04/313.16	c  306s |      11 |    28091 |    24144 |   363975      0 |      150 |        0
315.34/315.43	c  308s |      11 |    28339 |    24344 |   363975      0 |      150 |        0
317.74/317.87	c  310s |      11 |    28562 |    24544 |   363975      0 |      150 |        0
320.24/320.38	c  313s |      11 |    28773 |    24744 |   363975      0 |      150 |        0
322.54/322.69	c  315s |      11 |    28988 |    24944 |   363975      0 |      150 |        0
324.64/324.74	c  317s |      11 |    29215 |    25144 |   363975      0 |      150 |        0
327.44/327.57	c  320s |      11 |    29534 |    25444 |   363975      0 |      150 |        0
329.94/330.06	c  323s |      11 |    29847 |    25744 |   400373      0 |      150 |        0
330.84/330.98	c  323s |      12 |    29920 |    25819 |   400373      0 |      150 |        0
333.04/333.14	c  326s |      12 |    30200 |    25919 |   400373      0 |      150 |        0
335.14/335.26	c  328s |      12 |    30414 |    26119 |   400373      0 |      150 |        0
337.14/337.29	c  330s |      12 |    30620 |    26319 |   400373      0 |      150 |        0
340.14/340.25	c  333s |      12 |    30941 |    26619 |   400373      0 |      150 |        0
343.14/343.22	c  336s |      12 |    31269 |    26919 |   400373      0 |      150 |        0
345.44/345.55	c  338s |      12 |    31488 |    27119 |   400373      0 |      150 |        0
347.84/347.96	c  340s |      12 |    31708 |    27319 |   400373      0 |      150 |        0
349.93/350.07	c  343s |      12 |    31923 |    27519 |   400373      0 |      150 |        0
352.04/352.13	c  345s |      12 |    32134 |    27719 |   400373      0 |      150 |        0
354.24/354.38	c  347s |      12 |    32346 |    27919 |   400373      0 |      150 |        0
356.23/356.39	c  349s |      12 |    32550 |    28119 |   400373      0 |      150 |        0
359.03/359.15	c  352s |      12 |    32828 |    28319 |   400373      0 |      150 |        0
361.53/361.60	c  354s |      12 |    33062 |    28519 |   400373      0 |      150 |        0
363.53/363.62	c  356s |      12 |    33299 |    28719 |   400373      0 |      150 |        0
365.53/365.64	c  358s |      12 |    33528 |    28919 |   400373      0 |      150 |        0
368.03/368.18	c  361s |      12 |    33740 |    29119 |   400373      0 |      150 |        0
370.23/370.33	c  363s |      12 |    33960 |    29319 |   400373      0 |      150 |        0
372.63/372.75	c  365s |      12 |    34177 |    29519 |   400373      0 |      150 |        0
374.73/374.85	c  367s |      12 |    34394 |    29719 |   400373      0 |      150 |        0
377.73/377.84	c  370s |      12 |    34717 |    30019 |   400373      0 |      150 |        0
380.83/380.92	c  373s |      12 |    35033 |    30319 |   400373      0 |      150 |        0
383.43/383.58	c  376s |      12 |    35375 |    30619 |   400373      0 |      150 |        0
385.53/385.61	c  378s |      12 |    35599 |    30819 |   400373      0 |      150 |        0
387.73/387.80	c  380s |      12 |    35826 |    31019 |   400373      0 |      150 |        0
390.63/390.75	c  383s |      12 |    36169 |    31319 |   400373      0 |      150 |        0
392.93/393.00	c  385s |      12 |    36398 |    31519 |   400373      0 |      150 |        0
395.23/395.37	c  388s |      12 |    36624 |    31719 |   400373      0 |      150 |        0
397.33/397.49	c  390s |      12 |    36845 |    31919 |   400373      0 |      150 |        0
400.33/400.40	c  393s |      12 |    37165 |    32219 |   400373      0 |      150 |        0
403.33/403.42	c  396s |      12 |    37486 |    32519 |   400373      0 |      150 |        0
405.73/405.84	c  398s |      12 |    37702 |    32719 |   400373      0 |      150 |        0
408.13/408.27	c  401s |      12 |    37910 |    32919 |   400373      0 |      150 |        0
410.53/410.63	c  403s |      12 |    38119 |    33119 |   400373      0 |      150 |        0
413.23/413.32	c  406s |      12 |    38339 |    33319 |   400373      0 |      150 |        0
416.02/416.13	c  409s |      12 |    38569 |    33519 |   400373      0 |      150 |        0
418.22/418.32	c  411s |      12 |    38792 |    33719 |   400373      0 |      150 |        0
420.82/420.91	c  413s |      12 |    39017 |    33919 |   400373      0 |      150 |        0
422.92/423.00	c  415s |      12 |    39233 |    34119 |   400373      0 |      150 |        0
425.63/425.80	c  418s |      12 |    39626 |    34419 |   400373      0 |      150 |        0
427.72/427.83	c  420s |      12 |    39851 |    34619 |   400373      0 |      150 |        0
429.82/429.97	c  422s |      12 |    40072 |    34819 |   400373      0 |      150 |        0
432.42/432.55	c  425s |      12 |    40287 |    35019 |   400373      0 |      150 |        0
434.72/434.84	c  427s |      12 |    40496 |    35219 |   400373      0 |      150 |        0
437.02/437.19	c  430s |      12 |    40714 |    35419 |   400373      0 |      150 |        0
439.72/439.88	c  432s |      12 |    40938 |    35619 |   400373      0 |      150 |        0
442.52/442.61	c  435s |      12 |    41151 |    35819 |   400373      0 |      150 |        0
445.32/445.42	c  438s |      12 |    41369 |    36019 |   400373      0 |      150 |        0
448.73/448.85	c  441s |      12 |    41713 |    36319 |   400373      0 |      150 |        0
451.52/451.68	c  444s |      12 |    42081 |    36619 |   400373      0 |      150 |        0
454.12/454.29	c  447s |      12 |    42433 |    36919 |   400373      0 |      150 |        0
457.22/457.35	c  450s |      12 |    42743 |    37219 |   400373      0 |      150 |        0
459.52/459.66	c  452s |      12 |    42974 |    37419 |   400373      0 |      150 |        0
461.72/461.89	c  454s |      12 |    43187 |    37619 |   400373      0 |      150 |        0
464.12/464.22	c  457s |      12 |    43404 |    37819 |   400373      0 |      150 |        0
466.42/466.51	c  459s |      12 |    43639 |    38019 |   400373      0 |      150 |        0
468.72/468.88	c  461s |      12 |    43853 |    38219 |   400373      0 |      150 |        0
471.42/471.53	c  464s |      12 |    44069 |    38419 |   400373      0 |      150 |        0
473.62/473.73	c  466s |      12 |    44294 |    38619 |   440411      0 |      150 |        0
475.61/475.76	c  468s |      13 |    44518 |    38832 |   440411      0 |      150 |        0
478.11/478.27	c  471s |      13 |    44773 |    38932 |   440411      0 |      150 |        0
481.31/481.41	c  474s |      13 |    45138 |    39232 |   440411      0 |      150 |        0
483.31/483.42	c  476s |      13 |    45353 |    39432 |   440411      0 |      150 |        0
485.71/485.83	c  478s |      13 |    45606 |    39632 |   440411      0 |      150 |        0
488.01/488.11	c  481s |      13 |    45836 |    39832 |   440411      0 |      150 |        0
490.11/490.26	c  483s |      13 |    46083 |    40032 |   440411      0 |      150 |        0
492.21/492.37	c  485s |      13 |    46331 |    40232 |   440411      0 |      150 |        0
494.41/494.53	c  487s |      13 |    46603 |    40432 |   440411      0 |      150 |        0
496.61/496.73	c  489s |      13 |    46829 |    40632 |   440411      0 |      150 |        0
499.61/499.76	c  492s |      13 |    47176 |    40932 |   440411      0 |      150 |        0
501.81/501.96	c  494s |      13 |    47431 |    41132 |   440411      0 |      150 |        0
503.91/504.07	c  497s |      13 |    47651 |    41332 |   440411      0 |      150 |        0
505.92/506.07	c  499s |      13 |    47854 |    41532 |   440411      0 |      150 |        0
508.01/508.18	c  501s |      13 |    48057 |    41732 |   440411      0 |      150 |        0
510.21/510.38	c  503s |      13 |    48292 |    41932 |   440411      0 |      150 |        0
513.01/513.15	c  506s |      13 |    48572 |    42132 |   440411      0 |      150 |        0
515.81/515.99	c  508s |      13 |    48897 |    42432 |   440411      0 |      150 |        0
518.81/518.94	c  511s |      13 |    49251 |    42732 |   440411      0 |      150 |        0
521.71/521.88	c  514s |      13 |    49634 |    43032 |   440411      0 |      150 |        0
524.71/524.85	c  517s |      13 |    49985 |    43332 |   440411      0 |      150 |        0
527.71/527.80	c  520s |      13 |    50308 |    43632 |   440411      0 |      150 |        0
529.81/529.94	c  522s |      13 |    50551 |    43832 |   440411      0 |      150 |        0
531.91/532.06	c  525s |      13 |    50786 |    44032 |   440411      0 |      150 |        0
534.70/534.82	c  527s |      13 |    51012 |    44232 |   440411      0 |      150 |        0
538.40/538.55	c  531s |      13 |    51383 |    44332 |   440411      0 |      150 |        0
544.81/544.91	c  537s |      13 |    51507 |    44432 |   440411      0 |      150 |        0
548.11/548.25	c  541s |      13 |    51804 |    44532 |   440411      0 |      150 |        0
551.31/551.49	c  544s |      13 |    51926 |    44632 |   440411      0 |      150 |        0
557.01/557.12	c  550s |      13 |    52053 |    44732 |   440411      0 |      150 |        0
559.51/559.66	c  552s |      13 |    52175 |    44832 |   440411      0 |      150 |        0
561.61/561.76	c  554s |      13 |    52426 |    45032 |   440411      0 |      150 |        0
563.61/563.78	c  556s |      13 |    52682 |    45232 |   440411      0 |      150 |        0
566.41/566.54	c  559s |      13 |    53034 |    45532 |   440411      0 |      150 |        0
569.21/569.30	c  562s |      13 |    53367 |    45832 |   440411      0 |      150 |        0
571.81/571.99	c  564s |      13 |    53706 |    46132 |   440411      0 |      150 |        0
574.51/574.66	c  567s |      13 |    54020 |    46432 |   440411      0 |      150 |        0
576.61/576.70	c  569s |      13 |    54242 |    46632 |   440411      0 |      150 |        0
579.61/579.75	c  572s |      13 |    54591 |    46932 |   440411      0 |      150 |        0
581.71/581.82	c  574s |      13 |    54810 |    47132 |   440411      0 |      150 |        0
584.71/584.85	c  577s |      13 |    55147 |    47432 |   440411      0 |      150 |        0
587.41/587.59	c  580s |      13 |    55365 |    47632 |   440411      0 |      150 |        0
590.50/590.64	c  583s |      13 |    55583 |    47832 |   440411      0 |      150 |        0
593.70/593.86	c  586s |      13 |    55797 |    48032 |   440411      0 |      150 |        0
596.70/596.89	c  589s |      13 |    56129 |    48332 |   440411      0 |      150 |        0
599.10/599.25	c  592s |      13 |    56353 |    48532 |   440411      0 |      150 |        0
601.30/601.43	c  594s |      13 |    56564 |    48732 |   440411      0 |      150 |        0
603.40/603.56	c  596s |      13 |    56783 |    48932 |   440411      0 |      150 |        0
606.01/606.17	c  599s |      13 |    56990 |    49132 |   440411      0 |      150 |        0
608.90/609.02	c  601s |      13 |    57203 |    49332 |   440411      0 |      150 |        0
611.30/611.43	c  604s |      13 |    57421 |    49532 |   440411      0 |      150 |        0
613.30/613.49	c  606s |      13 |    57647 |    49732 |   440411      0 |      150 |        0
615.70/615.86	c  608s |      13 |    57877 |    49932 |   440411      0 |      150 |        0
617.90/618.05	c  610s |      13 |    58107 |    50132 |   440411      0 |      150 |        0
620.30/620.48	c  613s |      13 |    58323 |    50332 |   440411      0 |      150 |        0
623.29/623.42	c  616s |      13 |    58566 |    50532 |   440411      0 |      150 |        0
625.29/625.46	c  618s |      13 |    58798 |    50732 |   440411      0 |      150 |        0
628.00/628.11	c  621s |      13 |    59051 |    50932 |   440411      0 |      150 |        0
631.09/631.23	c  624s |      13 |    59396 |    51232 |   440411      0 |      150 |        0
633.99/634.17	c  627s |      13 |    59629 |    51432 |   440411      0 |      150 |        0
636.59/636.78	c  629s |      13 |    59835 |    51632 |   440411      0 |      150 |        0
639.39/639.58	c  632s |      13 |    60049 |    51832 |   440411      0 |      150 |        0
642.40/642.50	c  635s |      13 |    60273 |    52032 |   440411      0 |      150 |        0
645.60/645.76	c  638s |      13 |    60513 |    52232 |   440411      0 |      150 |        0
648.59/648.79	c  641s |      13 |    60740 |    52432 |   440411      0 |      150 |        0
650.69/650.85	c  643s |      13 |    61001 |    52632 |   440411      0 |      150 |        0
653.69/653.87	c  646s |      13 |    61331 |    52932 |   440411      0 |      150 |        0
656.09/656.23	c  649s |      13 |    61571 |    53132 |   440411      0 |      150 |        0
658.59/658.72	c  651s |      13 |    61924 |    53432 |   440411      0 |      150 |        0
660.69/660.83	c  653s |      13 |    62159 |    53632 |   440411      0 |      150 |        0
663.88/664.06	c  656s |      13 |    62493 |    53932 |   440411      0 |      150 |        0
666.09/666.25	c  659s |      13 |    62699 |    54132 |   440411      0 |      150 |        0
668.19/668.35	c  661s |      13 |    62943 |    54332 |   440411      0 |      150 |        0
670.29/670.47	c  663s |      13 |    63173 |    54532 |   440411      0 |      150 |        0
672.49/672.67	c  665s |      13 |    63383 |    54732 |   440411      0 |      150 |        0
674.69/674.87	c  667s |      13 |    63613 |    54932 |   440411      0 |      150 |        0
677.79/677.99	c  670s |      13 |    63955 |    55232 |   440411      0 |      150 |        0
680.29/680.45	c  673s |      13 |    64171 |    55432 |   440411      0 |      150 |        0
682.39/682.52	c  675s |      13 |    64395 |    55632 |   440411      0 |      150 |        0
684.59/684.70	c  677s |      13 |    64599 |    55832 |   440411      0 |      150 |        0
687.19/687.33	c  680s |      13 |    64812 |    56032 |   440411      0 |      150 |        0
689.59/689.72	c  682s |      13 |    65026 |    56232 |   440411      0 |      150 |        0
691.99/692.16	c  685s |      13 |    65244 |    56432 |   440411      0 |      150 |        0
694.39/694.59	c  687s |      13 |    65454 |    56632 |   440411      0 |      150 |        0
696.99/697.14	c  690s |      13 |    65663 |    56832 |   440411      0 |      150 |        0
699.28/699.46	c  692s |      13 |    65882 |    57032 |   440411      0 |      150 |        0
702.08/702.20	c  695s |      13 |    66092 |    57232 |   440411      0 |      150 |        0
704.38/704.58	c  697s |      13 |    66302 |    57432 |   440411      0 |      150 |        0
706.98/707.19	c  700s |      13 |    66524 |    57632 |   440411      0 |      150 |        0
709.68/709.80	c  702s |      13 |    66747 |    57832 |   440411      0 |      150 |        0
712.18/712.31	c  705s |      13 |    66966 |    58032 |   484453      0 |      150 |        0
714.68/714.80	c  707s |      13 |    67199 |    58232 |   484453      0 |      150 |        0
716.38/716.55	c  709s |      14 |    67331 |    58352 |   484453      0 |      150 |        0
719.88/720.05	c  712s |      14 |    67594 |    58452 |   484453      0 |      150 |        0
721.98/722.15	c  715s |      14 |    67775 |    58552 |   484453      0 |      150 |        0
724.48/724.69	c  717s |      14 |    68006 |    58752 |   484453      0 |      150 |        0
726.58/726.72	c  719s |      14 |    68252 |    58952 |   484453      0 |      150 |        0
728.58/728.74	c  721s |      14 |    68496 |    59152 |   484453      0 |      150 |        0
732.38/732.56	c  725s |      14 |    68881 |    59452 |   484453      0 |      150 |        0
734.78/734.96	c  727s |      14 |    69138 |    59652 |   484453      0 |      150 |        0
737.08/737.26	c  730s |      14 |    69357 |    59852 |   484453      0 |      150 |        0
739.27/739.42	c  732s |      14 |    69557 |    60052 |   484453      0 |      150 |        0
741.97/742.10	c  735s |      14 |    69792 |    60252 |   484453      0 |      150 |        0
744.77/744.99	c  737s |      14 |    70057 |    60452 |   484453      0 |      150 |        0
747.48/747.65	c  740s |      14 |    70303 |    60652 |   484453      0 |      150 |        0
749.78/749.98	c  742s |      14 |    70549 |    60852 |   484453      0 |      150 |        0
752.68/752.89	c  745s |      14 |    70840 |    61052 |   484453      0 |      150 |        0
755.77/755.91	c  748s |      14 |    71095 |    61252 |   484453      0 |      150 |        0
758.37/758.52	c  751s |      14 |    71354 |    61452 |   484453      0 |      150 |        0
761.27/761.42	c  754s |      14 |    71578 |    61652 |   484453      0 |      150 |        0
764.07/764.21	c  757s |      14 |    71792 |    61852 |   484453      0 |      150 |        0
766.97/767.10	c  760s |      14 |    72040 |    62052 |   484453      0 |      150 |        0
769.98/770.13	c  763s |      14 |    72252 |    62252 |   484453      0 |      150 |        0
772.97/773.19	c  766s |      14 |    72476 |    62452 |   484453      0 |      150 |        0
775.87/776.01	c  768s |      14 |    72698 |    62652 |   484453      0 |      150 |        0
778.78/778.97	c  771s |      14 |    72924 |    62852 |   484453      0 |      150 |        0
781.37/781.54	c  774s |      14 |    73131 |    63052 |   484453      0 |      150 |        0
784.27/784.49	c  777s |      14 |    73337 |    63252 |   484453      0 |      150 |        0
787.07/787.24	c  780s |      14 |    73594 |    63452 |   484453      0 |      150 |        0
789.68/789.87	c  782s |      14 |    73827 |    63652 |   484453      0 |      150 |        0
792.17/792.30	c  785s |      14 |    74091 |    63852 |   484453      0 |      150 |        0
794.97/795.17	c  788s |      14 |    74324 |    64052 |   484453      0 |      150 |        0
796.97/797.18	c  790s |      14 |    74458 |    64152 |   484453      0 |      150 |        0
799.57/799.79	c  792s |      14 |    74710 |    64352 |   484453      0 |      150 |        0
802.27/802.47	c  795s |      14 |    74968 |    64552 |   484453      0 |      150 |        0
804.96/805.10	c  798s |      14 |    75221 |    64752 |   484453      0 |      150 |        0
808.07/808.26	c  801s |      14 |    75454 |    64952 |   484453      0 |      150 |        0
810.37/810.54	c  803s |      14 |    75677 |    65152 |   484453      0 |      150 |        0
812.67/812.85	c  805s |      14 |    75879 |    65352 |   484453      0 |      150 |        0
815.07/815.23	c  808s |      14 |    76109 |    65552 |   484453      0 |      150 |        0
817.66/817.83	c  810s |      14 |    76328 |    65752 |   484453      0 |      150 |        0
820.76/820.96	c  813s |      14 |    76561 |    65952 |   484453      0 |      150 |        0
823.57/823.71	c  816s |      14 |    76805 |    66152 |   484453      0 |      150 |        0
826.07/826.28	c  819s |      14 |    77022 |    66352 |   484453      0 |      150 |        0
828.66/828.85	c  821s |      14 |    77237 |    66552 |   484453      0 |      150 |        0
831.66/831.85	c  824s |      14 |    77453 |    66752 |   484453      0 |      150 |        0
834.26/834.44	c  827s |      14 |    77706 |    66952 |   484453      0 |      150 |        0
837.66/837.87	c  830s |      14 |    77899 |    67152 |   484453      0 |      150 |        0
840.66/840.87	c  833s |      14 |    78094 |    67352 |   484453      0 |      150 |        0
843.67/843.87	c  836s |      14 |    78300 |    67552 |   484453      0 |      150 |        0
846.26/846.40	c  839s |      14 |    78563 |    67752 |   484453      0 |      150 |        0
848.46/848.60	c  841s |      14 |    78764 |    67952 |   484453      0 |      150 |        0
851.16/851.33	c  844s |      14 |    78963 |    68152 |   484453      0 |      150 |        0
854.96/855.15	c  848s |      14 |    79212 |    68352 |   484453      0 |      150 |        0
857.26/857.41	c  850s |      14 |    79314 |    68452 |   484453      0 |      150 |        0
860.36/860.54	c  853s |      14 |    79572 |    68652 |   484453      0 |      150 |        0
862.56/862.70	c  855s |      14 |    79696 |    68752 |   484453      0 |      150 |        0
865.46/865.64	c  858s |      14 |    79987 |    68952 |   484453      0 |      150 |        0
868.76/869.00	c  861s |      14 |    80234 |    69152 |   484453      0 |      150 |        0
871.65/871.87	c  864s |      14 |    80755 |    69252 |   484453      0 |      150 |        0
876.36/876.55	c  869s |      14 |    80939 |    69352 |   484453      0 |      150 |        0
878.87/879.04	c  871s |      14 |    81139 |    69452 |   484453      0 |      150 |        0
882.36/882.53	c  875s |      14 |    81594 |    69552 |   484453      0 |      150 |        0
885.16/885.34	c  878s |      14 |    81790 |    69652 |   484453      0 |      150 |        0
887.96/888.12	c  881s |      14 |    81934 |    69752 |   484453      0 |      150 |        0
891.96/892.11	c  885s |      14 |    82362 |    69952 |   484453      0 |      150 |        0
893.96/894.13	c  887s |      14 |    82509 |    70052 |   484453      0 |      150 |        0
898.66/898.82	c  891s |      14 |    83119 |    70252 |   484453      0 |      150 |        0
901.55/901.76	c  894s |      14 |    83276 |    70352 |   484453      0 |      150 |        0
904.65/904.84	c  897s |      14 |    84090 |    70452 |   484453      0 |      150 |        0
907.25/907.40	c  900s |      14 |    84191 |    70552 |   484453      0 |      150 |        0
910.66/910.88	c  903s |      14 |    85132 |    70752 |   484453      0 |      150 |        0
914.36/914.59	c  907s |      14 |    85342 |    70952 |   484453      0 |      150 |        0
916.75/916.99	c  909s |      14 |    85643 |    71252 |   484453      0 |      150 |        0
921.05/921.21	c  914s |      14 |    85993 |    71352 |   484453      0 |      150 |        0
923.75/923.95	c  916s |      14 |    86237 |    71452 |   484453      0 |      150 |        0
928.55/928.71	c  921s |      14 |    86644 |    71652 |   484453      0 |      150 |        0
931.45/931.67	c  924s |      14 |    87057 |    71852 |   484453      0 |      150 |        0
934.45/934.67	c  927s |      14 |    87438 |    72052 |   484453      0 |      150 |        0
937.75/937.94	c  930s |      14 |    88364 |    72252 |   484453      0 |      150 |        0
940.94/941.16	c  934s |      14 |    88567 |    72452 |   484453      0 |      150 |        0
944.15/944.34	c  937s |      14 |    88784 |    72652 |   484453      0 |      150 |        0
947.65/947.82	c  940s |      14 |    89493 |    72852 |   484453      0 |      150 |        0
951.05/951.20	c  944s |      14 |    89872 |    73052 |   484453      0 |      150 |        0
954.15/954.37	c  947s |      14 |    90200 |    73252 |   484453      0 |      150 |        0
956.35/956.53	c  949s |      14 |    90430 |    73452 |   484453      0 |      150 |        0
958.75/958.90	c  951s |      14 |    90650 |    73652 |   484453      0 |      150 |        0
961.64/961.86	c  954s |      14 |    90920 |    73752 |   484453      0 |      150 |        0
964.65/964.87	c  957s |      14 |    91042 |    73852 |   484453      0 |      150 |        0
967.24/967.45	c  960s |      14 |    91186 |    73952 |   484453      0 |      150 |        0
969.74/969.97	c  962s |      14 |    91447 |    74152 |   484453      0 |      150 |        0
972.04/972.24	c  965s |      14 |    91572 |    74252 |   484453      0 |      150 |        0
975.84/976.02	c  968s |      14 |    92022 |    74452 |   484453      0 |      150 |        0
981.15/981.33	c  974s |      14 |    92163 |    74552 |   484453      0 |      150 |        0
984.14/984.31	c  977s |      14 |    92253 |    74652 |   484453      0 |      150 |        0
987.24/987.46	c  980s |      14 |    92475 |    74852 |   484453      0 |      150 |        0
990.34/990.52	c  983s |      14 |    92870 |    75052 |   484453      0 |      150 |        0
992.94/993.12	c  986s |      14 |    93100 |    75252 |   484453      0 |      150 |        0
996.64/996.87	c  989s |      14 |    93652 |    75452 |   484453      0 |      150 |        0
999.13/999.36	c  992s |      14 |    93842 |    75552 |   484453      0 |      150 |        0
1002.73/1002.97	c  995s |      14 |    94038 |    75652 |   484453      0 |      150 |        0
1005.34/1005.54	c  998s |      14 |    94139 |    75752 |   484453      0 |      150 |        0
1008.65/1008.89	c 1001s |      14 |    94317 |    75852 |   484453      0 |      150 |        0
1012.24/1012.44	c 1005s |      14 |    94744 |    75952 |   484453      0 |      150 |        0
1016.64/1016.84	c 1009s |      14 |    95130 |    76152 |   484453      0 |      150 |        0
1019.74/1019.90	c 1012s |      14 |    95349 |    76352 |   484453      0 |      150 |        0
1023.03/1023.28	c 1016s |      14 |    95557 |    76552 |   484453      0 |      150 |        0
1026.14/1026.31	c 1019s |      14 |    95774 |    76752 |   484453      0 |      150 |        0
1028.93/1029.13	c 1022s |      14 |    95979 |    76952 |   484453      0 |      150 |        0
1031.64/1031.89	c 1024s |      14 |    96185 |    77152 |   484453      0 |      150 |        0
1033.73/1034.00	c 1026s |      14 |    96304 |    77252 |   484453      0 |      150 |        0
1037.43/1037.69	c 1030s |      14 |    96684 |    77452 |   484453      0 |      150 |        0
1041.53/1041.73	c 1034s |      14 |    97450 |    77652 |   484453      0 |      150 |        0
1043.73/1043.98	c 1036s |      14 |    97552 |    77752 |   484453      0 |      150 |        0
1045.93/1046.13	c 1039s |      14 |    97656 |    77852 |   484453      0 |      150 |        0
1048.72/1048.90	c 1041s |      14 |    97840 |    77952 |   484453      0 |      150 |        0
1052.92/1053.16	c 1046s |      14 |    98045 |    78152 |   484453      0 |      150 |        0
1055.93/1056.13	c 1049s |      14 |    98319 |    78252 |   484453      0 |      150 |        0
1059.42/1059.61	c 1052s |      14 |    98521 |    78352 |   484453      0 |      150 |        0
1061.82/1062.07	c 1055s |      14 |    98758 |    78452 |   484453      0 |      150 |        0
1065.51/1065.79	c 1058s |      14 |    99024 |    78652 |   484453      0 |      150 |        0
1068.91/1069.11	c 1062s |      14 |    99194 |    78752 |   484453      0 |      150 |        0
1071.01/1071.29	c 1064s |      14 |    99292 |    78852 |   484453      0 |      150 |        0
1073.61/1073.88	c 1066s |      14 |    99457 |    78952 |   484453      0 |      150 |        0
1077.51/1077.73	c 1070s |      14 |    99741 |    79152 |   484453      0 |      150 |        0
1080.12/1080.38	c 1073s |      14 |    99923 |    79252 |   484453      0 |      150 |        0
1084.12/1084.34	c 1077s |      14 |   100147 |    79452 |   484453      0 |      150 |        0
1086.31/1086.57	c 1079s |      14 |   100281 |    79552 |   484453      0 |      150 |        0
1090.41/1090.68	c 1083s |      14 |   100807 |    79752 |   484453      0 |      150 |        0
1093.22/1093.41	c 1086s |      14 |   101329 |    79852 |   484453      0 |      150 |        0
1095.31/1095.56	c 1088s |      14 |   101667 |    79952 |   484453      0 |      150 |        0
1098.11/1098.33	c 1091s |      14 |   101881 |    80152 |   484453      0 |      150 |        0
1100.61/1100.88	c 1093s |      14 |   102092 |    80352 |   484453      0 |      150 |        0
1103.12/1103.40	c 1096s |      14 |   102310 |    80552 |   484453      0 |      150 |        0
1105.81/1106.00	c 1098s |      14 |   102557 |    80752 |   484453      0 |      150 |        0
1107.90/1108.18	c 1101s |      14 |   102659 |    80852 |   484453      0 |      150 |        0
1111.00/1111.22	c 1104s |      14 |   102898 |    81052 |   484453      0 |      150 |        0
1114.21/1114.48	c 1107s |      14 |   103111 |    81252 |   484453      0 |      150 |        0
1117.20/1117.44	c 1110s |      14 |   103491 |    81452 |   484453      0 |      150 |        0
1119.61/1119.81	c 1112s |      14 |   103747 |    81652 |   484453      0 |      150 |        0
1121.71/1121.94	c 1114s |      14 |   103978 |    81852 |   484453      0 |      150 |        0
1123.91/1124.14	c 1117s |      14 |   104094 |    81952 |   484453      0 |      150 |        0
1126.90/1127.11	c 1120s |      14 |   104304 |    82152 |   484453      0 |      150 |        0
1129.61/1129.82	c 1122s |      14 |   104527 |    82352 |   484453      0 |      150 |        0
1132.30/1132.50	c 1125s |      14 |   104755 |    82552 |   484453      0 |      150 |        0
1134.80/1135.09	c 1128s |      14 |   105019 |    82752 |   484453      0 |      150 |        0
1136.90/1137.14	c 1130s |      14 |   105243 |    82952 |   484453      0 |      150 |        0
1139.20/1139.48	c 1132s |      14 |   105485 |    83152 |   484453      0 |      150 |        0
1141.99/1142.23	c 1135s |      14 |   105709 |    83352 |   484453      0 |      150 |        0
1144.19/1144.45	c 1137s |      14 |   105932 |    83552 |   484453      0 |      150 |        0
1146.39/1146.66	c 1139s |      14 |   106156 |    83752 |   484453      0 |      150 |        0
1148.89/1149.11	c 1142s |      14 |   106370 |    83952 |   484453      0 |      150 |        0
1151.29/1151.52	c 1144s |      14 |   106602 |    84152 |   484453      0 |      150 |        0
1153.70/1153.99	c 1146s |      14 |   106819 |    84352 |   484453      0 |      150 |        0
1156.29/1156.57	c 1149s |      14 |   107033 |    84552 |   484453      0 |      150 |        0
1158.89/1159.15	c 1152s |      14 |   107262 |    84752 |   484453      0 |      150 |        0
1161.19/1161.43	c 1154s |      14 |   107479 |    84952 |   484453      0 |      150 |        0
1163.79/1164.00	c 1156s |      14 |   107702 |    85152 |   484453      0 |      150 |        0
1167.49/1167.70	c 1160s |      14 |   108025 |    85352 |   484453      0 |      150 |        0
1170.20/1170.43	c 1163s |      14 |   108254 |    85552 |   484453      0 |      150 |        0
1172.99/1173.28	c 1166s |      14 |   108464 |    85752 |   484453      0 |      150 |        0
1176.38/1176.61	c 1169s |      14 |   108709 |    85952 |   484453      0 |      150 |        0
1179.88/1180.17	c 1173s |      14 |   109249 |    86152 |   484453      0 |      150 |        0
1182.68/1182.98	c 1175s |      14 |   109489 |    86352 |   484453      0 |      150 |        0
1185.88/1186.13	c 1179s |      14 |   109773 |    86552 |   484453      0 |      150 |        0
1188.48/1188.75	c 1181s |      14 |   109987 |    86752 |   484453      0 |      150 |        0
1191.37/1191.67	c 1184s |      14 |   110214 |    86952 |   484453      0 |      150 |        0
1194.07/1194.37	c 1187s |      14 |   110447 |    87152 |   532899      0 |      150 |        0
1197.08/1197.30	c 1190s |      14 |   110687 |    87352 |   532899      0 |      150 |        0
1199.58/1199.87	c 1192s |      14 |   111840 |    87452 |   532899      0 |      150 |        0
1202.48/1202.71	c 1195s |      15 |   112037 |    87632 |   532899      0 |      150 |        0
1206.28/1206.55	c 1199s |      15 |   112260 |    87732 |   532899      0 |      150 |        0
1208.98/1209.29	c 1202s |      15 |   112471 |    87932 |   532899      0 |      150 |        0
1212.27/1212.57	c 1205s |      15 |   112681 |    88132 |   532899      0 |      150 |        0
1215.38/1215.61	c 1208s |      15 |   112880 |    88332 |   532899      0 |      150 |        0
1218.17/1218.43	c 1211s |      15 |   113099 |    88532 |   532899      0 |      150 |        0
1221.07/1221.33	c 1214s |      15 |   113313 |    88732 |   532899      0 |      150 |        0
1223.47/1223.73	c 1216s |      15 |   113525 |    88932 |   532899      0 |      150 |        0
1226.28/1226.59	c 1219s |      15 |   113758 |    89132 |   532899      0 |      150 |        0
1229.07/1229.32	c 1222s |      15 |   113972 |    89332 |   532899      0 |      150 |        0
1231.57/1231.85	c 1224s |      15 |   114198 |    89532 |   532899      0 |      150 |        0
1234.57/1234.82	c 1227s |      15 |   114431 |    89732 |   532899      0 |      150 |        0
1237.46/1237.79	c 1230s |      15 |   114653 |    89932 |   532899      0 |      150 |        0
1240.46/1240.76	c 1233s |      15 |   114875 |    90132 |   532899      0 |      150 |        0
1242.96/1243.22	c 1236s |      15 |   115102 |    90332 |   532899      0 |      150 |        0
1245.36/1245.69	c 1238s |      15 |   115329 |    90532 |   532899      0 |      150 |        0
1247.86/1248.19	c 1241s |      15 |   115544 |    90732 |   532899      0 |      150 |        0
1250.26/1250.57	c 1243s |      15 |   115753 |    90932 |   532899      0 |      150 |        0
1252.66/1253.00	c 1245s |      15 |   115974 |    91132 |   532899      0 |      150 |        0
1255.36/1255.69	c 1248s |      15 |   116187 |    91332 |   532899      0 |      150 |        0
1258.16/1258.45	c 1251s |      15 |   116400 |    91532 |   532899      0 |      150 |        0
1260.55/1260.82	c 1253s |      15 |   116639 |    91732 |   532899      0 |      150 |        0
1263.25/1263.59	c 1256s |      15 |   116855 |    91932 |   532899      0 |      150 |        0
1266.05/1266.31	c 1259s |      15 |   117082 |    92132 |   532899      0 |      150 |        0
1268.65/1268.98	c 1261s |      15 |   117295 |    92332 |   532899      0 |      150 |        0
1271.55/1271.81	c 1264s |      15 |   117517 |    92532 |   532899      0 |      150 |        0
1274.35/1274.61	c 1267s |      15 |   117730 |    92732 |   532899      0 |      150 |        0
1277.35/1277.60	c 1270s |      15 |   117950 |    92932 |   532899      0 |      150 |        0
1279.65/1279.94	c 1272s |      15 |   118166 |    93132 |   532899      0 |      150 |        0
1282.45/1282.71	c 1275s |      15 |   118393 |    93332 |   532899      0 |      150 |        0
1285.14/1285.47	c 1278s |      15 |   118598 |    93532 |   532899      0 |      150 |        0
1287.64/1287.95	c 1280s |      15 |   118811 |    93732 |   532899      0 |      150 |        0
1290.04/1290.35	c 1283s |      15 |   119023 |    93932 |   532899      0 |      150 |        0
1292.94/1293.20	c 1286s |      15 |   119239 |    94132 |   532899      0 |      150 |        0
1295.94/1296.26	c 1289s |      15 |   119474 |    94332 |   532899      0 |      150 |        0
1298.34/1298.60	c 1291s |      15 |   119694 |    94532 |   532899      0 |      150 |        0
1300.93/1301.21	c 1294s |      15 |   119912 |    94732 |   532899      0 |      150 |        0
1303.73/1304.00	c 1296s |      15 |   120137 |    94932 |   532899      0 |      150 |        0
1306.55/1306.84	c 1299s |      15 |   120360 |    95132 |   532899      0 |      150 |        0
1309.44/1309.74	c 1302s |      15 |   120568 |    95332 |   532899      0 |      150 |        0
1312.24/1312.50	c 1305s |      15 |   120784 |    95532 |   532899      0 |      150 |        0
1314.74/1315.09	c 1308s |      15 |   120989 |    95732 |   532899      0 |      150 |        0
1316.94/1317.22	c 1310s |      15 |   121201 |    95932 |   532899      0 |      150 |        0
1319.44/1319.73	c 1312s |      15 |   121409 |    96132 |   532899      0 |      150 |        0
1321.63/1321.97	c 1314s |      15 |   121622 |    96332 |   532899      0 |      150 |        0
1323.83/1324.15	c 1317s |      15 |   121834 |    96532 |   532899      0 |      150 |        0
1326.63/1326.94	c 1319s |      15 |   122050 |    96732 |   532899      0 |      150 |        0
1329.64/1329.91	c 1322s |      15 |   122265 |    96932 |   532899      0 |      150 |        0
1332.63/1332.90	c 1325s |      15 |   122477 |    97132 |   532899      0 |      150 |        0
1334.93/1335.26	c 1328s |      15 |   122680 |    97332 |   532899      0 |      150 |        0
1337.33/1337.63	c 1330s |      15 |   122888 |    97532 |   532899      0 |      150 |        0
1340.03/1340.37	c 1333s |      15 |   123107 |    97732 |   532899      0 |      150 |        0
1342.32/1342.60	c 1335s |      15 |   123331 |    97932 |   532899      0 |      150 |        0
1345.22/1345.56	c 1338s |      15 |   123547 |    98132 |   532899      0 |      150 |        0
1347.82/1348.17	c 1341s |      15 |   123754 |    98332 |   532899      0 |      150 |        0
1350.42/1350.78	c 1343s |      15 |   123982 |    98532 |   532899      0 |      150 |        0
1353.12/1353.44	c 1346s |      15 |   124206 |    98732 |   532899      0 |      150 |        0
1355.92/1356.28	c 1349s |      15 |   124424 |    98932 |   532899      0 |      150 |        0
1358.33/1358.69	c 1351s |      15 |   124635 |    99132 |   532899      0 |      150 |        0
1361.02/1361.30	c 1354s |      15 |   124860 |    99332 |   532899      0 |      150 |        0
1363.82/1364.16	c 1357s |      15 |   125072 |    99532 |   532899      0 |      150 |        0
1366.72/1367.05	c 1359s |      15 |   125287 |    99732 |   532899      0 |      150 |        0
1369.82/1370.17	c 1363s |      15 |   125520 |    99932 |   532899      0 |      150 |        0
1372.81/1373.15	c 1366s |      15 |   125736 |   100132 |   532899      0 |      150 |        0
1375.71/1376.00	c 1368s |      15 |   125950 |   100332 |   532899      0 |      150 |        0
1378.91/1379.27	c 1372s |      15 |   126174 |   100532 |   532899      0 |      150 |        0
1382.21/1382.51	c 1375s |      15 |   126404 |   100732 |   532899      0 |      150 |        0
1385.01/1385.37	c 1378s |      15 |   126611 |   100932 |   532899      0 |      150 |        0
1387.71/1388.06	c 1380s |      15 |   126830 |   101132 |   532899      0 |      150 |        0
1391.41/1391.70	c 1384s |      15 |   127059 |   101332 |   532899      0 |      150 |        0
1395.61/1395.93	c 1388s |      15 |   127292 |   101532 |   532899      0 |      150 |        0
1398.50/1398.84	c 1391s |      15 |   127506 |   101732 |   532899      0 |      150 |        0
1400.79/1401.15	c 1394s |      15 |   127718 |   101932 |   532899      0 |      150 |        0
1403.30/1403.66	c 1396s |      15 |   127923 |   102132 |   532899      0 |      150 |        0
1405.79/1406.18	c 1399s |      15 |   128137 |   102332 |   532899      0 |      150 |        0
1408.09/1408.45	c 1401s |      15 |   128354 |   102532 |   532899      0 |      150 |        0
1410.49/1410.88	c 1403s |      15 |   128576 |   102732 |   532899      0 |      150 |        0
1412.59/1412.99	c 1405s |      15 |   128795 |   102932 |   532899      0 |      150 |        0
1415.59/1415.99	c 1408s |      15 |   129019 |   103132 |   532899      0 |      150 |        0
1418.19/1418.56	c 1411s |      15 |   129231 |   103332 |   532899      0 |      150 |        0
1420.69/1421.07	c 1414s |      15 |   129456 |   103532 |   532899      0 |      150 |        0
1423.99/1424.38	c 1417s |      15 |   129677 |   103732 |   532899      0 |      150 |        0
1426.89/1427.28	c 1420s |      15 |   129899 |   103932 |   532899      0 |      150 |        0
1429.89/1430.27	c 1423s |      15 |   130114 |   104132 |   532899      0 |      150 |        0
1432.79/1433.10	c 1426s |      15 |   130349 |   104332 |   532899      0 |      150 |        0
1435.79/1436.13	c 1429s |      15 |   130582 |   104532 |   532899      0 |      150 |        0
1438.49/1438.85	c 1431s |      15 |   130797 |   104732 |   532899      0 |      150 |        0
1441.38/1441.77	c 1434s |      15 |   131007 |   104932 |   532899      0 |      150 |        0
1444.18/1444.54	c 1437s |      15 |   131214 |   105132 |   532899      0 |      150 |        0
1447.09/1447.43	c 1440s |      15 |   131430 |   105332 |   532899      0 |      150 |        0
1450.19/1450.59	c 1443s |      15 |   131642 |   105532 |   532899      0 |      150 |        0
1453.79/1454.13	c 1447s |      15 |   131859 |   105732 |   532899      0 |      150 |        0
1456.79/1457.17	c 1450s |      15 |   132072 |   105932 |   532899      0 |      150 |        0
1459.69/1460.09	c 1453s |      15 |   132285 |   106132 |   532899      0 |      150 |        0
1461.89/1462.28	c 1455s |      15 |   132496 |   106332 |   532899      0 |      150 |        0
1464.39/1464.79	c 1457s |      15 |   132713 |   106532 |   532899      0 |      150 |        0
1467.39/1467.73	c 1460s |      15 |   132929 |   106732 |   532899      0 |      150 |        0
1470.49/1470.82	c 1463s |      15 |   133149 |   106932 |   532899      0 |      150 |        0
1473.69/1474.03	c 1466s |      15 |   133366 |   107132 |   532899      0 |      150 |        0
1476.28/1476.69	c 1469s |      15 |   133578 |   107332 |   532899      0 |      150 |        0
1480.08/1480.47	c 1473s |      15 |   133783 |   107532 |   532899      0 |      150 |        0
1482.98/1483.30	c 1476s |      15 |   134006 |   107732 |   532899      0 |      150 |        0
1485.98/1486.37	c 1479s |      15 |   134215 |   107932 |   532899      0 |      150 |        0
1488.48/1488.82	c 1481s |      15 |   134436 |   108132 |   532899      0 |      150 |        0
1491.28/1491.67	c 1484s |      15 |   134681 |   108332 |   532899      0 |      150 |        0
1493.77/1494.10	c 1487s |      15 |   134886 |   108532 |   532899      0 |      150 |        0
1496.88/1497.26	c 1490s |      15 |   135098 |   108732 |   532899      0 |      150 |        0
1499.77/1500.17	c 1493s |      15 |   135318 |   108932 |   532899      0 |      150 |        0
1503.07/1503.41	c 1496s |      15 |   135520 |   109132 |   532899      0 |      150 |        0
1505.37/1505.72	c 1498s |      15 |   135738 |   109332 |   532899      0 |      150 |        0
1507.97/1508.38	c 1501s |      15 |   135950 |   109532 |   532899      0 |      150 |        0
1510.87/1511.25	c 1504s |      15 |   136163 |   109732 |   532899      0 |      150 |        0
1514.27/1514.63	c 1507s |      15 |   136380 |   109932 |   532899      0 |      150 |        0
1517.07/1517.41	c 1510s |      15 |   136587 |   110132 |   532899      0 |      150 |        0
1520.07/1520.44	c 1513s |      15 |   136799 |   110332 |   532899      0 |      150 |        0
1522.66/1523.01	c 1515s |      15 |   137028 |   110532 |   532899      0 |      150 |        0
1525.46/1525.85	c 1518s |      15 |   137240 |   110732 |   532899      0 |      150 |        0
1527.96/1528.30	c 1521s |      15 |   137463 |   110932 |   532899      0 |      150 |        0
1529.96/1530.32	c 1523s |      15 |   137676 |   111132 |   532899      0 |      150 |        0
1532.25/1532.64	c 1525s |      15 |   137891 |   111332 |   532899      0 |      150 |        0
1534.95/1535.39	c 1528s |      15 |   138095 |   111532 |   532899      0 |      150 |        0
1537.65/1538.06	c 1531s |      15 |   138305 |   111732 |   532899      0 |      150 |        0
1540.15/1540.54	c 1533s |      15 |   138511 |   111932 |   532899      0 |      150 |        0
1542.55/1542.93	c 1535s |      15 |   138733 |   112132 |   532899      0 |      150 |        0
1544.95/1545.35	c 1538s |      15 |   138946 |   112332 |   532899      0 |      150 |        0
1547.05/1547.48	c 1540s |      15 |   139162 |   112532 |   532899      0 |      150 |        0
1549.65/1550.00	c 1542s |      15 |   139375 |   112732 |   532899      0 |      150 |        0
1551.95/1552.38	c 1545s |      15 |   139593 |   112932 |   532899      0 |      150 |        0
1554.95/1555.32	c 1548s |      15 |   139805 |   113132 |   532899      0 |      150 |        0
1557.65/1558.07	c 1551s |      15 |   140016 |   113332 |   532899      0 |      150 |        0
1560.44/1560.84	c 1553s |      15 |   140249 |   113532 |   532899      0 |      150 |        0
1563.54/1563.95	c 1556s |      15 |   140467 |   113732 |   532899      0 |      150 |        0
1566.54/1566.91	c 1559s |      15 |   140682 |   113932 |   532899      0 |      150 |        0
1568.84/1569.24	c 1562s |      15 |   140895 |   114132 |   532899      0 |      150 |        0
1571.65/1572.06	c 1564s |      15 |   141111 |   114332 |   532899      0 |      150 |        0
1574.54/1574.92	c 1567s |      15 |   141328 |   114532 |   532899      0 |      150 |        0
1577.24/1577.63	c 1570s |      15 |   141536 |   114732 |   532899      0 |      150 |        0
1580.34/1580.73	c 1573s |      15 |   141752 |   114932 |   532899      0 |      150 |        0
1583.33/1583.73	c 1576s |      15 |   141962 |   115132 |   532899      0 |      150 |        0
1586.03/1586.41	c 1579s |      15 |   142175 |   115332 |   532899      0 |      150 |        0
1589.24/1589.63	c 1582s |      15 |   142383 |   115532 |   532899      0 |      150 |        0
1592.03/1592.48	c 1585s |      15 |   142593 |   115732 |   532899      0 |      150 |        0
1595.53/1595.91	c 1588s |      15 |   142810 |   115932 |   532899      0 |      150 |        0
1598.43/1598.84	c 1591s |      15 |   143016 |   116132 |   532899      0 |      150 |        0
1601.24/1601.65	c 1594s |      15 |   143240 |   116332 |   532899      0 |      150 |        0
1604.03/1604.44	c 1597s |      15 |   143452 |   116532 |   532899      0 |      150 |        0
1606.74/1607.16	c 1600s |      15 |   143659 |   116732 |   532899      0 |      150 |        0
1609.33/1609.74	c 1602s |      15 |   143865 |   116932 |   532899      0 |      150 |        0
1612.43/1612.89	c 1605s |      15 |   144075 |   117132 |   532899      0 |      150 |        0
1615.23/1615.65	c 1608s |      15 |   144278 |   117332 |   532899      0 |      150 |        0
1618.43/1618.80	c 1611s |      15 |   144481 |   117532 |   532899      0 |      150 |        0
1620.92/1621.33	c 1614s |      15 |   144696 |   117732 |   532899      0 |      150 |        0
1623.62/1624.02	c 1616s |      15 |   144917 |   117932 |   532899      0 |      150 |        0
1626.32/1626.79	c 1619s |      15 |   145143 |   118132 |   532899      0 |      150 |        0
1629.12/1629.54	c 1622s |      15 |   145362 |   118332 |   532899      0 |      150 |        0
1631.32/1631.79	c 1624s |      15 |   145575 |   118532 |   532899      0 |      150 |        0
1634.42/1634.82	c 1627s |      15 |   145797 |   118732 |   532899      0 |      150 |        0
1636.92/1637.32	c 1630s |      15 |   146010 |   118932 |   532899      0 |      150 |        0
1639.22/1639.65	c 1632s |      15 |   146220 |   119132 |   532899      0 |      150 |        0
1642.02/1642.42	c 1635s |      15 |   146432 |   119332 |   532899      0 |      150 |        0
1644.92/1645.34	c 1638s |      15 |   146651 |   119532 |   532899      0 |      150 |        0
1647.91/1648.36	c 1641s |      15 |   146861 |   119732 |   532899      0 |      150 |        0
1650.72/1651.13	c 1644s |      15 |   147079 |   119932 |   532899      0 |      150 |        0
1653.51/1653.92	c 1646s |      15 |   147302 |   120132 |   532899      0 |      150 |        0
1656.41/1656.80	c 1649s |      15 |   147525 |   120332 |   532899      0 |      150 |        0
1659.52/1659.94	c 1652s |      15 |   147733 |   120532 |   532899      0 |      150 |        0
1662.61/1663.02	c 1655s |      15 |   147941 |   120732 |   532899      0 |      150 |        0
1665.51/1665.92	c 1658s |      15 |   148165 |   120932 |   532899      0 |      150 |        0
1668.31/1668.78	c 1661s |      15 |   148382 |   121132 |   532899      0 |      150 |        0
1671.20/1671.67	c 1664s |      15 |   148602 |   121332 |   532899      0 |      150 |        0
1674.80/1675.22	c 1668s |      15 |   148810 |   121532 |   532899      0 |      150 |        0
1678.10/1678.55	c 1671s |      15 |   149037 |   121732 |   532899      0 |      150 |        0
1681.10/1681.52	c 1674s |      15 |   149250 |   121932 |   532899      0 |      150 |        0
1683.90/1684.37	c 1677s |      15 |   149476 |   122132 |   532899      0 |      150 |        0
1686.90/1687.33	c 1680s |      15 |   149685 |   122332 |   532899      0 |      150 |        0
1689.30/1689.74	c 1682s |      15 |   149893 |   122532 |   532899      0 |      150 |        0
1692.09/1692.54	c 1685s |      15 |   150107 |   122732 |   532899      0 |      150 |        0
1694.80/1695.23	c 1688s |      15 |   150316 |   122932 |   532899      0 |      150 |        0
1697.69/1698.16	c 1691s |      15 |   150531 |   123132 |   532899      0 |      150 |        0
1700.79/1701.27	c 1694s |      15 |   150739 |   123332 |   532899      0 |      150 |        0
1703.89/1704.37	c 1697s |      15 |   150972 |   123532 |   532899      0 |      150 |        0
1706.59/1707.09	c 1700s |      15 |   151193 |   123732 |   532899      0 |      150 |        0
1709.19/1709.67	c 1702s |      15 |   151422 |   123932 |   532899      0 |      150 |        0
1711.99/1712.41	c 1705s |      15 |   151645 |   124132 |   532899      0 |      150 |        0
1714.29/1714.74	c 1707s |      15 |   151852 |   124332 |   532899      0 |      150 |        0
1716.99/1717.44	c 1710s |      15 |   152071 |   124532 |   532899      0 |      150 |        0
1719.79/1720.25	c 1713s |      15 |   152298 |   124732 |   532899      0 |      150 |        0
1722.69/1723.17	c 1716s |      15 |   152516 |   124932 |   532899      0 |      150 |        0
1726.09/1726.56	c 1719s |      15 |   152728 |   125132 |   532899      0 |      150 |        0
1728.69/1729.10	c 1722s |      15 |   152947 |   125332 |   532899      0 |      150 |        0
1731.69/1732.13	c 1725s |      15 |   153164 |   125532 |   532899      0 |      150 |        0
1734.39/1734.82	c 1727s |      15 |   153390 |   125732 |   532899      0 |      150 |        0
1736.99/1737.47	c 1730s |      15 |   153607 |   125932 |   532899      0 |      150 |        0
1740.58/1741.07	c 1734s |      15 |   153815 |   126132 |   532899      0 |      150 |        0
1743.68/1744.17	c 1737s |      15 |   154017 |   126332 |   532899      0 |      150 |        0
1746.88/1747.39	c 1740s |      15 |   154221 |   126532 |   532899      0 |      150 |        0
1749.58/1750.07	c 1743s |      15 |   154431 |   126732 |   532899      0 |      150 |        0
1752.27/1752.73	c 1745s |      15 |   154644 |   126932 |   532899      0 |      150 |        0
1754.97/1755.42	c 1748s |      15 |   154852 |   127132 |   532899      0 |      150 |        0
1758.27/1758.78	c 1751s |      15 |   155064 |   127332 |   532899      0 |      150 |        0
1761.67/1762.17	c 1755s |      15 |   155281 |   127532 |   532899      0 |      150 |        0
1765.18/1765.69	c 1758s |      15 |   155490 |   127732 |   532899      0 |      150 |        0
1768.57/1769.07	c 1762s |      15 |   155712 |   127932 |   532899      0 |      150 |        0
1772.17/1772.63	c 1765s |      15 |   155933 |   128132 |   532899      0 |      150 |        0
1775.47/1775.98	c 1768s |      15 |   156154 |   128332 |   532899      0 |      150 |        0
1778.37/1778.81	c 1771s |      15 |   156366 |   128532 |   532899      0 |      150 |        0
1781.76/1782.23	c 1775s |      15 |   156578 |   128732 |   532899      0 |      150 |        0
1785.26/1785.79	c 1778s |      15 |   156800 |   128932 |   532899      0 |      150 |        0
1788.76/1789.22	c 1782s |      15 |   157006 |   129132 |   532899      0 |      150 |        0
1790.86/1791.38	c 1784s |      15 |   157122 |   129232 |   532899      0 |      150 |        0
1794.26/1794.79	c 1787s |      15 |   157327 |   129432 |   532899      0 |      150 |        0
1797.86/1798.31	c 1791s |      15 |   157558 |   129632 |   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-4079345-1465342586/watcher-4079345-1465342586 -o /tmp/evaluation-result-4079345-1465342586/solver-4079345-1465342586 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465311042-19403 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079345-1465342586.opb 

pid=22432
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.17 2.21 2.18 4/179 22435
/proc/meminfo: memFree=29209868/32872528 swapFree=16204/1518544
[pid=22435] ppid=22432 vsize=733628 CPUtime=0 cores=0,2,4,6
/proc/22435/stat : 22435 (toysat) R 22432 22435 19387 0 -1 4202496 2739 0 0 0 0 0 0 0 20 0 4 0 116191509 751235072 3100 33554432000 4194304 16246674 140735592450592 140735592450016 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22435/statm: 184175 3110 441 2943 0 181069 0
[pid=22435/tid=22436] ppid=22432 vsize=752060 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (toysat) S 22432 22435 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116191509 770109440 3172 33554432000 4194304 16246674 140735592450592 139776716942576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22437] ppid=22432 vsize=756156 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22437/stat : 22437 (toysat) S 22432 22435 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116191509 774303744 3188 33554432000 4194304 16246674 140735592450592 139776706452720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22438] ppid=22432 vsize=760252 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (toysat) S 22432 22435 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116191509 778498048 3204 33554432000 4194304 16246674 140735592450592 139776623635632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.17 2.21 2.18 4/179 22435
/proc/meminfo: memFree=29209868/32872528 swapFree=16204/1518544
[pid=22435] ppid=22432 vsize=1303108 CPUtime=0.09 cores=0,2,4,6
/proc/22435/stat : 22435 (toysat) R 22432 22435 19387 0 -1 4202496 30176 0 0 0 5 4 0 0 20 0 4 0 116191509 1334382592 30476 33554432000 4194304 16246674 140735592450592 140735592449904 7372101 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22435/statm: 325777 30490 801 2943 0 322671 0
[pid=22435/tid=22436] ppid=22432 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (toysat) S 22432 22435 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116191509 1334382592 30501 33554432000 4194304 16246674 140735592450592 139776716942576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22437] ppid=22432 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22437/stat : 22437 (toysat) S 22432 22435 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116191509 1334382592 30512 33554432000 4194304 16246674 140735592450592 139776706452720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22438] ppid=22432 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (toysat) S 22432 22435 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116191509 1334382592 30522 33554432000 4194304 16246674 140735592450592 139776623635632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200514 s]
/proc/loadavg: 2.17 2.21 2.18 4/179 22435
/proc/meminfo: memFree=29209868/32872528 swapFree=16204/1518544
[pid=22435] ppid=22432 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/22435/stat : 22435 (toysat) R 22432 22435 19387 0 -1 4202496 47976 0 0 0 14 5 0 0 20 0 4 0 116191509 1343819776 48786 33554432000 4194304 16246674 140735592450592 140735592449904 14073329 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22435/statm: 328081 48786 801 2943 0 324975 0
[pid=22435/tid=22436] ppid=22432 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (toysat) S 22432 22435 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116191509 1343819776 48786 33554432000 4194304 16246674 140735592450592 139776716942576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22437] ppid=22432 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22437/stat : 22437 (toysat) S 22432 22435 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116191509 1343819776 48786 33554432000 4194304 16246674 140735592450592 139776706452720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22438] ppid=22432 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (toysat) S 22432 22435 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116191509 1343819776 48786 33554432000 4194304 16246674 140735592450592 139776623635632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300491 s]
/proc/loadavg: 2.17 2.21 2.18 4/179 22435
/proc/meminfo: memFree=29209868/32872528 swapFree=16204/1518544
[pid=22435] ppid=22432 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/22435/stat : 22435 (toysat) R 22432 22435 19387 0 -1 4202496 56115 0 0 0 22 7 0 0 20 0 4 0 116191509 1344868352 56925 33554432000 4194304 16246674 140735592450592 140735592449904 4206864 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22435/statm: 328337 56925 801 2943 0 325231 0
[pid=22435/tid=22436] ppid=22432 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (toysat) S 22432 22435 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116191509 1344868352 56925 33554432000 4194304 16246674 140735592450592 139776716942576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22437] ppid=22432 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22437/stat : 22437 (toysat) S 22432 22435 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116191509 1344868352 56925 33554432000 4194304 16246674 140735592450592 139776706452720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22438] ppid=22432 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (toysat) S 22432 22435 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116191509 1344868352 56925 33554432000 4194304 16246674 140735592450592 139776623635632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700413 s]
/proc/loadavg: 2.17 2.21 2.18 4/179 22435
/proc/meminfo: memFree=29209868/32872528 swapFree=16204/1518544
[pid=22435] ppid=22432 vsize=1319492 CPUtime=0.69 cores=0,2,4,6
/proc/22435/stat : 22435 (toysat) R 22432 22435 19387 0 -1 4202496 67394 0 0 0 60 9 0 0 20 0 4 0 116191509 1351159808 69226 33554432000 4194304 16246674 140735592450592 140735592433584 7367752 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22435/statm: 329873 69226 802 2943 0 326767 0
[pid=22435/tid=22436] ppid=22432 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (toysat) S 22432 22435 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116191509 1351159808 69226 33554432000 4194304 16246674 140735592450592 139776716942576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22437] ppid=22432 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22437/stat : 22437 (toysat) S 22432 22435 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116191509 1351159808 69226 33554432000 4194304 16246674 140735592450592 139776706452720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22438] ppid=22432 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (toysat) S 22432 22435 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116191509 1351159808 69226 33554432000 4194304 16246674 140735592450592 139776623635632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 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.17 2.21 2.18 4/183 22439
/proc/meminfo: memFree=28895480/32872528 swapFree=16204/1518544
[pid=22435] ppid=22432 vsize=1319492 CPUtime=1.49 cores=0,2,4,6
/proc/22435/stat : 22435 (toysat) R 22432 22435 19387 0 -1 4202496 98137 0 0 0 136 13 0 0 20 0 4 0 116191509 1351159808 99969 33554432000 4194304 16246674 140735592450592 140735592433584 13965680 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22435/statm: 329873 99969 802 2943 0 326767 0
[pid=22435/tid=22436] ppid=22432 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (toysat) S 22432 22435 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116191509 1351159808 99969 33554432000 4194304 16246674 140735592450592 139776716942576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22437] ppid=22432 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22437/stat : 22437 (toysat) S 22432 22435 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116191509 1351159808 99969 33554432000 4194304 16246674 140735592450592 139776706452720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22438] ppid=22432 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (toysat) S 22432 22435 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116191509 1351159808 99969 33554432000 4194304 16246674 140735592450592 139776623635632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 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.17 2.21 2.18 4/183 22439
/proc/meminfo: memFree=28776068/32872528 swapFree=16204/1518544
[pid=22435] ppid=22432 vsize=1356356 CPUtime=3.09 cores=0,2,4,6
/proc/22435/stat : 22435 (toysat) R 22432 22435 19387 0 -1 4202496 234596 0 0 0 277 32 0 0 20 0 4 0 116191509 1388908544 236429 33554432000 4194304 16246674 140735592450592 140735592432512 5740329 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22435/statm: 339089 236436 843 2943 0 335983 0
[pid=22435/tid=22436] ppid=22432 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (toysat) S 22432 22435 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116191509 1388908544 236441 33554432000 4194304 16246674 140735592450592 139776716942576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22437] ppid=22432 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22437/stat : 22437 (toysat) S 22432 22435 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116191509 1388908544 236446 33554432000 4194304 16246674 140735592450592 139776706452720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22438] ppid=22432 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (toysat) S 22432 22435 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116191509 1388908544 236450 33554432000 4194304 16246674 140735592450592 139776623635632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1356356

[startup+6.30036 s]
/proc/loadavg: 2.24 2.22 2.18 4/183 22439
/proc/meminfo: memFree=28108940/32872528 swapFree=16204/1518544
[pid=22435] ppid=22432 vsize=1356356 CPUtime=6.29 cores=0,2,4,6
/proc/22435/stat : 22435 (toysat) R 22432 22435 19387 0 -1 4202496 273618 0 0 0 592 37 0 0 20 0 4 0 116191509 1388908544 275450 33554432000 4194304 16246674 140735592450592 140735592432512 12369676 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22435/statm: 339089 275450 845 2943 0 335983 0
[pid=22435/tid=22436] ppid=22432 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (toysat) S 22432 22435 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116191509 1388908544 275450 33554432000 4194304 16246674 140735592450592 139776716942576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22437] ppid=22432 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22437/stat : 22437 (toysat) S 22432 22435 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116191509 1388908544 275450 33554432000 4194304 16246674 140735592450592 139776706452720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22438] ppid=22432 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (toysat) S 22432 22435 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116191509 1388908544 275450 33554432000 4194304 16246674 140735592450592 139776623635632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 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.30 2.23 2.19 3/183 22439
/proc/meminfo: memFree=28089012/32872528 swapFree=16204/1518544
[pid=22435] ppid=22432 vsize=1356356 CPUtime=12.69 cores=0,2,4,6
/proc/22435/stat : 22435 (toysat) R 22432 22435 19387 0 -1 4202496 278747 0 0 0 1231 38 0 0 20 0 4 0 116191509 1388908544 280579 33554432000 4194304 16246674 140735592450592 140735592432512 5601651 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22435/statm: 339089 280579 894 2943 0 335983 0
[pid=22435/tid=22436] ppid=22432 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (toysat) S 22432 22435 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116191509 1388908544 280579 33554432000 4194304 16246674 140735592450592 139776716942576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22437] ppid=22432 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22437/stat : 22437 (toysat) S 22432 22435 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116191509 1388908544 280579 33554432000 4194304 16246674 140735592450592 139776706452720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22438] ppid=22432 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (toysat) S 22432 22435 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116191509 1388908544 280579 33554432000 4194304 16246674 140735592450592 139776623635632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1356356

[startup+25.5005 s]
/proc/loadavg: 2.23 2.22 2.18 4/182 22439
/proc/meminfo: memFree=28089752/32872528 swapFree=16204/1518544
[pid=22435] ppid=22432 vsize=1356356 CPUtime=25.49 cores=0,2,4,6
/proc/22435/stat : 22435 (toysat) R 22432 22435 19387 0 -1 4202496 278747 0 0 0 2511 38 0 0 20 0 4 0 116191509 1388908544 280579 33554432000 4194304 16246674 140735592450592 140735592432512 13774516 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22435/statm: 339089 280579 894 2943 0 335983 0
[pid=22435/tid=22436] ppid=22432 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (toysat) S 22432 22435 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116191509 1388908544 280579 33554432000 4194304 16246674 140735592450592 139776716942576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22437] ppid=22432 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22437/stat : 22437 (toysat) S 22432 22435 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116191509 1388908544 280579 33554432000 4194304 16246674 140735592450592 139776706452720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22438] ppid=22432 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (toysat) S 22432 22435 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116191509 1388908544 280579 33554432000 4194304 16246674 140735592450592 139776623635632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 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.23 2.22 2.18 4/183 22440
/proc/meminfo: memFree=28090320/32872528 swapFree=16204/1518544
[pid=22435] ppid=22432 vsize=1356356 CPUtime=51.08 cores=0,2,4,6
/proc/22435/stat : 22435 (toysat) R 22432 22435 19387 0 -1 4202496 278747 0 0 0 5070 38 0 0 20 0 4 0 116191509 1388908544 280579 33554432000 4194304 16246674 140735592450592 140735592449808 5600384 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22435/statm: 339089 280579 894 2943 0 335983 0
[pid=22435/tid=22436] ppid=22432 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (toysat) S 22432 22435 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116191509 1388908544 280579 33554432000 4194304 16246674 140735592450592 139776716942576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22437] ppid=22432 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22437/stat : 22437 (toysat) S 22432 22435 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116191509 1388908544 280579 33554432000 4194304 16246674 140735592450592 139776706452720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22438] ppid=22432 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (toysat) S 22432 22435 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116191509 1388908544 280579 33554432000 4194304 16246674 140735592450592 139776623635632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1356356

[startup+102.3 s]
/proc/loadavg: 2.30 2.24 2.19 3/183 22441
/proc/meminfo: memFree=28090152/32872528 swapFree=16204/1518544
[pid=22435] ppid=22432 vsize=1356356 CPUtime=102.28 cores=0,2,4,6
/proc/22435/stat : 22435 (toysat) R 22432 22435 19387 0 -1 4202496 278747 0 0 0 10189 39 0 0 20 0 4 0 116191509 1388908544 280579 33554432000 4194304 16246674 140735592450592 140735592432512 6012036 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22435/statm: 339089 280579 894 2943 0 335983 0
[pid=22435/tid=22436] ppid=22432 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (toysat) S 22432 22435 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116191509 1388908544 280579 33554432000 4194304 16246674 140735592450592 139776716942576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22437] ppid=22432 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22437/stat : 22437 (toysat) S 22432 22435 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116191509 1388908544 280579 33554432000 4194304 16246674 140735592450592 139776706452720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22438] ppid=22432 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (toysat) S 22432 22435 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116191509 1388908544 280579 33554432000 4194304 16246674 140735592450592 139776623635632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1356356


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

/proc/22435/task/22438/stat : 22438 (toysat) S 22432 22435 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116191509 1842941952 391547 33554432000 4194304 16246674 140735592450592 139776623635632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 1799748

[startup+1362.3 s]
/proc/loadavg: 2.25 2.22 2.18 4/183 22521
/proc/meminfo: memFree=14919844/32872528 swapFree=16204/1518544
[pid=22435] ppid=22432 vsize=1799748 CPUtime=1362.02 cores=0,2,4,6
/proc/22435/stat : 22435 (toysat) R 22432 22435 19387 0 -1 4202496 389601 0 0 0 136130 72 0 0 20 0 4 0 116191509 1842941952 391547 33554432000 4194304 16246674 140735592450592 140735592432512 5523464 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22435/statm: 449937 391547 896 2943 0 446831 0
[pid=22435/tid=22436] ppid=22432 vsize=1799748 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (toysat) S 22432 22435 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116191509 1842941952 391547 33554432000 4194304 16246674 140735592450592 139776716942576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22437] ppid=22432 vsize=1799748 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22437/stat : 22437 (toysat) S 22432 22435 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116191509 1842941952 391547 33554432000 4194304 16246674 140735592450592 139776706452720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22438] ppid=22432 vsize=1799748 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (toysat) S 22432 22435 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116191509 1842941952 391547 33554432000 4194304 16246674 140735592450592 139776623635632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 1799748

[startup+1422.3 s]
/proc/loadavg: 2.24 2.23 2.18 3/184 22525
/proc/meminfo: memFree=13644852/32872528 swapFree=16204/1518544
[pid=22435] ppid=22432 vsize=1864260 CPUtime=1422 cores=0,2,4,6
/proc/22435/stat : 22435 (toysat) R 22432 22435 19387 0 -1 4202496 405672 0 0 0 142126 74 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 140735592432512 5822604 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22435/statm: 466065 407596 896 2943 0 462959 0
[pid=22435/tid=22436] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (toysat) S 22432 22435 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776716942576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22437] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22437/stat : 22437 (toysat) S 22432 22435 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776706452720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22438] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (toysat) S 22432 22435 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776623635632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 1864260

[startup+1482.3 s]
/proc/loadavg: 2.12 2.20 2.17 4/184 22548
/proc/meminfo: memFree=13643932/32872528 swapFree=16204/1518544
[pid=22435] ppid=22432 vsize=1864260 CPUtime=1481.98 cores=0,2,4,6
/proc/22435/stat : 22435 (toysat) R 22432 22435 19387 0 -1 4202496 405690 0 0 0 148123 75 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 140735592432512 12415766 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22435/statm: 466065 407596 896 2943 0 462959 0
[pid=22435/tid=22436] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (toysat) S 22432 22435 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776716942576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22437] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22437/stat : 22437 (toysat) S 22432 22435 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776706452720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22438] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (toysat) S 22432 22435 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776623635632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 1864260

[startup+1542.31 s]
/proc/loadavg: 2.19 2.20 2.18 4/183 22597
/proc/meminfo: memFree=27202068/32872528 swapFree=16204/1518544
[pid=22435] ppid=22432 vsize=1864260 CPUtime=1541.96 cores=0,2,4,6
/proc/22435/stat : 22435 (toysat) R 22432 22435 19387 0 -1 4202496 405725 0 0 0 154121 75 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 140735592432512 6022678 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22435/statm: 466065 407596 896 2943 0 462959 0
[pid=22435/tid=22436] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (toysat) S 22432 22435 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776716942576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22437] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22437/stat : 22437 (toysat) S 22432 22435 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776706452720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22438] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (toysat) S 22432 22435 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776623635632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 1864260

[startup+1602.3 s]
/proc/loadavg: 2.07 2.16 2.17 4/182 22599
/proc/meminfo: memFree=19428472/32872528 swapFree=16204/1518544
[pid=22435] ppid=22432 vsize=1864260 CPUtime=1601.93 cores=0,2,4,6
/proc/22435/stat : 22435 (toysat) R 22432 22435 19387 0 -1 4202496 405750 0 0 0 160118 75 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 140735592432512 5601643 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22435/statm: 466065 407596 896 2943 0 462959 0
[pid=22435/tid=22436] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (toysat) S 22432 22435 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776716942576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22437] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22437/stat : 22437 (toysat) S 22432 22435 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776706452720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22438] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (toysat) S 22432 22435 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776623635632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 1864260

[startup+1662.3 s]
/proc/loadavg: 2.14 2.16 2.17 4/183 22601
/proc/meminfo: memFree=24825764/32872528 swapFree=16204/1518544
[pid=22435] ppid=22432 vsize=1864260 CPUtime=1661.91 cores=0,2,4,6
/proc/22435/stat : 22435 (toysat) R 22432 22435 19387 0 -1 4202496 405775 0 0 0 166116 75 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 140735592432512 5710984 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22435/statm: 466065 407596 896 2943 0 462959 0
[pid=22435/tid=22436] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (toysat) S 22432 22435 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776716942576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22437] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22437/stat : 22437 (toysat) S 22432 22435 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776706452720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22438] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (toysat) S 22432 22435 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776623635632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 1864260

[startup+1722.3 s]
/proc/loadavg: 2.14 2.16 2.16 4/183 22602
/proc/meminfo: memFree=16995756/32872528 swapFree=16204/1518544
[pid=22435] ppid=22432 vsize=1864260 CPUtime=1721.89 cores=0,2,4,6
/proc/22435/stat : 22435 (toysat) R 22432 22435 19387 0 -1 4202496 405789 0 0 0 172114 75 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 140735592432512 5600072 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22435/statm: 466065 407596 896 2943 0 462959 0
[pid=22435/tid=22436] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (toysat) S 22432 22435 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776716942576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22437] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22437/stat : 22437 (toysat) S 22432 22435 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776706452720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22438] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (toysat) S 22432 22435 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776623635632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 1864260

[startup+1782.3 s]
/proc/loadavg: 2.29 2.19 2.17 3/183 22603
/proc/meminfo: memFree=14728296/32872528 swapFree=16204/1518544
[pid=22435] ppid=22432 vsize=1864260 CPUtime=1781.86 cores=0,2,4,6
/proc/22435/stat : 22435 (toysat) R 22432 22435 19387 0 -1 4202496 405815 0 0 0 178111 75 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 140735592432512 5601643 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22435/statm: 466065 407596 896 2943 0 462959 0
[pid=22435/tid=22436] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (toysat) S 22432 22435 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776716942576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22437] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22437/stat : 22437 (toysat) S 22432 22435 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776706452720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22438] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (toysat) S 22432 22435 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776623635632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 1864260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.21 2.18 2.17 3/183 22603
/proc/meminfo: memFree=14728400/32872528 swapFree=16204/1518544
[pid=22435] ppid=22432 vsize=1864260 CPUtime=1800.06 cores=0,2,4,6
/proc/22435/stat : 22435 (toysat) R 22432 22435 19387 0 -1 4202496 405815 0 0 0 179931 75 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 140735592432448 5822484 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22435/statm: 466065 407596 896 2943 0 462959 0
[pid=22435/tid=22436] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (toysat) S 22432 22435 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776716942576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22437] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22437/stat : 22437 (toysat) S 22432 22435 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776706452720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22438] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (toysat) S 22432 22435 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776623635632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1864260

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

[startup+1800.5 s]
/proc/loadavg: 2.21 2.18 2.17 3/183 22603
/proc/meminfo: memFree=14728400/32872528 swapFree=16204/1518544
[pid=22435] ppid=22432 vsize=1864260 CPUtime=1800.06 cores=0,2,4,6
/proc/22435/stat : 22435 (toysat) R 22432 22435 19387 0 -1 4202496 405815 0 0 0 179931 75 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 140735592432448 5822484 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22435/statm: 466065 407596 896 2943 0 462959 0
[pid=22435/tid=22436] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22436/stat : 22436 (toysat) S 22432 22435 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776716942576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22435/tid=22437] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22437/stat : 22437 (toysat) S 22432 22435 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776706452720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22435/tid=22438] ppid=22432 vsize=1864260 CPUtime=0 cores=0,2,4,6
/proc/22435/task/22438/stat : 22438 (toysat) S 22432 22435 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116191509 1909002240 407596 33554432000 4194304 16246674 140735592450592 139776623635632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1864260

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.32
system time used= 0.777881
maximum resident set size= 1630384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 405815
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= 401
involuntary context switches= 1921

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.53531 second user time and 6.95594 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-08 01:36:26
IDJOB=4079345
IDBENCH=92775
IDSOLVER=2542
FILE ID=node129/4079345-1465342586
RUNJOBID= node129-1465311042-19403
PBS_JOBID= 19850114
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= 579086081fadd70cb8f17f26654d7fe6
RANDOM SEED=97611295

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29210140 kB
Buffers:           54400 kB
Cached:           222712 kB
SwapCached:         1412 kB
Active:          1250156 kB
Inactive:         149700 kB
Active(anon):    1120912 kB
Inactive(anon):     4352 kB
Active(file):     129244 kB
Inactive(file):   145348 kB
Unevictable:     1518544 kB
Mlocked:           16204 kB
SwapTotal:      67108856 kB
SwapFree:       67098824 kB
Dirty:             28500 kB
Writeback:             0 kB
AnonPages:       2643104 kB
Mapped:            11808 kB
Shmem:                 0 kB
Slab:             605412 kB
SReclaimable:      49276 kB
SUnreclaim:       556136 kB
KernelStack:        1480 kB
PageTables:         9188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2785924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1550336 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= 71692 MiB
End job on node129 at 2016-06-08 02:06:27