Trace number 4100345

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.09 1800.52

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-CMS750_4.opb
MD5SUM55e4261919fe5e3e5c6520778d47a3ef
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables142226
Total number of constraints20881
Number of constraints which are clauses2438
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18443
Minimum length of a constraint4
Maximum length of a constraint61
Number of terms in the objective function 780
Biggest coefficient in the objective function 261957
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 524680
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261957
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524680
Number of bits of the biggest sum of numbers20
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-18T03:29:17+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4100345-1466213357.opb"]
0.00/0.01	c use --random-gen="2064802282 3378398465 289696197 3993286776 3018812437 652552149 402580422 13313845 1012797597 4123837611 3944942495 861554664 2058762858 1129227481 1718194210 518744910 3887751577 2466458986 2349288006 1371381407 1544408077 1372300778 721602644 154824591 885430752 1323294553 2541188880 2555410282 3092486856 4192619450 457420135 3783050247 820330517 517089164 3497608103 4131793605 966968985 1755527531 535439953 3739666997 156883281 4210850713 3879403586 1738404679 2757800395 3347138549 3037189759 568630408 3001391114 2397982641 1175524711 2143526975 2809761932 2775071619 1645543473 42602403 1967808967 1940634352 3013040346 3059544273 681700127 3460493348 1283501226 4054400248 1874394944 1031042105 2942818258 3039444368 3986485781 1709525579 18604072 288498214 1453819313 250423431 2663984183 3668018744 2732226723 62058663 1806685098 3917413543 4121042511 4223559687 3924278889 2687810109 1189674930 2516244842 1696083123 4229360574 265036653 3956352796 230437328 3188996088 2508577550 4048485968 1940245553 3946750054 3939869428 118070570 3861802936 2231659988 3730980027 232126174 3651384213 2980186305 2124934348 1203747918 87743703 3870966810 1822294803 710468257 3555244450 2490627230 3172012161 4152195950 3430964946 3017963358 3904047507 2491132625 1801093308 3782490897 1561123577 2573472219 1918171375 723153904 722179507 2253905811 3769189784 1301073 30550748 4026688071 3826103230 988335338 3034360826 639975812 3496777607 2303522234 2645129646 3406653643 3075902677 2008634603 608158961 2787547150 2145069778 836478625 4242934718 2076134258 111092811 575539944 54155987 1046095618 34114113 287847503 2006158238 2400046382 1817164687 1471265846 3701947194 2168049315 2517998137 3431417419 2291301490 2237282833 4007698299 1698254403 759579376 149237287 2448193812 3024518743 2535151949 2138093133 760909977 1928634581 3916097233 1830990581 28846227 1098681494 285207892 3941460471 2747273826 2128780792 2648767622 66061218 446994155 3326439706 2676983368 1459012255 2343766775 2585620540 3653042861 2832951520 844397660 690587454 472180872 3777549200 3713398232 219259807 1600908872 1881256421 3081697589 2948648115 3672921397 3235116585 367160245 3187887132 2164262486 914688810 3496888156 964123664 1912443244 1686783168 706086185 2053862677 3184633433 1721281075 3440458108 2848482691 2451016216 353025806 2789963199 294690918 3397823605 2616415792 1897622132 2635244294 1834480484 2613962059 2656370781 710110694 1102492637 2360916437 1581025791 3913654880 1581487060 608890757 3148327195 3669630397 363170393 3857921611 4287148363 1483809710 2140191209 1802017320 4059079980 2498761298 1627060836 1851654007 286414556 138666432 2659155919 3308078657 3899703481 3211485366 177166274 3780271331 4209037129 2777681379 255 362436" option to reproduce the execution
1.79/1.84	c #vars 142226
1.79/1.84	c #constraints 20881
47.96/48.03	c BCD2: Hardening is enabled.
47.96/48.03	c BCD2: BiasedSearch is enabled.
47.96/48.03	c Solving starts ...
47.96/48.03	c ============================[ Search Statistics ]============================
47.96/48.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.96/48.03	c       |         |          |          |    Limit     GC | Var      | Constra 
47.96/48.03	c =============================================================================
47.96/48.06	c  0.0s |       0 |        0 |        0 |    54369      0 |       14 |        0
48.06/48.19	c  0.1s |       1 |      125 |      100 |    54369      0 |       14 |        0
48.26/48.33	c  0.3s |       2 |      382 |      250 |    59806      0 |       14 |        0
48.37/48.47	c  0.4s |       3 |      804 |      475 |    65787      0 |       14 |        0
48.56/48.63	c  0.6s |       4 |     1375 |      813 |    72366      0 |       14 |        0
48.76/48.82	c  0.8s |       5 |     1895 |     1320 |    79603      0 |       14 |        0
48.96/49.05	c  1.0s |       6 |     2944 |     2081 |    96321      0 |       14 |        0
49.36/49.43	c  1.4s |       7 |     6752 |     3223 |   105954      0 |       14 |        0
49.76/49.83	c  1.8s |       8 |     9523 |     4936 |   116550      0 |       14 |        0
50.36/50.40	c  2.3s |       9 |    13899 |     7506 |   128206      0 |       14 |        0
50.96/51.09	c  3.0s |      10 |    19336 |    11361 |   141027      0 |       14 |        0
52.77/52.82	c  4.8s |      11 |    25161 |    17144 |   155130      0 |       14 |        0
54.76/54.83	c  6.8s |      11 |    30403 |    22344 |   155130      0 |       14 |        0
56.46/56.50	c  8.4s |      12 |    33897 |    25819 |   170643      0 |       14 |        0
58.46/58.55	c 10.5s |      12 |    37433 |    29319 |   170643      0 |       14 |        0
60.47/60.56	c 12.5s |      12 |    40951 |    32819 |   170643      0 |       14 |        0
62.47/62.58	c 14.5s |      12 |    44158 |    36019 |   170643      0 |       14 |        0
64.47/64.58	c 16.5s |      13 |    46993 |    38832 |   187708      0 |       14 |        0
66.56/66.65	c 18.6s |      13 |    49219 |    41032 |   187708      0 |       14 |        0
68.56/68.65	c 20.6s |      13 |    51424 |    43232 |   187708      0 |       14 |        0
70.56/70.66	c 22.6s |      13 |    53236 |    45032 |   187708      0 |       14 |        0
72.67/72.72	c 24.7s |      13 |    55547 |    47332 |   187708      0 |       14 |        0
74.66/74.73	c 26.7s |      13 |    57752 |    49532 |   187708      0 |       14 |        0
76.76/76.84	c 28.8s |      13 |    59569 |    51332 |   187708      0 |       14 |        0
78.96/79.00	c 30.9s |      13 |    60971 |    52732 |   187708      0 |       14 |        0
81.06/81.15	c 33.1s |      13 |    62075 |    53832 |   187708      0 |       14 |        0
83.26/83.32	c 35.3s |      13 |    63185 |    54932 |   187708      0 |       14 |        0
85.26/85.38	c 37.3s |      13 |    64389 |    56132 |   187708      0 |       14 |        0
87.36/87.47	c 39.4s |      13 |    65595 |    57332 |   187708      0 |       14 |        0
89.16/89.21	c 41.2s |      14 |    66617 |    58352 |   206479      0 |       14 |        0
91.16/91.27	c 43.2s |      14 |    67535 |    59252 |   206479      0 |       14 |        0
93.36/93.40	c 45.3s |      14 |    68743 |    60452 |   206479      0 |       14 |        0
95.35/95.43	c 47.4s |      14 |    69847 |    61552 |   206479      0 |       14 |        0
97.45/97.51	c 49.5s |      14 |    70755 |    62452 |   206479      0 |       14 |        0
99.55/99.65	c 51.6s |      14 |    71761 |    63452 |   206479      0 |       14 |        0
101.75/101.80	c 53.7s |      14 |    72760 |    64452 |   206479      0 |       14 |        0
103.75/103.81	c 55.8s |      14 |    73665 |    65352 |   206479      0 |       14 |        0
106.05/106.14	c 58.1s |      14 |    74676 |    66352 |   206479      0 |       14 |        0
108.25/108.33	c 60.3s |      14 |    75374 |    67052 |   206479      0 |       14 |        0
110.35/110.43	c 62.4s |      14 |    76383 |    68052 |   206479      0 |       14 |        0
112.55/112.63	c 64.6s |      14 |    77588 |    69252 |   206479      0 |       14 |        0
114.64/114.71	c 66.7s |      14 |    78799 |    70452 |   206479      0 |       14 |        0
116.65/116.78	c 68.7s |      14 |    79802 |    71452 |   206479      0 |       14 |        0
118.75/118.89	c 70.8s |      14 |    80900 |    72552 |   206479      0 |       14 |        0
120.95/121.07	c 73.0s |      14 |    82112 |    73752 |   206479      0 |       14 |        0
123.04/123.18	c 75.1s |      14 |    83012 |    74652 |   206479      0 |       14 |        0
125.35/125.44	c 77.4s |      14 |    84117 |    75752 |   206479      0 |       14 |        0
127.34/127.46	c 79.4s |      14 |    84918 |    76552 |   206479      0 |       14 |        0
129.54/129.64	c 81.6s |      14 |    85923 |    77552 |   206479      0 |       14 |        0
131.54/131.69	c 83.6s |      14 |    86727 |    78352 |   206479      0 |       14 |        0
133.64/133.75	c 85.7s |      14 |    87628 |    79252 |   206479      0 |       14 |        0
135.94/136.03	c 88.0s |      14 |    88541 |    80152 |   206479      0 |       14 |        0
138.14/138.23	c 90.2s |      14 |    89440 |    81052 |   206479      0 |       14 |        0
140.24/140.33	c 92.3s |      14 |    90344 |    81952 |   206479      0 |       14 |        0
142.44/142.54	c 94.5s |      14 |    91448 |    83052 |   206479      0 |       14 |        0
144.44/144.57	c 96.5s |      14 |    92256 |    83852 |   206479      0 |       14 |        0
146.64/146.74	c 98.7s |      14 |    93163 |    84752 |   206479      0 |       14 |        0
148.64/148.74	c  100s |      14 |    93865 |    85452 |   206479      0 |       14 |        0
150.74/150.85	c  102s |      14 |    94770 |    86352 |   206479      0 |       14 |        0
152.84/152.98	c  104s |      14 |    95576 |    87152 |   227127      0 |       14 |        0
154.04/154.20	c  106s |      15 |    96062 |    87632 |   227127      0 |       14 |        0
156.14/156.28	c  108s |      15 |    96777 |    88332 |   227127      0 |       14 |        0
158.34/158.42	c  110s |      15 |    97481 |    89032 |   227127      0 |       14 |        0
160.43/160.57	c  112s |      15 |    98187 |    89732 |   227127      0 |       14 |        0
162.43/162.58	c  114s |      15 |    98990 |    90532 |   227127      0 |       14 |        0
164.53/164.62	c  116s |      15 |    99801 |    91332 |   227127      0 |       14 |        0
166.83/166.98	c  118s |      15 |   100605 |    92132 |   227127      0 |       14 |        0
169.13/169.20	c  121s |      15 |   101308 |    92832 |   227127      0 |       14 |        0
171.33/171.40	c  123s |      15 |   102114 |    93632 |   227127      0 |       14 |        0
173.43/173.53	c  125s |      15 |   102818 |    94332 |   227127      0 |       14 |        0
175.43/175.56	c  127s |      15 |   103522 |    95032 |   227127      0 |       14 |        0
177.53/177.61	c  129s |      15 |   104228 |    95732 |   227127      0 |       14 |        0
179.63/179.72	c  131s |      15 |   104830 |    96332 |   227127      0 |       14 |        0
181.83/181.90	c  133s |      15 |   105238 |    96732 |   227127      0 |       14 |        0
184.13/184.30	c  136s |      15 |   105740 |    97232 |   227127      0 |       14 |        0
186.33/186.41	c  138s |      15 |   106142 |    97632 |   227127      0 |       14 |        0
188.53/188.64	c  140s |      15 |   106541 |    98032 |   227127      0 |       14 |        0
190.73/190.88	c  142s |      15 |   107042 |    98532 |   227127      0 |       14 |        0
193.12/193.20	c  145s |      15 |   107544 |    99032 |   227127      0 |       14 |        0
195.22/195.34	c  147s |      15 |   108256 |    99732 |   227127      0 |       14 |        0
197.42/197.51	c  149s |      15 |   109261 |   100732 |   227127      0 |       14 |        0
199.42/199.54	c  151s |      15 |   110067 |   101532 |   227127      0 |       14 |        0
201.72/201.81	c  153s |      15 |   110868 |   102332 |   227127      0 |       14 |        0
203.82/203.95	c  155s |      15 |   111578 |   103032 |   227127      0 |       14 |        0
205.92/206.02	c  157s |      15 |   112680 |   104132 |   227127      0 |       14 |        0
208.02/208.19	c  160s |      15 |   113789 |   105232 |   227127      0 |       14 |        0
210.22/210.30	c  162s |      15 |   114902 |   106332 |   227127      0 |       14 |        0
212.33/212.43	c  164s |      15 |   115902 |   107332 |   227127      0 |       14 |        0
214.32/214.46	c  166s |      15 |   116809 |   108232 |   227127      0 |       14 |        0
216.32/216.48	c  168s |      15 |   117726 |   109132 |   227127      0 |       14 |        0
218.42/218.58	c  170s |      15 |   118640 |   110032 |   227127      0 |       14 |        0
220.72/220.80	c  172s |      15 |   119549 |   110932 |   227127      0 |       14 |        0
222.72/222.88	c  174s |      15 |   120272 |   111632 |   227127      0 |       14 |        0
224.82/224.97	c  176s |      15 |   120970 |   112332 |   227127      0 |       14 |        0
227.02/227.14	c  179s |      15 |   121976 |   113332 |   227127      0 |       14 |        0
229.22/229.37	c  181s |      15 |   122780 |   114132 |   227127      0 |       14 |        0
231.31/231.40	c  183s |      15 |   123488 |   114832 |   227127      0 |       14 |        0
233.31/233.48	c  185s |      15 |   124288 |   115632 |   227127      0 |       14 |        0
235.51/235.68	c  187s |      15 |   125093 |   116432 |   227127      0 |       14 |        0
237.71/237.85	c  189s |      15 |   125892 |   117232 |   227127      0 |       14 |        0
240.01/240.11	c  192s |      15 |   126697 |   118032 |   227127      0 |       14 |        0
242.02/242.18	c  194s |      15 |   127401 |   118732 |   227127      0 |       14 |        0
244.12/244.27	c  196s |      15 |   128202 |   119532 |   227127      0 |       14 |        0
246.32/246.42	c  198s |      15 |   128910 |   120232 |   227127      0 |       14 |        0
248.41/248.55	c  200s |      15 |   129723 |   121032 |   227127      0 |       14 |        0
250.51/250.61	c  202s |      15 |   130423 |   121732 |   227127      0 |       14 |        0
252.81/252.91	c  204s |      15 |   131333 |   122632 |   227127      0 |       14 |        0
254.91/255.05	c  206s |      15 |   132032 |   123332 |   227127      0 |       14 |        0
257.01/257.12	c  209s |      15 |   132637 |   123932 |   227127      0 |       14 |        0
259.31/259.41	c  211s |      15 |   133237 |   124532 |   227127      0 |       14 |        0
261.31/261.43	c  213s |      15 |   133844 |   125132 |   227127      0 |       14 |        0
263.51/263.60	c  215s |      15 |   134546 |   125832 |   227127      0 |       14 |        0
265.51/265.66	c  217s |      15 |   135148 |   126432 |   227127      0 |       14 |        0
267.61/267.71	c  219s |      15 |   135754 |   127032 |   227127      0 |       14 |        0
269.91/270.00	c  221s |      15 |   136455 |   127732 |   227127      0 |       14 |        0
272.01/272.14	c  224s |      15 |   137054 |   128332 |   227127      0 |       14 |        0
274.21/274.31	c  226s |      15 |   137656 |   128932 |   227127      0 |       14 |        0
276.21/276.39	c  228s |      15 |   138162 |   129432 |   227127      0 |       14 |        0
278.31/278.40	c  230s |      15 |   138664 |   129932 |   227127      0 |       14 |        0
280.41/280.59	c  232s |      15 |   139269 |   130532 |   227127      0 |       14 |        0
282.61/282.76	c  234s |      15 |   139870 |   131132 |   249840      0 |       14 |        0
284.00/284.14	c  236s |      16 |   140291 |   131552 |   249840      0 |       14 |        0
286.01/286.19	c  238s |      16 |   140706 |   131952 |   249840      0 |       14 |        0
288.60/288.73	c  240s |      16 |   141208 |   132452 |   249840      0 |       14 |        0
290.70/290.84	c  242s |      16 |   141713 |   132952 |   249840      0 |       14 |        0
293.00/293.10	c  245s |      16 |   142423 |   133652 |   249840      0 |       14 |        0
295.20/295.33	c  247s |      16 |   143124 |   134352 |   249840      0 |       14 |        0
297.40/297.57	c  249s |      16 |   143926 |   135152 |   249840      0 |       14 |        0
299.50/299.66	c  251s |      16 |   144736 |   135952 |   249840      0 |       14 |        0
301.60/301.74	c  253s |      16 |   145435 |   136652 |   249840      0 |       14 |        0
303.80/303.99	c  255s |      16 |   146144 |   137352 |   249840      0 |       14 |        0
306.00/306.15	c  258s |      16 |   146843 |   138052 |   249840      0 |       14 |        0
308.20/308.33	c  260s |      16 |   147540 |   138752 |   249840      0 |       14 |        0
310.50/310.65	c  262s |      16 |   148245 |   139452 |   249840      0 |       14 |        0
312.80/312.91	c  264s |      16 |   148849 |   140052 |   249840      0 |       14 |        0
314.90/315.01	c  266s |      16 |   149453 |   140652 |   249840      0 |       14 |        0
316.99/317.12	c  269s |      16 |   150055 |   141252 |   249840      0 |       14 |        0
319.19/319.31	c  271s |      16 |   150558 |   141752 |   249840      0 |       14 |        0
321.20/321.36	c  273s |      16 |   151064 |   142252 |   249840      0 |       14 |        0
323.40/323.51	c  275s |      16 |   151661 |   142852 |   249840      0 |       14 |        0
325.60/325.77	c  277s |      16 |   152369 |   143552 |   249840      0 |       14 |        0
327.80/327.91	c  279s |      16 |   152971 |   144152 |   249840      0 |       14 |        0
329.79/329.96	c  281s |      16 |   153573 |   144752 |   249840      0 |       14 |        0
331.79/331.97	c  283s |      16 |   154082 |   145252 |   249840      0 |       14 |        0
333.79/333.98	c  285s |      16 |   154580 |   145752 |   249840      0 |       14 |        0
336.19/336.39	c  288s |      16 |   155183 |   146352 |   249840      0 |       14 |        0
338.29/338.46	c  290s |      16 |   155683 |   146852 |   249840      0 |       14 |        0
340.29/340.48	c  292s |      16 |   156184 |   147352 |   249840      0 |       14 |        0
342.39/342.50	c  294s |      16 |   156687 |   147852 |   249840      0 |       14 |        0
344.39/344.52	c  296s |      16 |   157185 |   148352 |   249840      0 |       14 |        0
346.39/346.54	c  298s |      16 |   157688 |   148852 |   249840      0 |       14 |        0
348.59/348.71	c  300s |      16 |   158187 |   149352 |   249840      0 |       14 |        0
350.68/350.82	c  302s |      16 |   158689 |   149852 |   249840      0 |       14 |        0
352.78/352.91	c  304s |      16 |   159191 |   150352 |   249840      0 |       14 |        0
354.78/354.92	c  306s |      16 |   159691 |   150852 |   249840      0 |       14 |        0
357.08/357.27	c  309s |      16 |   160296 |   151452 |   249840      0 |       14 |        0
359.18/359.30	c  311s |      16 |   160800 |   151952 |   249840      0 |       14 |        0
361.28/361.43	c  313s |      16 |   161301 |   152452 |   249840      0 |       14 |        0
363.78/363.94	c  315s |      16 |   161816 |   152952 |   249840      0 |       14 |        0
366.08/366.29	c  318s |      16 |   162117 |   153252 |   249840      0 |       14 |        0
368.39/368.53	c  320s |      16 |   162415 |   153552 |   249840      0 |       14 |        0
370.59/370.71	c  322s |      16 |   162718 |   153852 |   249840      0 |       14 |        0
372.89/373.04	c  324s |      16 |   163022 |   154152 |   249840      0 |       14 |        0
374.99/375.12	c  327s |      16 |   163321 |   154452 |   249840      0 |       14 |        0
377.38/377.57	c  329s |      16 |   163628 |   154752 |   249840      0 |       14 |        0
380.08/380.28	c  332s |      16 |   164028 |   155152 |   249840      0 |       14 |        0
382.27/382.40	c  334s |      16 |   164331 |   155452 |   249840      0 |       14 |        0
384.77/384.90	c  336s |      16 |   164729 |   155852 |   249840      0 |       14 |        0
386.87/387.07	c  339s |      16 |   165038 |   156152 |   249840      0 |       14 |        0
389.57/389.77	c  341s |      16 |   165443 |   156552 |   249840      0 |       14 |        0
391.97/392.10	c  344s |      16 |   165741 |   156852 |   249840      0 |       14 |        0
393.97/394.19	c  346s |      16 |   166046 |   157152 |   249840      0 |       14 |        0
396.47/396.67	c  348s |      16 |   166442 |   157552 |   249840      0 |       14 |        0
398.97/399.13	c  351s |      16 |   166744 |   157852 |   249840      0 |       14 |        0
401.47/401.64	c  353s |      16 |   167048 |   158152 |   249840      0 |       14 |        0
404.16/404.37	c  356s |      16 |   167348 |   158452 |   249840      0 |       14 |        0
406.66/406.84	c  358s |      16 |   167744 |   158852 |   249840      0 |       14 |        0
409.26/409.43	c  361s |      16 |   168049 |   159152 |   249840      0 |       14 |        0
411.86/412.08	c  364s |      16 |   168350 |   159452 |   249840      0 |       14 |        0
414.06/414.29	c  366s |      16 |   168655 |   159752 |   249840      0 |       14 |        0
416.46/416.61	c  368s |      16 |   168953 |   160052 |   249840      0 |       14 |        0
419.07/419.26	c  371s |      16 |   169253 |   160352 |   249840      0 |       14 |        0
421.66/421.88	c  373s |      16 |   169556 |   160652 |   249840      0 |       14 |        0
424.06/424.24	c  376s |      16 |   169965 |   161052 |   249840      0 |       14 |        0
427.06/427.22	c  379s |      16 |   170263 |   161352 |   249840      0 |       14 |        0
429.46/429.65	c  381s |      16 |   170567 |   161652 |   249840      0 |       14 |        0
431.56/431.77	c  383s |      16 |   170867 |   161952 |   249840      0 |       14 |        0
433.86/434.00	c  385s |      16 |   171167 |   162252 |   249840      0 |       14 |        0
436.26/436.45	c  388s |      16 |   171468 |   162552 |   249840      0 |       14 |        0
438.66/438.83	c  390s |      16 |   171870 |   162952 |   249840      0 |       14 |        0
441.25/441.42	c  393s |      16 |   172276 |   163352 |   249840      0 |       14 |        0
443.75/443.90	c  395s |      16 |   172575 |   163652 |   249840      0 |       14 |        0
445.95/446.11	c  398s |      16 |   172976 |   164052 |   249840      0 |       14 |        0
447.95/448.12	c  400s |      16 |   173277 |   164352 |   249840      0 |       14 |        0
450.35/450.55	c  402s |      16 |   173682 |   164752 |   249840      0 |       14 |        0
452.95/453.13	c  405s |      16 |   174090 |   165152 |   249840      0 |       14 |        0
455.55/455.74	c  407s |      16 |   174394 |   165452 |   249840      0 |       14 |        0
458.35/458.53	c  410s |      16 |   174697 |   165752 |   249840      0 |       14 |        0
460.55/460.71	c  412s |      16 |   174994 |   166052 |   249840      0 |       14 |        0
462.64/462.89	c  414s |      16 |   175303 |   166352 |   249840      0 |       14 |        0
464.74/464.96	c  416s |      16 |   175700 |   166752 |   249840      0 |       14 |        0
466.84/467.01	c  418s |      16 |   175998 |   167052 |   249840      0 |       14 |        0
469.14/469.31	c  421s |      16 |   176399 |   167452 |   249840      0 |       14 |        0
471.24/471.48	c  423s |      16 |   176800 |   167852 |   249840      0 |       14 |        0
473.44/473.61	c  425s |      16 |   177302 |   168352 |   249840      0 |       14 |        0
475.84/476.00	c  427s |      16 |   177904 |   168952 |   249840      0 |       14 |        0
478.14/478.33	c  430s |      16 |   178509 |   169552 |   249840      0 |       14 |        0
480.44/480.63	c  432s |      16 |   179008 |   170052 |   249840      0 |       14 |        0
483.43/483.69	c  435s |      16 |   179309 |   170352 |   249840      0 |       14 |        0
485.73/485.95	c  437s |      16 |   179614 |   170652 |   249840      0 |       14 |        0
488.43/488.68	c  440s |      16 |   179914 |   170952 |   249840      0 |       14 |        0
490.83/491.02	c  442s |      16 |   180214 |   171252 |   249840      0 |       14 |        0
493.03/493.24	c  445s |      16 |   180520 |   171552 |   249840      0 |       14 |        0
495.83/496.02	c  447s |      16 |   180822 |   171852 |   249840      0 |       14 |        0
498.93/499.19	c  451s |      16 |   181124 |   172152 |   249840      0 |       14 |        0
501.23/501.41	c  453s |      16 |   181325 |   172352 |   249840      0 |       14 |        0
503.33/503.53	c  455s |      16 |   181523 |   172552 |   249840      0 |       14 |        0
505.93/506.16	c  458s |      16 |   181827 |   172852 |   249840      0 |       14 |        0
508.13/508.32	c  460s |      16 |   182127 |   173152 |   249840      0 |       14 |        0
510.83/511.02	c  462s |      16 |   182428 |   173452 |   249840      0 |       14 |        0
513.43/513.66	c  465s |      16 |   182732 |   173752 |   249840      0 |       14 |        0
516.02/516.21	c  468s |      16 |   183029 |   174052 |   249840      0 |       14 |        0
518.22/518.41	c  470s |      16 |   183333 |   174352 |   249840      0 |       14 |        0
520.52/520.70	c  472s |      16 |   183630 |   174652 |   249840      0 |       14 |        0
523.43/523.68	c  475s |      16 |   183939 |   174952 |   249840      0 |       14 |        0
526.22/526.46	c  478s |      16 |   184241 |   175252 |   249840      0 |       14 |        0
528.62/528.85	c  480s |      16 |   184543 |   175552 |   249840      0 |       14 |        0
530.92/531.13	c  483s |      16 |   184842 |   175852 |   249840      0 |       14 |        0
533.43/533.67	c  485s |      16 |   185147 |   176152 |   249840      0 |       14 |        0
536.22/536.45	c  488s |      16 |   185445 |   176452 |   249840      0 |       14 |        0
538.93/539.18	c  491s |      16 |   185744 |   176752 |   249840      0 |       14 |        0
541.62/541.83	c  493s |      16 |   186045 |   177052 |   249840      0 |       14 |        0
544.01/544.20	c  496s |      16 |   186350 |   177352 |   249840      0 |       14 |        0
546.21/546.45	c  498s |      16 |   186652 |   177652 |   249840      0 |       14 |        0
548.51/548.78	c  500s |      16 |   186951 |   177952 |   249840      0 |       14 |        0
550.61/550.81	c  502s |      16 |   187253 |   178252 |   249840      0 |       14 |        0
552.91/553.17	c  505s |      16 |   187555 |   178552 |   249840      0 |       14 |        0
555.91/556.10	c  508s |      16 |   187959 |   178952 |   249840      0 |       14 |        0
558.62/558.82	c  510s |      16 |   188262 |   179252 |   249840      0 |       14 |        0
561.11/561.34	c  513s |      16 |   188563 |   179552 |   249840      0 |       14 |        0
564.01/564.24	c  516s |      16 |   188861 |   179852 |   249840      0 |       14 |        0
566.41/566.64	c  518s |      16 |   189166 |   180152 |   249840      0 |       14 |        0
568.40/568.66	c  520s |      16 |   189368 |   180352 |   249840      0 |       14 |        0
571.00/571.29	c  523s |      16 |   189673 |   180652 |   249840      0 |       14 |        0
573.70/573.97	c  525s |      16 |   189977 |   180952 |   249840      0 |       14 |        0
576.10/576.37	c  528s |      16 |   190278 |   181252 |   249840      0 |       14 |        0
578.20/578.41	c  530s |      16 |   190576 |   181552 |   249840      0 |       14 |        0
581.10/581.38	c  533s |      16 |   190875 |   181852 |   249840      0 |       14 |        0
583.20/583.47	c  535s |      16 |   191079 |   182052 |   249840      0 |       14 |        0
585.60/585.85	c  537s |      16 |   191381 |   182352 |   249840      0 |       14 |        0
588.60/588.82	c  540s |      16 |   191684 |   182652 |   249840      0 |       14 |        0
591.40/591.63	c  543s |      16 |   191987 |   182952 |   249840      0 |       14 |        0
593.70/593.98	c  545s |      16 |   192288 |   183252 |   249840      0 |       14 |        0
595.80/596.07	c  548s |      16 |   192584 |   183552 |   249840      0 |       14 |        0
598.40/598.69	c  550s |      16 |   192887 |   183852 |   249840      0 |       14 |        0
600.60/600.86	c  552s |      16 |   193187 |   184152 |   249840      0 |       14 |        0
603.10/603.38	c  555s |      16 |   193491 |   184452 |   249840      0 |       14 |        0
605.80/606.04	c  557s |      16 |   193794 |   184752 |   249840      0 |       14 |        0
608.60/608.86	c  560s |      16 |   194095 |   185052 |   249840      0 |       14 |        0
611.10/611.38	c  563s |      16 |   194397 |   185352 |   249840      0 |       14 |        0
613.19/613.48	c  565s |      16 |   194699 |   185652 |   249840      0 |       14 |        0
615.59/615.82	c  567s |      16 |   194999 |   185952 |   249840      0 |       14 |        0
617.59/617.85	c  569s |      16 |   195302 |   186252 |   249840      0 |       14 |        0
619.89/620.18	c  572s |      16 |   195601 |   186552 |   249840      0 |       14 |        0
622.29/622.57	c  574s |      16 |   195904 |   186852 |   249840      0 |       14 |        0
624.49/624.73	c  576s |      16 |   196106 |   187052 |   249840      0 |       14 |        0
626.69/626.97	c  578s |      16 |   196411 |   187352 |   249840      0 |       14 |        0
629.00/629.27	c  581s |      16 |   196813 |   187752 |   249840      0 |       14 |        0
631.39/631.62	c  583s |      16 |   197111 |   188052 |   249840      0 |       14 |        0
633.39/633.62	c  585s |      16 |   197311 |   188252 |   249840      0 |       14 |        0
635.49/635.76	c  587s |      16 |   197612 |   188552 |   249840      0 |       14 |        0
637.89/638.11	c  590s |      16 |   198014 |   188952 |   249840      0 |       14 |        0
639.99/640.21	c  592s |      16 |   198315 |   189252 |   249840      0 |       14 |        0
642.29/642.54	c  594s |      16 |   198614 |   189552 |   249840      0 |       14 |        0
644.79/645.04	c  596s |      16 |   198914 |   189852 |   249840      0 |       14 |        0
647.09/647.35	c  599s |      16 |   199213 |   190152 |   249840      0 |       14 |        0
649.49/649.73	c  601s |      16 |   199513 |   190452 |   249840      0 |       14 |        0
652.19/652.45	c  604s |      16 |   199824 |   190752 |   249840      0 |       14 |        0
654.29/654.51	c  606s |      16 |   200023 |   190952 |   249840      0 |       14 |        0
656.68/656.95	c  608s |      16 |   200327 |   191252 |   249840      0 |       14 |        0
658.79/659.04	c  610s |      16 |   200527 |   191452 |   249840      0 |       14 |        0
661.78/662.03	c  613s |      16 |   200829 |   191752 |   249840      0 |       14 |        0
663.78/664.04	c  615s |      16 |   201035 |   191952 |   249840      0 |       14 |        0
665.78/666.07	c  618s |      16 |   201235 |   192152 |   249840      0 |       14 |        0
668.59/668.89	c  620s |      16 |   201537 |   192452 |   249840      0 |       14 |        0
671.48/671.73	c  623s |      16 |   201836 |   192752 |   249840      0 |       14 |        0
674.28/674.50	c  626s |      16 |   202137 |   193052 |   249840      0 |       14 |        0
676.68/676.93	c  628s |      16 |   202438 |   193352 |   249840      0 |       14 |        0
679.18/679.49	c  631s |      16 |   202740 |   193652 |   249840      0 |       14 |        0
681.68/681.94	c  633s |      16 |   203041 |   193952 |   249840      0 |       14 |        0
684.17/684.41	c  636s |      16 |   203341 |   194252 |   249840      0 |       14 |        0
686.57/686.88	c  638s |      16 |   203744 |   194652 |   249840      0 |       14 |        0
688.97/689.25	c  641s |      16 |   204043 |   194952 |   249840      0 |       14 |        0
691.17/691.47	c  643s |      16 |   204345 |   195252 |   249840      0 |       14 |        0
693.57/693.82	c  645s |      16 |   204741 |   195652 |   249840      0 |       14 |        0
695.57/695.83	c  647s |      16 |   205047 |   195952 |   249840      0 |       14 |        0
697.97/698.29	c  650s |      16 |   205551 |   196452 |   274824      0 |       14 |        0
700.07/700.36	c  652s |      16 |   205852 |   196752 |   274824      0 |       14 |        0
702.46/702.72	c  654s |      16 |   206254 |   197152 |   274824      0 |       14 |        0
704.66/704.95	c  656s |      17 |   206537 |   197432 |   274824      0 |       14 |        0
706.96/707.23	c  659s |      17 |   206753 |   197632 |   274824      0 |       14 |        0
709.16/709.43	c  661s |      17 |   207051 |   197932 |   274824      0 |       14 |        0
711.96/712.23	c  664s |      17 |   207360 |   198232 |   274824      0 |       14 |        0
714.77/715.01	c  666s |      17 |   207660 |   198532 |   274824      0 |       14 |        0
717.86/718.10	c  670s |      17 |   207959 |   198832 |   274824      0 |       14 |        0
719.96/720.22	c  672s |      17 |   208162 |   199032 |   274824      0 |       14 |        0
722.97/723.26	c  675s |      17 |   208461 |   199332 |   274824      0 |       14 |        0
725.16/725.40	c  677s |      17 |   208662 |   199532 |   274824      0 |       14 |        0
727.86/728.15	c  680s |      17 |   208962 |   199832 |   274824      0 |       14 |        0
730.06/730.40	c  682s |      17 |   209263 |   200132 |   274824      0 |       14 |        0
732.16/732.48	c  684s |      17 |   209566 |   200432 |   274824      0 |       14 |        0
734.26/734.54	c  686s |      17 |   209765 |   200632 |   274824      0 |       14 |        0
736.66/737.00	c  688s |      17 |   210062 |   200932 |   274824      0 |       14 |        0
739.76/740.07	c  692s |      17 |   210365 |   201232 |   274824      0 |       14 |        0
742.36/742.69	c  694s |      17 |   210672 |   201532 |   274824      0 |       14 |        0
745.36/745.65	c  697s |      17 |   210973 |   201832 |   274824      0 |       14 |        0
748.36/748.64	c  700s |      17 |   211274 |   202132 |   274824      0 |       14 |        0
750.96/751.22	c  703s |      17 |   211576 |   202432 |   274824      0 |       14 |        0
753.95/754.22	c  706s |      17 |   211877 |   202732 |   274824      0 |       14 |        0
755.95/756.28	c  708s |      17 |   212080 |   202932 |   274824      0 |       14 |        0
758.45/758.77	c  710s |      17 |   212380 |   203232 |   274824      0 |       14 |        0
760.85/761.17	c  713s |      17 |   212783 |   203632 |   274824      0 |       14 |        0
763.65/763.91	c  715s |      17 |   213185 |   204032 |   274824      0 |       14 |        0
766.15/766.45	c  718s |      17 |   213588 |   204432 |   274824      0 |       14 |        0
768.55/768.80	c  720s |      17 |   213889 |   204732 |   274824      0 |       14 |        0
770.75/771.10	c  723s |      17 |   214186 |   205032 |   274824      0 |       14 |        0
773.74/774.06	c  726s |      17 |   214490 |   205332 |   274824      0 |       14 |        0
776.04/776.37	c  728s |      17 |   214694 |   205532 |   274824      0 |       14 |        0
778.65/778.92	c  730s |      17 |   214994 |   205832 |   274824      0 |       14 |        0
781.04/781.38	c  733s |      17 |   215294 |   206132 |   274824      0 |       14 |        0
783.74/784.02	c  735s |      17 |   215595 |   206432 |   274824      0 |       14 |        0
786.24/786.56	c  738s |      17 |   215897 |   206732 |   274824      0 |       14 |        0
789.14/789.46	c  741s |      17 |   216199 |   207032 |   274824      0 |       14 |        0
791.44/791.71	c  743s |      17 |   216400 |   207232 |   274824      0 |       14 |        0
794.33/794.60	c  746s |      17 |   216701 |   207532 |   274824      0 |       14 |        0
797.03/797.37	c  749s |      17 |   217001 |   207832 |   274824      0 |       14 |        0
799.93/800.24	c  752s |      17 |   217301 |   208132 |   274824      0 |       14 |        0
802.84/803.11	c  755s |      17 |   217600 |   208432 |   274824      0 |       14 |        0
805.63/805.98	c  757s |      17 |   217904 |   208732 |   274824      0 |       14 |        0
807.73/808.04	c  759s |      17 |   218105 |   208932 |   274824      0 |       14 |        0
809.93/810.28	c  762s |      17 |   218401 |   209232 |   274824      0 |       14 |        0
812.43/812.71	c  764s |      17 |   218707 |   209532 |   274824      0 |       14 |        0
814.94/815.26	c  767s |      17 |   219012 |   209832 |   274824      0 |       14 |        0
817.33/817.68	c  769s |      17 |   219212 |   210032 |   274824      0 |       14 |        0
819.43/819.72	c  771s |      17 |   219410 |   210232 |   274824      0 |       14 |        0
821.43/821.75	c  773s |      17 |   219612 |   210432 |   274824      0 |       14 |        0
824.33/824.69	c  776s |      17 |   219914 |   210732 |   274824      0 |       14 |        0
826.83/827.10	c  779s |      17 |   220112 |   210932 |   274824      0 |       14 |        0
829.23/829.55	c  781s |      17 |   220316 |   211132 |   274824      0 |       14 |        0
831.73/832.07	c  784s |      17 |   220515 |   211332 |   274824      0 |       14 |        0
834.43/834.71	c  786s |      17 |   220816 |   211632 |   274824      0 |       14 |        0
837.03/837.33	c  789s |      17 |   221121 |   211932 |   274824      0 |       14 |        0
839.53/839.85	c  791s |      17 |   221422 |   212232 |   274824      0 |       14 |        0
841.93/842.22	c  794s |      17 |   221724 |   212532 |   274824      0 |       14 |        0
844.12/844.44	c  796s |      17 |   222025 |   212832 |   274824      0 |       14 |        0
846.42/846.73	c  798s |      17 |   222325 |   213132 |   274824      0 |       14 |        0
849.52/849.81	c  801s |      17 |   222833 |   213632 |   274824      0 |       14 |        0
852.02/852.30	c  804s |      17 |   223038 |   213832 |   274824      0 |       14 |        0
854.43/854.78	c  806s |      17 |   223235 |   214032 |   274824      0 |       14 |        0
856.63/856.92	c  808s |      17 |   223436 |   214232 |   274824      0 |       14 |        0
858.72/859.05	c  810s |      17 |   223635 |   214432 |   274824      0 |       14 |        0
861.03/861.34	c  813s |      17 |   223837 |   214632 |   274824      0 |       14 |        0
863.33/863.63	c  815s |      17 |   224040 |   214832 |   274824      0 |       14 |        0
865.53/865.84	c  817s |      17 |   224237 |   215032 |   274824      0 |       14 |        0
868.12/868.41	c  820s |      17 |   224439 |   215232 |   274824      0 |       14 |        0
870.22/870.52	c  822s |      17 |   224635 |   215432 |   274824      0 |       14 |        0
872.22/872.55	c  824s |      17 |   224836 |   215632 |   274824      0 |       14 |        0
874.62/874.99	c  826s |      17 |   225139 |   215932 |   274824      0 |       14 |        0
877.32/877.60	c  829s |      17 |   225442 |   216232 |   274824      0 |       14 |        0
879.62/879.97	c  831s |      17 |   225749 |   216532 |   274824      0 |       14 |        0
882.52/882.81	c  834s |      17 |   225943 |   216732 |   274824      0 |       14 |        0
885.22/885.56	c  837s |      17 |   226241 |   217032 |   274824      0 |       14 |        0
888.22/888.58	c  840s |      17 |   226548 |   217332 |   274824      0 |       14 |        0
890.32/890.68	c  842s |      17 |   226846 |   217632 |   274824      0 |       14 |        0
892.72/893.05	c  844s |      17 |   227149 |   217932 |   274824      0 |       14 |        0
895.32/895.69	c  847s |      17 |   227550 |   218332 |   274824      0 |       14 |        0
897.82/898.12	c  850s |      17 |   227847 |   218632 |   274824      0 |       14 |        0
900.52/900.82	c  852s |      17 |   228151 |   218932 |   274824      0 |       14 |        0
903.02/903.38	c  855s |      17 |   228449 |   219232 |   274824      0 |       14 |        0
905.32/905.63	c  857s |      17 |   228654 |   219432 |   274824      0 |       14 |        0
908.21/908.50	c  860s |      17 |   228955 |   219732 |   274824      0 |       14 |        0
910.21/910.54	c  862s |      17 |   229163 |   219932 |   274824      0 |       14 |        0
913.21/913.50	c  865s |      17 |   229459 |   220232 |   274824      0 |       14 |        0
915.21/915.51	c  867s |      17 |   229660 |   220432 |   274824      0 |       14 |        0
917.22/917.59	c  869s |      17 |   229868 |   220632 |   274824      0 |       14 |        0
920.01/920.30	c  872s |      17 |   230065 |   220832 |   274824      0 |       14 |        0
922.31/922.63	c  874s |      17 |   230267 |   221032 |   274824      0 |       14 |        0
924.92/925.25	c  877s |      17 |   230468 |   221232 |   274824      0 |       14 |        0
927.02/927.40	c  879s |      17 |   230668 |   221432 |   274824      0 |       14 |        0
930.01/930.36	c  882s |      17 |   230974 |   221732 |   274824      0 |       14 |        0
932.52/932.88	c  884s |      17 |   231169 |   221932 |   274824      0 |       14 |        0
934.61/934.96	c  886s |      17 |   231369 |   222132 |   274824      0 |       14 |        0
937.41/937.71	c  889s |      17 |   231676 |   222432 |   274824      0 |       14 |        0
939.91/940.22	c  892s |      17 |   231972 |   222732 |   274824      0 |       14 |        0
942.01/942.38	c  894s |      17 |   232172 |   222932 |   274824      0 |       14 |        0
944.41/944.75	c  896s |      17 |   232374 |   223132 |   274824      0 |       14 |        0
946.82/947.13	c  899s |      17 |   232671 |   223432 |   274824      0 |       14 |        0
949.21/949.55	c  901s |      17 |   232977 |   223732 |   274824      0 |       14 |        0
951.71/952.01	c  903s |      17 |   233176 |   223932 |   274824      0 |       14 |        0
954.01/954.33	c  906s |      17 |   233373 |   224132 |   274824      0 |       14 |        0
956.41/956.78	c  908s |      17 |   233578 |   224332 |   274824      0 |       14 |        0
958.61/958.90	c  910s |      17 |   233778 |   224532 |   274824      0 |       14 |        0
961.01/961.40	c  913s |      17 |   233977 |   224732 |   274824      0 |       14 |        0
963.11/963.45	c  915s |      17 |   234176 |   224932 |   274824      0 |       14 |        0
965.41/965.77	c  917s |      17 |   234482 |   225232 |   274824      0 |       14 |        0
967.61/967.95	c  919s |      17 |   234791 |   225532 |   274824      0 |       14 |        0
970.71/971.04	c  922s |      17 |   235087 |   225832 |   274824      0 |       14 |        0
973.11/973.46	c  925s |      17 |   235300 |   226032 |   274824      0 |       14 |        0
976.51/976.80	c  928s |      17 |   235513 |   226232 |   274824      0 |       14 |        0
979.60/979.96	c  931s |      17 |   235717 |   226432 |   274824      0 |       14 |        0
982.40/982.77	c  934s |      17 |   235915 |   226632 |   274824      0 |       14 |        0
985.20/985.55	c  937s |      17 |   236116 |   226832 |   274824      0 |       14 |        0
988.10/988.40	c  940s |      17 |   236312 |   227032 |   274824      0 |       14 |        0
990.81/991.13	c  943s |      17 |   236514 |   227232 |   274824      0 |       14 |        0
993.20/993.54	c  945s |      17 |   236717 |   227432 |   274824      0 |       14 |        0
995.60/995.92	c  947s |      17 |   236917 |   227632 |   274824      0 |       14 |        0
998.51/998.81	c  950s |      17 |   237117 |   227832 |   274824      0 |       14 |        0
1001.00/1001.37	c  953s |      17 |   237318 |   228032 |   274824      0 |       14 |        0
1003.60/1003.91	c  955s |      17 |   237518 |   228232 |   274824      0 |       14 |        0
1005.90/1006.27	c  958s |      17 |   237721 |   228432 |   274824      0 |       14 |        0
1008.41/1008.72	c  960s |      17 |   237921 |   228632 |   274824      0 |       14 |        0
1010.80/1011.16	c  963s |      17 |   238123 |   228832 |   274824      0 |       14 |        0
1013.20/1013.54	c  965s |      17 |   238323 |   229032 |   274824      0 |       14 |        0
1015.60/1015.93	c  967s |      17 |   238523 |   229232 |   274824      0 |       14 |        0
1017.90/1018.23	c  970s |      17 |   238724 |   229432 |   274824      0 |       14 |        0
1020.20/1020.56	c  972s |      17 |   238924 |   229632 |   274824      0 |       14 |        0
1022.40/1022.71	c  974s |      17 |   239129 |   229832 |   274824      0 |       14 |        0
1025.30/1025.61	c  977s |      17 |   239431 |   230132 |   274824      0 |       14 |        0
1027.30/1027.69	c  979s |      17 |   239631 |   230332 |   274824      0 |       14 |        0
1030.20/1030.58	c  982s |      17 |   239934 |   230632 |   274824      0 |       14 |        0
1033.20/1033.57	c  985s |      17 |   240235 |   230932 |   274824      0 |       14 |        0
1035.40/1035.72	c  987s |      17 |   240443 |   231132 |   274824      0 |       14 |        0
1037.70/1038.08	c  990s |      17 |   240644 |   231332 |   274824      0 |       14 |        0
1039.79/1040.15	c  992s |      17 |   240845 |   231532 |   274824      0 |       14 |        0
1041.89/1042.27	c  994s |      17 |   241045 |   231732 |   274824      0 |       14 |        0
1044.29/1044.64	c  996s |      17 |   241244 |   231932 |   274824      0 |       14 |        0
1047.29/1047.63	c  999s |      17 |   241545 |   232232 |   274824      0 |       14 |        0
1050.09/1050.47	c 1002s |      17 |   241849 |   232532 |   274824      0 |       14 |        0
1053.29/1053.63	c 1005s |      17 |   242148 |   232832 |   274824      0 |       14 |        0
1055.49/1055.81	c 1007s |      17 |   242348 |   233032 |   274824      0 |       14 |        0
1057.59/1057.94	c 1009s |      17 |   242548 |   233232 |   274824      0 |       14 |        0
1059.59/1059.95	c 1011s |      17 |   242748 |   233432 |   274824      0 |       14 |        0
1061.89/1062.23	c 1014s |      17 |   242953 |   233632 |   274824      0 |       14 |        0
1064.09/1064.43	c 1016s |      17 |   243151 |   233832 |   274824      0 |       14 |        0
1066.19/1066.59	c 1018s |      17 |   243351 |   234032 |   274824      0 |       14 |        0
1068.29/1068.69	c 1020s |      17 |   243551 |   234232 |   274824      0 |       14 |        0
1071.10/1071.42	c 1023s |      17 |   243860 |   234532 |   274824      0 |       14 |        0
1073.30/1073.63	c 1025s |      17 |   244159 |   234832 |   274824      0 |       14 |        0
1075.39/1075.80	c 1027s |      17 |   244458 |   235132 |   274824      0 |       14 |        0
1077.59/1077.96	c 1029s |      17 |   244756 |   235432 |   274824      0 |       14 |        0
1079.89/1080.21	c 1032s |      17 |   245069 |   235732 |   274824      0 |       14 |        0
1081.89/1082.27	c 1034s |      17 |   245366 |   236032 |   274824      0 |       14 |        0
1083.89/1084.28	c 1036s |      17 |   245671 |   236332 |   274824      0 |       14 |        0
1086.19/1086.58	c 1038s |      17 |   245970 |   236632 |   274824      0 |       14 |        0
1088.69/1089.09	c 1041s |      17 |   246377 |   237032 |   274824      0 |       14 |        0
1091.19/1091.56	c 1043s |      17 |   246778 |   237432 |   274824      0 |       14 |        0
1093.69/1094.04	c 1045s |      17 |   247179 |   237832 |   274824      0 |       14 |        0
1096.29/1096.63	c 1048s |      17 |   247578 |   238232 |   274824      0 |       14 |        0
1098.79/1099.14	c 1051s |      17 |   247980 |   238632 |   274824      0 |       14 |        0
1100.99/1101.38	c 1053s |      17 |   248280 |   238932 |   274824      0 |       14 |        0
1103.29/1103.60	c 1055s |      17 |   248583 |   239232 |   274824      0 |       14 |        0
1105.49/1105.81	c 1057s |      17 |   248884 |   239532 |   274824      0 |       14 |        0
1107.98/1108.36	c 1060s |      17 |   249285 |   239932 |   274824      0 |       14 |        0
1110.79/1111.18	c 1063s |      17 |   249684 |   240332 |   274824      0 |       14 |        0
1112.99/1113.30	c 1065s |      17 |   249989 |   240632 |   274824      0 |       14 |        0
1115.48/1115.89	c 1067s |      17 |   250387 |   241032 |   274824      0 |       14 |        0
1118.18/1118.51	c 1070s |      17 |   250791 |   241432 |   274824      0 |       14 |        0
1120.18/1120.56	c 1072s |      17 |   251091 |   241732 |   274824      0 |       14 |        0
1122.28/1122.69	c 1074s |      17 |   251395 |   242032 |   274824      0 |       14 |        0
1124.78/1125.12	c 1077s |      17 |   251792 |   242432 |   274824      0 |       14 |        0
1127.29/1127.65	c 1079s |      17 |   252102 |   242732 |   274824      0 |       14 |        0
1129.78/1130.19	c 1082s |      17 |   252301 |   242932 |   274824      0 |       14 |        0
1132.08/1132.45	c 1084s |      17 |   252500 |   243132 |   274824      0 |       14 |        0
1134.58/1134.95	c 1086s |      17 |   252704 |   243332 |   274824      0 |       14 |        0
1137.19/1137.55	c 1089s |      17 |   252907 |   243532 |   274824      0 |       14 |        0
1139.68/1140.03	c 1091s |      17 |   253104 |   243732 |   274824      0 |       14 |        0
1141.78/1142.13	c 1094s |      17 |   253307 |   243932 |   274824      0 |       14 |        0
1144.08/1144.42	c 1096s |      17 |   253511 |   244132 |   274824      0 |       14 |        0
1146.48/1146.83	c 1098s |      17 |   253712 |   244332 |   274824      0 |       14 |        0
1148.68/1149.09	c 1101s |      17 |   253911 |   244532 |   274824      0 |       14 |        0
1150.88/1151.22	c 1103s |      17 |   254111 |   244732 |   274824      0 |       14 |        0
1153.58/1153.93	c 1105s |      17 |   254409 |   245032 |   274824      0 |       14 |        0
1155.68/1156.06	c 1108s |      17 |   254615 |   245232 |   274824      0 |       14 |        0
1158.78/1159.19	c 1111s |      17 |   254915 |   245532 |   274824      0 |       14 |        0
1160.88/1161.21	c 1113s |      17 |   255116 |   245732 |   274824      0 |       14 |        0
1163.28/1163.68	c 1115s |      17 |   255317 |   245932 |   274824      0 |       14 |        0
1166.38/1166.73	c 1118s |      17 |   255621 |   246232 |   274824      0 |       14 |        0
1169.08/1169.44	c 1121s |      17 |   255917 |   246532 |   274824      0 |       14 |        0
1171.37/1171.70	c 1123s |      17 |   256116 |   246732 |   274824      0 |       14 |        0
1173.97/1174.33	c 1126s |      17 |   256322 |   246932 |   274824      0 |       14 |        0
1176.68/1177.09	c 1129s |      17 |   256517 |   247132 |   274824      0 |       14 |        0
1179.27/1179.66	c 1131s |      17 |   256719 |   247332 |   274824      0 |       14 |        0
1181.47/1181.80	c 1133s |      17 |   256918 |   247532 |   274824      0 |       14 |        0
1184.07/1184.42	c 1136s |      17 |   257127 |   247732 |   274824      0 |       14 |        0
1186.27/1186.62	c 1138s |      17 |   257328 |   247932 |   274824      0 |       14 |        0
1188.47/1188.87	c 1140s |      17 |   257630 |   248232 |   274824      0 |       14 |        0
1191.47/1191.81	c 1143s |      17 |   257932 |   248532 |   274824      0 |       14 |        0
1193.47/1193.83	c 1145s |      17 |   258135 |   248732 |   274824      0 |       14 |        0
1195.48/1195.88	c 1147s |      17 |   258440 |   249032 |   274824      0 |       14 |        0
1197.87/1198.29	c 1150s |      17 |   258740 |   249332 |   274824      0 |       14 |        0
1200.67/1201.02	c 1152s |      17 |   259038 |   249632 |   274824      0 |       14 |        0
1202.77/1203.15	c 1155s |      17 |   259342 |   249932 |   274824      0 |       14 |        0
1205.17/1205.53	c 1157s |      17 |   259745 |   250332 |   274824      0 |       14 |        0
1207.77/1208.16	c 1160s |      17 |   260045 |   250632 |   274824      0 |       14 |        0
1210.17/1210.52	c 1162s |      17 |   260349 |   250932 |   274824      0 |       14 |        0
1213.08/1213.47	c 1165s |      17 |   260646 |   251232 |   274824      0 |       14 |        0
1215.57/1215.99	c 1167s |      17 |   260847 |   251432 |   274824      0 |       14 |        0
1218.27/1218.61	c 1170s |      17 |   261251 |   251832 |   274824      0 |       14 |        0
1220.77/1221.13	c 1173s |      17 |   261555 |   252132 |   274824      0 |       14 |        0
1223.47/1223.82	c 1175s |      17 |   261858 |   252432 |   274824      0 |       14 |        0
1225.97/1226.36	c 1178s |      17 |   262156 |   252732 |   274824      0 |       14 |        0
1228.57/1228.96	c 1180s |      17 |   262363 |   252932 |   274824      0 |       14 |        0
1230.67/1231.01	c 1182s |      17 |   262565 |   253132 |   274824      0 |       14 |        0
1232.87/1233.26	c 1185s |      17 |   262764 |   253332 |   274824      0 |       14 |        0
1235.97/1236.32	c 1188s |      17 |   263062 |   253632 |   274824      0 |       14 |        0
1239.06/1239.43	c 1191s |      17 |   263363 |   253932 |   274824      0 |       14 |        0
1241.26/1241.67	c 1193s |      17 |   263566 |   254132 |   274824      0 |       14 |        0
1243.36/1243.76	c 1195s |      17 |   263769 |   254332 |   274824      0 |       14 |        0
1245.97/1246.38	c 1198s |      17 |   264067 |   254632 |   274824      0 |       14 |        0
1248.56/1248.91	c 1200s |      17 |   264366 |   254932 |   274824      0 |       14 |        0
1251.36/1251.70	c 1203s |      17 |   264770 |   255332 |   274824      0 |       14 |        0
1253.67/1254.02	c 1205s |      17 |   265071 |   255632 |   274824      0 |       14 |        0
1256.36/1256.71	c 1208s |      17 |   265370 |   255932 |   274824      0 |       14 |        0
1258.96/1259.35	c 1211s |      17 |   265669 |   256232 |   274824      0 |       14 |        0
1261.76/1262.19	c 1214s |      17 |   265972 |   256532 |   274824      0 |       14 |        0
1264.66/1265.02	c 1216s |      17 |   266269 |   256832 |   274824      0 |       14 |        0
1266.86/1267.25	c 1219s |      17 |   266470 |   257032 |   274824      0 |       14 |        0
1269.36/1269.77	c 1221s |      17 |   266674 |   257232 |   274824      0 |       14 |        0
1271.46/1271.82	c 1223s |      17 |   266878 |   257432 |   274824      0 |       14 |        0
1273.66/1274.09	c 1226s |      17 |   267075 |   257632 |   274824      0 |       14 |        0
1276.66/1277.07	c 1229s |      17 |   267376 |   257932 |   274824      0 |       14 |        0
1279.76/1280.17	c 1232s |      17 |   267680 |   258232 |   274824      0 |       14 |        0
1282.36/1282.72	c 1234s |      17 |   267977 |   258532 |   274824      0 |       14 |        0
1284.65/1285.01	c 1236s |      17 |   268179 |   258732 |   274824      0 |       14 |        0
1286.66/1287.08	c 1239s |      17 |   268379 |   258932 |   274824      0 |       14 |        0
1289.35/1289.73	c 1241s |      17 |   268585 |   259132 |   274824      0 |       14 |        0
1291.55/1291.93	c 1243s |      17 |   268782 |   259332 |   274824      0 |       14 |        0
1293.85/1294.29	c 1246s |      17 |   268978 |   259532 |   274824      0 |       14 |        0
1296.45/1296.83	c 1248s |      17 |   269181 |   259732 |   274824      0 |       14 |        0
1298.95/1299.37	c 1251s |      17 |   269387 |   259932 |   274824      0 |       14 |        0
1301.25/1301.66	c 1253s |      17 |   269584 |   260132 |   274824      0 |       14 |        0
1303.85/1304.22	c 1256s |      17 |   269788 |   260332 |   274824      0 |       14 |        0
1305.95/1306.39	c 1258s |      17 |   269994 |   260532 |   274824      0 |       14 |        0
1308.05/1308.40	c 1260s |      17 |   270194 |   260732 |   274824      0 |       14 |        0
1310.86/1311.29	c 1263s |      17 |   270495 |   261032 |   274824      0 |       14 |        0
1312.95/1313.40	c 1265s |      17 |   270694 |   261232 |   274824      0 |       14 |        0
1315.45/1315.83	c 1267s |      17 |   270895 |   261432 |   274824      0 |       14 |        0
1317.46/1317.86	c 1269s |      17 |   271096 |   261632 |   274824      0 |       14 |        0
1319.95/1320.30	c 1272s |      17 |   271298 |   261832 |   274824      0 |       14 |        0
1322.45/1322.87	c 1274s |      17 |   271498 |   262032 |   274824      0 |       14 |        0
1324.95/1325.36	c 1277s |      17 |   271697 |   262232 |   274824      0 |       14 |        0
1327.35/1327.74	c 1279s |      17 |   271902 |   262432 |   274824      0 |       14 |        0
1329.65/1330.09	c 1282s |      17 |   272104 |   262632 |   274824      0 |       14 |        0
1332.35/1332.71	c 1284s |      17 |   272302 |   262832 |   274824      0 |       14 |        0
1334.65/1335.01	c 1286s |      17 |   272504 |   263032 |   274824      0 |       14 |        0
1337.15/1337.50	c 1289s |      17 |   272704 |   263232 |   274824      0 |       14 |        0
1340.15/1340.57	c 1292s |      17 |   273007 |   263532 |   274824      0 |       14 |        0
1342.54/1342.96	c 1294s |      17 |   273204 |   263732 |   274824      0 |       14 |        0
1345.05/1345.41	c 1297s |      17 |   273416 |   263932 |   274824      0 |       14 |        0
1347.84/1348.23	c 1300s |      17 |   273612 |   264132 |   274824      0 |       14 |        0
1350.34/1350.76	c 1302s |      17 |   273908 |   264432 |   274824      0 |       14 |        0
1353.14/1353.58	c 1305s |      17 |   274108 |   264632 |   274824      0 |       14 |        0
1355.24/1355.65	c 1307s |      17 |   274314 |   264832 |   274824      0 |       14 |        0
1357.74/1358.16	c 1310s |      17 |   274513 |   265032 |   274824      0 |       14 |        0
1360.14/1360.52	c 1312s |      17 |   274711 |   265232 |   274824      0 |       14 |        0
1363.14/1363.52	c 1315s |      17 |   275014 |   265532 |   274824      0 |       14 |        0
1365.95/1366.36	c 1318s |      17 |   275317 |   265832 |   274824      0 |       14 |        0
1369.15/1369.53	c 1321s |      17 |   275614 |   266132 |   274824      0 |       14 |        0
1371.54/1371.92	c 1323s |      17 |   275822 |   266332 |   274824      0 |       14 |        0
1373.94/1374.36	c 1326s |      17 |   276118 |   266632 |   274824      0 |       14 |        0
1376.44/1376.89	c 1328s |      17 |   276416 |   266932 |   274824      0 |       14 |        0
1379.34/1379.70	c 1331s |      17 |   276724 |   267232 |   274824      0 |       14 |        0
1382.24/1382.66	c 1334s |      17 |   277019 |   267532 |   274824      0 |       14 |        0
1385.14/1385.55	c 1337s |      17 |   277321 |   267832 |   274824      0 |       14 |        0
1387.34/1387.76	c 1339s |      17 |   277522 |   268032 |   274824      0 |       14 |        0
1390.14/1390.56	c 1342s |      17 |   277721 |   268232 |   274824      0 |       14 |        0
1393.14/1393.58	c 1345s |      17 |   277923 |   268432 |   274824      0 |       14 |        0
1396.14/1396.51	c 1348s |      17 |   278125 |   268632 |   274824      0 |       14 |        0
1398.94/1399.32	c 1351s |      17 |   278325 |   268832 |   274824      0 |       14 |        0
1401.24/1401.62	c 1353s |      17 |   278533 |   269032 |   274824      0 |       14 |        0
1404.14/1404.50	c 1356s |      17 |   278730 |   269232 |   274824      0 |       14 |        0
1406.84/1407.25	c 1359s |      17 |   278931 |   269432 |   274824      0 |       14 |        0
1409.53/1409.90	c 1361s |      17 |   279131 |   269632 |   274824      0 |       14 |        0
1412.14/1412.52	c 1364s |      17 |   279333 |   269832 |   274824      0 |       14 |        0
1414.83/1415.23	c 1367s |      17 |   279535 |   270032 |   274824      0 |       14 |        0
1417.33/1417.73	c 1369s |      17 |   279736 |   270232 |   274824      0 |       14 |        0
1420.13/1420.52	c 1372s |      17 |   280036 |   270532 |   274824      0 |       14 |        0
1422.83/1423.23	c 1375s |      17 |   280241 |   270732 |   274824      0 |       14 |        0
1425.73/1426.11	c 1378s |      17 |   280443 |   270932 |   274824      0 |       14 |        0
1428.54/1428.97	c 1380s |      17 |   280644 |   271132 |   274824      0 |       14 |        0
1431.43/1431.89	c 1383s |      17 |   280949 |   271432 |   274824      0 |       14 |        0
1434.43/1434.87	c 1386s |      17 |   281145 |   271632 |   274824      0 |       14 |        0
1437.44/1437.87	c 1389s |      17 |   281344 |   271832 |   274824      0 |       14 |        0
1440.64/1441.09	c 1393s |      17 |   281548 |   272032 |   274824      0 |       14 |        0
1443.13/1443.59	c 1395s |      17 |   281749 |   272232 |   274824      0 |       14 |        0
1446.03/1446.41	c 1398s |      17 |   281952 |   272432 |   274824      0 |       14 |        0
1448.63/1449.06	c 1401s |      17 |   282155 |   272632 |   274824      0 |       14 |        0
1451.03/1451.41	c 1403s |      17 |   282358 |   272832 |   274824      0 |       14 |        0
1453.83/1454.29	c 1406s |      17 |   282553 |   273032 |   274824      0 |       14 |        0
1457.13/1457.60	c 1409s |      17 |   282756 |   273232 |   274824      0 |       14 |        0
1459.83/1460.20	c 1412s |      17 |   282955 |   273432 |   274824      0 |       14 |        0
1462.23/1462.60	c 1414s |      17 |   283159 |   273632 |   274824      0 |       14 |        0
1465.23/1465.69	c 1417s |      17 |   283356 |   273832 |   274824      0 |       14 |        0
1467.63/1468.02	c 1419s |      17 |   283559 |   274032 |   274824      0 |       14 |        0
1470.33/1470.80	c 1422s |      17 |   283762 |   274232 |   274824      0 |       14 |        0
1473.03/1473.49	c 1425s |      17 |   283959 |   274432 |   274824      0 |       14 |        0
1476.02/1476.43	c 1428s |      17 |   284160 |   274632 |   274824      0 |       14 |        0
1478.42/1478.88	c 1430s |      17 |   284364 |   274832 |   274824      0 |       14 |        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-4100345-1466213357/watcher-4100345-1466213357 -o /tmp/evaluation-result-4100345-1466213357/solver-4100345-1466213357 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466206053-10369 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4100345-1466213357.opb 

