Trace number 4079340

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.05 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_3_ic.opb
MD5SUM63c4e0568f91ae4bdd1fa7b5cc0b98cf
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark19457339
Best CPU time to get the best result obtained on this benchmark1800.09
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 99897344
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 45563322036
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 99897344
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 45563322036
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:29:16+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4079340-1465342156.opb"]
0.00/0.01	c use --random-gen="1847101983 999909080 1996316980 236305086 3067247326 3997402040 130125384 2692071562 1921823464 1328913440 2979923916 508804633 2589031372 3860788365 2012810061 856592252 1039566154 648527135 231660643 2815757582 4052273692 166774512 2563989107 1791684859 34824183 1062758018 230652136 1157488512 2347268392 3132621324 1562802642 2173346223 3534910754 2393403007 989084781 734884664 3477594788 4138593525 143815417 1367773148 369414960 623664178 3917278544 1291907800 2634268844 1653445485 2794469398 1735561157 2567601201 1311843149 3140231244 1446662909 4232850922 2341179497 3305144065 1850256828 3155276069 1959270816 146768069 4179380909 1848940700 114344609 2257610614 476819785 1291202175 3255701416 484210015 2022449629 1274938120 1094037937 4020878467 617604787 2084439246 3962264580 977860904 3305804393 2776928738 3041265984 3912727767 1018938412 2996221928 68821508 2001869621 1917247702 3888776129 1432266979 913597304 2023480766 3814034091 3146637889 4260400349 15660901 2411512712 409519272 80083921 276014051 416383553 2628943534 3870342397 3221524275 1397083737 2690710538 2425835877 3343173330 3113027186 3593489253 1665609824 2145368660 1459262024 2589698514 2195715961 3261913848 791382853 107949909 4229429320 934122560 2624981327 4240869903 2699714317 1178961649 2805393909 771409785 3091808194 4248360118 4236181576 1801482281 2683498437 4130620793 3292780475 1940698392 2699294854 623433068 653163666 2729673742 2613157134 2140107270 4131511135 654391679 2295445573 2063815415 2477823507 3382342072 2144593766 810995880 1313057817 4218974623 1029547802 4061746029 17561082 2693744353 3095786681 519006946 2518828505 843683108 1441501678 3744104240 236396039 878372969 4252059666 2781196395 2734061088 530468761 1983896314 1527294792 2834108508 2125559567 249613432 2281222722 2603102631 1209467732 2922073231 1350860906 1243662802 3481098115 1506357330 804275898 1793181698 2590632924 599170619 2945902102 1047950866 246858987 961774808 605125648 871331121 2519279281 3746646546 56076906 2612066586 2467279038 2705957943 3466288632 2282073371 491915044 3237482227 36890487 2196799017 3387931182 3158005837 3714385092 3324966933 2857234251 2668705639 2675675694 2631380003 926776488 2713495688 3259741565 2001135925 4069686095 598893011 2670036846 3810375497 1606268996 1775091924 1749365125 1145464439 2011017476 3092948728 3407527077 2598639249 657035858 3160422567 971919089 3640613322 3966893315 2181075113 3704302369 4074380695 411443930 3685131385 4105666622 3445881956 3878537728 152534827 1775914124 724859845 2190736966 3411765104 3272096829 2879233681 2097682253 2649311520 2014170158 2481685183 1887685875 3083522955 2822640003 2067208281 1373919121 1913612254 3128100743 3571279117 3008795290 1566083391 16727242 255 362436" option to reproduce the execution
1.99/2.05	c #vars 125200
1.99/2.05	c #constraints 250157
6.88/6.95	c BCD2: Hardening is enabled.
6.88/6.95	c BCD2: BiasedSearch is enabled.
6.88/6.95	c Solving starts ...
6.88/6.95	c ============================[ Search Statistics ]============================
6.88/6.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.88/6.95	c       |         |          |          |    Limit     GC | Var      | Constra 
6.88/6.95	c =============================================================================
6.98/7.05	c  0.0s |       0 |        0 |        0 |   127569      0 |      150 |        0
18.38/18.48	c 11.4s |       0 |      145 |      100 |   127569      0 |      150 |        0
18.58/18.60	c 11.6s |       1 |      145 |      100 |   127569      0 |      150 |        0
21.18/21.20	c 14.2s |       2 |      501 |      250 |   140326      0 |      150 |        0
24.48/24.51	c 17.5s |       2 |      777 |      450 |   154359      0 |      150 |        0
24.88/24.97	c 17.9s |       3 |      816 |      475 |   154359      0 |      150 |        0
27.18/27.29	c 20.2s |       3 |     1058 |      675 |   169795      0 |      150 |        0
28.48/28.60	c 21.6s |       4 |     1198 |      813 |   169795      0 |      150 |        0
30.58/30.67	c 23.6s |       4 |     1603 |      913 |   186775      0 |      150 |        0
33.09/33.17	c 26.1s |       4 |     1808 |     1113 |   186775      0 |      150 |        0
35.68/35.77	c 28.7s |       4 |     2013 |     1313 |   186775      0 |      150 |        0
35.88/35.99	c 28.9s |       5 |     2022 |     1320 |   186775      0 |      150 |        0
38.78/38.87	c 31.8s |       5 |     2413 |     1520 |   205453      0 |      150 |        0
41.28/41.32	c 34.3s |       5 |     2619 |     1620 |   205453      0 |      150 |        0
43.39/43.49	c 36.4s |       5 |     2717 |     1720 |   205453      0 |      150 |        0
47.59/47.63	c 40.6s |       5 |     2836 |     1820 |   205453      0 |      150 |        0
51.09/51.11	c 44.1s |       5 |     2940 |     1920 |   205453      0 |      150 |        0
53.28/53.37	c 46.3s |       5 |     3136 |     2020 |   205453      0 |      150 |        0
59.08/59.11	c 52.1s |       6 |     3247 |     2081 |   225999      0 |      150 |        0
61.78/61.84	c 54.8s |       6 |     3520 |     2281 |   225999      0 |      150 |        0
64.58/64.69	c 57.6s |       6 |     3877 |     2581 |   225999      0 |      150 |        0
67.88/67.93	c 60.9s |       6 |     4204 |     2881 |   225999      0 |      150 |        0
70.18/70.23	c 63.2s |       6 |     4422 |     3081 |   225999      0 |      150 |        0
71.88/71.97	c 64.9s |       7 |     4582 |     3223 |   248599      0 |      150 |        0
74.18/74.22	c 67.2s |       7 |     4884 |     3323 |   248599      0 |      150 |        0
77.58/77.60	c 70.5s |       7 |     5099 |     3523 |   248599      0 |      150 |        0
80.78/80.82	c 73.8s |       7 |     5314 |     3723 |   248599      0 |      150 |        0
83.69/83.79	c 76.7s |       7 |     5538 |     3923 |   248599      0 |      150 |        0
86.58/86.66	c 79.6s |       7 |     5756 |     4123 |   248599      0 |      150 |        0
89.48/89.59	c 82.5s |       7 |     5962 |     4323 |   248599      0 |      150 |        0
92.78/92.84	c 85.8s |       7 |     6175 |     4523 |   248599      0 |      150 |        0
95.78/95.84	c 88.8s |       7 |     6397 |     4723 |   248599      0 |      150 |        0
98.78/98.83	c 91.8s |       7 |     6641 |     4923 |   273459      0 |      150 |        0
99.08/99.11	c 92.1s |       8 |     6649 |     4936 |   273459      0 |      150 |        0
101.18/101.24	c 94.2s |       8 |     6798 |     5036 |   273459      0 |      150 |        0
103.58/103.62	c 96.6s |       8 |     7027 |     5236 |   273459      0 |      150 |        0
106.37/106.47	c 99.4s |       8 |     7259 |     5436 |   273459      0 |      150 |        0
108.67/108.74	c  101s |       8 |     7490 |     5636 |   273459      0 |      150 |        0
111.08/111.16	c  104s |       8 |     7720 |     5836 |   273459      0 |      150 |        0
113.77/113.87	c  106s |       8 |     7936 |     6036 |   273459      0 |      150 |        0
116.58/116.62	c  109s |       8 |     8151 |     6236 |   273459      0 |      150 |        0
119.27/119.33	c  112s |       8 |     8363 |     6436 |   273459      0 |      150 |        0
121.77/121.85	c  114s |       8 |     8586 |     6636 |   273459      0 |      150 |        0
124.57/124.65	c  117s |       8 |     8847 |     6836 |   273459      0 |      150 |        0
127.27/127.33	c  120s |       8 |     9046 |     7036 |   273459      0 |      150 |        0
129.78/129.84	c  122s |       8 |     9258 |     7236 |   273459      0 |      150 |        0
132.08/132.15	c  125s |       8 |     9465 |     7436 |   273459      0 |      150 |        0
133.18/133.23	c  126s |       9 |     9535 |     7506 |   300805      0 |      150 |        0
135.17/135.27	c  128s |       9 |     9699 |     7606 |   300805      0 |      150 |        0
138.17/138.24	c  131s |       9 |     9916 |     7806 |   300805      0 |      150 |        0
141.07/141.16	c  134s |       9 |    10141 |     8006 |   300805      0 |      150 |        0
144.18/144.26	c  137s |       9 |    10358 |     8206 |   300805      0 |      150 |        0
147.17/147.30	c  140s |       9 |    10582 |     8406 |   300805      0 |      150 |        0
149.87/149.93	c  142s |       9 |    10796 |     8606 |   300805      0 |      150 |        0
152.57/152.64	c  145s |       9 |    11005 |     8806 |   300805      0 |      150 |        0
155.07/155.14	c  148s |       9 |    11224 |     9006 |   300805      0 |      150 |        0
157.67/157.76	c  150s |       9 |    11431 |     9206 |   300805      0 |      150 |        0
159.97/160.09	c  153s |       9 |    11660 |     9406 |   300805      0 |      150 |        0
162.47/162.56	c  155s |       9 |    11873 |     9606 |   300805      0 |      150 |        0
164.97/165.06	c  158s |       9 |    12081 |     9806 |   300805      0 |      150 |        0
167.36/167.46	c  160s |       9 |    12294 |    10006 |   300805      0 |      150 |        0
170.06/170.11	c  163s |       9 |    12494 |    10206 |   300805      0 |      150 |        0
172.77/172.89	c  165s |       9 |    12709 |    10406 |   300805      0 |      150 |        0
175.46/175.53	c  168s |       9 |    12944 |    10606 |   300805      0 |      150 |        0
177.96/178.09	c  171s |       9 |    13146 |    10806 |   300805      0 |      150 |        0
180.56/180.62	c  173s |       9 |    13365 |    11006 |   300805      0 |      150 |        0
183.26/183.31	c  176s |       9 |    13575 |    11206 |   300805      0 |      150 |        0
185.36/185.47	c  178s |      10 |    13748 |    11361 |   330886      0 |      150 |        0
187.46/187.50	c  180s |      10 |    13950 |    11461 |   330886      0 |      150 |        0
190.06/190.11	c  183s |      10 |    14166 |    11661 |   330886      0 |      150 |        0
192.46/192.55	c  185s |      10 |    14396 |    11861 |   330886      0 |      150 |        0
194.96/195.01	c  187s |      10 |    14623 |    12061 |   330886      0 |      150 |        0
197.76/197.83	c  190s |      10 |    14837 |    12261 |   330886      0 |      150 |        0
199.96/200.04	c  192s |      10 |    15072 |    12461 |   330886      0 |      150 |        0
202.36/202.44	c  195s |      10 |    15279 |    12661 |   330886      0 |      150 |        0
204.56/204.62	c  197s |      10 |    15485 |    12861 |   330886      0 |      150 |        0
206.95/207.04	c  199s |      10 |    15717 |    13061 |   330886      0 |      150 |        0
209.15/209.27	c  202s |      10 |    15935 |    13261 |   330886      0 |      150 |        0
211.65/211.70	c  204s |      10 |    16158 |    13461 |   330886      0 |      150 |        0
213.85/213.99	c  206s |      10 |    16371 |    13661 |   330886      0 |      150 |        0
216.95/217.03	c  209s |      10 |    16613 |    13861 |   330886      0 |      150 |        0
219.75/219.85	c  212s |      10 |    16834 |    14061 |   330886      0 |      150 |        0
222.16/222.24	c  215s |      10 |    17046 |    14261 |   330886      0 |      150 |        0
224.36/224.44	c  217s |      10 |    17251 |    14461 |   330886      0 |      150 |        0
226.75/226.88	c  219s |      10 |    17463 |    14661 |   330886      0 |      150 |        0
229.05/229.14	c  222s |      10 |    17697 |    14861 |   330886      0 |      150 |        0
231.55/231.63	c  224s |      10 |    17924 |    15061 |   330886      0 |      150 |        0
233.85/233.94	c  226s |      10 |    18123 |    15261 |   330886      0 |      150 |        0
236.35/236.47	c  229s |      10 |    18334 |    15461 |   330886      0 |      150 |        0
238.76/238.83	c  231s |      10 |    18550 |    15661 |   330886      0 |      150 |        0
241.15/241.22	c  234s |      10 |    18776 |    15861 |   330886      0 |      150 |        0
243.35/243.48	c  236s |      10 |    18994 |    16061 |   330886      0 |      150 |        0
245.95/246.02	c  238s |      10 |    19212 |    16261 |   330886      0 |      150 |        0
248.45/248.52	c  241s |      10 |    19429 |    16461 |   330886      0 |      150 |        0
250.95/251.02	c  243s |      10 |    19646 |    16661 |   330886      0 |      150 |        0
253.35/253.44	c  246s |      10 |    19867 |    16861 |   330886      0 |      150 |        0
256.15/256.30	c  249s |      10 |    20137 |    17061 |   363975      0 |      150 |        0
257.24/257.33	c  250s |      11 |    20235 |    17144 |   363975      0 |      150 |        0
259.34/259.42	c  252s |      11 |    20385 |    17244 |   363975      0 |      150 |        0
261.64/261.79	c  254s |      11 |    20601 |    17444 |   363975      0 |      150 |        0
264.35/264.48	c  257s |      11 |    20828 |    17644 |   363975      0 |      150 |        0
267.05/267.13	c  260s |      11 |    21052 |    17844 |   363975      0 |      150 |        0
269.75/269.81	c  262s |      11 |    21269 |    18044 |   363975      0 |      150 |        0
272.55/272.61	c  265s |      11 |    21485 |    18244 |   363975      0 |      150 |        0
275.15/275.20	c  268s |      11 |    21701 |    18444 |   363975      0 |      150 |        0
277.16/277.23	c  270s |      11 |    21916 |    18644 |   363975      0 |      150 |        0
279.36/279.43	c  272s |      11 |    22128 |    18844 |   363975      0 |      150 |        0
282.05/282.16	c  275s |      11 |    22346 |    19044 |   363975      0 |      150 |        0
284.45/284.51	c  277s |      11 |    22565 |    19244 |   363975      0 |      150 |        0
286.95/287.10	c  280s |      11 |    22783 |    19444 |   363975      0 |      150 |        0
289.26/289.39	c  282s |      11 |    22999 |    19644 |   363975      0 |      150 |        0
292.45/292.54	c  285s |      11 |    23333 |    19944 |   363975      0 |      150 |        0
294.55/294.62	c  287s |      11 |    23558 |    20144 |   363975      0 |      150 |        0
297.05/297.11	c  290s |      11 |    23772 |    20344 |   363975      0 |      150 |        0
299.25/299.33	c  292s |      11 |    23986 |    20544 |   363975      0 |      150 |        0
302.05/302.13	c  295s |      11 |    24318 |    20844 |   363975      0 |      150 |        0
305.25/305.31	c  298s |      11 |    24625 |    21144 |   363975      0 |      150 |        0
308.05/308.15	c  301s |      11 |    24951 |    21444 |   363975      0 |      150 |        0
310.05/310.15	c  303s |      11 |    25167 |    21644 |   363975      0 |      150 |        0
312.25/312.38	c  305s |      11 |    25394 |    21844 |   363975      0 |      150 |        0
314.75/314.82	c  307s |      11 |    25631 |    22044 |   363975      0 |      150 |        0
317.14/317.27	c  310s |      11 |    25863 |    22244 |   363975      0 |      150 |        0
319.44/319.57	c  312s |      11 |    26076 |    22444 |   363975      0 |      150 |        0
321.94/322.00	c  314s |      11 |    26300 |    22644 |   363975      0 |      150 |        0
324.64/324.71	c  317s |      11 |    26519 |    22844 |   363975      0 |      150 |        0
327.04/327.10	c  320s |      11 |    26739 |    23044 |   363975      0 |      150 |        0
329.04/329.15	c  322s |      11 |    26945 |    23244 |   363975      0 |      150 |        0
331.74/331.85	c  324s |      11 |    27161 |    23444 |   363975      0 |      150 |        0
333.84/333.98	c  326s |      11 |    27366 |    23644 |   363975      0 |      150 |        0
336.65/336.79	c  329s |      11 |    27700 |    23944 |   363975      0 |      150 |        0
339.04/339.12	c  332s |      11 |    27916 |    24144 |   363975      0 |      150 |        0
342.15/342.29	c  335s |      11 |    28235 |    24444 |   363975      0 |      150 |        0
344.35/344.49	c  337s |      11 |    28449 |    24644 |   363975      0 |      150 |        0
347.24/347.37	c  340s |      11 |    28776 |    24944 |   363975      0 |      150 |        0
350.44/350.50	c  343s |      11 |    29112 |    25244 |   363975      0 |      150 |        0
352.74/352.89	c  345s |      11 |    29326 |    25444 |   363975      0 |      150 |        0
355.44/355.53	c  348s |      11 |    29549 |    25644 |   363975      0 |      150 |        0
357.45/357.59	c  350s |      12 |    29730 |    25819 |   400373      0 |      150 |        0
359.75/359.89	c  352s |      12 |    29896 |    25919 |   400373      0 |      150 |        0
362.64/362.72	c  355s |      12 |    30102 |    26119 |   400373      0 |      150 |        0
365.14/365.27	c  358s |      12 |    30314 |    26319 |   400373      0 |      150 |        0
367.84/367.92	c  360s |      12 |    30521 |    26519 |   400373      0 |      150 |        0
370.84/370.91	c  363s |      12 |    30744 |    26719 |   400373      0 |      150 |        0
373.34/373.44	c  366s |      12 |    30971 |    26919 |   400373      0 |      150 |        0
375.44/375.54	c  368s |      12 |    31188 |    27119 |   400373      0 |      150 |        0
377.94/378.09	c  371s |      12 |    31397 |    27319 |   400373      0 |      150 |        0
380.34/380.43	c  373s |      12 |    31623 |    27519 |   400373      0 |      150 |        0
382.93/383.02	c  375s |      12 |    31832 |    27719 |   400373      0 |      150 |        0
385.63/385.73	c  378s |      12 |    32065 |    27919 |   400373      0 |      150 |        0
388.63/388.72	c  381s |      12 |    32290 |    28119 |   400373      0 |      150 |        0
391.54/391.62	c  384s |      12 |    32509 |    28319 |   400373      0 |      150 |        0
394.23/394.37	c  387s |      12 |    32717 |    28519 |   400373      0 |      150 |        0
397.23/397.37	c  390s |      12 |    32933 |    28719 |   400373      0 |      150 |        0
400.03/400.14	c  393s |      12 |    33143 |    28919 |   400373      0 |      150 |        0
402.73/402.87	c  395s |      12 |    33373 |    29119 |   400373      0 |      150 |        0
405.13/405.26	c  398s |      12 |    33579 |    29319 |   400373      0 |      150 |        0
407.83/407.95	c  400s |      12 |    33795 |    29519 |   400373      0 |      150 |        0
410.63/410.76	c  403s |      12 |    34004 |    29719 |   400373      0 |      150 |        0
413.23/413.35	c  406s |      12 |    34207 |    29919 |   400373      0 |      150 |        0
415.74/415.82	c  408s |      12 |    34409 |    30119 |   400373      0 |      150 |        0
418.33/418.46	c  411s |      12 |    34616 |    30319 |   400373      0 |      150 |        0
420.83/420.94	c  413s |      12 |    34842 |    30519 |   400373      0 |      150 |        0
423.53/423.68	c  416s |      12 |    35054 |    30719 |   400373      0 |      150 |        0
426.43/426.57	c  419s |      12 |    35276 |    30919 |   400373      0 |      150 |        0
429.23/429.35	c  422s |      12 |    35492 |    31119 |   400373      0 |      150 |        0
432.03/432.14	c  425s |      12 |    35728 |    31319 |   400373      0 |      150 |        0
435.02/435.15	c  428s |      12 |    35965 |    31519 |   400373      0 |      150 |        0
437.73/437.82	c  430s |      12 |    36181 |    31719 |   400373      0 |      150 |        0
440.12/440.25	c  433s |      12 |    36401 |    31919 |   400373      0 |      150 |        0
442.82/442.96	c  435s |      12 |    36627 |    32119 |   400373      0 |      150 |        0
445.43/445.60	c  438s |      12 |    36829 |    32319 |   400373      0 |      150 |        0
448.42/448.56	c  441s |      12 |    37047 |    32519 |   400373      0 |      150 |        0
451.22/451.38	c  444s |      12 |    37259 |    32719 |   400373      0 |      150 |        0
454.33/454.49	c  447s |      12 |    37475 |    32919 |   400373      0 |      150 |        0
457.22/457.37	c  450s |      12 |    37687 |    33119 |   400373      0 |      150 |        0
459.52/459.65	c  452s |      12 |    37899 |    33319 |   400373      0 |      150 |        0
462.03/462.11	c  455s |      12 |    38097 |    33519 |   400373      0 |      150 |        0
464.92/465.05	c  458s |      12 |    38319 |    33719 |   400373      0 |      150 |        0
467.82/467.96	c  460s |      12 |    38527 |    33919 |   400373      0 |      150 |        0
470.52/470.60	c  463s |      12 |    38742 |    34119 |   400373      0 |      150 |        0
473.03/473.11	c  466s |      12 |    38952 |    34319 |   400373      0 |      150 |        0
475.92/476.00	c  468s |      12 |    39166 |    34519 |   400373      0 |      150 |        0
478.53/478.64	c  471s |      12 |    39374 |    34719 |   400373      0 |      150 |        0
481.22/481.35	c  474s |      12 |    39585 |    34919 |   400373      0 |      150 |        0
484.02/484.12	c  477s |      12 |    39795 |    35119 |   400373      0 |      150 |        0
486.82/486.94	c  479s |      12 |    39993 |    35319 |   400373      0 |      150 |        0
489.32/489.50	c  482s |      12 |    40219 |    35519 |   400373      0 |      150 |        0
492.22/492.38	c  485s |      12 |    40440 |    35719 |   400373      0 |      150 |        0
495.22/495.35	c  488s |      12 |    40656 |    35919 |   400373      0 |      150 |        0
498.42/498.51	c  491s |      12 |    40866 |    36119 |   400373      0 |      150 |        0
501.11/501.20	c  494s |      12 |    41083 |    36319 |   400373      0 |      150 |        0
504.31/504.47	c  497s |      12 |    41312 |    36519 |   400373      0 |      150 |        0
507.21/507.32	c  500s |      12 |    41530 |    36719 |   400373      0 |      150 |        0
510.11/510.24	c  503s |      12 |    41767 |    36919 |   400373      0 |      150 |        0
513.01/513.16	c  506s |      12 |    41971 |    37119 |   400373      0 |      150 |        0
516.01/516.19	c  509s |      12 |    42187 |    37319 |   400373      0 |      150 |        0
518.91/519.01	c  511s |      12 |    42397 |    37519 |   400373      0 |      150 |        0
521.81/521.91	c  514s |      12 |    42603 |    37719 |   400373      0 |      150 |        0
525.01/525.13	c  518s |      12 |    42819 |    37919 |   400373      0 |      150 |        0
528.02/528.11	c  521s |      12 |    43033 |    38119 |   400373      0 |      150 |        0
531.22/531.31	c  524s |      12 |    43241 |    38319 |   400373      0 |      150 |        0
533.91/534.09	c  527s |      12 |    43446 |    38519 |   400373      0 |      150 |        0
536.71/536.87	c  529s |      12 |    43652 |    38719 |   440411      0 |      150 |        0
538.31/538.40	c  531s |      13 |    43767 |    38832 |   440411      0 |      150 |        0
540.61/540.75	c  533s |      13 |    43928 |    38932 |   440411      0 |      150 |        0
543.61/543.75	c  536s |      13 |    44170 |    39132 |   440411      0 |      150 |        0
546.81/546.98	c  539s |      13 |    44392 |    39332 |   440411      0 |      150 |        0
550.51/550.66	c  543s |      13 |    44619 |    39532 |   440411      0 |      150 |        0
553.60/553.79	c  546s |      13 |    44834 |    39732 |   440411      0 |      150 |        0
556.90/557.08	c  550s |      13 |    45066 |    39932 |   440411      0 |      150 |        0
559.00/559.10	c  552s |      13 |    45163 |    40032 |   440411      0 |      150 |        0
562.40/562.56	c  555s |      13 |    45373 |    40232 |   440411      0 |      150 |        0
565.80/565.93	c  558s |      13 |    45585 |    40432 |   440411      0 |      150 |        0
569.00/569.15	c  562s |      13 |    45804 |    40632 |   440411      0 |      150 |        0
572.30/572.43	c  565s |      13 |    46010 |    40832 |   440411      0 |      150 |        0
575.00/575.16	c  568s |      13 |    46227 |    41032 |   440411      0 |      150 |        0
577.80/577.90	c  570s |      13 |    46439 |    41232 |   440411      0 |      150 |        0
580.40/580.58	c  573s |      13 |    46662 |    41432 |   440411      0 |      150 |        0
583.60/583.74	c  576s |      13 |    46879 |    41632 |   440411      0 |      150 |        0
586.39/586.52	c  579s |      13 |    47095 |    41832 |   440411      0 |      150 |        0
589.39/589.56	c  582s |      13 |    47315 |    42032 |   440411      0 |      150 |        0
592.29/592.42	c  585s |      13 |    47539 |    42232 |   440411      0 |      150 |        0
595.09/595.26	c  588s |      13 |    47778 |    42432 |   440411      0 |      150 |        0
597.79/597.98	c  590s |      13 |    48010 |    42632 |   440411      0 |      150 |        0
600.88/601.03	c  593s |      13 |    48221 |    42832 |   440411      0 |      150 |        0
603.38/603.53	c  596s |      13 |    48447 |    43032 |   440411      0 |      150 |        0
606.18/606.36	c  599s |      13 |    48661 |    43232 |   440411      0 |      150 |        0
609.29/609.41	c  602s |      13 |    48871 |    43432 |   440411      0 |      150 |        0
612.08/612.29	c  605s |      13 |    49078 |    43632 |   440411      0 |      150 |        0
614.88/615.03	c  607s |      13 |    49298 |    43832 |   440411      0 |      150 |        0
617.88/618.01	c  610s |      13 |    49513 |    44032 |   440411      0 |      150 |        0
620.68/620.82	c  613s |      13 |    49725 |    44232 |   440411      0 |      150 |        0
624.18/624.34	c  617s |      13 |    49949 |    44432 |   440411      0 |      150 |        0
627.37/627.50	c  620s |      13 |    50167 |    44632 |   440411      0 |      150 |        0
629.97/630.11	c  623s |      13 |    50383 |    44832 |   440411      0 |      150 |        0
632.48/632.69	c  625s |      13 |    50601 |    45032 |   440411      0 |      150 |        0
635.68/635.82	c  628s |      13 |    50826 |    45232 |   440411      0 |      150 |        0
638.47/638.64	c  631s |      13 |    51044 |    45432 |   440411      0 |      150 |        0
641.57/641.79	c  634s |      13 |    51274 |    45632 |   440411      0 |      150 |        0
644.47/644.65	c  637s |      13 |    51490 |    45832 |   440411      0 |      150 |        0
647.37/647.59	c  640s |      13 |    51704 |    46032 |   440411      0 |      150 |        0
650.17/650.39	c  643s |      13 |    51915 |    46232 |   440411      0 |      150 |        0
652.86/653.06	c  646s |      13 |    52126 |    46432 |   440411      0 |      150 |        0
655.47/655.70	c  648s |      13 |    52339 |    46632 |   440411      0 |      150 |        0
658.26/658.41	c  651s |      13 |    52540 |    46832 |   440411      0 |      150 |        0
661.26/661.40	c  654s |      13 |    52766 |    47032 |   440411      0 |      150 |        0
664.36/664.56	c  657s |      13 |    52983 |    47232 |   440411      0 |      150 |        0
667.46/667.63	c  660s |      13 |    53258 |    47432 |   440411      0 |      150 |        0
669.96/670.16	c  663s |      13 |    53480 |    47632 |   440411      0 |      150 |        0
672.65/672.87	c  665s |      13 |    53700 |    47832 |   440411      0 |      150 |        0
675.45/675.60	c  668s |      13 |    53919 |    48032 |   440411      0 |      150 |        0
678.35/678.53	c  671s |      13 |    54122 |    48232 |   440411      0 |      150 |        0
680.86/681.05	c  674s |      13 |    54349 |    48432 |   440411      0 |      150 |        0
683.95/684.11	c  677s |      13 |    54571 |    48632 |   440411      0 |      150 |        0
686.55/686.76	c  679s |      13 |    54791 |    48832 |   440411      0 |      150 |        0
689.25/689.48	c  682s |      13 |    55002 |    49032 |   440411      0 |      150 |        0
691.65/691.82	c  684s |      13 |    55220 |    49232 |   440411      0 |      150 |        0
693.95/694.12	c  687s |      13 |    55425 |    49432 |   440411      0 |      150 |        0
696.64/696.83	c  689s |      13 |    55646 |    49632 |   440411      0 |      150 |        0
699.04/699.24	c  692s |      13 |    55864 |    49832 |   440411      0 |      150 |        0
701.75/701.97	c  694s |      13 |    56084 |    50032 |   440411      0 |      150 |        0
704.04/704.24	c  697s |      13 |    56294 |    50232 |   440411      0 |      150 |        0
706.74/706.99	c  699s |      13 |    56514 |    50432 |   440411      0 |      150 |        0
709.54/709.73	c  702s |      13 |    56726 |    50632 |   440411      0 |      150 |        0
711.93/712.12	c  705s |      13 |    56934 |    50832 |   440411      0 |      150 |        0
714.33/714.52	c  707s |      13 |    57152 |    51032 |   440411      0 |      150 |        0
717.14/717.32	c  710s |      13 |    57382 |    51232 |   440411      0 |      150 |        0
720.03/720.20	c  713s |      13 |    57606 |    51432 |   440411      0 |      150 |        0
722.83/723.09	c  716s |      13 |    57829 |    51632 |   440411      0 |      150 |        0
725.33/725.59	c  718s |      13 |    58035 |    51832 |   440411      0 |      150 |        0
727.93/728.14	c  721s |      13 |    58248 |    52032 |   440411      0 |      150 |        0
730.53/730.71	c  723s |      13 |    58461 |    52232 |   440411      0 |      150 |        0
733.02/733.30	c  726s |      13 |    58686 |    52432 |   440411      0 |      150 |        0
735.92/736.14	c  729s |      13 |    58899 |    52632 |   440411      0 |      150 |        0
738.82/739.01	c  731s |      13 |    59121 |    52832 |   440411      0 |      150 |        0
741.72/741.90	c  734s |      13 |    59344 |    53032 |   440411      0 |      150 |        0
745.12/745.34	c  738s |      13 |    59547 |    53232 |   440411      0 |      150 |        0
748.12/748.36	c  741s |      13 |    59760 |    53432 |   440411      0 |      150 |        0
751.22/751.46	c  744s |      13 |    59975 |    53632 |   440411      0 |      150 |        0
754.01/754.20	c  747s |      13 |    60189 |    53832 |   440411      0 |      150 |        0
756.51/756.79	c  749s |      13 |    60400 |    54032 |   440411      0 |      150 |        0
759.52/759.70	c  752s |      13 |    60616 |    54232 |   440411      0 |      150 |        0
762.02/762.29	c  755s |      13 |    60835 |    54432 |   440411      0 |      150 |        0
765.42/765.64	c  758s |      13 |    61059 |    54632 |   440411      0 |      150 |        0
768.82/769.03	c  761s |      13 |    61311 |    54832 |   440411      0 |      150 |        0
772.02/772.28	c  765s |      13 |    61514 |    55032 |   440411      0 |      150 |        0
775.11/775.32	c  768s |      13 |    61752 |    55232 |   440411      0 |      150 |        0
778.51/778.73	c  771s |      13 |    61960 |    55432 |   440411      0 |      150 |        0
781.71/781.96	c  774s |      13 |    62189 |    55632 |   440411      0 |      150 |        0
784.90/785.18	c  778s |      13 |    62388 |    55832 |   440411      0 |      150 |        0
788.20/788.43	c  781s |      13 |    62597 |    56032 |   440411      0 |      150 |        0
791.81/792.05	c  785s |      13 |    62811 |    56232 |   440411      0 |      150 |        0
795.10/795.40	c  788s |      13 |    63009 |    56432 |   440411      0 |      150 |        0
798.50/798.72	c  791s |      13 |    63217 |    56632 |   440411      0 |      150 |        0
801.70/801.99	c  794s |      13 |    63433 |    56832 |   440411      0 |      150 |        0
805.29/805.50	c  798s |      13 |    63641 |    57032 |   440411      0 |      150 |        0
807.30/807.56	c  800s |      13 |    63745 |    57132 |   440411      0 |      150 |        0
810.79/811.06	c  804s |      13 |    63967 |    57332 |   440411      0 |      150 |        0
812.89/813.11	c  806s |      13 |    64074 |    57432 |   440411      0 |      150 |        0
816.19/816.41	c  809s |      13 |    64296 |    57632 |   440411      0 |      150 |        0
819.69/819.96	c  812s |      13 |    64521 |    57832 |   440411      0 |      150 |        0
823.09/823.35	c  816s |      13 |    64736 |    58032 |   484453      0 |      150 |        0
826.38/826.63	c  819s |      13 |    64946 |    58232 |   484453      0 |      150 |        0
828.58/828.80	c  821s |      14 |    65076 |    58352 |   484453      0 |      150 |        0
831.68/831.93	c  824s |      14 |    65271 |    58452 |   484453      0 |      150 |        0
835.38/835.63	c  828s |      14 |    65486 |    58652 |   484453      0 |      150 |        0
837.48/837.75	c  830s |      14 |    65592 |    58752 |   484453      0 |      150 |        0
840.98/841.22	c  834s |      14 |    65808 |    58952 |   484453      0 |      150 |        0
844.17/844.44	c  837s |      14 |    66018 |    59152 |   484453      0 |      150 |        0
847.47/847.75	c  840s |      14 |    66236 |    59352 |   484453      0 |      150 |        0
850.87/851.14	c  844s |      14 |    66469 |    59552 |   484453      0 |      150 |        0
854.37/854.65	c  847s |      14 |    66686 |    59752 |   484453      0 |      150 |        0
857.56/857.85	c  850s |      14 |    66895 |    59952 |   484453      0 |      150 |        0
859.66/860.00	c  852s |      14 |    66999 |    60052 |   484453      0 |      150 |        0
862.96/863.29	c  856s |      14 |    67220 |    60252 |   484453      0 |      150 |        0
865.66/865.99	c  858s |      14 |    67428 |    60452 |   484453      0 |      150 |        0
868.77/869.04	c  861s |      14 |    67649 |    60652 |   484453      0 |      150 |        0
871.66/871.99	c  864s |      14 |    67867 |    60852 |   484453      0 |      150 |        0
874.96/875.24	c  868s |      14 |    68103 |    61052 |   484453      0 |      150 |        0
878.26/878.56	c  871s |      14 |    68304 |    61252 |   484453      0 |      150 |        0
881.76/882.02	c  874s |      14 |    68523 |    61452 |   484453      0 |      150 |        0
883.96/884.28	c  877s |      14 |    68627 |    61552 |   484453      0 |      150 |        0
886.66/886.99	c  879s |      14 |    68727 |    61652 |   484453      0 |      150 |        0
888.95/889.24	c  882s |      14 |    68837 |    61752 |   484453      0 |      150 |        0
891.25/891.50	c  884s |      14 |    68946 |    61852 |   484453      0 |      150 |        0
893.55/893.81	c  886s |      14 |    69077 |    61952 |   484453      0 |      150 |        0
895.65/895.91	c  888s |      14 |    69180 |    62052 |   484453      0 |      150 |        0
899.45/899.73	c  892s |      14 |    69407 |    62252 |   484453      0 |      150 |        0
901.55/901.85	c  894s |      14 |    69523 |    62352 |   484453      0 |      150 |        0
905.45/905.70	c  898s |      14 |    69738 |    62552 |   484453      0 |      150 |        0
908.65/908.91	c  901s |      14 |    69941 |    62752 |   484453      0 |      150 |        0
912.55/912.89	c  905s |      14 |    70188 |    62952 |   484453      0 |      150 |        0
916.05/916.33	c  909s |      14 |    70405 |    63152 |   484453      0 |      150 |        0
919.75/920.05	c  913s |      14 |    70652 |    63352 |   484453      0 |      150 |        0
922.94/923.22	c  916s |      14 |    70881 |    63552 |   484453      0 |      150 |        0
926.14/926.48	c  919s |      14 |    71091 |    63752 |   484453      0 |      150 |        0
929.14/929.44	c  922s |      14 |    71316 |    63952 |   484453      0 |      150 |        0
933.65/933.97	c  926s |      14 |    71532 |    64152 |   484453      0 |      150 |        0
937.54/937.81	c  930s |      14 |    71746 |    64352 |   484453      0 |      150 |        0
941.24/941.59	c  934s |      14 |    71967 |    64552 |   484453      0 |      150 |        0
943.44/943.73	c  936s |      14 |    72077 |    64652 |   484453      0 |      150 |        0
947.04/947.38	c  940s |      14 |    72302 |    64852 |   484453      0 |      150 |        0
950.54/950.83	c  943s |      14 |    72508 |    65052 |   484453      0 |      150 |        0
954.13/954.49	c  947s |      14 |    72731 |    65252 |   484453      0 |      150 |        0
957.53/957.83	c  950s |      14 |    72961 |    65452 |   484453      0 |      150 |        0
961.03/961.34	c  954s |      14 |    73182 |    65652 |   484453      0 |      150 |        0
964.63/964.95	c  957s |      14 |    73390 |    65852 |   484453      0 |      150 |        0
967.73/968.10	c  961s |      14 |    73624 |    66052 |   484453      0 |      150 |        0
970.63/970.95	c  963s |      14 |    73868 |    66252 |   484453      0 |      150 |        0
973.73/974.09	c  967s |      14 |    74070 |    66452 |   484453      0 |      150 |        0
977.32/977.65	c  970s |      14 |    74303 |    66652 |   484453      0 |      150 |        0
980.42/980.76	c  973s |      14 |    74523 |    66852 |   484453      0 |      150 |        0
983.52/983.82	c  976s |      14 |    74744 |    67052 |   484453      0 |      150 |        0
986.72/987.08	c  980s |      14 |    74962 |    67252 |   484453      0 |      150 |        0
988.82/989.17	c  982s |      14 |    75074 |    67352 |   484453      0 |      150 |        0
992.32/992.62	c  985s |      14 |    75304 |    67552 |   484453      0 |      150 |        0
995.62/995.98	c  988s |      14 |    75515 |    67752 |   484453      0 |      150 |        0
998.82/999.16	c  992s |      14 |    75724 |    67952 |   484453      0 |      150 |        0
1001.92/1002.25	c  995s |      14 |    75951 |    68152 |   484453      0 |      150 |        0
1005.31/1005.65	c  998s |      14 |    76179 |    68352 |   484453      0 |      150 |        0
1008.61/1008.93	c 1001s |      14 |    76408 |    68552 |   484453      0 |      150 |        0
1010.72/1011.06	c 1004s |      14 |    76512 |    68652 |   484453      0 |      150 |        0
1014.41/1014.73	c 1007s |      14 |    76726 |    68852 |   484453      0 |      150 |        0
1017.81/1018.10	c 1011s |      14 |    76961 |    69052 |   484453      0 |      150 |        0
1020.71/1021.02	c 1013s |      14 |    77177 |    69252 |   484453      0 |      150 |        0
1023.71/1024.01	c 1016s |      14 |    77406 |    69452 |   484453      0 |      150 |        0
1027.12/1027.47	c 1020s |      14 |    77623 |    69652 |   484453      0 |      150 |        0
1030.52/1030.87	c 1023s |      14 |    77836 |    69852 |   484453      0 |      150 |        0
1032.62/1032.91	c 1025s |      14 |    77953 |    69952 |   484453      0 |      150 |        0
1036.30/1036.61	c 1029s |      14 |    78176 |    70152 |   484453      0 |      150 |        0
1038.30/1038.63	c 1031s |      14 |    78275 |    70252 |   484453      0 |      150 |        0
1041.70/1042.06	c 1035s |      14 |    78509 |    70452 |   484453      0 |      150 |        0
1045.20/1045.55	c 1038s |      14 |    78721 |    70652 |   484453      0 |      150 |        0
1048.30/1048.61	c 1041s |      14 |    78937 |    70852 |   484453      0 |      150 |        0
1050.90/1051.22	c 1044s |      14 |    79168 |    71052 |   484453      0 |      150 |        0
1053.61/1053.99	c 1046s |      14 |    79386 |    71252 |   484453      0 |      150 |        0
1056.99/1057.34	c 1050s |      14 |    79617 |    71452 |   484453      0 |      150 |        0
1061.20/1061.53	c 1054s |      14 |    79840 |    71652 |   484453      0 |      150 |        0
1063.50/1063.85	c 1056s |      14 |    79946 |    71752 |   484453      0 |      150 |        0
1067.19/1067.56	c 1060s |      14 |    80155 |    71952 |   484453      0 |      150 |        0
1070.59/1070.90	c 1063s |      14 |    80363 |    72152 |   484453      0 |      150 |        0
1073.79/1074.19	c 1067s |      14 |    80572 |    72352 |   484453      0 |      150 |        0
1077.98/1078.30	c 1071s |      14 |    80793 |    72552 |   484453      0 |      150 |        0
1081.28/1081.67	c 1074s |      14 |    81008 |    72752 |   484453      0 |      150 |        0
1084.88/1085.25	c 1078s |      14 |    81240 |    72952 |   484453      0 |      150 |        0
1088.79/1089.11	c 1082s |      14 |    81462 |    73152 |   484453      0 |      150 |        0
1092.18/1092.54	c 1085s |      14 |    81673 |    73352 |   484453      0 |      150 |        0
1095.98/1096.34	c 1089s |      14 |    81907 |    73552 |   484453      0 |      150 |        0
1098.28/1098.64	c 1091s |      14 |    82020 |    73652 |   484453      0 |      150 |        0
1100.48/1100.88	c 1093s |      14 |    82118 |    73752 |   484453      0 |      150 |        0
1102.58/1102.94	c 1095s |      14 |    82244 |    73852 |   484453      0 |      150 |        0
1104.57/1104.95	c 1097s |      14 |    82351 |    73952 |   484453      0 |      150 |        0
1107.87/1108.27	c 1101s |      14 |    82571 |    74152 |   484453      0 |      150 |        0
1109.87/1110.29	c 1103s |      14 |    82683 |    74252 |   484453      0 |      150 |        0
1113.07/1113.44	c 1106s |      14 |    82898 |    74452 |   484453      0 |      150 |        0
1115.27/1115.62	c 1108s |      14 |    83009 |    74552 |   484453      0 |      150 |        0
1118.67/1119.06	c 1112s |      14 |    83262 |    74752 |   484453      0 |      150 |        0
1122.07/1122.43	c 1115s |      14 |    83486 |    74952 |   484453      0 |      150 |        0
1124.07/1124.47	c 1117s |      14 |    83625 |    75052 |   484453      0 |      150 |        0
1127.76/1128.18	c 1121s |      14 |    83926 |    75252 |   484453      0 |      150 |        0
1130.76/1131.13	c 1124s |      14 |    84198 |    75452 |   484453      0 |      150 |        0
1132.96/1133.38	c 1126s |      14 |    84440 |    75652 |   484453      0 |      150 |        0
1135.36/1135.75	c 1128s |      14 |    84669 |    75852 |   484453      0 |      150 |        0
1138.26/1138.61	c 1131s |      14 |    84915 |    76052 |   484453      0 |      150 |        0
1140.95/1141.30	c 1134s |      14 |    85150 |    76252 |   484453      0 |      150 |        0
1143.55/1143.99	c 1136s |      14 |    85394 |    76452 |   484453      0 |      150 |        0
1147.06/1147.41	c 1140s |      14 |    85618 |    76652 |   484453      0 |      150 |        0
1149.16/1149.55	c 1142s |      14 |    85733 |    76752 |   484453      0 |      150 |        0
1152.65/1153.09	c 1146s |      14 |    85965 |    76952 |   484453      0 |      150 |        0
1156.15/1156.53	c 1149s |      14 |    86212 |    77152 |   484453      0 |      150 |        0
1159.85/1160.22	c 1153s |      14 |    86453 |    77352 |   484453      0 |      150 |        0
1162.75/1163.13	c 1156s |      14 |    86666 |    77552 |   484453      0 |      150 |        0
1165.75/1166.18	c 1159s |      14 |    86870 |    77752 |   484453      0 |      150 |        0
1168.74/1169.18	c 1162s |      14 |    87095 |    77952 |   484453      0 |      150 |        0
1172.25/1172.67	c 1165s |      14 |    87305 |    78152 |   484453      0 |      150 |        0
1175.94/1176.37	c 1169s |      14 |    87515 |    78352 |   484453      0 |      150 |        0
1179.44/1179.81	c 1172s |      14 |    87727 |    78552 |   484453      0 |      150 |        0
1182.34/1182.76	c 1175s |      14 |    87948 |    78752 |   484453      0 |      150 |        0
1186.64/1187.04	c 1179s |      14 |    88174 |    78952 |   484453      0 |      150 |        0
1189.13/1189.52	c 1182s |      14 |    88288 |    79052 |   484453      0 |      150 |        0
1192.73/1193.13	c 1186s |      14 |    88531 |    79252 |   484453      0 |      150 |        0
1195.73/1196.13	c 1189s |      14 |    88756 |    79452 |   484453      0 |      150 |        0
1199.23/1199.61	c 1192s |      14 |    89028 |    79652 |   484453      0 |      150 |        0
1202.93/1203.32	c 1196s |      14 |    89256 |    79852 |   484453      0 |      150 |        0
1206.33/1206.76	c 1199s |      14 |    89476 |    80052 |   484453      0 |      150 |        0
1210.13/1210.57	c 1203s |      14 |    89690 |    80252 |   484453      0 |      150 |        0
1213.63/1214.06	c 1207s |      14 |    89934 |    80452 |   484453      0 |      150 |        0
1215.63/1216.09	c 1209s |      14 |    90040 |    80552 |   484453      0 |      150 |        0
1219.02/1219.42	c 1212s |      14 |    90249 |    80752 |   484453      0 |      150 |        0
1222.22/1222.60	c 1215s |      14 |    90470 |    80952 |   484453      0 |      150 |        0
1225.13/1225.55	c 1218s |      14 |    90686 |    81152 |   484453      0 |      150 |        0
1228.52/1228.99	c 1221s |      14 |    90928 |    81352 |   484453      0 |      150 |        0
1231.82/1232.20	c 1225s |      14 |    91140 |    81552 |   484453      0 |      150 |        0
1235.32/1235.72	c 1228s |      14 |    91358 |    81752 |   484453      0 |      150 |        0
1237.62/1238.00	c 1230s |      14 |    91480 |    81852 |   484453      0 |      150 |        0
1239.92/1240.39	c 1233s |      14 |    91604 |    81952 |   484453      0 |      150 |        0
1243.82/1244.28	c 1237s |      14 |    91852 |    82152 |   484453      0 |      150 |        0
1246.22/1246.63	c 1239s |      14 |    91962 |    82252 |   484453      0 |      150 |        0
1249.92/1250.34	c 1243s |      14 |    92199 |    82452 |   484453      0 |      150 |        0
1254.12/1254.53	c 1247s |      14 |    92451 |    82652 |   484453      0 |      150 |        0
1256.22/1256.63	c 1249s |      14 |    92577 |    82752 |   484453      0 |      150 |        0
1259.82/1260.22	c 1253s |      14 |    92815 |    82952 |   484453      0 |      150 |        0
1263.81/1264.29	c 1257s |      14 |    93051 |    83152 |   484453      0 |      150 |        0
1265.91/1266.36	c 1259s |      14 |    93161 |    83252 |   484453      0 |      150 |        0
1269.41/1269.87	c 1262s |      14 |    93391 |    83452 |   484453      0 |      150 |        0
1273.31/1273.70	c 1266s |      14 |    93689 |    83652 |   484453      0 |      150 |        0
1276.51/1276.92	c 1269s |      14 |    93925 |    83852 |   484453      0 |      150 |        0
1278.71/1279.14	c 1272s |      14 |    94055 |    83952 |   484453      0 |      150 |        0
1280.81/1281.29	c 1274s |      14 |    94181 |    84052 |   484453      0 |      150 |        0
1283.11/1283.51	c 1276s |      14 |    94293 |    84152 |   484453      0 |      150 |        0
1285.21/1285.65	c 1278s |      14 |    94429 |    84252 |   484453      0 |      150 |        0
1287.51/1287.99	c 1280s |      14 |    94567 |    84352 |   484453      0 |      150 |        0
1289.61/1290.01	c 1282s |      14 |    94697 |    84452 |   484453      0 |      150 |        0
1293.61/1294.05	c 1287s |      14 |    94944 |    84652 |   484453      0 |      150 |        0
1297.62/1298.05	c 1291s |      14 |    95165 |    84852 |   484453      0 |      150 |        0
1301.41/1301.88	c 1294s |      14 |    95372 |    85052 |   484453      0 |      150 |        0
1303.61/1304.08	c 1297s |      14 |    95505 |    85152 |   484453      0 |      150 |        0
1305.91/1306.31	c 1299s |      14 |    95644 |    85252 |   484453      0 |      150 |        0
1308.11/1308.55	c 1301s |      14 |    95749 |    85352 |   484453      0 |      150 |        0
1310.41/1310.88	c 1303s |      14 |    95856 |    85452 |   484453      0 |      150 |        0
1312.51/1312.95	c 1305s |      14 |    95973 |    85552 |   484453      0 |      150 |        0
1314.81/1315.20	c 1308s |      14 |    96079 |    85652 |   484453      0 |      150 |        0
1317.01/1317.48	c 1310s |      14 |    96204 |    85752 |   484453      0 |      150 |        0
1319.31/1319.74	c 1312s |      14 |    96308 |    85852 |   484453      0 |      150 |        0
1321.31/1321.74	c 1314s |      14 |    96406 |    85952 |   484453      0 |      150 |        0
1323.41/1323.85	c 1316s |      14 |    96513 |    86052 |   484453      0 |      150 |        0
1325.51/1325.96	c 1318s |      14 |    96625 |    86152 |   484453      0 |      150 |        0
1329.11/1329.54	c 1322s |      14 |    96860 |    86352 |   484453      0 |      150 |        0
1332.81/1333.30	c 1326s |      14 |    97081 |    86552 |   484453      0 |      150 |        0
1336.50/1336.92	c 1329s |      14 |    97300 |    86752 |   484453      0 |      150 |        0
1339.90/1340.30	c 1333s |      14 |    97509 |    86952 |   484453      0 |      150 |        0
1342.81/1343.28	c 1336s |      14 |    97759 |    87152 |   532899      0 |      150 |        0
1345.90/1346.32	c 1339s |      14 |    98000 |    87352 |   532899      0 |      150 |        0
1348.70/1349.11	c 1342s |      14 |    98245 |    87552 |   532899      0 |      150 |        0
1350.30/1350.70	c 1343s |      15 |    98337 |    87632 |   532899      0 |      150 |        0
1353.90/1354.34	c 1347s |      15 |    98540 |    87732 |   532899      0 |      150 |        0
1356.20/1356.66	c 1349s |      15 |    98645 |    87832 |   532899      0 |      150 |        0
1358.40/1358.81	c 1351s |      15 |    98754 |    87932 |   532899      0 |      150 |        0
1362.61/1363.09	c 1356s |      15 |    98978 |    88132 |   532899      0 |      150 |        0
1365.81/1366.23	c 1359s |      15 |    99201 |    88332 |   532899      0 |      150 |        0
1369.30/1369.70	c 1362s |      15 |    99431 |    88532 |   532899      0 |      150 |        0
1372.30/1372.73	c 1365s |      15 |    99648 |    88732 |   532899      0 |      150 |        0
1375.40/1375.84	c 1368s |      15 |    99870 |    88932 |   532899      0 |      150 |        0
1377.60/1378.02	c 1370s |      15 |    99993 |    89032 |   532899      0 |      150 |        0
1381.60/1382.09	c 1375s |      15 |   100241 |    89232 |   532899      0 |      150 |        0
1385.40/1385.82	c 1378s |      15 |   100455 |    89432 |   532899      0 |      150 |        0
1388.50/1388.98	c 1381s |      15 |   100665 |    89632 |   532899      0 |      150 |        0
1391.70/1392.14	c 1385s |      15 |   100889 |    89832 |   532899      0 |      150 |        0
1395.79/1396.22	c 1389s |      15 |   101113 |    90032 |   532899      0 |      150 |        0
1400.00/1400.40	c 1393s |      15 |   101330 |    90232 |   532899      0 |      150 |        0
1404.30/1404.74	c 1397s |      15 |   101558 |    90432 |   532899      0 |      150 |        0
1406.69/1407.16	c 1400s |      15 |   101658 |    90532 |   532899      0 |      150 |        0
1408.89/1409.36	c 1402s |      15 |   101756 |    90632 |   532899      0 |      150 |        0
1411.00/1411.42	c 1404s |      15 |   101872 |    90732 |   532899      0 |      150 |        0
1413.20/1413.66	c 1406s |      15 |   101965 |    90832 |   532899      0 |      150 |        0
1415.30/1415.80	c 1408s |      15 |   102072 |    90932 |   532899      0 |      150 |        0
1417.60/1418.01	c 1410s |      15 |   102188 |    91032 |   532899      0 |      150 |        0
1421.39/1421.89	c 1414s |      15 |   102393 |    91232 |   532899      0 |      150 |        0
1425.59/1426.03	c 1418s |      15 |   102619 |    91432 |   532899      0 |      150 |        0
1427.69/1428.10	c 1421s |      15 |   102736 |    91532 |   532899      0 |      150 |        0
1429.70/1430.19	c 1423s |      15 |   102839 |    91632 |   532899      0 |      150 |        0
1431.90/1432.34	c 1425s |      15 |   102954 |    91732 |   532899      0 |      150 |        0
1435.39/1435.85	c 1428s |      15 |   103168 |    91932 |   532899      0 |      150 |        0
1439.09/1439.51	c 1432s |      15 |   103373 |    92132 |   532899      0 |      150 |        0
1442.69/1443.11	c 1436s |      15 |   103589 |    92332 |   532899      0 |      150 |        0
1444.99/1445.41	c 1438s |      15 |   103702 |    92432 |   532899      0 |      150 |        0
1446.99/1447.44	c 1440s |      15 |   103803 |    92532 |   532899      0 |      150 |        0
1449.19/1449.66	c 1442s |      15 |   103911 |    92632 |   532899      0 |      150 |        0
1451.38/1451.85	c 1444s |      15 |   104018 |    92732 |   532899      0 |      150 |        0
1455.68/1456.10	c 1449s |      15 |   104258 |    92932 |   532899      0 |      150 |        0
1457.88/1458.34	c 1451s |      15 |   104366 |    93032 |   532899      0 |      150 |        0
1459.98/1460.44	c 1453s |      15 |   104475 |    93132 |   532899      0 |      150 |        0
1463.69/1464.14	c 1457s |      15 |   104685 |    93332 |   532899      0 |      150 |        0
1467.58/1468.09	c 1461s |      15 |   104928 |    93532 |   532899      0 |      150 |        0
1470.08/1470.56	c 1463s |      15 |   105049 |    93632 |   532899      0 |      150 |        0
1474.58/1475.04	c 1467s |      15 |   105260 |    93832 |   532899      0 |      150 |        0
1476.89/1477.33	c 1470s |      15 |   105371 |    93932 |   532899      0 |      150 |        0
1478.88/1479.38	c 1472s |      15 |   105491 |    94032 |   532899      0 |      150 |        0
1483.08/1483.51	c 1476s |      15 |   105710 |    94232 |   532899      0 |      150 |        0
1485.28/1485.75	c 1478s |      15 |   105828 |    94332 |   532899      0 |      150 |        0
1487.68/1488.12	c 1481s |      15 |   105945 |    94432 |   532899      0 |      150 |        0
1490.78/1491.26	c 1484s |      15 |   106165 |    94632 |   532899      0 |      150 |        0
1494.08/1494.57	c 1487s |      15 |   106391 |    94832 |   532899      0 |      150 |        0
1497.18/1497.62	c 1490s |      15 |   106620 |    95032 |   532899      0 |      150 |        0
1500.68/1501.12	c 1494s |      15 |   106853 |    95232 |   532899      0 |      150 |        0
1504.28/1504.74	c 1497s |      15 |   107074 |    95432 |   532899      0 |      150 |        0
1507.68/1508.20	c 1501s |      15 |   107296 |    95632 |   532899      0 |      150 |        0
1511.08/1511.57	c 1504s |      15 |   107520 |    95832 |   532899      0 |      150 |        0
1514.47/1514.97	c 1507s |      15 |   107730 |    96032 |   532899      0 |      150 |        0
1518.07/1518.51	c 1511s |      15 |   107950 |    96232 |   532899      0 |      150 |        0
1521.77/1522.26	c 1515s |      15 |   108182 |    96432 |   532899      0 |      150 |        0
1525.28/1525.71	c 1518s |      15 |   108392 |    96632 |   532899      0 |      150 |        0
1527.27/1527.79	c 1520s |      15 |   108497 |    96732 |   532899      0 |      150 |        0
1530.67/1531.16	c 1524s |      15 |   108722 |    96932 |   532899      0 |      150 |        0
1534.37/1534.89	c 1527s |      15 |   108998 |    97132 |   532899      0 |      150 |        0
1537.97/1538.40	c 1531s |      15 |   109240 |    97332 |   532899      0 |      150 |        0
1541.37/1541.87	c 1534s |      15 |   109494 |    97532 |   532899      0 |      150 |        0
1545.08/1545.56	c 1538s |      15 |   109709 |    97732 |   532899      0 |      150 |        0
1547.38/1547.85	c 1540s |      15 |   109815 |    97832 |   532899      0 |      150 |        0
1550.97/1551.41	c 1544s |      15 |   110028 |    98032 |   532899      0 |      150 |        0
1554.87/1555.32	c 1548s |      15 |   110235 |    98232 |   532899      0 |      150 |        0
1558.57/1559.04	c 1551s |      15 |   110440 |    98432 |   532899      0 |      150 |        0
1562.17/1562.69	c 1555s |      15 |   110641 |    98632 |   532899      0 |      150 |        0
1565.27/1565.73	c 1558s |      15 |   110840 |    98832 |   532899      0 |      150 |        0
1568.47/1568.98	c 1561s |      15 |   111041 |    99032 |   532899      0 |      150 |        0
1572.07/1572.57	c 1565s |      15 |   111254 |    99232 |   532899      0 |      150 |        0
1575.97/1576.46	c 1569s |      15 |   111455 |    99432 |   532899      0 |      150 |        0
1578.37/1578.89	c 1571s |      15 |   111559 |    99532 |   532899      0 |      150 |        0
1580.86/1581.31	c 1574s |      15 |   111664 |    99632 |   532899      0 |      150 |        0
1582.96/1583.46	c 1576s |      15 |   111785 |    99732 |   532899      0 |      150 |        0
1585.46/1585.92	c 1578s |      15 |   111899 |    99832 |   532899      0 |      150 |        0
1587.97/1588.46	c 1581s |      15 |   112001 |    99932 |   532899      0 |      150 |        0
1590.46/1590.93	c 1583s |      15 |   112109 |   100032 |   532899      0 |      150 |        0
1593.16/1593.66	c 1586s |      15 |   112210 |   100132 |   532899      0 |      150 |        0
1595.36/1595.89	c 1588s |      15 |   112302 |   100232 |   532899      0 |      150 |        0
1597.46/1597.99	c 1590s |      15 |   112413 |   100332 |   532899      0 |      150 |        0
1599.66/1600.16	c 1593s |      15 |   112515 |   100432 |   532899      0 |      150 |        0
1601.96/1602.45	c 1595s |      15 |   112622 |   100532 |   532899      0 |      150 |        0
1604.36/1604.85	c 1597s |      15 |   112724 |   100632 |   532899      0 |      150 |        0
1606.67/1607.17	c 1600s |      15 |   112830 |   100732 |   532899      0 |      150 |        0
1608.87/1609.31	c 1602s |      15 |   112938 |   100832 |   532899      0 |      150 |        0
1611.17/1611.68	c 1604s |      15 |   113039 |   100932 |   532899      0 |      150 |        0
1613.37/1613.85	c 1606s |      15 |   113152 |   101032 |   532899      0 |      150 |        0
1615.57/1616.06	c 1609s |      15 |   113267 |   101132 |   532899      0 |      150 |        0
1619.16/1619.60	c 1612s |      15 |   113485 |   101332 |   532899      0 |      150 |        0
1621.16/1621.67	c 1614s |      15 |   113598 |   101432 |   532899      0 |      150 |        0
1625.06/1625.55	c 1618s |      15 |   113863 |   101632 |   532899      0 |      150 |        0
1627.06/1627.57	c 1620s |      15 |   113975 |   101732 |   532899      0 |      150 |        0
1629.96/1630.43	c 1623s |      15 |   114183 |   101932 |   532899      0 |      150 |        0
1633.66/1634.16	c 1627s |      15 |   114426 |   102132 |   532899      0 |      150 |        0
1637.26/1637.74	c 1630s |      15 |   114648 |   102332 |   532899      0 |      150 |        0
1640.56/1641.06	c 1634s |      15 |   114917 |   102532 |   532899      0 |      150 |        0
1642.66/1643.13	c 1636s |      15 |   115056 |   102632 |   532899      0 |      150 |        0
1645.16/1645.63	c 1638s |      15 |   115159 |   102732 |   532899      0 |      150 |        0
1647.95/1648.42	c 1641s |      15 |   115269 |   102832 |   532899      0 |      150 |        0
1650.55/1651.02	c 1643s |      15 |   115382 |   102932 |   532899      0 |      150 |        0
1652.86/1653.38	c 1646s |      15 |   115484 |   103032 |   532899      0 |      150 |        0
1655.25/1655.76	c 1648s |      15 |   115584 |   103132 |   532899      0 |      150 |        0
1657.85/1658.30	c 1651s |      15 |   115688 |   103232 |   532899      0 |      150 |        0
1660.56/1661.06	c 1654s |      15 |   115797 |   103332 |   532899      0 |      150 |        0
1664.45/1664.95	c 1657s |      15 |   116015 |   103532 |   532899      0 |      150 |        0
1667.75/1668.22	c 1661s |      15 |   116217 |   103732 |   532899      0 |      150 |        0
1670.95/1671.46	c 1664s |      15 |   116427 |   103932 |   532899      0 |      150 |        0
1673.25/1673.73	c 1666s |      15 |   116536 |   104032 |   532899      0 |      150 |        0
1675.65/1676.12	c 1669s |      15 |   116645 |   104132 |   532899      0 |      150 |        0
1678.16/1678.66	c 1671s |      15 |   116760 |   104232 |   532899      0 |      150 |        0
1680.55/1681.04	c 1673s |      15 |   116865 |   104332 |   532899      0 |      150 |        0
1682.56/1683.06	c 1676s |      15 |   116972 |   104432 |   532899      0 |      150 |        0
1685.96/1686.44	c 1679s |      15 |   117191 |   104632 |   532899      0 |      150 |        0
1689.55/1690.04	c 1682s |      15 |   117402 |   104832 |   532899      0 |      150 |        0
1693.15/1693.69	c 1686s |      15 |   117619 |   105032 |   532899      0 |      150 |        0
1696.55/1697.05	c 1689s |      15 |   117836 |   105232 |   532899      0 |      150 |        0
1699.85/1700.38	c 1693s |      15 |   118039 |   105432 |   532899      0 |      150 |        0
1703.45/1703.98	c 1696s |      15 |   118267 |   105632 |   532899      0 |      150 |        0
1705.54/1706.04	c 1698s |      15 |   118372 |   105732 |   532899      0 |      150 |        0
1709.44/1709.93	c 1702s |      15 |   118594 |   105932 |   532899      0 |      150 |        0
1712.84/1713.39	c 1706s |      15 |   118816 |   106132 |   532899      0 |      150 |        0
1716.54/1717.04	c 1709s |      15 |   119040 |   106332 |   532899      0 |      150 |        0
1718.74/1719.23	c 1712s |      15 |   119143 |   106432 |   532899      0 |      150 |        0
1722.25/1722.79	c 1715s |      15 |   119372 |   106632 |   532899      0 |      150 |        0
1725.84/1726.34	c 1719s |      15 |   119618 |   106832 |   532899      0 |      150 |        0
1729.85/1730.36	c 1723s |      15 |   119837 |   107032 |   532899      0 |      150 |        0
1732.24/1732.79	c 1725s |      15 |   119947 |   107132 |   532899      0 |      150 |        0
1735.45/1735.98	c 1728s |      15 |   120151 |   107332 |   532899      0 |      150 |        0
1739.24/1739.73	c 1732s |      15 |   120395 |   107532 |   532899      0 |      150 |        0
1742.94/1743.48	c 1736s |      15 |   120623 |   107732 |   532899      0 |      150 |        0
1746.94/1747.47	c 1740s |      15 |   120845 |   107932 |   532899      0 |      150 |        0
1749.04/1749.59	c 1742s |      15 |   120951 |   108032 |   532899      0 |      150 |        0
1752.64/1753.15	c 1746s |      15 |   121167 |   108232 |   532899      0 |      150 |        0
1755.84/1756.36	c 1749s |      15 |   121377 |   108432 |   532899      0 |      150 |        0
1759.54/1760.10	c 1753s |      15 |   121591 |   108632 |   532899      0 |      150 |        0
1761.74/1762.29	c 1755s |      15 |   121700 |   108732 |   532899      0 |      150 |        0
1765.94/1766.40	c 1759s |      15 |   121914 |   108932 |   532899      0 |      150 |        0
1768.04/1768.59	c 1761s |      15 |   122024 |   109032 |   532899      0 |      150 |        0
1770.23/1770.71	c 1763s |      15 |   122135 |   109132 |   532899      0 |      150 |        0
1772.43/1772.93	c 1765s |      15 |   122258 |   109232 |   532899      0 |      150 |        0
1776.53/1777.03	c 1769s |      15 |   122475 |   109432 |   532899      0 |      150 |        0
1780.03/1780.51	c 1773s |      15 |   122695 |   109632 |   532899      0 |      150 |        0
1783.23/1783.78	c 1776s |      15 |   122906 |   109832 |   532899      0 |      150 |        0
1786.43/1786.92	c 1779s |      15 |   123141 |   110032 |   532899      0 |      150 |        0
1789.63/1790.10	c 1783s |      15 |   123354 |   110232 |   532899      0 |      150 |        0
1792.83/1793.38	c 1786s |      15 |   123579 |   110432 |   532899      0 |      150 |        0
1796.63/1797.19	c 1790s |      15 |   123783 |   110632 |   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-4079340-1465342156/watcher-4079340-1465342156 -o /tmp/evaluation-result-4079340-1465342156/solver-4079340-1465342156 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465312758-19943 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079340-1465342156.opb 