pid=12591
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.13 2.10 2.08 3/179 12594
/proc/meminfo: memFree=30174336/32872528 swapFree=534252/566956
[pid=12594] ppid=12591 vsize=440764 CPUtime=0 cores=0,2,4,6
/proc/12594/stat : 12594 (toysat) R 12591 12594 10353 0 -1 4202496 1594 0 0 0 0 0 0 0 20 0 4 0 23381364 451342336 1955 33554432000 4194304 16246674 140733546873440 140733546872864 13880264 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12594/statm: 110703 1965 441 2943 0 107597 0
[pid=12594/tid=12595] ppid=12591 vsize=457148 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12595/stat : 12595 (toysat) S 12591 12594 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23381365 468119552 2021 33554432000 4194304 16246674 140733546873440 140564653649136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12594/tid=12596] ppid=12591 vsize=462268 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12596/stat : 12596 (toysat) S 12591 12594 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23381365 473362432 2039 33554432000 4194304 16246674 140733546873440 140564643159280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12594/tid=12597] ppid=12591 vsize=466364 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12597/stat : 12597 (toysat) S 12591 12594 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23381365 477556736 2055 33554432000 4194304 16246674 140733546873440 140564632685744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100126 s]
/proc/loadavg: 2.13 2.10 2.08 3/179 12594
/proc/meminfo: memFree=30174336/32872528 swapFree=534252/566956
[pid=12594] ppid=12591 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/12594/stat : 12594 (toysat) R 12591 12594 10353 0 -1 4202496 26423 0 0 0 5 4 0 0 20 0 4 0 23381364 1333334016 26725 33554432000 4194304 16246674 140733546873440 140733546856432 7374276 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12594/statm: 325521 26740 801 2943 0 322415 0
[pid=12594/tid=12595] ppid=12591 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12595/stat : 12595 (toysat) S 12591 12594 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23381365 1333334016 26750 33554432000 4194304 16246674 140733546873440 140564653649136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12594/tid=12596] ppid=12591 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12596/stat : 12596 (toysat) S 12591 12594 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23381365 1333334016 26762 33554432000 4194304 16246674 140733546873440 140564643159280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12594/tid=12597] ppid=12591 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12597/stat : 12597 (toysat) S 12591 12594 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23381365 1333334016 26773 33554432000 4194304 16246674 140733546873440 140564632685744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.20047 s]
/proc/loadavg: 2.13 2.10 2.08 3/179 12594
/proc/meminfo: memFree=30174336/32872528 swapFree=534252/566956
[pid=12594] ppid=12591 vsize=1312324 CPUtime=0.18 cores=0,2,4,6
/proc/12594/stat : 12594 (toysat) R 12591 12594 10353 0 -1 4202496 44305 0 0 0 12 6 0 0 20 0 4 0 23381364 1343819776 45115 33554432000 4194304 16246674 140733546873440 140733546856432 7376849 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12594/statm: 328081 45115 801 2943 0 324975 0
[pid=12594/tid=12595] ppid=12591 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12595/stat : 12595 (toysat) S 12591 12594 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23381365 1343819776 45115 33554432000 4194304 16246674 140733546873440 140564653649136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12594/tid=12596] ppid=12591 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12596/stat : 12596 (toysat) S 12591 12594 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23381365 1343819776 45115 33554432000 4194304 16246674 140733546873440 140564643159280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12594/tid=12597] ppid=12591 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12597/stat : 12597 (toysat) S 12591 12594 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23381365 1343819776 45115 33554432000 4194304 16246674 140733546873440 140564632685744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1312324

[startup+0.300464 s]
/proc/loadavg: 2.13 2.10 2.08 3/179 12594
/proc/meminfo: memFree=30174336/32872528 swapFree=534252/566956
[pid=12594] ppid=12591 vsize=1312324 CPUtime=0.28 cores=0,2,4,6
/proc/12594/stat : 12594 (toysat) R 12591 12594 10353 0 -1 4202496 50202 0 0 0 21 7 0 0 20 0 4 0 23381364 1343819776 51012 33554432000 4194304 16246674 140733546873440 140733546856432 4220527 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12594/statm: 328081 51012 801 2943 0 324975 0
[pid=12594/tid=12595] ppid=12591 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12595/stat : 12595 (toysat) S 12591 12594 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23381365 1343819776 51012 33554432000 4194304 16246674 140733546873440 140564653649136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12594/tid=12596] ppid=12591 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12596/stat : 12596 (toysat) S 12591 12594 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23381365 1343819776 51012 33554432000 4194304 16246674 140733546873440 140564643159280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12594/tid=12597] ppid=12591 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12597/stat : 12597 (toysat) S 12591 12594 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23381365 1343819776 51012 33554432000 4194304 16246674 140733546873440 140564632685744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1312324

[startup+0.700379 s]
/proc/loadavg: 2.13 2.10 2.08 3/179 12594
/proc/meminfo: memFree=30174336/32872528 swapFree=534252/566956
[pid=12594] ppid=12591 vsize=1312324 CPUtime=0.69 cores=0,2,4,6
/proc/12594/stat : 12594 (toysat) R 12591 12594 10353 0 -1 4202496 62746 0 0 0 60 9 0 0 20 0 4 0 23381364 1343819776 63556 33554432000 4194304 16246674 140733546873440 140733546856432 4220990 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12594/statm: 328081 63556 803 2943 0 324975 0
[pid=12594/tid=12595] ppid=12591 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12595/stat : 12595 (toysat) S 12591 12594 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23381365 1343819776 63556 33554432000 4194304 16246674 140733546873440 140564653649136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12594/tid=12596] ppid=12591 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12596/stat : 12596 (toysat) S 12591 12594 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23381365 1343819776 63556 33554432000 4194304 16246674 140733546873440 140564643159280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12594/tid=12597] ppid=12591 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12597/stat : 12597 (toysat) S 12591 12594 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23381365 1343819776 63556 33554432000 4194304 16246674 140733546873440 140564632685744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1312324