pid=22799
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.24 2.21 2.18 3/179 22802
/proc/meminfo: memFree=29021032/32872528 swapFree=16636/1570076
[pid=22802] ppid=22799 vsize=719292 CPUtime=0 cores=0,2,4,6
/proc/22802/stat : 22802 (toysat) R 22799 22802 2168 0 -1 4202496 2682 0 0 0 0 0 0 0 20 0 4 0 116147961 736555008 3043 33554432000 4194304 16246674 140736002058800 140736002058224 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22802/statm: 180591 3053 441 2943 0 177485 0
[pid=22802/tid=22803] ppid=22799 vsize=737724 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22803/stat : 22803 (toysat) S 22799 22802 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116147961 755429376 3112 33554432000 4194304 16246674 140736002058800 140725690805488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22802/tid=22804] ppid=22799 vsize=741820 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22804/stat : 22804 (toysat) S 22799 22802 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116147961 759623680 3128 33554432000 4194304 16246674 140736002058800 140725610065136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22802/tid=22805] ppid=22799 vsize=745916 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22805/stat : 22805 (toysat) S 22799 22802 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116147961 763817984 3146 33554432000 4194304 16246674 140736002058800 140725599591600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.24 2.21 2.18 3/179 22802
/proc/meminfo: memFree=29021032/32872528 swapFree=16636/1570076
[pid=22802] ppid=22799 vsize=1303108 CPUtime=0.09 cores=0,2,4,6
/proc/22802/stat : 22802 (toysat) R 22799 22802 2168 0 -1 4202496 29419 0 0 0 5 4 0 0 20 0 4 0 116147961 1334382592 29719 33554432000 4194304 16246674 140736002058800 140736002057976 8055408 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22802/statm: 325777 29734 800 2943 0 322671 0
[pid=22802/tid=22803] ppid=22799 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22803/stat : 22803 (toysat) S 22799 22802 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116147961 1334382592 29744 33554432000 4194304 16246674 140736002058800 140725690805488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22802/tid=22804] ppid=22799 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22804/stat : 22804 (toysat) S 22799 22802 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116147961 1334382592 29755 33554432000 4194304 16246674 140736002058800 140725610065136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22802/tid=22805] ppid=22799 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22805/stat : 22805 (toysat) S 22799 22802 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116147961 1334382592 29766 33554432000 4194304 16246674 140736002058800 140725599591600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200503 s]
/proc/loadavg: 2.24 2.21 2.18 3/179 22802
/proc/meminfo: memFree=29021032/32872528 swapFree=16636/1570076
[pid=22802] ppid=22799 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/22802/stat : 22802 (toysat) R 22799 22802 2168 0 -1 4202496 43064 0 0 0 13 6 0 0 20 0 4 0 116147961 1344868352 43874 33554432000 4194304 16246674 140736002058800 140736002057976 7853005 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22802/statm: 328337 43891 801 2943 0 325231 0
[pid=22802/tid=22803] ppid=22799 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22803/stat : 22803 (toysat) S 22799 22802 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116147961 1344868352 43900 33554432000 4194304 16246674 140736002058800 140725690805488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22802/tid=22804] ppid=22799 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22804/stat : 22804 (toysat) S 22799 22802 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116147961 1344868352 43913 33554432000 4194304 16246674 140736002058800 140725610065136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22802/tid=22805] ppid=22799 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22805/stat : 22805 (toysat) S 22799 22802 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116147961 1344868352 43925 33554432000 4194304 16246674 140736002058800 140725599591600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300475 s]
/proc/loadavg: 2.24 2.21 2.18 3/179 22802
/proc/meminfo: memFree=29021032/32872528 swapFree=16636/1570076
[pid=22802] ppid=22799 vsize=1313348 CPUtime=0.28 cores=0,2,4,6
/proc/22802/stat : 22802 (toysat) R 22799 22802 2168 0 -1 4202496 52737 0 0 0 21 7 0 0 20 0 4 0 116147961 1344868352 53547 33554432000 4194304 16246674 140736002058800 140736002057976 14073329 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22802/statm: 328337 53547 801 2943 0 325231 0
[pid=22802/tid=22803] ppid=22799 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22803/stat : 22803 (toysat) S 22799 22802 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116147961 1344868352 53547 33554432000 4194304 16246674 140736002058800 140725690805488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22802/tid=22804] ppid=22799 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22804/stat : 22804 (toysat) S 22799 22802 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116147961 1344868352 53547 33554432000 4194304 16246674 140736002058800 140725610065136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22802/tid=22805] ppid=22799 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22805/stat : 22805 (toysat) S 22799 22802 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116147961 1344868352 53547 33554432000 4194304 16246674 140736002058800 140725599591600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1313348