[startup+1.50039 s]
/proc/loadavg: 2.13 2.10 2.08 3/183 12598
/proc/meminfo: memFree=29899300/32872528 swapFree=534252/566956
[pid=12594] ppid=12591 vsize=1312324 CPUtime=1.48 cores=0,2,4,6
/proc/12594/stat : 12594 (toysat) R 12591 12594 10353 0 -1 4202496 77878 0 0 0 137 11 0 0 20 0 4 0 23381364 1343819776 78688 33554432000 4194304 16246674 140733546873440 140733546856432 7439385 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12594/statm: 328081 78688 803 2943 0 324975 0
[pid=12594/tid=12595] ppid=12591 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12595/stat : 12595 (toysat) S 12591 12594 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23381365 1343819776 78688 33554432000 4194304 16246674 140733546873440 140564653649136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12594/tid=12596] ppid=12591 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12596/stat : 12596 (toysat) S 12591 12594 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23381365 1343819776 78688 33554432000 4194304 16246674 140733546873440 140564643159280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12594/tid=12597] ppid=12591 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12597/stat : 12597 (toysat) S 12591 12594 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23381365 1343819776 78688 33554432000 4194304 16246674 140733546873440 140564632685744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1312324

[startup+3.10036 s]
/proc/loadavg: 2.13 2.10 2.08 3/183 12598
/proc/meminfo: memFree=29794620/32872528 swapFree=534252/566956
[pid=12594] ppid=12591 vsize=1374788 CPUtime=3.09 cores=0,2,4,6
/proc/12594/stat : 12594 (toysat) R 12591 12594 10353 0 -1 4202496 284314 0 0 0 268 41 0 0 20 0 4 0 23381364 1407782912 285124 33554432000 4194304 16246674 140733546873440 140733546855360 12654268 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12594/statm: 343697 285124 835 2943 0 340591 0
[pid=12594/tid=12595] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12595/stat : 12595 (toysat) S 12591 12594 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285124 33554432000 4194304 16246674 140733546873440 140564653649136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12594/tid=12596] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12596/stat : 12596 (toysat) S 12591 12594 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285124 33554432000 4194304 16246674 140733546873440 140564643159280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12594/tid=12597] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12597/stat : 12597 (toysat) S 12591 12594 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285124 33554432000 4194304 16246674 140733546873440 140564632685744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1374788

[startup+6.30036 s]
/proc/loadavg: 2.12 2.10 2.08 3/183 12598
/proc/meminfo: memFree=29033560/32872528 swapFree=534252/566956
[pid=12594] ppid=12591 vsize=1374788 CPUtime=6.28 cores=0,2,4,6
/proc/12594/stat : 12594 (toysat) R 12591 12594 10353 0 -1 4202496 284314 0 0 0 586 42 0 0 20 0 4 0 23381364 1407782912 285124 33554432000 4194304 16246674 140733546873440 140733546855360 5594884 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12594/statm: 343697 285124 835 2943 0 340591 0
[pid=12594/tid=12595] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12595/stat : 12595 (toysat) S 12591 12594 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285124 33554432000 4194304 16246674 140733546873440 140564653649136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12594/tid=12596] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12596/stat : 12596 (toysat) S 12591 12594 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285124 33554432000 4194304 16246674 140733546873440 140564643159280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12594/tid=12597] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12597/stat : 12597 (toysat) S 12591 12594 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285124 33554432000 4194304 16246674 140733546873440 140564632685744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1374788

[startup+12.7004 s]
/proc/loadavg: 2.11 2.10 2.08 3/183 12598
/proc/meminfo: memFree=29034208/32872528 swapFree=534252/566956
[pid=12594] ppid=12591 vsize=1374788 CPUtime=12.68 cores=0,2,4,6
/proc/12594/stat : 12594 (toysat) R 12591 12594 10353 0 -1 4202496 284314 0 0 0 1226 42 0 0 20 0 4 0 23381364 1407782912 285124 33554432000 4194304 16246674 140733546873440 140733546855360 12654169 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12594/statm: 343697 285124 835 2943 0 340591 0
[pid=12594/tid=12595] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12595/stat : 12595 (toysat) S 12591 12594 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285124 33554432000 4194304 16246674 140733546873440 140564653649136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12594/tid=12596] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12596/stat : 12596 (toysat) S 12591 12594 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285124 33554432000 4194304 16246674 140733546873440 140564643159280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12594/tid=12597] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12597/stat : 12597 (toysat) S 12591 12594 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285124 33554432000 4194304 16246674 140733546873440 140564632685744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1374788