[startup+0.700412 s]
/proc/loadavg: 2.24 2.21 2.18 3/179 22802
/proc/meminfo: memFree=29021032/32872528 swapFree=16636/1570076
[pid=22802] ppid=22799 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/22802/stat : 22802 (toysat) R 22799 22802 2168 0 -1 4202496 67138 0 0 0 60 9 0 0 20 0 4 0 116147961 1344868352 67948 33554432000 4194304 16246674 140736002058800 140736002057976 4206912 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22802/statm: 328337 67948 802 2943 0 325231 0
[pid=22802/tid=22803] ppid=22799 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22803/stat : 22803 (toysat) S 22799 22802 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116147961 1344868352 67948 33554432000 4194304 16246674 140736002058800 140725690805488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22802/tid=22804] ppid=22799 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22804/stat : 22804 (toysat) S 22799 22802 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116147961 1344868352 67948 33554432000 4194304 16246674 140736002058800 140725610065136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22802/tid=22805] ppid=22799 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22805/stat : 22805 (toysat) S 22799 22802 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116147961 1344868352 67948 33554432000 4194304 16246674 140736002058800 140725599591600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.5003 s]
/proc/loadavg: 2.24 2.21 2.18 3/183 22806
/proc/meminfo: memFree=28683540/32872528 swapFree=16636/1570076
[pid=22802] ppid=22799 vsize=1325636 CPUtime=1.48 cores=0,2,4,6
/proc/22802/stat : 22802 (toysat) R 22799 22802 2168 0 -1 4202496 106741 0 0 0 134 14 0 0 20 0 4 0 116147961 1357451264 109595 33554432000 4194304 16246674 140736002058800 140736002041792 4206649 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22802/statm: 331409 109595 802 2943 0 328303 0
[pid=22802/tid=22803] ppid=22799 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22803/stat : 22803 (toysat) S 22799 22802 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116147961 1357451264 109595 33554432000 4194304 16246674 140736002058800 140725690805488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22802/tid=22804] ppid=22799 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22804/stat : 22804 (toysat) S 22799 22802 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116147961 1357451264 109595 33554432000 4194304 16246674 140736002058800 140725610065136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22802/tid=22805] ppid=22799 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22805/stat : 22805 (toysat) S 22799 22802 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116147961 1357451264 109595 33554432000 4194304 16246674 140736002058800 140725599591600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1325636

[startup+3.10039 s]
/proc/loadavg: 2.24 2.21 2.18 3/183 22806
/proc/meminfo: memFree=28564372/32872528 swapFree=16636/1570076
[pid=22802] ppid=22799 vsize=1356356 CPUtime=3.09 cores=0,2,4,6
/proc/22802/stat : 22802 (toysat) R 22799 22802 2168 0 -1 4202496 231464 0 0 0 274 35 0 0 20 0 4 0 116147961 1388908544 234829 33554432000 4194304 16246674 140736002058800 140736002040704 6155377 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22802/statm: 339089 234836 843 2943 0 335983 0
[pid=22802/tid=22803] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22803/stat : 22803 (toysat) S 22799 22802 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 234841 33554432000 4194304 16246674 140736002058800 140725690805488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22802/tid=22804] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22804/stat : 22804 (toysat) S 22799 22802 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 234846 33554432000 4194304 16246674 140736002058800 140725610065136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22802/tid=22805] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22805/stat : 22805 (toysat) S 22799 22802 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 234851 33554432000 4194304 16246674 140736002058800 140725599591600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1356356

[startup+6.30035 s]
/proc/loadavg: 2.30 2.22 2.19 4/183 22806
/proc/meminfo: memFree=27899484/32872528 swapFree=16636/1570076
[pid=22802] ppid=22799 vsize=1356356 CPUtime=6.28 cores=0,2,4,6
/proc/22802/stat : 22802 (toysat) R 22799 22802 2168 0 -1 4202496 277164 0 0 0 587 41 0 0 20 0 4 0 116147961 1388908544 280529 33554432000 4194304 16246674 140736002058800 140736002040704 6739176 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22802/statm: 339089 280529 845 2943 0 335983 0
[pid=22802/tid=22803] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22803/stat : 22803 (toysat) S 22799 22802 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280529 33554432000 4194304 16246674 140736002058800 140725690805488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22802/tid=22804] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22804/stat : 22804 (toysat) S 22799 22802 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280529 33554432000 4194304 16246674 140736002058800 140725610065136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22802/tid=22805] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22805/stat : 22805 (toysat) S 22799 22802 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280529 33554432000 4194304 16246674 140736002058800 140725599591600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1356356