[startup+25.5005 s]
/proc/loadavg: 2.16 2.11 2.08 3/183 12598
/proc/meminfo: memFree=29034348/32872528 swapFree=534252/566956
[pid=12594] ppid=12591 vsize=1374788 CPUtime=25.47 cores=0,2,4,6
/proc/12594/stat : 12594 (toysat) R 12591 12594 10353 0 -1 4202496 284314 0 0 0 2505 42 0 0 20 0 4 0 23381364 1407782912 285124 33554432000 4194304 16246674 140733546873440 140733546855360 12654252 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12594/statm: 343697 285124 835 2943 0 340591 0
[pid=12594/tid=12595] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12595/stat : 12595 (toysat) S 12591 12594 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285124 33554432000 4194304 16246674 140733546873440 140564653649136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12594/tid=12596] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12596/stat : 12596 (toysat) S 12591 12594 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285124 33554432000 4194304 16246674 140733546873440 140564643159280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12594/tid=12597] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12597/stat : 12597 (toysat) S 12591 12594 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285124 33554432000 4194304 16246674 140733546873440 140564632685744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1374788

[startup+51.1004 s]
/proc/loadavg: 2.10 2.10 2.08 3/184 12601
/proc/meminfo: memFree=29034076/32872528 swapFree=534252/566956
[pid=12594] ppid=12591 vsize=1374788 CPUtime=51.06 cores=0,2,4,6
/proc/12594/stat : 12594 (toysat) R 12591 12594 10353 0 -1 4202496 284376 0 0 0 5064 42 0 0 20 0 4 0 23381364 1407782912 285186 33554432000 4194304 16246674 140733546873440 140733546855360 5582016 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12594/statm: 343697 285186 895 2943 0 340591 0
[pid=12594/tid=12595] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12595/stat : 12595 (toysat) S 12591 12594 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285186 33554432000 4194304 16246674 140733546873440 140564653649136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12594/tid=12596] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12596/stat : 12596 (toysat) S 12591 12594 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285186 33554432000 4194304 16246674 140733546873440 140564643159280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12594/tid=12597] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12597/stat : 12597 (toysat) S 12591 12594 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285186 33554432000 4194304 16246674 140733546873440 140564632685744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1374788