[startup+12.7004 s]
/proc/loadavg: 2.36 2.24 2.19 3/183 22806
/proc/meminfo: memFree=27900116/32872528 swapFree=16636/1570076
[pid=22802] ppid=22799 vsize=1356356 CPUtime=12.68 cores=0,2,4,6
/proc/22802/stat : 22802 (toysat) R 22799 22802 2168 0 -1 4202496 277214 0 0 0 1227 41 0 0 20 0 4 0 116147961 1388908544 280579 33554432000 4194304 16246674 140736002058800 140736002040704 5827966 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22802/statm: 339089 280579 894 2943 0 335983 0
[pid=22802/tid=22803] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22803/stat : 22803 (toysat) S 22799 22802 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280579 33554432000 4194304 16246674 140736002058800 140725690805488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22802/tid=22804] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22804/stat : 22804 (toysat) S 22799 22802 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280579 33554432000 4194304 16246674 140736002058800 140725610065136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22802/tid=22805] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22805/stat : 22805 (toysat) S 22799 22802 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280579 33554432000 4194304 16246674 140736002058800 140725599591600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1356356

[startup+25.5005 s]
/proc/loadavg: 2.28 2.22 2.19 3/183 22806
/proc/meminfo: memFree=27901532/32872528 swapFree=16636/1570076
[pid=22802] ppid=22799 vsize=1356356 CPUtime=25.48 cores=0,2,4,6
/proc/22802/stat : 22802 (toysat) R 22799 22802 2168 0 -1 4202496 277214 0 0 0 2507 41 0 0 20 0 4 0 116147961 1388908544 280579 33554432000 4194304 16246674 140736002058800 140736002040704 5600267 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22802/statm: 339089 280579 894 2943 0 335983 0
[pid=22802/tid=22803] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22803/stat : 22803 (toysat) S 22799 22802 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280579 33554432000 4194304 16246674 140736002058800 140725690805488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22802/tid=22804] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22804/stat : 22804 (toysat) S 22799 22802 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280579 33554432000 4194304 16246674 140736002058800 140725610065136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22802/tid=22805] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22805/stat : 22805 (toysat) S 22799 22802 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280579 33554432000 4194304 16246674 140736002058800 140725599591600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1356356

[startup+51.1005 s]
/proc/loadavg: 2.18 2.20 2.18 4/184 22809
/proc/meminfo: memFree=27901312/32872528 swapFree=16636/1570076
[pid=22802] ppid=22799 vsize=1356356 CPUtime=51.09 cores=0,2,4,6
/proc/22802/stat : 22802 (toysat) R 22799 22802 2168 0 -1 4202496 277214 0 0 0 5067 42 0 0 20 0 4 0 116147961 1388908544 280579 33554432000 4194304 16246674 140736002058800 140736002058016 5600232 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22802/statm: 339089 280579 894 2943 0 335983 0
[pid=22802/tid=22803] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22803/stat : 22803 (toysat) S 22799 22802 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280579 33554432000 4194304 16246674 140736002058800 140725690805488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22802/tid=22804] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22804/stat : 22804 (toysat) S 22799 22802 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280579 33554432000 4194304 16246674 140736002058800 140725610065136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22802/tid=22805] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22805/stat : 22805 (toysat) S 22799 22802 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280579 33554432000 4194304 16246674 140736002058800 140725599591600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1356356

[startup+102.3 s]
/proc/loadavg: 2.20 2.20 2.18 3/184 22810
/proc/meminfo: memFree=27901504/32872528 swapFree=16636/1570076
[pid=22802] ppid=22799 vsize=1356356 CPUtime=102.28 cores=0,2,4,6
/proc/22802/stat : 22802 (toysat) R 22799 22802 2168 0 -1 4202496 277214 0 0 0 10186 42 0 0 20 0 4 0 116147961 1388908544 280579 33554432000 4194304 16246674 140736002058800 140736002040704 5523460 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22802/statm: 339089 280579 894 2943 0 335983 0
[pid=22802/tid=22803] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22803/stat : 22803 (toysat) S 22799 22802 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280579 33554432000 4194304 16246674 140736002058800 140725690805488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22802/tid=22804] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22804/stat : 22804 (toysat) S 22799 22802 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280579 33554432000 4194304 16246674 140736002058800 140725610065136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22802/tid=22805] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22805/stat : 22805 (toysat) S 22799 22802 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280579 33554432000 4194304 16246674 140736002058800 140725599591600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1356356


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