[startup+102.3 s]
/proc/loadavg: 2.10 2.10 2.08 3/184 12602
/proc/meminfo: memFree=29034580/32872528 swapFree=534252/566956
[pid=12594] ppid=12591 vsize=1374788 CPUtime=102.26 cores=0,2,4,6
/proc/12594/stat : 12594 (toysat) R 12591 12594 10353 0 -1 4202496 284386 0 0 0 10183 43 0 0 20 0 4 0 23381364 1407782912 285196 33554432000 4194304 16246674 140733546873440 140733546855360 5822252 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12594/statm: 343697 285196 900 2943 0 340591 0
[pid=12594/tid=12595] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12595/stat : 12595 (toysat) S 12591 12594 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285196 33554432000 4194304 16246674 140733546873440 140564653649136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12594/tid=12596] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12596/stat : 12596 (toysat) S 12591 12594 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285196 33554432000 4194304 16246674 140733546873440 140564643159280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12594/tid=12597] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12597/stat : 12597 (toysat) S 12591 12594 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285196 33554432000 4194304 16246674 140733546873440 140564632685744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1374788


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

/proc/12594/task/12597/stat : 12597 (toysat) S 12591 12594 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285199 33554432000 4194304 16246674 140733546873440 140564632685744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 1374788

[startup+1362.3 s]
/proc/loadavg: 2.03 2.05 2.04 3/183 12683
/proc/meminfo: memFree=29106720/32872528 swapFree=534252/566956
[pid=12594] ppid=12591 vsize=1374788 CPUtime=1361.94 cores=0,2,4,6
/proc/12594/stat : 12594 (toysat) R 12591 12594 10353 0 -1 4202496 284627 0 0 0 136150 44 0 0 20 0 4 0 23381364 1407782912 285199 33554432000 4194304 16246674 140733546873440 140733546855360 5827984 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12594/statm: 343697 285199 900 2943 0 340591 0
[pid=12594/tid=12595] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12595/stat : 12595 (toysat) S 12591 12594 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285199 33554432000 4194304 16246674 140733546873440 140564653649136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12594/tid=12596] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12596/stat : 12596 (toysat) S 12591 12594 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285199 33554432000 4194304 16246674 140733546873440 140564643159280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12594/tid=12597] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12597/stat : 12597 (toysat) S 12591 12594 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285199 33554432000 4194304 16246674 140733546873440 140564632685744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 1374788

[startup+1422.3 s]
/proc/loadavg: 2.09 2.06 2.04 3/183 12685
/proc/meminfo: memFree=29106500/32872528 swapFree=534252/566956
[pid=12594] ppid=12591 vsize=1374788 CPUtime=1421.94 cores=0,2,4,6
/proc/12594/stat : 12594 (toysat) R 12591 12594 10353 0 -1 4202496 284627 0 0 0 142150 44 0 0 20 0 4 0 23381364 1407782912 285199 33554432000 4194304 16246674 140733546873440 140733546855360 5823643 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12594/statm: 343697 285199 900 2943 0 340591 0
[pid=12594/tid=12595] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12595/stat : 12595 (toysat) S 12591 12594 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285199 33554432000 4194304 16246674 140733546873440 140564653649136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12594/tid=12596] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12596/stat : 12596 (toysat) S 12591 12594 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285199 33554432000 4194304 16246674 140733546873440 140564643159280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12594/tid=12597] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12597/stat : 12597 (toysat) S 12591 12594 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285199 33554432000 4194304 16246674 140733546873440 140564632685744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 1374788