/proc/22802/task/22805/stat : 22805 (toysat) S 22799 22802 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725599591600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 1356356

[startup+1362.3 s]
/proc/loadavg: 2.27 2.21 2.18 3/183 22987
/proc/meminfo: memFree=28035008/32872528 swapFree=16636/1570076
[pid=22802] ppid=22799 vsize=1356356 CPUtime=1361.9 cores=0,2,4,6
/proc/22802/stat : 22802 (toysat) R 22799 22802 2168 0 -1 4202496 277577 0 0 0 136146 44 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140736002040704 5823793 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22802/statm: 339089 280836 895 2943 0 335983 0
[pid=22802/tid=22803] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22803/stat : 22803 (toysat) S 22799 22802 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725690805488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22802/tid=22804] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22804/stat : 22804 (toysat) S 22799 22802 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725610065136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22802/tid=22805] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22805/stat : 22805 (toysat) S 22799 22802 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725599591600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 1356356

[startup+1422.3 s]
/proc/loadavg: 2.24 2.20 2.18 3/183 22988
/proc/meminfo: memFree=28034904/32872528 swapFree=16636/1570076
[pid=22802] ppid=22799 vsize=1356356 CPUtime=1421.9 cores=0,2,4,6
/proc/22802/stat : 22802 (toysat) R 22799 22802 2168 0 -1 4202496 277577 0 0 0 142146 44 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140736002040704 13753008 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22802/statm: 339089 280836 895 2943 0 335983 0
[pid=22802/tid=22803] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22803/stat : 22803 (toysat) S 22799 22802 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725690805488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22802/tid=22804] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22804/stat : 22804 (toysat) S 22799 22802 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725610065136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22802/tid=22805] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22805/stat : 22805 (toysat) S 22799 22802 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725599591600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 1356356

[startup+1482.3 s]
/proc/loadavg: 2.13 2.18 2.18 3/183 22990
/proc/meminfo: memFree=28034936/32872528 swapFree=16636/1570076
[pid=22802] ppid=22799 vsize=1356356 CPUtime=1481.88 cores=0,2,4,6
/proc/22802/stat : 22802 (toysat) R 22799 22802 2168 0 -1 4202496 277577 0 0 0 148144 44 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140736002040704 5523460 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22802/statm: 339089 280836 895 2943 0 335983 0
[pid=22802/tid=22803] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22803/stat : 22803 (toysat) S 22799 22802 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725690805488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22802/tid=22804] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22804/stat : 22804 (toysat) S 22799 22802 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725610065136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22802/tid=22805] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22805/stat : 22805 (toysat) S 22799 22802 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725599591600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 1356356

[startup+1542.31 s]
/proc/loadavg: 2.16 2.17 2.17 3/183 22991
/proc/meminfo: memFree=28034840/32872528 swapFree=16636/1570076
[pid=22802] ppid=22799 vsize=1356356 CPUtime=1541.88 cores=0,2,4,6
/proc/22802/stat : 22802 (toysat) R 22799 22802 2168 0 -1 4202496 277577 0 0 0 154144 44 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140736002040704 5672188 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22802/statm: 339089 280836 895 2943 0 335983 0
[pid=22802/tid=22803] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22803/stat : 22803 (toysat) S 22799 22802 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725690805488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22802/tid=22804] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22804/stat : 22804 (toysat) S 22799 22802 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725610065136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22802/tid=22805] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22805/stat : 22805 (toysat) S 22799 22802 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725599591600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 1356356

[startup+1602.3 s]
/proc/loadavg: 2.24 2.20 2.18 3/183 22992
/proc/meminfo: memFree=27996868/32872528 swapFree=16636/1570076
[pid=22802] ppid=22799 vsize=1356356 CPUtime=1601.86 cores=0,2,4,6
/proc/22802/stat : 22802 (toysat) R 22799 22802 2168 0 -1 4202496 277577 0 0 0 160142 44 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140736002040704 5827966 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22802/statm: 339089 280836 895 2943 0 335983 0
[pid=22802/tid=22803] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22803/stat : 22803 (toysat) S 22799 22802 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725690805488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22802/tid=22804] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22804/stat : 22804 (toysat) S 22799 22802 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725610065136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22802/tid=22805] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22805/stat : 22805 (toysat) S 22799 22802 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725599591600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 1356356

[startup+1662.3 s]
/proc/loadavg: 2.16 2.18 2.17 3/183 22993
/proc/meminfo: memFree=27997084/32872528 swapFree=16636/1570076
[pid=22802] ppid=22799 vsize=1356356 CPUtime=1661.85 cores=0,2,4,6
/proc/22802/stat : 22802 (toysat) R 22799 22802 2168 0 -1 4202496 277577 0 0 0 166141 44 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140736002040704 5822484 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22802/statm: 339089 280836 895 2943 0 335983 0
[pid=22802/tid=22803] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22803/stat : 22803 (toysat) S 22799 22802 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725690805488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22802/tid=22804] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22804/stat : 22804 (toysat) S 22799 22802 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725610065136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22802/tid=22805] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22805/stat : 22805 (toysat) S 22799 22802 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725599591600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 1356356

[startup+1722.3 s]
/proc/loadavg: 2.09 2.16 2.17 4/183 22994
/proc/meminfo: memFree=27996740/32872528 swapFree=16636/1570076
[pid=22802] ppid=22799 vsize=1356356 CPUtime=1721.84 cores=0,2,4,6
/proc/22802/stat : 22802 (toysat) R 22799 22802 2168 0 -1 4202496 277577 0 0 0 172140 44 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140736002040704 13774516 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22802/statm: 339089 280836 895 2943 0 335983 0
[pid=22802/tid=22803] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22803/stat : 22803 (toysat) S 22799 22802 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725690805488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22802/tid=22804] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22804/stat : 22804 (toysat) S 22799 22802 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725610065136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22802/tid=22805] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22805/stat : 22805 (toysat) S 22799 22802 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725599591600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 1356356

[startup+1782.3 s]
/proc/loadavg: 2.18 2.17 2.17 4/183 22996
/proc/meminfo: memFree=27996268/32872528 swapFree=16636/1570076
[pid=22802] ppid=22799 vsize=1356356 CPUtime=1781.83 cores=0,2,4,6
/proc/22802/stat : 22802 (toysat) R 22799 22802 2168 0 -1 4202496 277577 0 0 0 178139 44 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140736002041800 5711716 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22802/statm: 339089 280836 895 2943 0 335983 0
[pid=22802/tid=22803] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22803/stat : 22803 (toysat) S 22799 22802 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725690805488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22802/tid=22804] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22804/stat : 22804 (toysat) S 22799 22802 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725610065136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22802/tid=22805] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22805/stat : 22805 (toysat) S 22799 22802 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725599591600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 1356356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.29 2.19 2.18 3/183 22996
/proc/meminfo: memFree=27996240/32872528 swapFree=16636/1570076
[pid=22802] ppid=22799 vsize=1356356 CPUtime=1800.03 cores=0,2,4,6
/proc/22802/stat : 22802 (toysat) R 22799 22802 2168 0 -1 4202496 277577 0 0 0 179959 44 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140736002040704 5822604 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22802/statm: 339089 280836 895 2943 0 335983 0
[pid=22802/tid=22803] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22803/stat : 22803 (toysat) S 22799 22802 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725690805488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22802/tid=22804] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22804/stat : 22804 (toysat) S 22799 22802 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725610065136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22802/tid=22805] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22805/stat : 22805 (toysat) S 22799 22802 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725599591600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1356356

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

[startup+1800.5 s]
/proc/loadavg: 2.29 2.19 2.18 3/183 22996
/proc/meminfo: memFree=27996240/32872528 swapFree=16636/1570076
[pid=22802] ppid=22799 vsize=1356356 CPUtime=1800.03 cores=0,2,4,6
/proc/22802/stat : 22802 (toysat) R 22799 22802 2168 0 -1 4202496 277577 0 0 0 179959 44 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140736002040704 5822604 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22802/statm: 339089 280836 895 2943 0 335983 0
[pid=22802/tid=22803] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22803/stat : 22803 (toysat) S 22799 22802 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725690805488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22802/tid=22804] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22804/stat : 22804 (toysat) S 22799 22802 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725610065136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22802/tid=22805] ppid=22799 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/22802/task/22805/stat : 22805 (toysat) S 22799 22802 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116147961 1388908544 280836 33554432000 4194304 16246674 140736002058800 140725599591600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1356356

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.05
CPU user time (s): 1799.6
CPU system time (s): 0.448931
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 1356356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 0.448931
maximum resident set size= 1123344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277577
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= 392
involuntary context switches= 1838

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.33004 second user time and 8.83166 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-08 01:29:16
IDJOB=4079340
IDBENCH=92773
IDSOLVER=2542
FILE ID=node140/4079340-1465342156
RUNJOBID= node140-1465312758-19943
PBS_JOBID= 19850417
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= 63c4e0568f91ae4bdd1fa7b5cc0b98cf
RANDOM SEED=1926243986

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29021188 kB
Buffers:           79864 kB
Cached:           246436 kB
SwapCached:         1660 kB
Active:          1365112 kB
Inactive:         164252 kB
Active(anon):    1199348 kB
Inactive(anon):     5988 kB
Active(file):     165764 kB
Inactive(file):   158264 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098752 kB
Dirty:             28356 kB
Writeback:             0 kB
AnonPages:       2804844 kB
Mapped:            10700 kB
Shmem:                 0 kB
Slab:             614432 kB
SReclaimable:      58376 kB
SUnreclaim:       556056 kB
KernelStack:        1504 kB
PageTables:         9620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2916812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1982464 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= 71696 MiB
End job on node140 at 2016-06-08 01:59:17