[startup+1482.3 s]
/proc/loadavg: 2.03 2.05 2.04 3/183 12686
/proc/meminfo: memFree=29106592/32872528 swapFree=534252/566956
[pid=12594] ppid=12591 vsize=1374788 CPUtime=1481.92 cores=0,2,4,6
/proc/12594/stat : 12594 (toysat) R 12591 12594 10353 0 -1 4202496 284632 0 0 0 148148 44 0 0 20 0 4 0 23381364 1407782912 285204 33554432000 4194304 16246674 140733546873440 140733546872616 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12594/statm: 343697 285204 905 2943 0 340591 0
[pid=12594/tid=12595] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12595/stat : 12595 (toysat) S 12591 12594 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285204 33554432000 4194304 16246674 140733546873440 140564653649136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12594/tid=12596] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12596/stat : 12596 (toysat) S 12591 12594 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285204 33554432000 4194304 16246674 140733546873440 140564643159280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12594/tid=12597] ppid=12591 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12597/stat : 12597 (toysat) S 12591 12594 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23381365 1407782912 285204 33554432000 4194304 16246674 140733546873440 140564632685744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 1374788

[startup+1542.31 s]
/proc/loadavg: 2.04 2.05 2.04 3/183 12687
/proc/meminfo: memFree=28924080/32872528 swapFree=534252/566956
[pid=12594] ppid=12591 vsize=1557060 CPUtime=1541.92 cores=0,2,4,6
/proc/12594/stat : 12594 (toysat) R 12591 12594 10353 0 -1 4202496 330200 0 0 0 154136 56 0 0 20 0 4 0 23381364 1594429440 330772 33554432000 4194304 16246674 140733546873440 140733546872752 4220871 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12594/statm: 389265 330772 905 2943 0 386159 0
[pid=12594/tid=12595] ppid=12591 vsize=1557060 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12595/stat : 12595 (toysat) S 12591 12594 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23381365 1594429440 330772 33554432000 4194304 16246674 140733546873440 140564653649136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12594/tid=12596] ppid=12591 vsize=1557060 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12596/stat : 12596 (toysat) S 12591 12594 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23381365 1594429440 330772 33554432000 4194304 16246674 140733546873440 140564643159280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12594/tid=12597] ppid=12591 vsize=1557060 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12597/stat : 12597 (toysat) S 12591 12594 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23381365 1594429440 330772 33554432000 4194304 16246674 140733546873440 140564632685744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 1557060

[startup+1602.3 s]
/proc/loadavg: 2.01 2.04 2.03 3/183 12688
/proc/meminfo: memFree=28923832/32872528 swapFree=534252/566956
[pid=12594] ppid=12591 vsize=1557060 CPUtime=1601.9 cores=0,2,4,6
/proc/12594/stat : 12594 (toysat) R 12591 12594 10353 0 -1 4202496 330200 0 0 0 160129 61 0 0 20 0 4 0 23381364 1594429440 330772 33554432000 4194304 16246674 140733546873440 140733546871296 4220580 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12594/statm: 389265 330772 905 2943 0 386159 0
[pid=12594/tid=12595] ppid=12591 vsize=1557060 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12595/stat : 12595 (toysat) S 12591 12594 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23381365 1594429440 330772 33554432000 4194304 16246674 140733546873440 140564653649136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12594/tid=12596] ppid=12591 vsize=1557060 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12596/stat : 12596 (toysat) S 12591 12594 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23381365 1594429440 330772 33554432000 4194304 16246674 140733546873440 140564643159056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12594/tid=12597] ppid=12591 vsize=1557060 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12597/stat : 12597 (toysat) S 12591 12594 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23381365 1594429440 330772 33554432000 4194304 16246674 140733546873440 140564632685744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 1557060

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/183 12689
/proc/meminfo: memFree=28923956/32872528 swapFree=534252/566956
[pid=12594] ppid=12591 vsize=1557060 CPUtime=1661.89 cores=0,2,4,6
/proc/12594/stat : 12594 (toysat) R 12591 12594 10353 0 -1 4202496 330200 0 0 0 166122 67 0 0 20 0 4 0 23381364 1594429440 330772 33554432000 4194304 16246674 140733546873440 140733546872536 5808428 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12594/statm: 389265 330772 905 2943 0 386159 0
[pid=12594/tid=12595] ppid=12591 vsize=1557060 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12595/stat : 12595 (toysat) S 12591 12594 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23381365 1594429440 330772 33554432000 4194304 16246674 140733546873440 140564653649136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12594/tid=12596] ppid=12591 vsize=1557060 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12596/stat : 12596 (toysat) S 12591 12594 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23381365 1594429440 330772 33554432000 4194304 16246674 140733546873440 140564643159280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12594/tid=12597] ppid=12591 vsize=1557060 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12597/stat : 12597 (toysat) S 12591 12594 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23381365 1594429440 330772 33554432000 4194304 16246674 140733546873440 140564632685744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 1557060

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/182 12690
/proc/meminfo: memFree=28923704/32872528 swapFree=534252/566956
[pid=12594] ppid=12591 vsize=1557060 CPUtime=1721.88 cores=0,2,4,6
/proc/12594/stat : 12594 (toysat) R 12591 12594 10353 0 -1 4202496 330200 0 0 0 172115 73 0 0 20 0 4 0 23381364 1594429440 330772 33554432000 4194304 16246674 140733546873440 140733546872536 4226104 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12594/statm: 389265 330772 905 2943 0 386159 0
[pid=12594/tid=12595] ppid=12591 vsize=1557060 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12595/stat : 12595 (toysat) S 12591 12594 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23381365 1594429440 330772 33554432000 4194304 16246674 140733546873440 140564653649136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12594/tid=12596] ppid=12591 vsize=1557060 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12596/stat : 12596 (toysat) S 12591 12594 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23381365 1594429440 330772 33554432000 4194304 16246674 140733546873440 140564643159280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12594/tid=12597] ppid=12591 vsize=1557060 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12597/stat : 12597 (toysat) S 12591 12594 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23381365 1594429440 330772 33554432000 4194304 16246674 140733546873440 140564632685744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 1557060

[startup+1782.3 s]
/proc/loadavg: 2.06 2.03 2.02 3/183 12692
/proc/meminfo: memFree=28923328/32872528 swapFree=534252/566956
[pid=12594] ppid=12591 vsize=1557060 CPUtime=1781.87 cores=0,2,4,6
/proc/12594/stat : 12594 (toysat) R 12591 12594 10353 0 -1 4202496 330200 0 0 0 178108 79 0 0 20 0 4 0 23381364 1594429440 330772 33554432000 4194304 16246674 140733546873440 140733546871232 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12594/statm: 389265 330772 905 2943 0 386159 0
[pid=12594/tid=12595] ppid=12591 vsize=1557060 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12595/stat : 12595 (toysat) S 12591 12594 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23381365 1594429440 330772 33554432000 4194304 16246674 140733546873440 140564653649136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12594/tid=12596] ppid=12591 vsize=1557060 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12596/stat : 12596 (toysat) S 12591 12594 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23381365 1594429440 330772 33554432000 4194304 16246674 140733546873440 140564643159280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12594/tid=12597] ppid=12591 vsize=1557060 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12597/stat : 12597 (toysat) S 12591 12594 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23381365 1594429440 330772 33554432000 4194304 16246674 140733546873440 140564632685744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 1557060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.04 2.03 2.02 3/183 12692
/proc/meminfo: memFree=28923452/32872528 swapFree=534252/566956
[pid=12594] ppid=12591 vsize=1557060 CPUtime=1800.07 cores=0,2,4,6
/proc/12594/stat : 12594 (toysat) R 12591 12594 10353 0 -1 4202496 330200 0 0 0 179926 81 0 0 20 0 4 0 23381364 1594429440 330772 33554432000 4194304 16246674 140733546873440 140733546871232 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12594/statm: 389265 330772 905 2943 0 386159 0
[pid=12594/tid=12595] ppid=12591 vsize=1557060 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12595/stat : 12595 (toysat) S 12591 12594 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23381365 1594429440 330772 33554432000 4194304 16246674 140733546873440 140564653649136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12594/tid=12596] ppid=12591 vsize=1557060 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12596/stat : 12596 (toysat) S 12591 12594 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23381365 1594429440 330772 33554432000 4194304 16246674 140733546873440 140564643159056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12594/tid=12597] ppid=12591 vsize=1557060 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12597/stat : 12597 (toysat) S 12591 12594 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23381365 1594429440 330772 33554432000 4194304 16246674 140733546873440 140564632685744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1557060

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

[startup+1800.5 s]
/proc/loadavg: 2.04 2.03 2.02 3/183 12692
/proc/meminfo: memFree=28923452/32872528 swapFree=534252/566956
[pid=12594] ppid=12591 vsize=1557060 CPUtime=1800.07 cores=0,2,4,6
/proc/12594/stat : 12594 (toysat) R 12591 12594 10353 0 -1 4202496 330200 0 0 0 179926 81 0 0 20 0 4 0 23381364 1594429440 330772 33554432000 4194304 16246674 140733546873440 140733546871232 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12594/statm: 389265 330772 905 2943 0 386159 0
[pid=12594/tid=12595] ppid=12591 vsize=1557060 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12595/stat : 12595 (toysat) S 12591 12594 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23381365 1594429440 330772 33554432000 4194304 16246674 140733546873440 140564653649136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12594/tid=12596] ppid=12591 vsize=1557060 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12596/stat : 12596 (toysat) S 12591 12594 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23381365 1594429440 330772 33554432000 4194304 16246674 140733546873440 140564643159056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12594/tid=12597] ppid=12591 vsize=1557060 CPUtime=0 cores=0,2,4,6
/proc/12594/task/12597/stat : 12597 (toysat) S 12591 12594 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23381365 1594429440 330772 33554432000 4194304 16246674 140733546873440 140564632685744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1557060

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.52
CPU time (s): 1800.09
CPU user time (s): 1799.26
CPU system time (s): 0.828873
CPU usage (%): 99.9763
Max. virtual memory (cumulated for all children) (KiB): 1557060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 0.828873
maximum resident set size= 1323088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 330200
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= 827
involuntary context switches= 1918

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6103 second user time and 6.90295 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-18 03:29:17
IDJOB=4100345
IDBENCH=1605
IDSOLVER=2542
FILE ID=node138/4100345-1466213357
RUNJOBID= node138-1466206053-10369
PBS_JOBID= 19918139
Free space on /tmp= 71704 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-CMS750_4.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100345-1466213357/watcher-4100345-1466213357 -o /tmp/evaluation-result-4100345-1466213357/solver-4100345-1466213357 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466206053-10369 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4100345-1466213357.opb

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

MD5SUM BENCH= 55e4261919fe5e3e5c6520778d47a3ef
RANDOM SEED=2027803166

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30174864 kB
Buffers:           85320 kB
Cached:           125964 kB
SwapCached:         1060 kB
Active:          1290044 kB
Inactive:         103632 kB
Active(anon):    1183604 kB
Inactive(anon):     1228 kB
Active(file):     106440 kB
Inactive(file):   102404 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099636 kB
Dirty:             27576 kB
Writeback:             0 kB
AnonPages:       1698136 kB
Mapped:            10856 kB
Shmem:                 0 kB
Slab:             602704 kB
SReclaimable:      46472 kB
SUnreclaim:       556232 kB
KernelStack:        1520 kB
PageTables:         7740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1893592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1019904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71688 MiB
End job on node138 at 2016-06-18 03:59:18