Merge lp:~clint-fewbar/ubuntu/natty/cheetah/natty-merge-with-debian into lp:ubuntu/natty/cheetah

Proposed by Clint Byrum
Status: Merged
Merged at revision: 14
Proposed branch: lp:~clint-fewbar/ubuntu/natty/cheetah/natty-merge-with-debian
Merge into: lp:ubuntu/natty/cheetah
Diff against target: 217390 lines (+130/-217180)
7 files modified
debian/changelog (+59/-0)
debian/control (+13/-11)
debian/patches/fix_ftbfs_c_extension_python25.patch (+48/-0)
debian/patches/series (+2/-0)
debian/rules (+7/-8)
debian/source/format (+1/-0)
test.strace (+0/-217161)
To merge this branch: bzr merge lp:~clint-fewbar/ubuntu/natty/cheetah/natty-merge-with-debian
Reviewer Review Type Date Requested Status
Mathias Gug Needs Fixing
Barry Warsaw (community) Approve
Ubuntu branches Pending
Review via email: mp+39881@code.launchpad.net

Description of the change

Merges all changes from Debian sid.

To post a comment you must log in.
Revision history for this message
Barry Warsaw (barry) wrote :

I noticed you removed the Replaces: and Conflicts: for Pythons <= 2.4. Is that an intentional change? It's probably fine for us.

You've added a patch to restore Python 2.5 compatibility. Why? Yes, sid still has Python 2.5 in it, but Ubuntu does not, and IIUC, Wheezy will not either. I know it's good to keep in sync with Debian, but this is one case that doesn't really make any sense for us. Can we drop this patch?

(Aside1: it would probably have been better to test against PY_VERSION_HEX instead of PY_MAJOR_VERSION and PY_MINOR_VERSION.)

(Aside2: it would be nice to convert this to dh_python2 :)

Other than the above, the only change left seems to be the removal of test.strace, which seems like a great change :).

review: Needs Information
Revision history for this message
Clint Byrum (clint-fewbar) wrote :

Great feedback, thanks Barry.

Right, I'm only carrying the 2.5 compat patch because it came in w/ the debian sync, and I'd rather stay closer to them for subsequent merges for clarity sake. I suspect it will be dropped in wheezy as well, which is likely the time dh_python2 changes will arrive as well. Maybe we should submit a patch for these two things upstream in experimental?

The Replaces and Conflicts are also changes that happened upstream, and I think make perfect sense for us.

Revision history for this message
Barry Warsaw (barry) wrote :

+1 for submitting a bug and patch for cheetah in experimental. Since we don't have 2.5 anymore, the patch is harmless, so I think keeping in sync is a fine reason to include it.

Thanks!

review: Approve
Revision history for this message
Mathias Gug (mathiaz) wrote :

Here are a few comments:
 * debian/changelog: document all remaining changes from Debian (ie debian/watch, clean in debian/rules, Provides/XB-Python-Version in debian/control, patches added by 2.4.3-0ubuntu1)
   This will help for the next merge. I've used the sid bzr branch to check what were the differences: bzr diff --old ../sid/ | filterdiff -i 'debian/*'

 * what's the role of debian/control.in?

review: Needs Fixing
Revision history for this message
Clint Byrum (clint-fewbar) wrote :

Sorry Mathias, I'm not sure I understand.

Those changes are included in 2.4.3-0ubuntu1, which has no debian release between it and 2.4.3-0ubuntu2 .. why duplicate it?

Also I don't know what debian/control.in is.

Revision history for this message
Michael Terry (mterry) wrote :

This branch looks fine to me. I moved the related bug from bug 663343 to bug 680946.

debian/control.in was added in version 2.0~rc7-1:
  * Add debian/control.in and regenerates debian/control.

It looks obsolete now.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2010-10-19 15:11:11 +0000
3+++ debian/changelog 2010-11-02 18:43:49 +0000
4@@ -1,3 +1,26 @@
5+cheetah (2.4.3-0ubuntu2) natty; urgency=low
6+
7+ * Merge from debian unstable. (LP: #663343) Remaining changes:
8+ - debian/rules: Add PATH=$(CURDIR)/build/scripts-$buildver:$PATH
9+ and PYTHONPATH=$(CURDIR)/build/lib.*-$buildver when running
10+ testsuite.
11+ - debian/rules: Run testsuite cheetah/Tests/Test.py during build
12+ - src/Tests/Test.py was renamed to cheetah/Tests/Test.py upstream
13+ - debian/control: Rename Vcs-* to XS-Debian-Vcs-*.
14+ * Dropped changes:
15+ - debian/patches/python-2.6-warning-fix.patch: Fix deprecation
16+ warning when using python 2.6 -- Applied upstream
17+ - debian/control: Add ${misc:Depends}. -- in debian package now
18+ - Run testsuite but don't fail the build right now -- All tests
19+ pass now, and testsuite always returns 0 anyway
20+ - debian/rules: Ignore failures of individual runs rather than of
21+ the for loop; allows testing all python versions when the
22+ testsuite fails. -- tests seem to always return 0
23+ * Re-adding changelog entries dropped in 2.4.3-0ubuntu1
24+ * Removing test.strace which is not in 2.4.3 upstream source
25+
26+ -- Clint Byrum <clint@fewbar.com> Tue, 02 Nov 2010 10:37:00 -0700
27+
28 cheetah (2.4.3-0ubuntu1) natty; urgency=low
29
30 * New upstream release.
31@@ -9,6 +32,42 @@
32
33 -- Barry Warsaw <barry@ubuntu.com> Tue, 19 Oct 2010 15:11:11 -0400
34
35+cheetah (2.4.2.1-1) unstable; urgency=low
36+
37+ * New upstream release.
38+ + Add python-memcache to Suggests in debian/control as the old bundled
39+ memcached module has been dropped.
40+ + Add debian/patches/fix_ftbfs_c_extension_python25.patch to allow
41+ building the C extension on Python <= 2.5.
42+ * Switch to dpkg-source 3.0 (quilt) format.
43+
44+ -- Arnaud Fontaine <arnau@debian.org> Tue, 30 Mar 2010 22:59:59 +0100
45+
46+cheetah (2.4.1-1) unstable; urgency=low
47+
48+ [ Arnaud Fontaine ]
49+ * New upstream release. Closes: #568787.
50+ + Drop all patches as they have already been applied.
51+ + Update download URL in debian/watch and debian/copyright.
52+ + Add R. Tyler Ballance as copyright holder in debian/copyright as he
53+ is now the upstream author.
54+ + Add python-pygments to Suggests in debian/control.
55+ * debian/control:
56+ + Update Standards-Version to 3.8.4. No changes needed.
57+ + Drop useless Replaces and Conflicts.
58+ + Add ${misc:Depends} to Depends in case the result of calls debhelper
59+ tools adds extra dependencies.
60+ + Remove useless debian/pycompat and bump python-support minimum
61+ version to 0.9.0.
62+ * debian/copyright:
63+ + Update copyright years.
64+
65+ [ Sandro Tosi ]
66+ * debian/control:
67+ - Switch Vcs-Browser field to viewsvn.
68+
69+ -- Arnaud Fontaine <arnau@debian.org> Wed, 10 Feb 2010 02:27:47 +0000
70+
71 cheetah (2.0.1-2ubuntu7) lucid; urgency=low
72
73 * Rebuild dropping the extension for python2.5.
74
75=== modified file 'debian/control'
76--- debian/control 2010-10-19 15:11:11 +0000
77+++ debian/control 2010-11-02 18:43:49 +0000
78@@ -4,17 +4,23 @@
79 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
80 XSBC-Original-Maintainer: Arnaud Fontaine <arnau@debian.org>
81 Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
82-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), python-support (>= 0.6.4), patchutils (>= 0.2.25), python-setuptools (>= 0.6b3)
83-Standards-Version: 3.7.3
84+Build-Depends: debhelper (>= 5.0.37.2),
85+ cdbs (>= 0.4.43),
86+ python-all-dev (>= 2.3.5-11),
87+ python-support (>= 0.90),
88+ python-setuptools (>= 0.6b3),
89+ python-markdown (>= 2.0.1)
90+Standards-Version: 3.8.4
91 Homepage: http://www.cheetahtemplate.org/
92-XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/cheetah/trunk/
93-XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/cheetah/trunk/?op=log
94+Xs-Debian-Vcs-Svn: svn://svn.debian.org/python-modules/packages/cheetah/trunk/
95+Xs-Debian-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/cheetah/trunk/
96
97 Package: python-cheetah
98 Architecture: any
99-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
100-Replaces: python2.3-cheetah (<< 1.0-1.1), python2.4-cheetah (<< 1.0-1.1), cheetah-common (<< 1.0-1.1)
101-Conflicts: python2.3-cheetah (<< 1.0-1.1), python2.4-cheetah (<< 1.0-1.1), cheetah-common (<< 1.0-1.1)
102+Depends: ${python:Depends},
103+ ${shlibs:Depends},
104+ ${misc:Depends}
105+Suggests: python-markdown (>= 2.0.1), python-pygments, python-memcache
106 Provides: ${python:Provides}
107 XB-Python-Version: ${python:Versions}
108 Description: text-based template engine and Python code generator
109@@ -38,7 +44,3 @@
110 * Provides a simple, yet powerful, caching mechanism that can dramatically
111 improve the performance of a dynamic website.
112 * Compiles templates into optimized, yet readable, Python code.
113- .
114- Cheetah integrates tightly with Webware for Python
115- (http://webware.sourceforge.net/): a Python application server and persistent
116- servlet framework.
117
118=== added file 'debian/patches/fix_ftbfs_c_extension_python25.patch'
119--- debian/patches/fix_ftbfs_c_extension_python25.patch 1970-01-01 00:00:00 +0000
120+++ debian/patches/fix_ftbfs_c_extension_python25.patch 2010-11-02 18:43:49 +0000
121@@ -0,0 +1,48 @@
122+Description: C extension fails to build because of PyUnicode_FromFormat only available on Python >= 2.6
123+Author: Arnaud Fontaine <arnau@debian.org>
124+Forwarded: http://sourceforge.net/mailarchive/message.php?msg_name=sa5634dmm5b.fsf%40Orfeo.duckcorp.org
125+
126+--- a/cheetah/c/cheetah.h 2010-02-08 04:17:23.000000000 +0000
127++++ b/cheetah/c/cheetah.h 2010-03-30 22:42:49.000000000 +0100
128+@@ -37,6 +37,9 @@
129+
130+ #if PY_MAJOR_VERSION >= 3
131+ #define IS_PYTHON3
132++#elif PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION <= 5
133++/* PyUnicode_FromFormat is only available on Python >= 2.6 */
134++#define IS_PYTHON25_OR_LESS
135+ #endif
136+
137+ #define TRUE 1
138+--- a/cheetah/c/_namemapper.c 2010-02-08 04:17:23.000000000 +0000
139++++ b/cheetah/c/_namemapper.c 2010-03-30 22:40:01.000000000 +0100
140+@@ -35,7 +35,13 @@
141+ static void setNotFoundException(char *key, PyObject *namespace)
142+ {
143+ PyObject *exceptionStr = NULL;
144++#ifdef IS_PYTHON25_OR_LESS
145++ exceptionStr = Py_BuildValue("s", "cannot find '");
146++ PyString_ConcatAndDel(&exceptionStr, Py_BuildValue("s", key));
147++ PyString_ConcatAndDel(&exceptionStr, Py_BuildValue("s", "'"));
148++#else
149+ exceptionStr = PyUnicode_FromFormat("cannot find \'%s\'", key);
150++#endif
151+ PyErr_SetObject(NotFound, exceptionStr);
152+ Py_XDECREF(exceptionStr);
153+ }
154+@@ -58,8 +64,15 @@
155+
156+ if (isAlreadyWrapped != NULL) {
157+ if (PyLong_AsLong(isAlreadyWrapped) == -1) {
158++#ifdef IS_PYTHON25_OR_LESS
159++ newExcValue = Py_BuildValue("U", excValue);
160++ PyString_ConcatAndDel(&newExcValue, Py_BuildValue("s", "while searching for '"));
161++ PyString_ConcatAndDel(&newExcValue, Py_BuildValue("s", fullName));
162++ PyString_ConcatAndDel(&newExcValue, Py_BuildValue("s", "'"));
163++#else
164+ newExcValue = PyUnicode_FromFormat("%U while searching for \'%s\'",
165+ excValue, fullName);
166++#endif
167+ }
168+ Py_DECREF(isAlreadyWrapped);
169+ }
170
171=== added file 'debian/patches/series'
172--- debian/patches/series 1970-01-01 00:00:00 +0000
173+++ debian/patches/series 2010-11-02 18:43:49 +0000
174@@ -0,0 +1,2 @@
175+fix_ftbfs_c_extension_python25.patch
176+02_fedora_cheetah_2.7_compat.patch
177
178=== modified file 'debian/rules'
179--- debian/rules 2010-10-19 15:11:11 +0000
180+++ debian/rules 2010-11-02 18:43:49 +0000
181@@ -1,17 +1,17 @@
182 #!/usr/bin/make -f
183 # -*- makefile -*-
184-# Debian rules file for cheetah
185+
186 # Uncomment this to turn on verbose mode.
187 #export DH_VERBOSE=1
188
189 DEB_PYTHON_SYSTEM=pysupport
190
191-################################################################################
192-# CDBS File Inclusions and Variable Declarations
193-################################################################################
194 include /usr/share/cdbs/1/rules/debhelper.mk
195 include /usr/share/cdbs/1/class/python-distutils.mk
196-include /usr/share/cdbs/1/rules/simple-patchsys.mk
197+
198+# Prepare support for python 3.x (need to add Build-Depends against
199+# python3-all-dev in debian/control).
200+# cdbs_python_supported_versions += $(shell dpkg-query -W -f='$${Depends}' python3-all-dev | sed 's/.*python\(3\.[0-9]\)-dev.*/\1/')
201
202 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
203 common-post-build-arch common-post-build-indep:: debian/check-stamp
204@@ -31,11 +31,10 @@
205
206 # Install egg-info directories
207 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
208-DEB_UPSTREAM_VERSION := $$(echo $(DEB_UPSTREAM_VERSION) | sed 's/~//')
209
210-install/$(DEB_PYTHON_MODULE_PACKAGE)::
211+install/$(DEB_PYTHON_MODULE_PACKAGES)::
212 sed -i 's#\#!/usr/bin/python[0-9].[0-9]#\#!/usr/bin/python#' \
213- debian/python-cheetah/usr/bin/*
214+ $(cdbs_python_destdir)usr/bin/*
215
216 clean::
217 -rm -rf Cheetah.egg-info debian/stamp-check
218
219=== added directory 'debian/source'
220=== added file 'debian/source/format'
221--- debian/source/format 1970-01-01 00:00:00 +0000
222+++ debian/source/format 2010-11-02 18:43:49 +0000
223@@ -0,0 +1,1 @@
224+3.0 (quilt)
225
226=== removed file 'test.strace'
227--- test.strace 2009-09-27 13:31:05 +0000
228+++ test.strace 1970-01-01 00:00:00 +0000
229@@ -1,217161 +0,0 @@
230-19692 execve("/usr/bin/python2.6", ["python2.6", "src/Tests/Test.py"], [/* 39 vars */]) = 0
231-19692 brk(0) = 0x1a04000
232-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af6000
233-19692 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
234-19692 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af4000
235-19692 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
236-19692 open("/etc/ld.so.cache", O_RDONLY) = 3
237-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=113529, ...}) = 0
238-19692 mmap(NULL, 113529, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fcb69ad8000
239-19692 close(3) = 0
240-19692 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
241-19692 open("/lib/libpthread.so.0", O_RDONLY) = 3
242-19692 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340X\0\0\0\0\0\0"..., 832) = 832
243-19692 fstat(3, {st_mode=S_IFREG|0755, st_size=131174, ...}) = 0
244-19692 mmap(NULL, 2208640, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcb696bd000
245-19692 mprotect(0x7fcb696d4000, 2093056, PROT_NONE) = 0
246-19692 mmap(0x7fcb698d3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7fcb698d3000
247-19692 mmap(0x7fcb698d5000, 13184, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fcb698d5000
248-19692 close(3) = 0
249-19692 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
250-19692 open("/lib/libdl.so.2", O_RDONLY) = 3
251-19692 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832
252-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=14696, ...}) = 0
253-19692 mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcb694b9000
254-19692 mprotect(0x7fcb694bb000, 2097152, PROT_NONE) = 0
255-19692 mmap(0x7fcb696bb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fcb696bb000
256-19692 close(3) = 0
257-19692 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
258-19692 open("/lib/libutil.so.1", O_RDONLY) = 3
259-19692 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\16\0\0\0\0\0\0"..., 832) = 832
260-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=10648, ...}) = 0
261-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69ad7000
262-19692 mmap(NULL, 2105608, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcb692b6000
263-19692 mprotect(0x7fcb692b8000, 2093056, PROT_NONE) = 0
264-19692 mmap(0x7fcb694b7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7fcb694b7000
265-19692 close(3) = 0
266-19692 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
267-19692 open("/lib/libz.so.1", O_RDONLY) = 3
268-19692 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\"\0\0\0\0\0\0"..., 832) = 832
269-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=92752, ...}) = 0
270-19692 mmap(NULL, 2187792, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcb6909f000
271-19692 mprotect(0x7fcb690b5000, 2093056, PROT_NONE) = 0
272-19692 mmap(0x7fcb692b4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7fcb692b4000
273-19692 close(3) = 0
274-19692 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
275-19692 open("/lib/libm.so.6", O_RDONLY) = 3
276-19692 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p>\0\0\0\0\0\0"..., 832) = 832
277-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=538920, ...}) = 0
278-19692 mmap(NULL, 2633944, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcb68e1b000
279-19692 mprotect(0x7fcb68e9d000, 2097152, PROT_NONE) = 0
280-19692 mmap(0x7fcb6909d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x82000) = 0x7fcb6909d000
281-19692 close(3) = 0
282-19692 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
283-19692 open("/lib/libc.so.6", O_RDONLY) = 3
284-19692 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\353\1\0\0\0\0\0"..., 832) = 832
285-19692 fstat(3, {st_mode=S_IFREG|0755, st_size=1490312, ...}) = 0
286-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69ad6000
287-19692 mmap(NULL, 3598344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcb68aac000
288-19692 mprotect(0x7fcb68c12000, 2093056, PROT_NONE) = 0
289-19692 mmap(0x7fcb68e11000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x165000) = 0x7fcb68e11000
290-19692 mmap(0x7fcb68e16000, 18440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fcb68e16000
291-19692 close(3) = 0
292-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69ad5000
293-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69ad4000
294-19692 arch_prctl(ARCH_SET_FS, 0x7fcb69ad46f0) = 0
295-19692 mprotect(0x7fcb68e11000, 16384, PROT_READ) = 0
296-19692 mprotect(0x7fcb6909d000, 4096, PROT_READ) = 0
297-19692 mprotect(0x7fcb692b4000, 4096, PROT_READ) = 0
298-19692 mprotect(0x7fcb694b7000, 4096, PROT_READ) = 0
299-19692 mprotect(0x7fcb696bb000, 4096, PROT_READ) = 0
300-19692 mprotect(0x7fcb698d3000, 4096, PROT_READ) = 0
301-19692 mprotect(0x80e000, 4096, PROT_READ) = 0
302-19692 mprotect(0x7fcb69af7000, 4096, PROT_READ) = 0
303-19692 munmap(0x7fcb69ad8000, 113529) = 0
304-19692 set_tid_address(0x7fcb69ad47c0) = 19692
305-19692 set_robust_list(0x7fcb69ad47d0, 0x18) = 0
306-19692 futex(0x7fff976c13bc, FUTEX_WAKE_PRIVATE, 1) = 0
307-19692 futex(0x7fff976c13bc, 0x189 /* FUTEX_??? */, 1, NULL, 7fcb69ad46f0) = -1 EAGAIN (Resource temporarily unavailable)
308-19692 rt_sigaction(SIGRTMIN, {0x7fcb696c2760, [], SA_RESTORER|SA_SIGINFO, 0x7fcb696cc190}, NULL, 8) = 0
309-19692 rt_sigaction(SIGRT_1, {0x7fcb696c27f0, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7fcb696cc190}, NULL, 8) = 0
310-19692 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
311-19692 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
312-19692 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
313-19692 brk(0) = 0x1a04000
314-19692 brk(0x1a25000) = 0x1a25000
315-19692 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69a93000
316-19692 open("/proc/meminfo", O_RDONLY) = 3
317-19692 fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
318-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
319-19692 read(3, "MemTotal: 3952456 kB\nMemF"..., 1024) = 1024
320-19692 close(3) = 0
321-19692 munmap(0x7fcb69af3000, 4096) = 0
322-19692 brk(0x1a4e000) = 0x1a4e000
323-19692 fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 5), ...}) = 0
324-19692 fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 5), ...}) = 0
325-19692 fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 5), ...}) = 0
326-19692 fstat(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 5), ...}) = 0
327-19692 stat("build/scripts-2.6/python2.6", 0x7fff976bf070) = -1 ENOENT (No such file or directory)
328-19692 stat("/home/lool/bin/python2.6", 0x7fff976bf070) = -1 ENOENT (No such file or directory)
329-19692 stat("/usr/lib/ccache/python2.6", 0x7fff976bf070) = -1 ENOENT (No such file or directory)
330-19692 stat("/home/lool/bin/python2.6", 0x7fff976bf070) = -1 ENOENT (No such file or directory)
331-19692 stat("/usr/lib/ccache/python2.6", 0x7fff976bf070) = -1 ENOENT (No such file or directory)
332-19692 stat("/usr/local/sbin/python2.6", 0x7fff976bf070) = -1 ENOENT (No such file or directory)
333-19692 stat("/usr/local/bin/python2.6", 0x7fff976bf070) = -1 ENOENT (No such file or directory)
334-19692 stat("/usr/sbin/python2.6", 0x7fff976bf070) = -1 ENOENT (No such file or directory)
335-19692 stat("/usr/bin/python2.6", {st_mode=S_IFREG|0755, st_size=2554064, ...}) = 0
336-19692 readlink("/usr/bin/python2.6", 0x7fff976bf100, 4096) = -1 EINVAL (Invalid argument)
337-19692 stat("/usr/bin/Modules/Setup", 0x7fff976bf070) = -1 ENOENT (No such file or directory)
338-19692 stat("/usr/bin/lib/python2.6/os.py", 0x7fff976befc0) = -1 ENOENT (No such file or directory)
339-19692 stat("/usr/bin/lib/python2.6/os.pyc", 0x7fff976befc0) = -1 ENOENT (No such file or directory)
340-19692 stat("/usr/lib/python2.6/os.py", {st_mode=S_IFREG|0644, st_size=26235, ...}) = 0
341-19692 stat("/usr/bin/Modules/Setup", 0x7fff976bf070) = -1 ENOENT (No such file or directory)
342-19692 stat("/usr/bin/lib/python2.6/lib-dynload", 0x7fff976bf070) = -1 ENOENT (No such file or directory)
343-19692 stat("/usr/lib/python2.6/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
344-19692 rt_sigaction(SIGPIPE, {0x1, [], SA_RESTORER, 0x7fcb696cc190}, {SIG_DFL, [], 0}, 8) = 0
345-19692 rt_sigaction(SIGXFSZ, {0x1, [], SA_RESTORER, 0x7fcb696cc190}, {SIG_DFL, [], 0}, 8) = 0
346-19692 rt_sigaction(SIGHUP, NULL, {SIG_DFL, [], 0}, 8) = 0
347-19692 rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
348-19692 rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
349-19692 rt_sigaction(SIGILL, NULL, {SIG_DFL, [], 0}, 8) = 0
350-19692 rt_sigaction(SIGTRAP, NULL, {SIG_DFL, [], 0}, 8) = 0
351-19692 rt_sigaction(SIGABRT, NULL, {SIG_DFL, [], 0}, 8) = 0
352-19692 rt_sigaction(SIGBUS, NULL, {SIG_DFL, [], 0}, 8) = 0
353-19692 rt_sigaction(SIGFPE, NULL, {SIG_DFL, [], 0}, 8) = 0
354-19692 rt_sigaction(SIGKILL, NULL, {SIG_DFL, [], 0}, 8) = 0
355-19692 rt_sigaction(SIGUSR1, NULL, {SIG_DFL, [], 0}, 8) = 0
356-19692 rt_sigaction(SIGSEGV, NULL, {SIG_DFL, [], 0}, 8) = 0
357-19692 rt_sigaction(SIGUSR2, NULL, {SIG_DFL, [], 0}, 8) = 0
358-19692 rt_sigaction(SIGPIPE, NULL, {0x1, [], SA_RESTORER, 0x7fcb696cc190}, 8) = 0
359-19692 rt_sigaction(SIGALRM, NULL, {SIG_DFL, [], 0}, 8) = 0
360-19692 rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
361-19692 rt_sigaction(SIGSTKFLT, NULL, {SIG_DFL, [], 0}, 8) = 0
362-19692 rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0
363-19692 rt_sigaction(SIGCONT, NULL, {SIG_DFL, [], 0}, 8) = 0
364-19692 rt_sigaction(SIGSTOP, NULL, {SIG_DFL, [], 0}, 8) = 0
365-19692 rt_sigaction(SIGTSTP, NULL, {SIG_DFL, [], 0}, 8) = 0
366-19692 rt_sigaction(SIGTTIN, NULL, {SIG_DFL, [], 0}, 8) = 0
367-19692 rt_sigaction(SIGTTOU, NULL, {SIG_DFL, [], 0}, 8) = 0
368-19692 rt_sigaction(SIGURG, NULL, {SIG_DFL, [], 0}, 8) = 0
369-19692 rt_sigaction(SIGXCPU, NULL, {SIG_DFL, [], 0}, 8) = 0
370-19692 rt_sigaction(SIGXFSZ, NULL, {0x1, [], SA_RESTORER, 0x7fcb696cc190}, 8) = 0
371-19692 rt_sigaction(SIGVTALRM, NULL, {SIG_DFL, [], 0}, 8) = 0
372-19692 rt_sigaction(SIGPROF, NULL, {SIG_DFL, [], 0}, 8) = 0
373-19692 rt_sigaction(SIGWINCH, NULL, {SIG_DFL, [], 0}, 8) = 0
374-19692 rt_sigaction(SIGIO, NULL, {SIG_DFL, [], 0}, 8) = 0
375-19692 rt_sigaction(SIGPWR, NULL, {SIG_DFL, [], 0}, 8) = 0
376-19692 rt_sigaction(SIGSYS, NULL, {SIG_DFL, [], 0}, 8) = 0
377-19692 rt_sigaction(SIGRT_2, NULL, {SIG_DFL, [], 0}, 8) = 0
378-19692 rt_sigaction(SIGRT_3, NULL, {SIG_DFL, [], 0}, 8) = 0
379-19692 rt_sigaction(SIGRT_4, NULL, {SIG_DFL, [], 0}, 8) = 0
380-19692 rt_sigaction(SIGRT_5, NULL, {SIG_DFL, [], 0}, 8) = 0
381-19692 rt_sigaction(SIGRT_6, NULL, {SIG_DFL, [], 0}, 8) = 0
382-19692 rt_sigaction(SIGRT_7, NULL, {SIG_DFL, [], 0}, 8) = 0
383-19692 rt_sigaction(SIGRT_8, NULL, {SIG_DFL, [], 0}, 8) = 0
384-19692 rt_sigaction(SIGRT_9, NULL, {SIG_DFL, [], 0}, 8) = 0
385-19692 rt_sigaction(SIGRT_10, NULL, {SIG_DFL, [], 0}, 8) = 0
386-19692 rt_sigaction(SIGRT_11, NULL, {SIG_DFL, [], 0}, 8) = 0
387-19692 rt_sigaction(SIGRT_12, NULL, {SIG_DFL, [], 0}, 8) = 0
388-19692 rt_sigaction(SIGRT_13, NULL, {SIG_DFL, [], 0}, 8) = 0
389-19692 rt_sigaction(SIGRT_14, NULL, {SIG_DFL, [], 0}, 8) = 0
390-19692 rt_sigaction(SIGRT_15, NULL, {SIG_DFL, [], 0}, 8) = 0
391-19692 rt_sigaction(SIGRT_16, NULL, {SIG_DFL, [], 0}, 8) = 0
392-19692 rt_sigaction(SIGRT_17, NULL, {SIG_DFL, [], 0}, 8) = 0
393-19692 rt_sigaction(SIGRT_18, NULL, {SIG_DFL, [], 0}, 8) = 0
394-19692 rt_sigaction(SIGRT_19, NULL, {SIG_DFL, [], 0}, 8) = 0
395-19692 rt_sigaction(SIGRT_20, NULL, {SIG_DFL, [], 0}, 8) = 0
396-19692 rt_sigaction(SIGRT_21, NULL, {SIG_DFL, [], 0}, 8) = 0
397-19692 rt_sigaction(SIGRT_22, NULL, {SIG_DFL, [], 0}, 8) = 0
398-19692 rt_sigaction(SIGRT_23, NULL, {SIG_DFL, [], 0}, 8) = 0
399-19692 rt_sigaction(SIGRT_24, NULL, {SIG_DFL, [], 0}, 8) = 0
400-19692 rt_sigaction(SIGRT_25, NULL, {SIG_DFL, [], 0}, 8) = 0
401-19692 rt_sigaction(SIGRT_26, NULL, {SIG_DFL, [], 0}, 8) = 0
402-19692 rt_sigaction(SIGRT_27, NULL, {SIG_DFL, [], 0}, 8) = 0
403-19692 rt_sigaction(SIGRT_28, NULL, {SIG_DFL, [], 0}, 8) = 0
404-19692 rt_sigaction(SIGRT_29, NULL, {SIG_DFL, [], 0}, 8) = 0
405-19692 rt_sigaction(SIGRT_30, NULL, {SIG_DFL, [], 0}, 8) = 0
406-19692 rt_sigaction(SIGRT_31, NULL, {SIG_DFL, [], 0}, 8) = 0
407-19692 rt_sigaction(SIGRT_32, NULL, {SIG_DFL, [], 0}, 8) = 0
408-19692 rt_sigaction(SIGINT, {0x4d2690, [], SA_RESTORER, 0x7fcb696cc190}, {SIG_DFL, [], 0}, 8) = 0
409-19692 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69a52000
410-19692 stat("/usr/lib/python2.6/", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
411-19692 stat("/usr/lib/python2.6/", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
412-19692 stat("/usr/lib/python2.6/site", 0x7fff976bcd80) = -1 ENOENT (No such file or directory)
413-19692 open("/usr/lib/python2.6/site.so", O_RDONLY) = -1 ENOENT (No such file or directory)
414-19692 open("/usr/lib/python2.6/sitemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
415-19692 open("/usr/lib/python2.6/site.py", O_RDONLY) = 3
416-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=18712, ...}) = 0
417-19692 open("/usr/lib/python2.6/site.pyc", O_RDONLY) = 4
418-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=18238, ...}) = 0
419-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69a51000
420-19692 read(4, "\321\362\r\n\231\324\272Jc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0sK\1\0\0d\0"..., 4096) = 4096
421-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=18238, ...}) = 0
422-19692 read(4, "\0\0\0\3\0\0\0\6\0\0\0C\0\0\0st\0\0\0t\0\0\203\0\0}\0\0xd\0"..., 12288) = 12288
423-19692 read(4, "\0\0R\t\0\0\0R]\0\0\0Rh\0\0\0Rz\0\0\0R\240\0\0\0R\245\0\0\0"..., 4096) = 1854
424-19692 read(4, "", 4096) = 0
425-19692 close(4) = 0
426-19692 munmap(0x7fcb69a51000, 4096) = 0
427-19692 stat("/usr/lib/python2.6/os", 0x7fff976b97d0) = -1 ENOENT (No such file or directory)
428-19692 open("/usr/lib/python2.6/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
429-19692 open("/usr/lib/python2.6/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
430-19692 open("/usr/lib/python2.6/os.py", O_RDONLY) = 4
431-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=26235, ...}) = 0
432-19692 open("/usr/lib/python2.6/os.pyc", O_RDONLY) = 6
433-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=26223, ...}) = 0
434-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69a51000
435-19692 read(6, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\36\0\0\0@\0\0\0sH\7\0\0d\0"..., 4096) = 4096
436-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=26223, ...}) = 0
437-19692 read(6, "intermediate path segment (not\n "..., 20480) = 20480
438-19692 read(6, "pyt\26\0\0\0_pickle_statvfs_result\337\2\0"..., 4096) = 1647
439-19692 read(6, "", 4096) = 0
440-19692 close(6) = 0
441-19692 munmap(0x7fcb69a51000, 4096) = 0
442-19692 brk(0x1a6f000) = 0x1a6f000
443-19692 stat("/usr/lib/python2.6/posixpath", 0x7fff976b6220) = -1 ENOENT (No such file or directory)
444-19692 open("/usr/lib/python2.6/posixpath.so", O_RDONLY) = -1 ENOENT (No such file or directory)
445-19692 open("/usr/lib/python2.6/posixpathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
446-19692 open("/usr/lib/python2.6/posixpath.py", O_RDONLY) = 6
447-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=12802, ...}) = 0
448-19692 open("/usr/lib/python2.6/posixpath.pyc", O_RDONLY) = 7
449-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=10915, ...}) = 0
450-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69a51000
451-19692 read(7, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0+\0\0\0@\0\0\0s\320\1\0\0d\0"..., 4096) = 4096
452-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=10915, ...}) = 0
453-19692 read(7, "\0\0\0(\0\0\0\0(\0\0\0\0s\37\0\0\0/usr/lib/pytho"..., 4096) = 4096
454-19692 read(7, "\0|\4\0d\t\0j\6\0o\7\0\1qo\0n\1\0\1|\4\0d\7\0j\3\0p("..., 4096) = 2723
455-19692 read(7, "", 4096) = 0
456-19692 close(7) = 0
457-19692 munmap(0x7fcb69a51000, 4096) = 0
458-19692 stat("/usr/lib/python2.6/stat", 0x7fff976b2c70) = -1 ENOENT (No such file or directory)
459-19692 open("/usr/lib/python2.6/stat.so", O_RDONLY) = -1 ENOENT (No such file or directory)
460-19692 open("/usr/lib/python2.6/statmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
461-19692 open("/usr/lib/python2.6/stat.py", O_RDONLY) = 7
462-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=1718, ...}) = 0
463-19692 open("/usr/lib/python2.6/stat.pyc", O_RDONLY) = 8
464-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=2683, ...}) = 0
465-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69a51000
466-19692 read(8, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0so\1\0\0d\0"..., 4096) = 2683
467-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=2683, ...}) = 0
468-19692 read(8, "", 4096) = 0
469-19692 close(8) = 0
470-19692 munmap(0x7fcb69a51000, 4096) = 0
471-19692 close(7) = 0
472-19692 stat("/usr/lib/python2.6/genericpath", 0x7fff976b2c70) = -1 ENOENT (No such file or directory)
473-19692 open("/usr/lib/python2.6/genericpath.so", O_RDONLY) = -1 ENOENT (No such file or directory)
474-19692 open("/usr/lib/python2.6/genericpathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
475-19692 open("/usr/lib/python2.6/genericpath.py", O_RDONLY) = 7
476-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=3020, ...}) = 0
477-19692 open("/usr/lib/python2.6/genericpath.pyc", O_RDONLY) = 8
478-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=3272, ...}) = 0
479-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69a51000
480-19692 read(8, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s\221\0\0\0d\0"..., 4096) = 3272
481-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=3272, ...}) = 0
482-19692 read(8, "", 4096) = 0
483-19692 close(8) = 0
484-19692 munmap(0x7fcb69a51000, 4096) = 0
485-19692 close(7) = 0
486-19692 stat("/usr/lib/python2.6/warnings", 0x7fff976b2c70) = -1 ENOENT (No such file or directory)
487-19692 open("/usr/lib/python2.6/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
488-19692 open("/usr/lib/python2.6/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
489-19692 open("/usr/lib/python2.6/warnings.py", O_RDONLY) = 7
490-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=14173, ...}) = 0
491-19692 open("/usr/lib/python2.6/warnings.pyc", O_RDONLY) = 8
492-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=12996, ...}) = 0
493-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69a51000
494-19692 read(8, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s3\2\0\0d\0"..., 4096) = 4096
495-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=12996, ...}) = 0
496-19692 read(8, "\34\0\1\1}\2\0\1t\2\0i\3\0\4d\1\0\2I\4|\2\0\2IJq\7\0\1X"..., 8192) = 8192
497-19692 read(8, "\0\0R6\0\0\0R\215\0\0\0R\10\0\0\0R\207\0\0\0R\222\0\0\0R\230\0\0\0"..., 4096) = 708
498-19692 read(8, "", 4096) = 0
499-19692 close(8) = 0
500-19692 munmap(0x7fcb69a51000, 4096) = 0
501-19692 stat("/usr/lib/python2.6/linecache", 0x7fff976af6c0) = -1 ENOENT (No such file or directory)
502-19692 open("/usr/lib/python2.6/linecache.so", O_RDONLY) = -1 ENOENT (No such file or directory)
503-19692 open("/usr/lib/python2.6/linecachemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
504-19692 open("/usr/lib/python2.6/linecache.py", O_RDONLY) = 8
505-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=4209, ...}) = 0
506-19692 open("/usr/lib/python2.6/linecache.pyc", O_RDONLY) = 9
507-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=3234, ...}) = 0
508-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69a51000
509-19692 read(9, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0sp\0\0\0d\0"..., 4096) = 3234
510-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=3234, ...}) = 0
511-19692 read(9, "", 4096) = 0
512-19692 mmap(NULL, 200704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69a20000
513-19692 close(9) = 0
514-19692 munmap(0x7fcb69a51000, 4096) = 0
515-19692 close(8) = 0
516-19692 stat("/usr/lib/python2.6/types", 0x7fff976af6c0) = -1 ENOENT (No such file or directory)
517-19692 open("/usr/lib/python2.6/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
518-19692 open("/usr/lib/python2.6/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
519-19692 open("/usr/lib/python2.6/types.py", O_RDONLY) = 8
520-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=2323, ...}) = 0
521-19692 open("/usr/lib/python2.6/types.pyc", O_RDONLY) = 9
522-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=2608, ...}) = 0
523-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69a51000
524-19692 read(9, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\17\0\0\0@\0\0\0so\2\0\0d\0"..., 4096) = 2608
525-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=2608, ...}) = 0
526-19692 read(9, "", 4096) = 0
527-19692 close(9) = 0
528-19692 munmap(0x7fcb69a51000, 4096) = 0
529-19692 close(8) = 0
530-19692 close(7) = 0
531-19692 close(6) = 0
532-19692 stat("/usr/lib/python2.6/UserDict", 0x7fff976b6220) = -1 ENOENT (No such file or directory)
533-19692 open("/usr/lib/python2.6/UserDict.so", O_RDONLY) = -1 ENOENT (No such file or directory)
534-19692 open("/usr/lib/python2.6/UserDictmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
535-19692 open("/usr/lib/python2.6/UserDict.py", O_RDONLY) = 6
536-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=5778, ...}) = 0
537-19692 open("/usr/lib/python2.6/UserDict.pyc", O_RDONLY) = 7
538-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=8802, ...}) = 0
539-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69a51000
540-19692 read(7, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sb\0\0\0d\0"..., 4096) = 4096
541-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=8802, ...}) = 0
542-19692 read(7, "Dict.pyR*\0\0\0C\0\0\0s\2\0\0\0\0\1c\2\0\0\0\2\0\0\0"..., 4096) = 4096
543-19692 read(7, "\v\0\0\0R7\0\0\0R\6\0\0\0R\35\0\0\0R\f\0\0\0(\2\0\0\0R\5\0"..., 4096) = 610
544-19692 read(7, "", 4096) = 0
545-19692 close(7) = 0
546-19692 munmap(0x7fcb69a51000, 4096) = 0
547-19692 stat("/usr/lib/python2.6/_abcoll", 0x7fff976b2c70) = -1 ENOENT (No such file or directory)
548-19692 open("/usr/lib/python2.6/_abcoll.so", O_RDONLY) = -1 ENOENT (No such file or directory)
549-19692 open("/usr/lib/python2.6/_abcollmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
550-19692 open("/usr/lib/python2.6/_abcoll.py", O_RDONLY) = 7
551-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=13645, ...}) = 0
552-19692 open("/usr/lib/python2.6/_abcoll.pyc", O_RDONLY) = 8
553-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=21454, ...}) = 0
554-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69a51000
555-19692 read(8, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\22\0\0\0@\0\0\0s@\2\0\0d\0"..., 4096) = 4096
556-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=21454, ...}) = 0
557-19692 read(8, "__contains___\0\0\0s\2\0\0\0\0\2c\2\0\0\0\2\0\0\0"..., 16384) = 16384
558-19692 read(8, "\6\0\0\0extend\"\2\0\0s\6\0\0\0\0\1\7\0\6\1i\377\377\377\377c\2"..., 4096) = 974
559-19692 read(8, "", 4096) = 0
560-19692 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb699df000
561-19692 close(8) = 0
562-19692 munmap(0x7fcb69a51000, 4096) = 0
563-19692 stat("/usr/lib/python2.6/abc", 0x7fff976af6c0) = -1 ENOENT (No such file or directory)
564-19692 open("/usr/lib/python2.6/abc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
565-19692 open("/usr/lib/python2.6/abcmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
566-19692 open("/usr/lib/python2.6/abc.py", O_RDONLY) = 8
567-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=6862, ...}) = 0
568-19692 open("/usr/lib/python2.6/abc.pyc", O_RDONLY) = 9
569-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=5833, ...}) = 0
570-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69a51000
571-19692 read(9, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s?\0\0\0d\0"..., 4096) = 4096
572-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=5833, ...}) = 0
573-19692 read(9, "the ABC registry.s\f\0\0\0Class: %s."..., 4096) = 1737
574-19692 read(9, "", 4096) = 0
575-19692 close(9) = 0
576-19692 munmap(0x7fcb69a51000, 4096) = 0
577-19692 close(8) = 0
578-19692 close(7) = 0
579-19692 close(6) = 0
580-19692 brk(0x1a90000) = 0x1a90000
581-19692 stat("/usr/lib/python2.6/copy_reg", 0x7fff976b6220) = -1 ENOENT (No such file or directory)
582-19692 open("/usr/lib/python2.6/copy_reg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
583-19692 open("/usr/lib/python2.6/copy_regmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
584-19692 open("/usr/lib/python2.6/copy_reg.py", O_RDONLY) = 6
585-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=6800, ...}) = 0
586-19692 open("/usr/lib/python2.6/copy_reg.pyc", O_RDONLY) = 7
587-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=5156, ...}) = 0
588-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69a51000
589-19692 read(7, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\330\0\0\0d\0"..., 4096) = 4096
590-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=5156, ...}) = 0
591-19692 read(7, "ered with code %ss$\0\0\0code %s is"..., 4096) = 1060
592-19692 read(7, "", 4096) = 0
593-19692 close(7) = 0
594-19692 munmap(0x7fcb69a51000, 4096) = 0
595-19692 close(6) = 0
596-19692 close(4) = 0
597-19692 geteuid() = 1000
598-19692 getuid() = 1000
599-19692 getegid() = 1000
600-19692 getgid() = 1000
601-19692 stat("/home/lool/.local/lib/python2.6/site-packages", 0x7fff976bd6f0) = -1 ENOENT (No such file or directory)
602-19692 stat("/home/lool/.local/lib/python2.6/dist-packages", 0x7fff976bd6f0) = -1 ENOENT (No such file or directory)
603-19692 stat("/home/lool/.local/local/lib/python2.6/dist-packages", 0x7fff976bd6f0) = -1 ENOENT (No such file or directory)
604-19692 stat("/usr/lib/python2.6/dist-packages", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
605-19692 open("/usr/lib/python2.6/dist-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4
606-19692 fcntl(4, F_GETFD) = 0x1 (flags FD_CLOEXEC)
607-19692 getdents(4, /* 175 entries */, 32768) = 6744
608-19692 getdents(4, /* 0 entries */, 32768) = 0
609-19692 close(4) = 0
610-19692 open("/usr/lib/python2.6/dist-packages/PIL.pth", O_RDONLY) = 4
611-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
612-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
613-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69a51000
614-19692 read(4, "PIL\n", 8192) = 4
615-19692 read(4, "", 4096) = 0
616-19692 stat("/usr/lib/python2.6/dist-packages/PIL", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
617-19692 read(4, "", 8192) = 0
618-19692 close(4) = 0
619-19692 munmap(0x7fcb69a51000, 4096) = 0
620-19692 open("/usr/lib/python2.6/dist-packages/lazr.restfulclient-0.9.3-nspkg.pth", O_RDONLY) = 4
621-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=293, ...}) = 0
622-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=293, ...}) = 0
623-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69a51000
624-19692 read(4, "import sys,new,os; p = os.path.j"..., 8192) = 293
625-19692 read(4, "", 4096) = 0
626-19692 brk(0x1ab1000) = 0x1ab1000
627-19692 brk(0x1aa8000) = 0x1aa8000
628-19692 stat("/usr/lib/python2.6", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
629-19692 stat("/usr/lib/python2.6", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
630-19692 stat("/usr/lib/python2.6/new", 0x7fff976b8f50) = -1 ENOENT (No such file or directory)
631-19692 open("/usr/lib/python2.6/new.so", O_RDONLY) = -1 ENOENT (No such file or directory)
632-19692 open("/usr/lib/python2.6/newmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
633-19692 open("/usr/lib/python2.6/new.py", O_RDONLY) = 6
634-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=706, ...}) = 0
635-19692 open("/usr/lib/python2.6/new.pyc", O_RDONLY) = 7
636-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=908, ...}) = 0
637-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
638-19692 read(7, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s\247\0\0\0d\0"..., 4096) = 908
639-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=908, ...}) = 0
640-19692 read(7, "", 4096) = 0
641-19692 close(7) = 0
642-19692 munmap(0x7fcb69af3000, 4096) = 0
643-19692 close(6) = 0
644-19692 stat("/usr/lib/python2.6/dist-packages/lazr/__init__.py", 0x7fff976bd0d0) = -1 ENOENT (No such file or directory)
645-19692 read(4, "", 8192) = 0
646-19692 close(4) = 0
647-19692 munmap(0x7fcb69a51000, 4096) = 0
648-19692 open("/usr/lib/python2.6/dist-packages/lazr.uri-1.0-nspkg.pth", O_RDONLY) = 4
649-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=293, ...}) = 0
650-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=293, ...}) = 0
651-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
652-19692 read(4, "import sys,new,os; p = os.path.j"..., 8192) = 293
653-19692 read(4, "", 4096) = 0
654-19692 stat("/usr/lib/python2.6/dist-packages/lazr/__init__.py", 0x7fff976bd0d0) = -1 ENOENT (No such file or directory)
655-19692 read(4, "", 8192) = 0
656-19692 close(4) = 0
657-19692 munmap(0x7fcb69af3000, 4096) = 0
658-19692 open("/usr/lib/python2.6/dist-packages/pygst.pth", O_RDONLY) = 4
659-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=9, ...}) = 0
660-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=9, ...}) = 0
661-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
662-19692 read(4, "gst-0.10\n", 8192) = 9
663-19692 read(4, "", 4096) = 0
664-19692 stat("/usr/lib/python2.6/dist-packages/gst-0.10", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
665-19692 read(4, "", 8192) = 0
666-19692 close(4) = 0
667-19692 munmap(0x7fcb69af3000, 4096) = 0
668-19692 open("/usr/lib/python2.6/dist-packages/python-support.pth", O_RDONLY) = 4
669-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=74, ...}) = 0
670-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=74, ...}) = 0
671-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
672-19692 read(4, "/usr/lib/pymodules/python2.6\ngtk"..., 8192) = 74
673-19692 read(4, "", 4096) = 0
674-19692 stat("/usr/lib/pymodules/python2.6", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
675-19692 stat("/usr/lib/python2.6/dist-packages/gtk-2.0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
676-19692 stat("/usr/lib/pymodules/python2.6/gtk-2.0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
677-19692 read(4, "", 8192) = 0
678-19692 close(4) = 0
679-19692 munmap(0x7fcb69af3000, 4096) = 0
680-19692 open("/usr/lib/python2.6/dist-packages/setuptools.pth", O_RDONLY) = 4
681-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=26, ...}) = 0
682-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=26, ...}) = 0
683-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
684-19692 read(4, "setuptools-0.6c9.egg-info\n", 8192) = 26
685-19692 read(4, "", 4096) = 0
686-19692 stat("/usr/lib/python2.6/dist-packages/setuptools-0.6c9.egg-info", 0x7fff976bd330) = -1 ENOENT (No such file or directory)
687-19692 read(4, "", 8192) = 0
688-19692 close(4) = 0
689-19692 munmap(0x7fcb69af3000, 4096) = 0
690-19692 open("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode.pth", O_RDONLY) = 4
691-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=20, ...}) = 0
692-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=20, ...}) = 0
693-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
694-19692 read(4, "wx-2.8-gtk2-unicode\n", 8192) = 20
695-19692 read(4, "", 4096) = 0
696-19692 stat("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
697-19692 read(4, "", 8192) = 0
698-19692 close(4) = 0
699-19692 munmap(0x7fcb69af3000, 4096) = 0
700-19692 open("/usr/lib/python2.6/dist-packages/wx.pth", O_RDONLY) = 4
701-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=19, ...}) = 0
702-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=19, ...}) = 0
703-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
704-19692 read(4, "wx-2.8-gtk2-unicode", 8192) = 19
705-19692 read(4, "", 4096) = 0
706-19692 read(4, "", 8192) = 0
707-19692 close(4) = 0
708-19692 munmap(0x7fcb69af3000, 4096) = 0
709-19692 open("/usr/lib/python2.6/dist-packages/zope.interface-nspkg.pth", O_RDONLY) = 4
710-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=293, ...}) = 0
711-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=293, ...}) = 0
712-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
713-19692 read(4, "import sys,new,os; p = os.path.j"..., 8192) = 293
714-19692 read(4, "", 4096) = 0
715-19692 stat("/usr/lib/python2.6/dist-packages/zope/__init__.py", {st_mode=S_IFREG|0644, st_size=200, ...}) = 0
716-19692 read(4, "", 8192) = 0
717-19692 close(4) = 0
718-19692 munmap(0x7fcb69af3000, 4096) = 0
719-19692 stat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
720-19692 open("/usr/local/lib/python2.6/dist-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4
721-19692 getdents(4, /* 2 entries */, 32768) = 48
722-19692 getdents(4, /* 0 entries */, 32768) = 0
723-19692 close(4) = 0
724-19692 stat("/usr/lib/dist-python", 0x7fff976bd6f0) = -1 ENOENT (No such file or directory)
725-19692 stat("/usr/lib/python2.6/sitecustomize", 0x7fff976b9570) = -1 ENOENT (No such file or directory)
726-19692 open("/usr/lib/python2.6/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
727-19692 open("/usr/lib/python2.6/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
728-19692 open("/usr/lib/python2.6/sitecustomize.py", O_RDONLY) = 4
729-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=155, ...}) = 0
730-19692 open("/usr/lib/python2.6/sitecustomize.pyc", O_RDONLY) = 6
731-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=234, ...}) = 0
732-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
733-19692 read(6, "\321\362\r\nj\221\352Ic\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s4\0\0\0y\20"..., 4096) = 234
734-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=234, ...}) = 0
735-19692 read(6, "", 4096) = 0
736-19692 close(6) = 0
737-19692 munmap(0x7fcb69af3000, 4096) = 0
738-19692 stat("/usr/lib/python2.6/apport_python_hook", 0x7fff976b5fc0) = -1 ENOENT (No such file or directory)
739-19692 open("/usr/lib/python2.6/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
740-19692 open("/usr/lib/python2.6/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
741-19692 open("/usr/lib/python2.6/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
742-19692 open("/usr/lib/python2.6/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
743-19692 stat("/usr/lib/python2.6/plat-linux2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
744-19692 stat("/usr/lib/python2.6/plat-linux2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
745-19692 stat("/usr/lib/python2.6/plat-linux2/apport_python_hook", 0x7fff976b5fc0) = -1 ENOENT (No such file or directory)
746-19692 open("/usr/lib/python2.6/plat-linux2/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
747-19692 open("/usr/lib/python2.6/plat-linux2/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
748-19692 open("/usr/lib/python2.6/plat-linux2/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
749-19692 open("/usr/lib/python2.6/plat-linux2/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
750-19692 stat("/usr/lib/python2.6/lib-tk", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
751-19692 stat("/usr/lib/python2.6/lib-tk", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
752-19692 stat("/usr/lib/python2.6/lib-tk/apport_python_hook", 0x7fff976b5fc0) = -1 ENOENT (No such file or directory)
753-19692 open("/usr/lib/python2.6/lib-tk/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
754-19692 open("/usr/lib/python2.6/lib-tk/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
755-19692 open("/usr/lib/python2.6/lib-tk/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
756-19692 open("/usr/lib/python2.6/lib-tk/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
757-19692 stat("/usr/lib/python2.6/lib-old", 0x7fff976b2bc0) = -1 ENOENT (No such file or directory)
758-19692 stat("/usr/lib/python2.6", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
759-19692 stat("/usr/lib/python2.6/lib-old", 0x7fff976b5c40) = -1 ENOENT (No such file or directory)
760-19692 stat("/usr/lib/python2.6/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
761-19692 stat("/usr/lib/python2.6/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
762-19692 stat("/usr/lib/python2.6/lib-dynload/apport_python_hook", 0x7fff976b5fc0) = -1 ENOENT (No such file or directory)
763-19692 open("/usr/lib/python2.6/lib-dynload/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
764-19692 open("/usr/lib/python2.6/lib-dynload/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
765-19692 open("/usr/lib/python2.6/lib-dynload/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
766-19692 open("/usr/lib/python2.6/lib-dynload/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
767-19692 stat("/usr/lib/python2.6/dist-packages", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
768-19692 stat("/usr/lib/python2.6/dist-packages", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
769-19692 stat("/usr/lib/python2.6/dist-packages/apport_python_hook", 0x7fff976b5fc0) = -1 ENOENT (No such file or directory)
770-19692 open("/usr/lib/python2.6/dist-packages/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
771-19692 open("/usr/lib/python2.6/dist-packages/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
772-19692 open("/usr/lib/python2.6/dist-packages/apport_python_hook.py", O_RDONLY) = 6
773-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=12964, ...}) = 0
774-19692 open("/usr/lib/python2.6/dist-packages/apport_python_hook.pyc", O_RDONLY) = 7
775-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=10093, ...}) = 0
776-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
777-19692 read(7, "\321\362\r\n\224\251\270Jc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s\274\0\0\0d\0"..., 4096) = 4096
778-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=10093, ...}) = 0
779-19692 read(7, "his should happen.R\37\0\0\0N(\25\0\0\0R\23\0"..., 4096) = 4096
780-19692 read(7, "mps\n\0\0\0/usr/locals\4\0\0\0/usr(\n\0\0\0R"..., 4096) = 1901
781-19692 read(7, "", 4096) = 0
782-19692 close(7) = 0
783-19692 munmap(0x7fcb69af3000, 4096) = 0
784-19692 close(6) = 0
785-19692 close(4) = 0
786-19692 stat("/usr/lib/python2.6/usercustomize", 0x7fff976b9570) = -1 ENOENT (No such file or directory)
787-19692 open("/usr/lib/python2.6/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
788-19692 open("/usr/lib/python2.6/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
789-19692 open("/usr/lib/python2.6/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
790-19692 open("/usr/lib/python2.6/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
791-19692 stat("/usr/lib/python2.6/plat-linux2/usercustomize", 0x7fff976b9570) = -1 ENOENT (No such file or directory)
792-19692 open("/usr/lib/python2.6/plat-linux2/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
793-19692 open("/usr/lib/python2.6/plat-linux2/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
794-19692 open("/usr/lib/python2.6/plat-linux2/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
795-19692 open("/usr/lib/python2.6/plat-linux2/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
796-19692 stat("/usr/lib/python2.6/lib-tk/usercustomize", 0x7fff976b9570) = -1 ENOENT (No such file or directory)
797-19692 open("/usr/lib/python2.6/lib-tk/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
798-19692 open("/usr/lib/python2.6/lib-tk/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
799-19692 open("/usr/lib/python2.6/lib-tk/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
800-19692 open("/usr/lib/python2.6/lib-tk/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
801-19692 stat("/usr/lib/python2.6/lib-dynload/usercustomize", 0x7fff976b9570) = -1 ENOENT (No such file or directory)
802-19692 open("/usr/lib/python2.6/lib-dynload/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
803-19692 open("/usr/lib/python2.6/lib-dynload/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
804-19692 open("/usr/lib/python2.6/lib-dynload/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
805-19692 open("/usr/lib/python2.6/lib-dynload/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
806-19692 stat("/usr/lib/python2.6/dist-packages/usercustomize", 0x7fff976b9570) = -1 ENOENT (No such file or directory)
807-19692 open("/usr/lib/python2.6/dist-packages/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
808-19692 open("/usr/lib/python2.6/dist-packages/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
809-19692 open("/usr/lib/python2.6/dist-packages/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
810-19692 open("/usr/lib/python2.6/dist-packages/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
811-19692 stat("/usr/lib/python2.6/dist-packages/PIL", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
812-19692 stat("/usr/lib/python2.6/dist-packages/PIL", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
813-19692 stat("/usr/lib/python2.6/dist-packages/PIL/usercustomize", 0x7fff976b9570) = -1 ENOENT (No such file or directory)
814-19692 open("/usr/lib/python2.6/dist-packages/PIL/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
815-19692 open("/usr/lib/python2.6/dist-packages/PIL/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
816-19692 open("/usr/lib/python2.6/dist-packages/PIL/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
817-19692 open("/usr/lib/python2.6/dist-packages/PIL/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
818-19692 stat("/usr/lib/python2.6/dist-packages/gst-0.10", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
819-19692 stat("/usr/lib/python2.6/dist-packages/gst-0.10", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
820-19692 stat("/usr/lib/python2.6/dist-packages/gst-0.10/usercustomize", 0x7fff976b9570) = -1 ENOENT (No such file or directory)
821-19692 open("/usr/lib/python2.6/dist-packages/gst-0.10/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
822-19692 open("/usr/lib/python2.6/dist-packages/gst-0.10/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
823-19692 open("/usr/lib/python2.6/dist-packages/gst-0.10/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
824-19692 open("/usr/lib/python2.6/dist-packages/gst-0.10/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
825-19692 stat("/usr/lib/pymodules/python2.6", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
826-19692 stat("/usr/lib/pymodules/python2.6", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
827-19692 stat("/usr/lib/pymodules/python2.6/usercustomize", 0x7fff976b9570) = -1 ENOENT (No such file or directory)
828-19692 open("/usr/lib/pymodules/python2.6/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
829-19692 open("/usr/lib/pymodules/python2.6/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
830-19692 open("/usr/lib/pymodules/python2.6/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
831-19692 open("/usr/lib/pymodules/python2.6/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
832-19692 stat("/usr/lib/python2.6/dist-packages/gtk-2.0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
833-19692 stat("/usr/lib/python2.6/dist-packages/gtk-2.0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
834-19692 stat("/usr/lib/python2.6/dist-packages/gtk-2.0/usercustomize", 0x7fff976b9570) = -1 ENOENT (No such file or directory)
835-19692 open("/usr/lib/python2.6/dist-packages/gtk-2.0/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
836-19692 open("/usr/lib/python2.6/dist-packages/gtk-2.0/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
837-19692 open("/usr/lib/python2.6/dist-packages/gtk-2.0/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
838-19692 open("/usr/lib/python2.6/dist-packages/gtk-2.0/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
839-19692 stat("/usr/lib/pymodules/python2.6/gtk-2.0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
840-19692 stat("/usr/lib/pymodules/python2.6/gtk-2.0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
841-19692 stat("/usr/lib/pymodules/python2.6/gtk-2.0/usercustomize", 0x7fff976b9570) = -1 ENOENT (No such file or directory)
842-19692 open("/usr/lib/pymodules/python2.6/gtk-2.0/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
843-19692 open("/usr/lib/pymodules/python2.6/gtk-2.0/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
844-19692 open("/usr/lib/pymodules/python2.6/gtk-2.0/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
845-19692 open("/usr/lib/pymodules/python2.6/gtk-2.0/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
846-19692 stat("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
847-19692 stat("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
848-19692 stat("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/usercustomize", 0x7fff976b9570) = -1 ENOENT (No such file or directory)
849-19692 open("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
850-19692 open("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
851-19692 open("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
852-19692 open("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
853-19692 stat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
854-19692 stat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
855-19692 stat("/usr/local/lib/python2.6/dist-packages/usercustomize", 0x7fff976b9570) = -1 ENOENT (No such file or directory)
856-19692 open("/usr/local/lib/python2.6/dist-packages/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
857-19692 open("/usr/local/lib/python2.6/dist-packages/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
858-19692 open("/usr/local/lib/python2.6/dist-packages/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
859-19692 open("/usr/local/lib/python2.6/dist-packages/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
860-19692 close(3) = 0
861-19692 open("/usr/lib/locale/locale-archive", O_RDONLY) = -1 ENOENT (No such file or directory)
862-19692 open("/usr/share/locale/locale.alias", O_RDONLY) = 3
863-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=2570, ...}) = 0
864-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
865-19692 read(3, "# Locale name alias data base.\n#"..., 4096) = 2570
866-19692 read(3, "", 4096) = 0
867-19692 close(3) = 0
868-19692 munmap(0x7fcb69af3000, 4096) = 0
869-19692 open("/usr/lib/locale/fr_FR.UTF-8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory)
870-19692 open("/usr/lib/locale/fr_FR.utf8/LC_CTYPE", O_RDONLY) = 3
871-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=256316, ...}) = 0
872-19692 mmap(NULL, 256316, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fcb699a0000
873-19692 close(3) = 0
874-19692 open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = 3
875-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=26048, ...}) = 0
876-19692 mmap(NULL, 26048, PROT_READ, MAP_SHARED, 3, 0) = 0x7fcb69999000
877-19692 close(3) = 0
878-19692 futex(0x7fcb68e15f60, FUTEX_WAKE_PRIVATE, 2147483647) = 0
879-19692 stat("/usr/lib/python2.6/encodings", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
880-19692 stat("/usr/lib/python2.6/encodings/__init__.py", {st_mode=S_IFREG|0644, st_size=5638, ...}) = 0
881-19692 stat("/usr/lib/python2.6/encodings/__init__", 0x7fff976bbe70) = -1 ENOENT (No such file or directory)
882-19692 open("/usr/lib/python2.6/encodings/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
883-19692 open("/usr/lib/python2.6/encodings/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
884-19692 open("/usr/lib/python2.6/encodings/__init__.py", O_RDONLY) = 3
885-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=5638, ...}) = 0
886-19692 open("/usr/lib/python2.6/encodings/__init__.pyc", O_RDONLY) = 4
887-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=4408, ...}) = 0
888-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
889-19692 read(4, "\321\362\r\n\210\324\272Jc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\216\0\0\0d\0"..., 4096) = 4096
890-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=4408, ...}) = 0
891-19692 read(4, "\1\5\2\5\2\6\2\3\1\r\1\16\2\v\2\r\2\n\1\5\3\t\1\23\1$\1\3\1\3\1\27"..., 4096) = 312
892-19692 read(4, "", 4096) = 0
893-19692 close(4) = 0
894-19692 munmap(0x7fcb69998000, 4096) = 0
895-19692 stat("/usr/lib/python2.6/encodings", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
896-19692 stat("/usr/lib/python2.6/encodings", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
897-19692 stat("/usr/lib/python2.6/encodings/codecs", 0x7fff976b88c0) = -1 ENOENT (No such file or directory)
898-19692 open("/usr/lib/python2.6/encodings/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
899-19692 open("/usr/lib/python2.6/encodings/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
900-19692 open("/usr/lib/python2.6/encodings/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
901-19692 open("/usr/lib/python2.6/encodings/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
902-19692 stat("/usr/lib/python2.6/codecs", 0x7fff976b88c0) = -1 ENOENT (No such file or directory)
903-19692 open("/usr/lib/python2.6/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
904-19692 open("/usr/lib/python2.6/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
905-19692 open("/usr/lib/python2.6/codecs.py", O_RDONLY) = 4
906-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=34707, ...}) = 0
907-19692 open("/usr/lib/python2.6/codecs.pyc", O_RDONLY) = 6
908-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=35916, ...}) = 0
909-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
910-19692 read(6, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\36\0\0\0@\0\0\0sA\3\0\0d\0"..., 4096) = 4096
911-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=35916, ...}) = 0
912-19692 read(6, "\n\0\0\0t\0\0\202\1\0d\1\0S(\2\0\0\0s\372\2\0\0 Decodes"..., 28672) = 28672
913-19692 read(6, "Raises a LookupError in case the"..., 4096) = 3148
914-19692 read(6, "", 4096) = 0
915-19692 close(6) = 0
916-19692 munmap(0x7fcb69998000, 4096) = 0
917-19692 close(4) = 0
918-19692 stat("/usr/lib/python2.6/encodings/encodings", 0x7fff976b88c0) = -1 ENOENT (No such file or directory)
919-19692 open("/usr/lib/python2.6/encodings/encodings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
920-19692 open("/usr/lib/python2.6/encodings/encodingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
921-19692 open("/usr/lib/python2.6/encodings/encodings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
922-19692 open("/usr/lib/python2.6/encodings/encodings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
923-19692 stat("/usr/lib/python2.6/encodings/aliases", 0x7fff976b88b0) = -1 ENOENT (No such file or directory)
924-19692 open("/usr/lib/python2.6/encodings/aliases.so", O_RDONLY) = -1 ENOENT (No such file or directory)
925-19692 open("/usr/lib/python2.6/encodings/aliasesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
926-19692 open("/usr/lib/python2.6/encodings/aliases.py", O_RDONLY) = 4
927-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=14721, ...}) = 0
928-19692 open("/usr/lib/python2.6/encodings/aliases.pyc", O_RDONLY) = 6
929-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=8699, ...}) = 0
930-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
931-19692 read(6, "\321\362\r\n\210\324\272Jc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s`\10\0\0d\0"..., 4096) = 4096
932-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=8699, ...}) = 0
933-19692 read(6, "ibm861t\5\0\0\0cp862t\3\0\0\000862t\22\0\0\0csp"..., 4096) = 4096
934-19692 read(6, "\3\7\1\7\1\7\1\7\3\7\1\7\1\7\3\7\1\7\1\7\1\7\1\7\3\7\1\7\1\7\3\7"..., 4096) = 507
935-19692 read(6, "", 4096) = 0
936-19692 close(6) = 0
937-19692 munmap(0x7fcb69998000, 4096) = 0
938-19692 close(4) = 0
939-19692 stat("/usr/lib/python2.6/encodings/__builtin__", 0x7fff976b88c0) = -1 ENOENT (No such file or directory)
940-19692 open("/usr/lib/python2.6/encodings/__builtin__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
941-19692 open("/usr/lib/python2.6/encodings/__builtin__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
942-19692 open("/usr/lib/python2.6/encodings/__builtin__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
943-19692 open("/usr/lib/python2.6/encodings/__builtin__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
944-19692 close(3) = 0
945-19692 stat("/usr/lib/python2.6/encodings/utf_8", 0x7fff976bcbe0) = -1 ENOENT (No such file or directory)
946-19692 open("/usr/lib/python2.6/encodings/utf_8.so", O_RDONLY) = -1 ENOENT (No such file or directory)
947-19692 open("/usr/lib/python2.6/encodings/utf_8module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
948-19692 open("/usr/lib/python2.6/encodings/utf_8.py", O_RDONLY) = 3
949-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=1005, ...}) = 0
950-19692 open("/usr/lib/python2.6/encodings/utf_8.pyc", O_RDONLY) = 4
951-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=1950, ...}) = 0
952-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
953-19692 read(4, "\321\362\r\n\210\324\272Jc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\230\0\0\0d\0"..., 4096) = 1950
954-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=1950, ...}) = 0
955-19692 read(4, "", 4096) = 0
956-19692 close(4) = 0
957-19692 munmap(0x7fcb69998000, 4096) = 0
958-19692 close(3) = 0
959-19692 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
960-19692 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
961-19692 ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
962-19692 readlink("src/Tests/Test.py", 0x7fff976bf230, 4096) = -1 EINVAL (Invalid argument)
963-19692 getcwd("/home/lool/scratch/cheetah/cheetah-2.0.1", 4096) = 41
964-19692 lstat("/home/lool/scratch/cheetah/cheetah-2.0.1/src", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
965-19692 lstat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
966-19692 lstat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/Test.py", {st_mode=S_IFREG|0755, st_size=1923, ...}) = 0
967-19692 stat("src/Tests/Test.py", {st_mode=S_IFREG|0755, st_size=1923, ...}) = 0
968-19692 open("src/Tests/Test.py", O_RDONLY) = 3
969-19692 fstat(3, {st_mode=S_IFREG|0755, st_size=1923, ...}) = 0
970-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
971-19692 fstat(3, {st_mode=S_IFREG|0755, st_size=1923, ...}) = 0
972-19692 lseek(3, 0, SEEK_SET) = 0
973-19692 read(3, "#!/usr/bin/env python\n# $Id: Tes"..., 1901) = 1901
974-19692 read(3, " unittest.main()\n\n\n\n", 4096) = 22
975-19692 close(3) = 0
976-19692 munmap(0x7fcb69998000, 4096) = 0
977-19692 stat("src/Tests/Test.py", {st_mode=S_IFREG|0755, st_size=1923, ...}) = 0
978-19692 open("src/Tests/Test.py", O_RDONLY) = 3
979-19692 fstat(3, {st_mode=S_IFREG|0755, st_size=1923, ...}) = 0
980-19692 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff976c11d0) = -1 ENOTTY (Inappropriate ioctl for device)
981-19692 fstat(3, {st_mode=S_IFREG|0755, st_size=1923, ...}) = 0
982-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
983-19692 lseek(3, 0, SEEK_CUR) = 0
984-19692 read(3, "#!/usr/bin/env python\n# $Id: Tes"..., 4096) = 1923
985-19692 lseek(3, 1923, SEEK_SET) = 1923
986-19692 brk(0x1acb000) = 0x1acb000
987-19692 read(3, "", 4096) = 0
988-19692 brk(0x1ac0000) = 0x1ac0000
989-19692 close(3) = 0
990-19692 munmap(0x7fcb69998000, 4096) = 0
991-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
992-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
993-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/unittest_local_copy", 0x7fff976bcc20) = -1 ENOENT (No such file or directory)
994-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/unittest_local_copy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
995-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/unittest_local_copymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
996-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/unittest_local_copy.py", O_RDONLY) = 3
997-19692 fstat(3, {st_mode=S_IFREG|0755, st_size=33337, ...}) = 0
998-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/unittest_local_copy.pyc", O_RDONLY) = 4
999-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=40786, ...}) = 0
1000-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
1001-19692 read(4, "\321\362\r\n\253x\303Jc\0\0\0\0\0\0\0\0\20\0\0\0@\0\0\0s\342\1\0\0d\0"..., 4096) = 4096
1002-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=40786, ...}) = 0
1003-19692 read(4, "Z\2\0d\1\0\204\0\0Z\3\0d\2\0\204\0\0Z\4\0d\3\0\204\0\0Z\5\0d\4"..., 32768) = 32768
1004-19692 read(4, "in Output extra test details"..., 4096) = 3922
1005-19692 read(4, "", 4096) = 0
1006-19692 close(4) = 0
1007-19692 munmap(0x7fcb69998000, 4096) = 0
1008-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/re", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
1009-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1010-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1011-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1012-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1013-19692 stat("/usr/lib/python2.6/re", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
1014-19692 open("/usr/lib/python2.6/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1015-19692 open("/usr/lib/python2.6/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1016-19692 open("/usr/lib/python2.6/re.py", O_RDONLY) = 4
1017-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=12966, ...}) = 0
1018-19692 open("/usr/lib/python2.6/re.pyc", O_RDONLY) = 6
1019-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=13122, ...}) = 0
1020-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
1021-19692 read(6, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\32\0\0\0@\0\0\0s8\2\0\0d\0"..., 4096) = 4096
1022-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=13122, ...}) = 0
1023-19692 read(6, "ions:\n match Match a regul"..., 8192) = 8192
1024-19692 read(6, "ib/python2.6/re.pyt\4\0\0\0scan4\1\0\0s"..., 4096) = 834
1025-19692 read(6, "", 4096) = 0
1026-19692 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69957000
1027-19692 close(6) = 0
1028-19692 munmap(0x7fcb69998000, 4096) = 0
1029-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/sre_compile", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1030-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/sre_compile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1031-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/sre_compilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1032-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/sre_compile.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1033-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/sre_compile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1034-19692 stat("/usr/lib/python2.6/sre_compile", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1035-19692 open("/usr/lib/python2.6/sre_compile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1036-19692 open("/usr/lib/python2.6/sre_compilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1037-19692 open("/usr/lib/python2.6/sre_compile.py", O_RDONLY) = 6
1038-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=16507, ...}) = 0
1039-19692 open("/usr/lib/python2.6/sre_compile.pyc", O_RDONLY) = 7
1040-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=11455, ...}) = 0
1041-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
1042-19692 read(7, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\v\0\0\0@\0\0\0sz\1\0\0d\0"..., 4096) = 4096
1043-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=11455, ...}) = 0
1044-19692 read(7, "lot\2\0\0\0hit\4\0\0\0tailt\n\0\0\0tailappen"..., 4096) = 4096
1045-19692 read(7, "\1\32\1\r\1c\3\0\0\0\24\0\0\0\v\0\0\0C\0\0\0s\236\4\0\0|\1\0i\0"..., 4096) = 3263
1046-19692 read(7, "", 4096) = 0
1047-19692 close(7) = 0
1048-19692 munmap(0x7fcb69998000, 4096) = 0
1049-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/sre_parse", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
1050-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/sre_parse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1051-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/sre_parsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1052-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/sre_parse.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1053-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/sre_parse.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1054-19692 stat("/usr/lib/python2.6/sre_parse", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
1055-19692 open("/usr/lib/python2.6/sre_parse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1056-19692 open("/usr/lib/python2.6/sre_parsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1057-19692 open("/usr/lib/python2.6/sre_parse.py", O_RDONLY) = 7
1058-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=26878, ...}) = 0
1059-19692 open("/usr/lib/python2.6/sre_parse.pyc", O_RDONLY) = 8
1060-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=19622, ...}) = 0
1061-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
1062-19692 read(8, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\323\2\0\0d\0"..., 4096) = 4096
1063-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=19622, ...}) = 0
1064-19692 read(8, "/usr/lib/python2.6/sre_parse.pyt"..., 12288) = 12288
1065-19692 read(8, "arse(\6\0\0\0R\276\0\0\0R\17\0\0\0R$\0\0\0Rv\0\0\0R\274\0"..., 4096) = 3238
1066-19692 read(8, "", 4096) = 0
1067-19692 close(8) = 0
1068-19692 munmap(0x7fcb69998000, 4096) = 0
1069-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/sre_constants", 0x7fff976af560) = -1 ENOENT (No such file or directory)
1070-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/sre_constants.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1071-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/sre_constantsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1072-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/sre_constants.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1073-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/sre_constants.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1074-19692 stat("/usr/lib/python2.6/sre_constants", 0x7fff976af560) = -1 ENOENT (No such file or directory)
1075-19692 open("/usr/lib/python2.6/sre_constants.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1076-19692 open("/usr/lib/python2.6/sre_constantsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1077-19692 open("/usr/lib/python2.6/sre_constants.py", O_RDONLY) = 8
1078-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=7137, ...}) = 0
1079-19692 open("/usr/lib/python2.6/sre_constants.pyc", O_RDONLY) = 9
1080-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=6083, ...}) = 0
1081-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
1082-19692 read(9, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0 \0\0\0@\0\0\0s\361\4\0\0d\0"..., 4096) = 4096
1083-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=6083, ...}) = 0
1084-19692 read(9, "oneN(`\0\0\0t\7\0\0\0__doc__t\5\0\0\0MAGICt"..., 4096) = 1987
1085-19692 read(9, "", 4096) = 0
1086-19692 close(9) = 0
1087-19692 munmap(0x7fcb69998000, 4096) = 0
1088-19692 close(8) = 0
1089-19692 close(7) = 0
1090-19692 close(6) = 0
1091-19692 close(4) = 0
1092-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/string", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
1093-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/string.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1094-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/stringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1095-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/string.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1096-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/string.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1097-19692 stat("/usr/lib/python2.6/string", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
1098-19692 open("/usr/lib/python2.6/string.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1099-19692 open("/usr/lib/python2.6/stringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1100-19692 open("/usr/lib/python2.6/string.py", O_RDONLY) = 4
1101-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=20595, ...}) = 0
1102-19692 open("/usr/lib/python2.6/string.pyc", O_RDONLY) = 6
1103-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=19700, ...}) = 0
1104-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
1105-19692 read(6, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\230\2\0\0d\0"..., 4096) = 4096
1106-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=19700, ...}) = 0
1107-19692 brk(0x1ae2000) = 0x1ae2000
1108-19692 read(6, "-formed delimiter exprs\n )\n "..., 12288) = 12288
1109-19692 read(6, "Formatterc\0\0\0\0\0\0\0\0\1\0\0\0B\0\0\0sY\0\0\0e"..., 4096) = 3316
1110-19692 read(6, "", 4096) = 0
1111-19692 close(6) = 0
1112-19692 munmap(0x7fcb69998000, 4096) = 0
1113-19692 close(4) = 0
1114-19692 open("/etc/localtime", O_RDONLY) = 4
1115-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
1116-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
1117-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
1118-19692 read(4, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0\f\0\0\0\0"..., 4096) = 2945
1119-19692 lseek(4, -1863, SEEK_CUR) = 1082
1120-19692 read(4, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0\r\0\0\0\0"..., 4096) = 1863
1121-19692 close(4) = 0
1122-19692 munmap(0x7fcb69998000, 4096) = 0
1123-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
1124-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/traceback", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
1125-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/traceback.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1126-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1127-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/traceback.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1128-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/traceback.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1129-19692 stat("/usr/lib/python2.6/traceback", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
1130-19692 open("/usr/lib/python2.6/traceback.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1131-19692 open("/usr/lib/python2.6/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1132-19692 open("/usr/lib/python2.6/traceback.py", O_RDONLY) = 4
1133-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=11047, ...}) = 0
1134-19692 open("/usr/lib/python2.6/traceback.pyc", O_RDONLY) = 6
1135-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=11475, ...}) = 0
1136-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
1137-19692 read(6, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0sB\1\0\0d\0"..., 4096) = 4096
1138-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=11475, ...}) = 0
1139-19692 read(6, "not\n available it is None.\n "..., 4096) = 4096
1140-19692 read(6, "_type, sys.exc_value, sys.exc_tr"..., 4096) = 3283
1141-19692 read(6, "", 4096) = 0
1142-19692 close(6) = 0
1143-19692 munmap(0x7fcb69998000, 4096) = 0
1144-19692 close(4) = 0
1145-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/pprint", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
1146-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/pprint.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1147-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/pprintmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1148-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/pprint.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1149-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/pprint.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1150-19692 stat("/usr/lib/python2.6/pprint", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
1151-19692 open("/usr/lib/python2.6/pprint.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1152-19692 open("/usr/lib/python2.6/pprintmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1153-19692 open("/usr/lib/python2.6/pprint.py", O_RDONLY) = 4
1154-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=11667, ...}) = 0
1155-19692 open("/usr/lib/python2.6/pprint.pyc", O_RDONLY) = 6
1156-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=9954, ...}) = 0
1157-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
1158-19692 read(6, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\344\0\0\0d\0"..., 4096) = 4096
1159-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=9954, ...}) = 0
1160-19692 read(6, "\1\0\203\1\0\1t\3\0|\0\0_\4\0t\5\0|\0\0_\6\0d\0\0S\1|\0\0"..., 4096) = 4096
1161-19692 read(6, "\"s\2\0\0\0\\\"s\2\0\0\0\\'i\1\0\0\0i\377\377\377\377s\6\0\0\0%s"..., 4096) = 1762
1162-19692 read(6, "", 4096) = 0
1163-19692 close(6) = 0
1164-19692 munmap(0x7fcb69998000, 4096) = 0
1165-19692 close(4) = 0
1166-19692 close(3) = 0
1167-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/SyntaxAndOutput", 0x7fff976bcc20) = -1 ENOENT (No such file or directory)
1168-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/SyntaxAndOutput.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1169-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/SyntaxAndOutputmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1170-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/SyntaxAndOutput.py", O_RDONLY) = 3
1171-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=92541, ...}) = 0
1172-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/SyntaxAndOutput.pyc", O_RDONLY) = 4
1173-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=145500, ...}) = 0
1174-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
1175-19692 read(4, "\321\362\r\n\253x\303Jc\0\0\0\0\0\0\0\0\30\0\0\0@\0\0\0s\374\t\0\0d\0"..., 4096) = 4096
1176-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=145500, ...}) = 0
1177-19692 mmap(NULL, 147456, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69933000
1178-19692 read(4, "Tests/SyntaxAndOutput.pyt\5\0\0\0met"..., 139264) = 139264
1179-19692 read(4, "dOutput.pyRV\0\0\0m\f\0\0s\n\0\0\0\0\1\23\5\22\1\25\1"..., 4096) = 2140
1180-19692 read(4, "", 4096) = 0
1181-19692 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb68a6b000
1182-19692 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb68a2a000
1183-19692 munmap(0x7fcb69933000, 147456) = 0
1184-19692 close(4) = 0
1185-19692 munmap(0x7fcb69998000, 4096) = 0
1186-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/copy", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
1187-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/copy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1188-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/copymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1189-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/copy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1190-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/copy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1191-19692 stat("/usr/lib/python2.6/copy", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
1192-19692 open("/usr/lib/python2.6/copy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1193-19692 open("/usr/lib/python2.6/copymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1194-19692 open("/usr/lib/python2.6/copy.py", O_RDONLY) = 4
1195-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=10996, ...}) = 0
1196-19692 open("/usr/lib/python2.6/copy.pyc", O_RDONLY) = 6
1197-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=11375, ...}) = 0
1198-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
1199-19692 read(6, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\30\0\0\0@\0\0\0sv\3\0\0d\0"..., 4096) = 4096
1200-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=11375, ...}) = 0
1201-19692 read(6, "\0}\1\0|\0\0i\3\0|\1\0\214\0\0}\2\0n\26\0\1t\4\0\203\0\0}\2\0"..., 4096) = 4096
1202-19692 read(6, "\0\0\0i\4\0\0\0i\5\0\0\0R\35\0\0\0(\4\0\0\0i\2\0\0\0i\3\0\0"..., 4096) = 3183
1203-19692 read(6, "", 4096) = 0
1204-19692 close(6) = 0
1205-19692 munmap(0x7fcb69998000, 4096) = 0
1206-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/org", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1207-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1208-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1209-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1210-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1211-19692 stat("/usr/lib/python2.6/org", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1212-19692 open("/usr/lib/python2.6/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1213-19692 open("/usr/lib/python2.6/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1214-19692 open("/usr/lib/python2.6/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1215-19692 open("/usr/lib/python2.6/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1216-19692 stat("/usr/lib/python2.6/plat-linux2/org", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1217-19692 open("/usr/lib/python2.6/plat-linux2/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1218-19692 open("/usr/lib/python2.6/plat-linux2/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1219-19692 open("/usr/lib/python2.6/plat-linux2/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1220-19692 open("/usr/lib/python2.6/plat-linux2/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1221-19692 stat("/usr/lib/python2.6/lib-tk/org", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1222-19692 open("/usr/lib/python2.6/lib-tk/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1223-19692 open("/usr/lib/python2.6/lib-tk/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1224-19692 open("/usr/lib/python2.6/lib-tk/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1225-19692 open("/usr/lib/python2.6/lib-tk/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1226-19692 stat("/usr/lib/python2.6/lib-dynload/org", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1227-19692 open("/usr/lib/python2.6/lib-dynload/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1228-19692 open("/usr/lib/python2.6/lib-dynload/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1229-19692 open("/usr/lib/python2.6/lib-dynload/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1230-19692 open("/usr/lib/python2.6/lib-dynload/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1231-19692 stat("/usr/lib/python2.6/dist-packages/org", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1232-19692 open("/usr/lib/python2.6/dist-packages/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1233-19692 open("/usr/lib/python2.6/dist-packages/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1234-19692 open("/usr/lib/python2.6/dist-packages/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1235-19692 open("/usr/lib/python2.6/dist-packages/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1236-19692 stat("/usr/lib/python2.6/dist-packages/PIL/org", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1237-19692 open("/usr/lib/python2.6/dist-packages/PIL/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1238-19692 open("/usr/lib/python2.6/dist-packages/PIL/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1239-19692 open("/usr/lib/python2.6/dist-packages/PIL/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1240-19692 open("/usr/lib/python2.6/dist-packages/PIL/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1241-19692 stat("/usr/lib/python2.6/dist-packages/gst-0.10/org", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1242-19692 open("/usr/lib/python2.6/dist-packages/gst-0.10/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1243-19692 open("/usr/lib/python2.6/dist-packages/gst-0.10/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1244-19692 open("/usr/lib/python2.6/dist-packages/gst-0.10/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1245-19692 open("/usr/lib/python2.6/dist-packages/gst-0.10/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1246-19692 stat("/usr/lib/pymodules/python2.6/org", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1247-19692 open("/usr/lib/pymodules/python2.6/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1248-19692 open("/usr/lib/pymodules/python2.6/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1249-19692 open("/usr/lib/pymodules/python2.6/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1250-19692 open("/usr/lib/pymodules/python2.6/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1251-19692 stat("/usr/lib/python2.6/dist-packages/gtk-2.0/org", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1252-19692 open("/usr/lib/python2.6/dist-packages/gtk-2.0/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1253-19692 open("/usr/lib/python2.6/dist-packages/gtk-2.0/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1254-19692 open("/usr/lib/python2.6/dist-packages/gtk-2.0/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1255-19692 open("/usr/lib/python2.6/dist-packages/gtk-2.0/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1256-19692 stat("/usr/lib/pymodules/python2.6/gtk-2.0/org", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1257-19692 open("/usr/lib/pymodules/python2.6/gtk-2.0/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1258-19692 open("/usr/lib/pymodules/python2.6/gtk-2.0/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1259-19692 open("/usr/lib/pymodules/python2.6/gtk-2.0/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1260-19692 open("/usr/lib/pymodules/python2.6/gtk-2.0/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1261-19692 stat("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/org", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1262-19692 open("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1263-19692 open("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1264-19692 open("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1265-19692 open("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1266-19692 stat("/usr/local/lib/python2.6/dist-packages/org", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1267-19692 open("/usr/local/lib/python2.6/dist-packages/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1268-19692 open("/usr/local/lib/python2.6/dist-packages/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1269-19692 open("/usr/local/lib/python2.6/dist-packages/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1270-19692 open("/usr/local/lib/python2.6/dist-packages/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1271-19692 close(4) = 0
1272-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/Cheetah", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
1273-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/Cheetah.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1274-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/Cheetahmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1275-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/Cheetah.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1276-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/Cheetah.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1277-19692 stat("/usr/lib/python2.6/Cheetah", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
1278-19692 open("/usr/lib/python2.6/Cheetah.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1279-19692 open("/usr/lib/python2.6/Cheetahmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1280-19692 open("/usr/lib/python2.6/Cheetah.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1281-19692 open("/usr/lib/python2.6/Cheetah.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1282-19692 stat("/usr/lib/python2.6/plat-linux2/Cheetah", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
1283-19692 open("/usr/lib/python2.6/plat-linux2/Cheetah.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1284-19692 open("/usr/lib/python2.6/plat-linux2/Cheetahmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1285-19692 open("/usr/lib/python2.6/plat-linux2/Cheetah.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1286-19692 open("/usr/lib/python2.6/plat-linux2/Cheetah.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1287-19692 stat("/usr/lib/python2.6/lib-tk/Cheetah", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
1288-19692 open("/usr/lib/python2.6/lib-tk/Cheetah.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1289-19692 open("/usr/lib/python2.6/lib-tk/Cheetahmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1290-19692 open("/usr/lib/python2.6/lib-tk/Cheetah.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1291-19692 open("/usr/lib/python2.6/lib-tk/Cheetah.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1292-19692 stat("/usr/lib/python2.6/lib-dynload/Cheetah", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
1293-19692 open("/usr/lib/python2.6/lib-dynload/Cheetah.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1294-19692 open("/usr/lib/python2.6/lib-dynload/Cheetahmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1295-19692 open("/usr/lib/python2.6/lib-dynload/Cheetah.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1296-19692 open("/usr/lib/python2.6/lib-dynload/Cheetah.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1297-19692 stat("/usr/lib/python2.6/dist-packages/Cheetah", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
1298-19692 open("/usr/lib/python2.6/dist-packages/Cheetah.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1299-19692 open("/usr/lib/python2.6/dist-packages/Cheetahmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1300-19692 open("/usr/lib/python2.6/dist-packages/Cheetah.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1301-19692 open("/usr/lib/python2.6/dist-packages/Cheetah.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1302-19692 stat("/usr/lib/python2.6/dist-packages/PIL/Cheetah", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
1303-19692 open("/usr/lib/python2.6/dist-packages/PIL/Cheetah.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1304-19692 open("/usr/lib/python2.6/dist-packages/PIL/Cheetahmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1305-19692 open("/usr/lib/python2.6/dist-packages/PIL/Cheetah.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1306-19692 open("/usr/lib/python2.6/dist-packages/PIL/Cheetah.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1307-19692 stat("/usr/lib/python2.6/dist-packages/gst-0.10/Cheetah", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
1308-19692 open("/usr/lib/python2.6/dist-packages/gst-0.10/Cheetah.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1309-19692 open("/usr/lib/python2.6/dist-packages/gst-0.10/Cheetahmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1310-19692 open("/usr/lib/python2.6/dist-packages/gst-0.10/Cheetah.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1311-19692 open("/usr/lib/python2.6/dist-packages/gst-0.10/Cheetah.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1312-19692 stat("/usr/lib/pymodules/python2.6/Cheetah", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1313-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/__init__.py", {st_mode=S_IFREG|0644, st_size=1050, ...}) = 0
1314-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/__init__", 0x7fff976b8610) = -1 ENOENT (No such file or directory)
1315-19692 open("/usr/lib/pymodules/python2.6/Cheetah/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1316-19692 open("/usr/lib/pymodules/python2.6/Cheetah/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1317-19692 open("/usr/lib/pymodules/python2.6/Cheetah/__init__.py", O_RDONLY) = 4
1318-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=1050, ...}) = 0
1319-19692 open("/usr/lib/pymodules/python2.6/Cheetah/__init__.pyc", O_RDONLY) = 6
1320-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=1186, ...}) = 0
1321-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
1322-19692 read(6, "\321\362\r\n\344\6\274Jc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s-\0\0\0d\0"..., 4096) = 1186
1323-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=1186, ...}) = 0
1324-19692 read(6, "", 4096) = 0
1325-19692 close(6) = 0
1326-19692 munmap(0x7fcb69998000, 4096) = 0
1327-19692 stat("/usr/lib/pymodules/python2.6/Cheetah", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1328-19692 stat("/usr/lib/pymodules/python2.6/Cheetah", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1329-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Version", 0x7fff976b5060) = -1 ENOENT (No such file or directory)
1330-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Version.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1331-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Versionmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1332-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Version.py", O_RDONLY) = 6
1333-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=1524, ...}) = 0
1334-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Version.pyc", O_RDONLY) = 7
1335-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=1840, ...}) = 0
1336-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
1337-19692 read(7, "\321\362\r\n\273\342=Gc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s3\2\0\0d\0"..., 4096) = 1840
1338-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=1840, ...}) = 0
1339-19692 read(7, "", 4096) = 0
1340-19692 close(7) = 0
1341-19692 munmap(0x7fcb69998000, 4096) = 0
1342-19692 close(6) = 0
1343-19692 close(4) = 0
1344-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/NameMapper", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
1345-19692 open("/usr/lib/pymodules/python2.6/Cheetah/NameMapper.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1346-19692 open("/usr/lib/pymodules/python2.6/Cheetah/NameMappermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1347-19692 open("/usr/lib/pymodules/python2.6/Cheetah/NameMapper.py", O_RDONLY) = 4
1348-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=12293, ...}) = 0
1349-19692 open("/usr/lib/pymodules/python2.6/Cheetah/NameMapper.pyc", O_RDONLY) = 6
1350-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=13365, ...}) = 0
1351-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
1352-19692 read(6, "\321\362\r\n\344\6\274Jc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s\257\1\0\0d\0"..., 4096) = 4096
1353-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=13365, ...}) = 0
1354-19692 read(6, "hen following variations are pos"..., 8192) = 8192
1355-19692 read(6, "\4\0006d\5\0d\6\0006}\1\0|\1\0|\0\0\31S(\7\0\0\0Ns\16\0\0\0"..., 4096) = 1077
1356-19692 read(6, "", 4096) = 0
1357-19692 close(6) = 0
1358-19692 munmap(0x7fcb69998000, 4096) = 0
1359-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/__future__", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1360-19692 open("/usr/lib/pymodules/python2.6/Cheetah/__future__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1361-19692 open("/usr/lib/pymodules/python2.6/Cheetah/__future__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1362-19692 open("/usr/lib/pymodules/python2.6/Cheetah/__future__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1363-19692 open("/usr/lib/pymodules/python2.6/Cheetah/__future__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1364-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/__future__", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1365-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/__future__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1366-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/__future__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1367-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/__future__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1368-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/__future__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1369-19692 stat("/usr/lib/python2.6/__future__", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1370-19692 open("/usr/lib/python2.6/__future__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1371-19692 open("/usr/lib/python2.6/__future__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1372-19692 open("/usr/lib/python2.6/__future__.py", O_RDONLY) = 6
1373-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=4380, ...}) = 0
1374-19692 open("/usr/lib/python2.6/__future__.pyc", O_RDONLY) = 7
1375-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=4221, ...}) = 0
1376-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
1377-19692 read(7, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s\355\0\0\0d\0"..., 4096) = 4096
1378-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=4221, ...}) = 0
1379-19692 read(7, "r/lib/python2.6/__future__.pyt\10\0"..., 4096) = 125
1380-19692 read(7, "", 4096) = 0
1381-19692 close(7) = 0
1382-19692 munmap(0x7fcb69998000, 4096) = 0
1383-19692 close(6) = 0
1384-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/types", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1385-19692 open("/usr/lib/pymodules/python2.6/Cheetah/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1386-19692 open("/usr/lib/pymodules/python2.6/Cheetah/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1387-19692 open("/usr/lib/pymodules/python2.6/Cheetah/types.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1388-19692 open("/usr/lib/pymodules/python2.6/Cheetah/types.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1389-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/pprint", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1390-19692 open("/usr/lib/pymodules/python2.6/Cheetah/pprint.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1391-19692 open("/usr/lib/pymodules/python2.6/Cheetah/pprintmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1392-19692 open("/usr/lib/pymodules/python2.6/Cheetah/pprint.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1393-19692 open("/usr/lib/pymodules/python2.6/Cheetah/pprint.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1394-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/inspect", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1395-19692 open("/usr/lib/pymodules/python2.6/Cheetah/inspect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1396-19692 open("/usr/lib/pymodules/python2.6/Cheetah/inspectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1397-19692 open("/usr/lib/pymodules/python2.6/Cheetah/inspect.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1398-19692 open("/usr/lib/pymodules/python2.6/Cheetah/inspect.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1399-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/inspect", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1400-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/inspect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1401-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/inspectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1402-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/inspect.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1403-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/inspect.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1404-19692 stat("/usr/lib/python2.6/inspect", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1405-19692 open("/usr/lib/python2.6/inspect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1406-19692 open("/usr/lib/python2.6/inspectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1407-19692 open("/usr/lib/python2.6/inspect.py", O_RDONLY) = 6
1408-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=38189, ...}) = 0
1409-19692 open("/usr/lib/python2.6/inspect.pyc", O_RDONLY) = 7
1410-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=37033, ...}) = 0
1411-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
1412-19692 read(7, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\24\0\0\0@\0\0\0s\313\3\0\0d\0"..., 4096) = 4096
1413-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=37033, ...}) = 0
1414-19692 brk(0x1b05000) = 0x1b05000
1415-19692 read(7, " varies. __name__ is\n usuall"..., 32768) = 32768
1416-19692 read(7, "\1\f\1\f\1\f\1\f\1\f\1\20\1\20\3\22\1\17\2\6\3\t\10\t\10\t\v\t\24\t\n\20"..., 4096) = 169
1417-19692 read(7, "", 4096) = 0
1418-19692 close(7) = 0
1419-19692 munmap(0x7fcb69998000, 4096) = 0
1420-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/dis", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
1421-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/dis.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1422-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/dismodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1423-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/dis.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1424-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/dis.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1425-19692 stat("/usr/lib/python2.6/dis", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
1426-19692 open("/usr/lib/python2.6/dis.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1427-19692 open("/usr/lib/python2.6/dismodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1428-19692 open("/usr/lib/python2.6/dis.py", O_RDONLY) = 7
1429-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=6484, ...}) = 0
1430-19692 open("/usr/lib/python2.6/dis.pyc", O_RDONLY) = 8
1431-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=6321, ...}) = 0
1432-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
1433-19692 read(8, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\307\0\0\0d\0"..., 4096) = 4096
1434-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=6321, ...}) = 0
1435-19692 read(8, "\n\1\f\1\r\0\10\1\4\1\r\0\10\1\4\1\23\1\21\1\n\1\r\1&\1\n\1\23\1\r\1"..., 4096) = 2225
1436-19692 read(8, "", 4096) = 0
1437-19692 close(8) = 0
1438-19692 munmap(0x7fcb69998000, 4096) = 0
1439-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/opcode", 0x7fff976af560) = -1 ENOENT (No such file or directory)
1440-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/opcode.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1441-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/opcodemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1442-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/opcode.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1443-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/opcode.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1444-19692 stat("/usr/lib/python2.6/opcode", 0x7fff976af560) = -1 ENOENT (No such file or directory)
1445-19692 open("/usr/lib/python2.6/opcode.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1446-19692 open("/usr/lib/python2.6/opcodemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1447-19692 open("/usr/lib/python2.6/opcode.py", O_RDONLY) = 8
1448-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=5248, ...}) = 0
1449-19692 open("/usr/lib/python2.6/opcode.pyc", O_RDONLY) = 9
1450-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=5907, ...}) = 0
1451-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
1452-19692 read(9, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s\3\7\0\0d\0"..., 4096) = 4096
1453-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=5907, ...}) = 0
1454-19692 read(9, "LINE_TOiJ\0\0\0t\16\0\0\0INPLACE_LSHIFTi"..., 4096) = 1811
1455-19692 read(9, "", 4096) = 0
1456-19692 close(9) = 0
1457-19692 munmap(0x7fcb69998000, 4096) = 0
1458-19692 close(8) = 0
1459-19692 close(7) = 0
1460-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/tokenize", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
1461-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/tokenize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1462-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/tokenizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1463-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/tokenize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1464-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/tokenize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1465-19692 stat("/usr/lib/python2.6/tokenize", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
1466-19692 open("/usr/lib/python2.6/tokenize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1467-19692 open("/usr/lib/python2.6/tokenizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1468-19692 open("/usr/lib/python2.6/tokenize.py", O_RDONLY) = 7
1469-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=16326, ...}) = 0
1470-19692 open("/usr/lib/python2.6/tokenize.pyc", O_RDONLY) = 8
1471-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=13986, ...}) = 0
1472-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
1473-19692 read(8, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0&\0\0\0@\0\0\0s\364\4\0\0d\0"..., 4096) = 4096
1474-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=13986, ...}) = 0
1475-19692 read(8, "\0\0\0Br's\3\0\0\0Br\"s\3\0\0\0bR's\3\0\0\0bR\"s\3"..., 8192) = 8192
1476-19692 read(8, " \1\7\2\21\1\r\1(\1\3\0\21\1\r\1\3\1\3\1\31\1\n\1)\3\7\1\31\1\6\2"..., 4096) = 1698
1477-19692 read(8, "", 4096) = 0
1478-19692 close(8) = 0
1479-19692 munmap(0x7fcb69998000, 4096) = 0
1480-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/token", 0x7fff976af560) = -1 ENOENT (No such file or directory)
1481-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/token.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1482-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/tokenmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1483-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/token.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1484-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/token.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1485-19692 stat("/usr/lib/python2.6/token", 0x7fff976af560) = -1 ENOENT (No such file or directory)
1486-19692 open("/usr/lib/python2.6/token.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1487-19692 open("/usr/lib/python2.6/tokenmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1488-19692 open("/usr/lib/python2.6/token.py", O_RDONLY) = 8
1489-19692 fstat(8, {st_mode=S_IFREG|0755, st_size=2943, ...}) = 0
1490-19692 open("/usr/lib/python2.6/token.pyc", O_RDONLY) = 9
1491-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=3830, ...}) = 0
1492-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69998000
1493-19692 read(9, "\321\362\r\n\244\324\272Jc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\343\1\0\0d\0"..., 4096) = 3830
1494-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=3830, ...}) = 0
1495-19692 read(9, "", 4096) = 0
1496-19692 close(9) = 0
1497-19692 munmap(0x7fcb69998000, 4096) = 0
1498-19692 close(8) = 0
1499-19692 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69916000
1500-19692 close(7) = 0
1501-19692 brk(0x1b26000) = 0x1b26000
1502-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/collections", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
1503-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1504-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1505-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/collections.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1506-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/collections.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1507-19692 stat("/usr/lib/python2.6/collections", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
1508-19692 open("/usr/lib/python2.6/collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1509-19692 open("/usr/lib/python2.6/collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1510-19692 open("/usr/lib/python2.6/collections.py", O_RDONLY) = 7
1511-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=6150, ...}) = 0
1512-19692 open("/usr/lib/python2.6/collections.pyc", O_RDONLY) = 8
1513-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=6611, ...}) = 0
1514-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69915000
1515-19692 read(8, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s\306\1\0\0d\0"..., 4096) = 4096
1516-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=6611, ...}) = 0
1517-19692 read(8, "keys())\n return resul"..., 4096) = 2515
1518-19692 read(8, "", 4096) = 0
1519-19692 close(8) = 0
1520-19692 munmap(0x7fcb69915000, 4096) = 0
1521-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/keyword", 0x7fff976af560) = -1 ENOENT (No such file or directory)
1522-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/keyword.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1523-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/keywordmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1524-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/keyword.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1525-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/keyword.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1526-19692 stat("/usr/lib/python2.6/keyword", 0x7fff976af560) = -1 ENOENT (No such file or directory)
1527-19692 open("/usr/lib/python2.6/keyword.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1528-19692 open("/usr/lib/python2.6/keywordmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1529-19692 open("/usr/lib/python2.6/keyword.py", O_RDONLY) = 8
1530-19692 fstat(8, {st_mode=S_IFREG|0755, st_size=1993, ...}) = 0
1531-19692 open("/usr/lib/python2.6/keyword.pyc", O_RDONLY) = 9
1532-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=2113, ...}) = 0
1533-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69915000
1534-19692 read(9, "\321\362\r\n\244\324\272Jc\0\0\0\0\0\0\0\0\37\0\0\0@\0\0\0s\251\0\0\0d\0"..., 4096) = 2113
1535-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=2113, ...}) = 0
1536-19692 read(9, "", 4096) = 0
1537-19692 close(9) = 0
1538-19692 munmap(0x7fcb69915000, 4096) = 0
1539-19692 close(8) = 0
1540-19692 close(7) = 0
1541-19692 close(6) = 0
1542-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/_namemapper", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1543-19692 open("/usr/lib/pymodules/python2.6/Cheetah/_namemapper.so", O_RDONLY) = 6
1544-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=14904, ...}) = 0
1545-19692 futex(0x7fcb696bc0ec, FUTEX_WAKE_PRIVATE, 2147483647) = 0
1546-19692 open("/usr/lib/pymodules/python2.6/Cheetah/_namemapper.so", O_RDONLY) = 7
1547-19692 read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \25\0\0\0\0\0\0"..., 832) = 832
1548-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=14904, ...}) = 0
1549-19692 mmap(NULL, 2110120, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fcb68826000
1550-19692 mprotect(0x7fcb68829000, 2093056, PROT_NONE) = 0
1551-19692 mmap(0x7fcb68a28000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x2000) = 0x7fcb68a28000
1552-19692 close(7) = 0
1553-19692 mprotect(0x7fcb68a28000, 4096, PROT_READ) = 0
1554-19692 close(6) = 0
1555-19692 close(4) = 0
1556-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Template", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
1557-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Template.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1558-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templatemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1559-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Template.py", O_RDONLY) = 4
1560-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=81846, ...}) = 0
1561-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Template.pyc", O_RDONLY) = 6
1562-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=65847, ...}) = 0
1563-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
1564-19692 read(6, "\321\362\r\n\344\6\274Jc\0\0\0\0\0\0\0\0/\0\0\0@\0\0\0sb\3\0\0d\0"..., 4096) = 4096
1565-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=65847, ...}) = 0
1566-19692 read(6, "alt\7\0\0\0default(\0\0\0\0(\0\0\0\0s0\0\0\0/us"..., 61440) = 61440
1567-19692 read(6, "UnspecifiedR!\0\0\0R\301\0\0\0R\"\0\0\0R#\0\0\0R"..., 4096) = 311
1568-19692 read(6, "", 4096) = 0
1569-19692 brk(0x1b47000) = 0x1b47000
1570-19692 close(6) = 0
1571-19692 munmap(0x7fcb69af3000, 4096) = 0
1572-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/sys", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1573-19692 open("/usr/lib/pymodules/python2.6/Cheetah/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1574-19692 open("/usr/lib/pymodules/python2.6/Cheetah/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1575-19692 open("/usr/lib/pymodules/python2.6/Cheetah/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1576-19692 open("/usr/lib/pymodules/python2.6/Cheetah/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1577-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/re", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1578-19692 open("/usr/lib/pymodules/python2.6/Cheetah/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1579-19692 open("/usr/lib/pymodules/python2.6/Cheetah/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1580-19692 open("/usr/lib/pymodules/python2.6/Cheetah/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1581-19692 open("/usr/lib/pymodules/python2.6/Cheetah/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1582-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/new", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1583-19692 open("/usr/lib/pymodules/python2.6/Cheetah/new.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1584-19692 open("/usr/lib/pymodules/python2.6/Cheetah/newmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1585-19692 open("/usr/lib/pymodules/python2.6/Cheetah/new.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1586-19692 open("/usr/lib/pymodules/python2.6/Cheetah/new.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1587-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/string", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1588-19692 open("/usr/lib/pymodules/python2.6/Cheetah/string.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1589-19692 open("/usr/lib/pymodules/python2.6/Cheetah/stringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1590-19692 open("/usr/lib/pymodules/python2.6/Cheetah/string.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1591-19692 open("/usr/lib/pymodules/python2.6/Cheetah/string.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1592-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/os", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1593-19692 open("/usr/lib/pymodules/python2.6/Cheetah/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1594-19692 open("/usr/lib/pymodules/python2.6/Cheetah/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1595-19692 open("/usr/lib/pymodules/python2.6/Cheetah/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1596-19692 open("/usr/lib/pymodules/python2.6/Cheetah/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1597-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/time", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1598-19692 open("/usr/lib/pymodules/python2.6/Cheetah/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1599-19692 open("/usr/lib/pymodules/python2.6/Cheetah/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1600-19692 open("/usr/lib/pymodules/python2.6/Cheetah/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1601-19692 open("/usr/lib/pymodules/python2.6/Cheetah/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1602-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/random", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1603-19692 open("/usr/lib/pymodules/python2.6/Cheetah/random.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1604-19692 open("/usr/lib/pymodules/python2.6/Cheetah/randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1605-19692 open("/usr/lib/pymodules/python2.6/Cheetah/random.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1606-19692 open("/usr/lib/pymodules/python2.6/Cheetah/random.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1607-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/random", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1608-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/random.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1609-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1610-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/random.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1611-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/random.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1612-19692 stat("/usr/lib/python2.6/random", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1613-19692 open("/usr/lib/python2.6/random.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1614-19692 open("/usr/lib/python2.6/randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1615-19692 open("/usr/lib/python2.6/random.py", O_RDONLY) = 6
1616-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=31966, ...}) = 0
1617-19692 open("/usr/lib/python2.6/random.pyc", O_RDONLY) = 7
1618-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=25022, ...}) = 0
1619-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
1620-19692 read(7, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0 \0\0\0@ \0\0s\231\2\0\0d\0"..., 4096) = 4096
1621-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=25022, ...}) = 0
1622-19692 read(7, " available.\n\n If a is not"..., 20480) = 20480
1623-19692 read(7, "\0\0\0R}\0\0\0R\v\0\0\0R{\0\0\0R\f\0\0\0R\214\0\0\0t\2\0\0"..., 4096) = 446
1624-19692 read(7, "", 4096) = 0
1625-19692 close(7) = 0
1626-19692 munmap(0x7fcb69af3000, 4096) = 0
1627-19692 open("/dev/urandom", O_RDONLY) = 7
1628-19692 read(7, "\376\303\325\314\206\fM_[\277\225\26\0]\"\360", 16) = 16
1629-19692 close(7) = 0
1630-19692 close(6) = 0
1631-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/imp", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1632-19692 open("/usr/lib/pymodules/python2.6/Cheetah/imp.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1633-19692 open("/usr/lib/pymodules/python2.6/Cheetah/impmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1634-19692 open("/usr/lib/pymodules/python2.6/Cheetah/imp.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1635-19692 open("/usr/lib/pymodules/python2.6/Cheetah/imp.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1636-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/StringIO", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1637-19692 open("/usr/lib/pymodules/python2.6/Cheetah/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1638-19692 open("/usr/lib/pymodules/python2.6/Cheetah/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1639-19692 open("/usr/lib/pymodules/python2.6/Cheetah/StringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1640-19692 open("/usr/lib/pymodules/python2.6/Cheetah/StringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1641-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/StringIO", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1642-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1643-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1644-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/StringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1645-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/StringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1646-19692 stat("/usr/lib/python2.6/StringIO", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1647-19692 open("/usr/lib/python2.6/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1648-19692 open("/usr/lib/python2.6/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1649-19692 open("/usr/lib/python2.6/StringIO.py", O_RDONLY) = 6
1650-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=10593, ...}) = 0
1651-19692 open("/usr/lib/python2.6/StringIO.pyc", O_RDONLY) = 7
1652-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=11462, ...}) = 0
1653-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
1654-19692 read(7, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s\200\0\0\0d\0"..., 4096) = 4096
1655-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=11462, ...}) = 0
1656-19692 read(7, " The mode argument is optio"..., 4096) = 4096
1657-19692 read(7, " no return value.\n Nt\1\0\0\0"..., 4096) = 3270
1658-19692 read(7, "", 4096) = 0
1659-19692 close(7) = 0
1660-19692 munmap(0x7fcb69af3000, 4096) = 0
1661-19692 close(6) = 0
1662-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/traceback", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1663-19692 open("/usr/lib/pymodules/python2.6/Cheetah/traceback.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1664-19692 open("/usr/lib/pymodules/python2.6/Cheetah/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1665-19692 open("/usr/lib/pymodules/python2.6/Cheetah/traceback.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1666-19692 open("/usr/lib/pymodules/python2.6/Cheetah/traceback.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1667-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/cgi", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1668-19692 open("/usr/lib/pymodules/python2.6/Cheetah/cgi.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1669-19692 open("/usr/lib/pymodules/python2.6/Cheetah/cgimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1670-19692 open("/usr/lib/pymodules/python2.6/Cheetah/cgi.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1671-19692 open("/usr/lib/pymodules/python2.6/Cheetah/cgi.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1672-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/cgi", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1673-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/cgi.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1674-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/cgimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1675-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/cgi.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1676-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/cgi.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1677-19692 stat("/usr/lib/python2.6/cgi", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1678-19692 open("/usr/lib/python2.6/cgi.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1679-19692 open("/usr/lib/python2.6/cgimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1680-19692 open("/usr/lib/python2.6/cgi.py", O_RDONLY) = 6
1681-19692 fstat(6, {st_mode=S_IFREG|0755, st_size=34465, ...}) = 0
1682-19692 open("/usr/lib/python2.6/cgi.pyc", O_RDONLY) = 7
1683-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=32672, ...}) = 0
1684-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
1685-19692 read(7, "\321\362\r\n\241\324\272Jc\0\0\0\0\0\0\0\0\"\0\0\0@\0\0\0s\351\2\0\0d\0"..., 4096) = 4096
1686-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=32672, ...}) = 0
1687-19692 read(7, "ct_parsing: flag indicating what"..., 24576) = 24576
1688-19692 read(7, "2.6/cgi.pyt\4\0\0\0tests\3\0\0s4\0\0\0\0\7\5\1"..., 4096) = 4000
1689-19692 read(7, "", 4096) = 0
1690-19692 close(7) = 0
1691-19692 munmap(0x7fcb69af3000, 4096) = 0
1692-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/urllib", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
1693-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/urllib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1694-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/urllibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1695-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/urllib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1696-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/urllib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1697-19692 stat("/usr/lib/python2.6/urllib", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
1698-19692 open("/usr/lib/python2.6/urllib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1699-19692 open("/usr/lib/python2.6/urllibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1700-19692 open("/usr/lib/python2.6/urllib.py", O_RDONLY) = 7
1701-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=57744, ...}) = 0
1702-19692 open("/usr/lib/python2.6/urllib.pyc", O_RDONLY) = 8
1703-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=50730, ...}) = 0
1704-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
1705-19692 read(8, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0#\0\0\0@\0\0\0s\312\4\0\0d\0"..., 4096) = 4096
1706-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=50730, ...}) = 0
1707-19692 read(8, "\0\0\0_\0\0\0s\4\0\0\0\0\1\7\1t\24\0\0\0ContentTooS"..., 45056) = 45056
1708-19692 read(8, "\2c\0\0\0\0\t\0\0\0\v\0\0\0C\0\0\0s\33\1\0\0d\1\0d\0\0k\0\0"..., 4096) = 1578
1709-19692 read(8, "", 4096) = 0
1710-19692 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb687e5000
1711-19692 close(8) = 0
1712-19692 munmap(0x7fcb69af3000, 4096) = 0
1713-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/socket", 0x7fff976af560) = -1 ENOENT (No such file or directory)
1714-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1715-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1716-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/socket.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1717-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/socket.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1718-19692 stat("/usr/lib/python2.6/socket", 0x7fff976af560) = -1 ENOENT (No such file or directory)
1719-19692 open("/usr/lib/python2.6/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1720-19692 open("/usr/lib/python2.6/socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1721-19692 open("/usr/lib/python2.6/socket.py", O_RDONLY) = 8
1722-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=18086, ...}) = 0
1723-19692 open("/usr/lib/python2.6/socket.pyc", O_RDONLY) = 9
1724-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=14969, ...}) = 0
1725-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
1726-19692 read(9, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0!\0\0\0@\0\0\0s*\3\0\0d\0"..., 4096) = 4096
1727-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=14969, ...}) = 0
1728-19692 read(9, "\1Pqt\0\1qt\0W|\1\0}\0\0|\0\0S(\4\0\0\0s\37\1\0\0Ge"..., 8192) = 8192
1729-19692 read(9, "\0\0\0RI\0\0\0R;\0\0\0Rz\0\0\0Rw\0\0\0R\207\0\0\0t\4\0\0"..., 4096) = 2681
1730-19692 read(9, "", 4096) = 0
1731-19692 close(9) = 0
1732-19692 munmap(0x7fcb69af3000, 4096) = 0
1733-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/_ssl", 0x7fff976abfb0) = -1 ENOENT (No such file or directory)
1734-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/_ssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1735-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/_sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1736-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/_ssl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1737-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/_ssl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1738-19692 stat("/usr/lib/python2.6/_ssl", 0x7fff976abfb0) = -1 ENOENT (No such file or directory)
1739-19692 open("/usr/lib/python2.6/_ssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1740-19692 open("/usr/lib/python2.6/_sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1741-19692 open("/usr/lib/python2.6/_ssl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1742-19692 open("/usr/lib/python2.6/_ssl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1743-19692 stat("/usr/lib/python2.6/plat-linux2/_ssl", 0x7fff976abfb0) = -1 ENOENT (No such file or directory)
1744-19692 open("/usr/lib/python2.6/plat-linux2/_ssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1745-19692 open("/usr/lib/python2.6/plat-linux2/_sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1746-19692 open("/usr/lib/python2.6/plat-linux2/_ssl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1747-19692 open("/usr/lib/python2.6/plat-linux2/_ssl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1748-19692 stat("/usr/lib/python2.6/lib-tk/_ssl", 0x7fff976abfb0) = -1 ENOENT (No such file or directory)
1749-19692 open("/usr/lib/python2.6/lib-tk/_ssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1750-19692 open("/usr/lib/python2.6/lib-tk/_sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1751-19692 open("/usr/lib/python2.6/lib-tk/_ssl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1752-19692 open("/usr/lib/python2.6/lib-tk/_ssl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1753-19692 stat("/usr/lib/python2.6/lib-dynload/_ssl", 0x7fff976abfb0) = -1 ENOENT (No such file or directory)
1754-19692 open("/usr/lib/python2.6/lib-dynload/_ssl.so", O_RDONLY) = 9
1755-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=34320, ...}) = 0
1756-19692 open("/usr/lib/python2.6/lib-dynload/_ssl.so", O_RDONLY) = 10
1757-19692 read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3005\0\0\0\0\0\0"..., 832) = 832
1758-19692 fstat(10, {st_mode=S_IFREG|0644, st_size=34320, ...}) = 0
1759-19692 mmap(NULL, 2129560, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fcb685dd000
1760-19692 mprotect(0x7fcb685e4000, 2093056, PROT_NONE) = 0
1761-19692 mmap(0x7fcb687e3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x6000) = 0x7fcb687e3000
1762-19692 close(10) = 0
1763-19692 open("/etc/ld.so.cache", O_RDONLY) = 10
1764-19692 fstat(10, {st_mode=S_IFREG|0644, st_size=113529, ...}) = 0
1765-19692 mmap(NULL, 113529, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7fcb69ad8000
1766-19692 close(10) = 0
1767-19692 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
1768-19692 open("/lib/libssl.so.0.9.8", O_RDONLY) = 10
1769-19692 read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2405\1\0\0\0\0\0"..., 832) = 832
1770-19692 fstat(10, {st_mode=S_IFREG|0644, st_size=321104, ...}) = 0
1771-19692 mmap(NULL, 2416304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fcb6838f000
1772-19692 mprotect(0x7fcb683d7000, 2097152, PROT_NONE) = 0
1773-19692 mmap(0x7fcb685d7000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x48000) = 0x7fcb685d7000
1774-19692 close(10) = 0
1775-19692 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
1776-19692 open("/lib/libcrypto.so.0.9.8", O_RDONLY) = 10
1777-19692 read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 a\6\0\0\0\0\0"..., 832) = 832
1778-19692 fstat(10, {st_mode=S_IFREG|0644, st_size=1586720, ...}) = 0
1779-19692 mmap(NULL, 3696632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fcb68008000
1780-19692 mprotect(0x7fcb68168000, 2097152, PROT_NONE) = 0
1781-19692 mmap(0x7fcb68368000, 143360, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x160000) = 0x7fcb68368000
1782-19692 mmap(0x7fcb6838b000, 14328, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fcb6838b000
1783-19692 close(10) = 0
1784-19692 mprotect(0x7fcb68368000, 53248, PROT_READ) = 0
1785-19692 mprotect(0x7fcb685d7000, 4096, PROT_READ) = 0
1786-19692 mprotect(0x7fcb687e3000, 4096, PROT_READ) = 0
1787-19692 munmap(0x7fcb69ad8000, 113529) = 0
1788-19692 brk(0x1b68000) = 0x1b68000
1789-19692 close(9) = 0
1790-19692 close(8) = 0
1791-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/urlparse", 0x7fff976af560) = -1 ENOENT (No such file or directory)
1792-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/urlparse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1793-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/urlparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1794-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/urlparse.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1795-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/urlparse.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1796-19692 stat("/usr/lib/python2.6/urlparse", 0x7fff976af560) = -1 ENOENT (No such file or directory)
1797-19692 open("/usr/lib/python2.6/urlparse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1798-19692 open("/usr/lib/python2.6/urlparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1799-19692 open("/usr/lib/python2.6/urlparse.py", O_RDONLY) = 8
1800-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=14437, ...}) = 0
1801-19692 open("/usr/lib/python2.6/urlparse.pyc", O_RDONLY) = 9
1802-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=14418, ...}) = 0
1803-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
1804-19692 read(9, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\24\0\0\0@\0\0\0s\256\2\0\0d\0"..., 4096) = 4096
1805-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=14418, ...}) = 0
1806-19692 read(9, "hemet\17\0\0\0allow_fragmentst\5\0\0\0tup"..., 8192) = 8192
1807-19692 read(9, "//g>\n ?y = <URL:htt"..., 4096) = 2130
1808-19692 read(9, "", 4096) = 0
1809-19692 close(9) = 0
1810-19692 munmap(0x7fcb69af3000, 4096) = 0
1811-19692 brk(0x1b8d000) = 0x1b8d000
1812-19692 close(8) = 0
1813-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/ssl", 0x7fff976af560) = -1 ENOENT (No such file or directory)
1814-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/ssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1815-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1816-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/ssl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1817-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/ssl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1818-19692 stat("/usr/lib/python2.6/ssl", 0x7fff976af560) = -1 ENOENT (No such file or directory)
1819-19692 open("/usr/lib/python2.6/ssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1820-19692 open("/usr/lib/python2.6/sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1821-19692 open("/usr/lib/python2.6/ssl.py", O_RDONLY) = 8
1822-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=15427, ...}) = 0
1823-19692 open("/usr/lib/python2.6/ssl.pyc", O_RDONLY) = 9
1824-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=14602, ...}) = 0
1825-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
1826-19692 read(9, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\23\0\0\0@\0\0\0s\203\1\0\0d\0"..., 4096) = 4096
1827-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=14602, ...}) = 0
1828-19692 read(9, "\0\0\0t\6\0\0\0buffert\6\0\0\0nbytesR\33\0\0\0(\1"..., 8192) = 8192
1829-19692 read(9, "\0\0\0DER_cert_to_PEM_certo\1\0\0s\10\0\0\0"..., 4096) = 2314
1830-19692 read(9, "", 4096) = 0
1831-19692 close(9) = 0
1832-19692 munmap(0x7fcb69af3000, 4096) = 0
1833-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/textwrap", 0x7fff976abfb0) = -1 ENOENT (No such file or directory)
1834-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/textwrap.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1835-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/textwrapmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1836-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/textwrap.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1837-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/textwrap.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1838-19692 stat("/usr/lib/python2.6/textwrap", 0x7fff976abfb0) = -1 ENOENT (No such file or directory)
1839-19692 open("/usr/lib/python2.6/textwrap.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1840-19692 open("/usr/lib/python2.6/textwrapmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1841-19692 open("/usr/lib/python2.6/textwrap.py", O_RDONLY) = 9
1842-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=16889, ...}) = 0
1843-19692 open("/usr/lib/python2.6/textwrap.pyc", O_RDONLY) = 10
1844-19692 fstat(10, {st_mode=S_IFREG|0644, st_size=11766, ...}) = 0
1845-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
1846-19692 read(10, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\272\0\0\0d\0"..., 4096) = 4096
1847-19692 fstat(10, {st_mode=S_IFREG|0644, st_size=11766, ...}) = 0
1848-19692 read(10, "\0t\1\0\203\2\0o$\0\1|\0\0i\2\0o\r\0\1|\0\0i\3\0}\2\0qT"..., 4096) = 4096
1849-19692 read(10, " converted to space.\n "..., 4096) = 3574
1850-19692 read(10, "", 4096) = 0
1851-19692 close(10) = 0
1852-19692 munmap(0x7fcb69af3000, 4096) = 0
1853-19692 close(9) = 0
1854-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/base64", 0x7fff976abfb0) = -1 ENOENT (No such file or directory)
1855-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/base64.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1856-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/base64module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1857-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/base64.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1858-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/base64.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1859-19692 stat("/usr/lib/python2.6/base64", 0x7fff976abfb0) = -1 ENOENT (No such file or directory)
1860-19692 open("/usr/lib/python2.6/base64.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1861-19692 open("/usr/lib/python2.6/base64module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1862-19692 open("/usr/lib/python2.6/base64.py", O_RDONLY) = 9
1863-19692 fstat(9, {st_mode=S_IFREG|0755, st_size=11331, ...}) = 0
1864-19692 open("/usr/lib/python2.6/base64.pyc", O_RDONLY) = 10
1865-19692 fstat(10, {st_mode=S_IFREG|0644, st_size=10967, ...}) = 0
1866-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
1867-19692 read(10, "\321\362\r\n\241\324\272Jc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s\307\2\0\0d\0"..., 4096) = 4096
1868-19692 fstat(10, {st_mode=S_IFREG|0644, st_size=10967, ...}) = 0
1869-19692 read(10, "\2\0\0\0\0\tt\1\0\0\0Ai\0\0\0\0t\1\0\0\0Ji\t\0\0\0t\1\0\0"..., 4096) = 4096
1870-19692 read(10, "\0R`\0\0\0(\0\0\0\0(\0\0\0\0s\34\0\0\0/usr/lib/py"..., 4096) = 2775
1871-19692 read(10, "", 4096) = 0
1872-19692 close(10) = 0
1873-19692 munmap(0x7fcb69af3000, 4096) = 0
1874-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/struct", 0x7fff976a8a00) = -1 ENOENT (No such file or directory)
1875-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/struct.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1876-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1877-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/struct.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1878-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/struct.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1879-19692 stat("/usr/lib/python2.6/struct", 0x7fff976a8a00) = -1 ENOENT (No such file or directory)
1880-19692 open("/usr/lib/python2.6/struct.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1881-19692 open("/usr/lib/python2.6/structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1882-19692 open("/usr/lib/python2.6/struct.py", O_RDONLY) = 10
1883-19692 fstat(10, {st_mode=S_IFREG|0644, st_size=54, ...}) = 0
1884-19692 open("/usr/lib/python2.6/struct.pyc", O_RDONLY) = 13
1885-19692 fstat(13, {st_mode=S_IFREG|0644, st_size=197, ...}) = 0
1886-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
1887-19692 read(13, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\36\0\0\0d\0"..., 4096) = 197
1888-19692 fstat(13, {st_mode=S_IFREG|0644, st_size=197, ...}) = 0
1889-19692 read(13, "", 4096) = 0
1890-19692 close(13) = 0
1891-19692 munmap(0x7fcb69af3000, 4096) = 0
1892-19692 close(10) = 0
1893-19692 close(9) = 0
1894-19692 close(8) = 0
1895-19692 close(7) = 0
1896-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/mimetools", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
1897-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/mimetools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1898-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/mimetoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1899-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/mimetools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1900-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/mimetools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1901-19692 stat("/usr/lib/python2.6/mimetools", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
1902-19692 open("/usr/lib/python2.6/mimetools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1903-19692 open("/usr/lib/python2.6/mimetoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1904-19692 open("/usr/lib/python2.6/mimetools.py", O_RDONLY) = 7
1905-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=7168, ...}) = 0
1906-19692 open("/usr/lib/python2.6/mimetools.pyc", O_RDONLY) = 8
1907-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=8280, ...}) = 0
1908-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
1909-19692 read(8, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\20\0\0\0@\0\0\0s\325\1\0\0d\0"..., 4096) = 4096
1910-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=8280, ...}) = 0
1911-19692 read(8, "\0\0\0_get_next_counters\0\0\0s\n\0\0\0\0\2\n"..., 4096) = 4096
1912-19692 read(8, "\f\1\f\1\f\1\26\1\25\1\n\1\24\1\22\2\20\1\t\1\7\2\17\1\t\2\31W\3\1\20\1"..., 4096) = 88
1913-19692 read(8, "", 4096) = 0
1914-19692 close(8) = 0
1915-19692 munmap(0x7fcb69af3000, 4096) = 0
1916-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/tempfile", 0x7fff976af560) = -1 ENOENT (No such file or directory)
1917-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/tempfile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1918-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/tempfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1919-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/tempfile.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1920-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/tempfile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1921-19692 stat("/usr/lib/python2.6/tempfile", 0x7fff976af560) = -1 ENOENT (No such file or directory)
1922-19692 open("/usr/lib/python2.6/tempfile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1923-19692 open("/usr/lib/python2.6/tempfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1924-19692 open("/usr/lib/python2.6/tempfile.py", O_RDONLY) = 8
1925-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=17774, ...}) = 0
1926-19692 open("/usr/lib/python2.6/tempfile.pyc", O_RDONLY) = 9
1927-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=19463, ...}) = 0
1928-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
1929-19692 read(9, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\26\0\0\0@\0\0\0s\25\3\0\0d\0"..., 4096) = 4096
1930-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=19463, ...}) = 0
1931-19692 read(9, "\0}\0\0x5\0d\16\0D]-\0}\1\0t\0\0i\1\0|\1\0\203\1\0}\2\0"..., 12288) = 12288
1932-19692 read(9, ".pyR\235\0\0\0#\2\0\0s\2\0\0\0\0\1c\1\0\0\0\1\0\0\0\1\0\0\0"..., 4096) = 3079
1933-19692 read(9, "", 4096) = 0
1934-19692 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67fc7000
1935-19692 close(9) = 0
1936-19692 munmap(0x7fcb69af3000, 4096) = 0
1937-19692 close(8) = 0
1938-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/rfc822", 0x7fff976af560) = -1 ENOENT (No such file or directory)
1939-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/rfc822.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1940-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/rfc822module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1941-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/rfc822.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1942-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/rfc822.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1943-19692 stat("/usr/lib/python2.6/rfc822", 0x7fff976af560) = -1 ENOENT (No such file or directory)
1944-19692 open("/usr/lib/python2.6/rfc822.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1945-19692 open("/usr/lib/python2.6/rfc822module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1946-19692 open("/usr/lib/python2.6/rfc822.py", O_RDONLY) = 8
1947-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=33295, ...}) = 0
1948-19692 open("/usr/lib/python2.6/rfc822.pyc", O_RDONLY) = 9
1949-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=31990, ...}) = 0
1950-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
1951-19692 read(9, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\32\0\0\0@\0\0\0s\307\3\0\0d\0"..., 4096) = 4096
1952-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=31990, ...}) = 0
1953-19692 brk(0x1bae000) = 0x1bae000
1954-19692 read(9, "\0d\1\0d\2\0\204\1\0Z\3\0d\3\0\204\0\0Z\4\0d\4\0\204\0\0Z\5\0d"..., 24576) = 24576
1955-19692 read(9, "|\7\0\203\1\0d\6\0j\2\0o\23\0\1|\7\0\\\3\0}\t\0}\n\0}\v\0n"..., 4096) = 3318
1956-19692 read(9, "", 4096) = 0
1957-19692 mmap(NULL, 790528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67f06000
1958-19692 munmap(0x7fcb69a20000, 200704) = 0
1959-19692 close(9) = 0
1960-19692 munmap(0x7fcb69af3000, 4096) = 0
1961-19692 close(8) = 0
1962-19692 close(7) = 0
1963-19692 close(6) = 0
1964-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/threading", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1965-19692 open("/usr/lib/pymodules/python2.6/Cheetah/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1966-19692 open("/usr/lib/pymodules/python2.6/Cheetah/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1967-19692 open("/usr/lib/pymodules/python2.6/Cheetah/threading.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1968-19692 open("/usr/lib/pymodules/python2.6/Cheetah/threading.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1969-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/threading", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1970-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1971-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1972-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/threading.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1973-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/threading.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1974-19692 stat("/usr/lib/python2.6/threading", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
1975-19692 open("/usr/lib/python2.6/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1976-19692 open("/usr/lib/python2.6/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1977-19692 open("/usr/lib/python2.6/threading.py", O_RDONLY) = 6
1978-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=31499, ...}) = 0
1979-19692 open("/usr/lib/python2.6/threading.pyc", O_RDONLY) = 7
1980-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=27645, ...}) = 0
1981-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
1982-19692 read(7, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\33\0\0\0@\0\0\0s-\3\0\0d\0"..., 4096) = 4096
1983-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=27645, ...}) = 0
1984-19692 read(7, "\2\0\1d\0\0S(\2\0\0\0Ns\25\0\0\0%s._acquire_re"..., 20480) = 20480
1985-19692 read(7, "\0\0i\5\0d\2\0|\1\0t\2\0|\0\0i\3\0\203\1\0\203\3\0\1|\0\0i\t"..., 4096) = 3069
1986-19692 read(7, "", 4096) = 0
1987-19692 close(7) = 0
1988-19692 munmap(0x7fcb69af3000, 4096) = 0
1989-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/functools", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
1990-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1991-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1992-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/functools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
1993-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/functools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
1994-19692 stat("/usr/lib/python2.6/functools", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
1995-19692 open("/usr/lib/python2.6/functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1996-19692 open("/usr/lib/python2.6/functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
1997-19692 open("/usr/lib/python2.6/functools.py", O_RDONLY) = 7
1998-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=2162, ...}) = 0
1999-19692 open("/usr/lib/python2.6/functools.pyc", O_RDONLY) = 8
2000-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=1921, ...}) = 0
2001-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2002-19692 read(8, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sJ\0\0\0d\0"..., 4096) = 1921
2003-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=1921, ...}) = 0
2004-19692 read(8, "", 4096) = 0
2005-19692 close(8) = 0
2006-19692 munmap(0x7fcb69af3000, 4096) = 0
2007-19692 close(7) = 0
2008-19692 close(6) = 0
2009-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Cheetah", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
2010-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Cheetah.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2011-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Cheetahmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2012-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Cheetah.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2013-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Cheetah.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2014-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Servlet", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
2015-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Servlet.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2016-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Servletmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2017-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Servlet.py", O_RDONLY) = 6
2018-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=3921, ...}) = 0
2019-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Servlet.pyc", O_RDONLY) = 7
2020-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=4359, ...}) = 0
2021-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2022-19692 read(7, "\321\362\r\n\344\6\274Jc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s\334\0\0\0d\0"..., 4096) = 4096
2023-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=4359, ...}) = 0
2024-19692 read(7, "\0\0syst\7\0\0\0os.pathR#\0\0\0R\r\0\0\0t\22\0\0\0"..., 4096) = 263
2025-19692 read(7, "", 4096) = 0
2026-19692 close(7) = 0
2027-19692 munmap(0x7fcb69af3000, 4096) = 0
2028-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/ds", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2029-19692 open("/usr/lib/pymodules/python2.6/Cheetah/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2030-19692 open("/usr/lib/pymodules/python2.6/Cheetah/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2031-19692 open("/usr/lib/pymodules/python2.6/Cheetah/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2032-19692 open("/usr/lib/pymodules/python2.6/Cheetah/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2033-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/ds", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2034-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2035-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2036-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2037-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2038-19692 stat("/usr/lib/python2.6/ds", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2039-19692 open("/usr/lib/python2.6/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2040-19692 open("/usr/lib/python2.6/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2041-19692 open("/usr/lib/python2.6/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2042-19692 open("/usr/lib/python2.6/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2043-19692 stat("/usr/lib/python2.6/plat-linux2/ds", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2044-19692 open("/usr/lib/python2.6/plat-linux2/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2045-19692 open("/usr/lib/python2.6/plat-linux2/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2046-19692 open("/usr/lib/python2.6/plat-linux2/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2047-19692 open("/usr/lib/python2.6/plat-linux2/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2048-19692 stat("/usr/lib/python2.6/lib-tk/ds", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2049-19692 open("/usr/lib/python2.6/lib-tk/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2050-19692 open("/usr/lib/python2.6/lib-tk/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2051-19692 open("/usr/lib/python2.6/lib-tk/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2052-19692 open("/usr/lib/python2.6/lib-tk/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2053-19692 stat("/usr/lib/python2.6/lib-dynload/ds", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2054-19692 open("/usr/lib/python2.6/lib-dynload/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2055-19692 open("/usr/lib/python2.6/lib-dynload/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2056-19692 open("/usr/lib/python2.6/lib-dynload/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2057-19692 open("/usr/lib/python2.6/lib-dynload/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2058-19692 stat("/usr/lib/python2.6/dist-packages/ds", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2059-19692 open("/usr/lib/python2.6/dist-packages/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2060-19692 open("/usr/lib/python2.6/dist-packages/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2061-19692 open("/usr/lib/python2.6/dist-packages/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2062-19692 open("/usr/lib/python2.6/dist-packages/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2063-19692 stat("/usr/lib/python2.6/dist-packages/PIL/ds", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2064-19692 open("/usr/lib/python2.6/dist-packages/PIL/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2065-19692 open("/usr/lib/python2.6/dist-packages/PIL/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2066-19692 open("/usr/lib/python2.6/dist-packages/PIL/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2067-19692 open("/usr/lib/python2.6/dist-packages/PIL/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2068-19692 stat("/usr/lib/python2.6/dist-packages/gst-0.10/ds", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2069-19692 open("/usr/lib/python2.6/dist-packages/gst-0.10/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2070-19692 open("/usr/lib/python2.6/dist-packages/gst-0.10/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2071-19692 open("/usr/lib/python2.6/dist-packages/gst-0.10/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2072-19692 open("/usr/lib/python2.6/dist-packages/gst-0.10/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2073-19692 stat("/usr/lib/pymodules/python2.6/ds", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2074-19692 open("/usr/lib/pymodules/python2.6/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2075-19692 open("/usr/lib/pymodules/python2.6/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2076-19692 open("/usr/lib/pymodules/python2.6/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2077-19692 open("/usr/lib/pymodules/python2.6/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2078-19692 stat("/usr/lib/python2.6/dist-packages/gtk-2.0/ds", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2079-19692 open("/usr/lib/python2.6/dist-packages/gtk-2.0/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2080-19692 open("/usr/lib/python2.6/dist-packages/gtk-2.0/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2081-19692 open("/usr/lib/python2.6/dist-packages/gtk-2.0/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2082-19692 open("/usr/lib/python2.6/dist-packages/gtk-2.0/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2083-19692 stat("/usr/lib/pymodules/python2.6/gtk-2.0/ds", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2084-19692 open("/usr/lib/pymodules/python2.6/gtk-2.0/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2085-19692 open("/usr/lib/pymodules/python2.6/gtk-2.0/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2086-19692 open("/usr/lib/pymodules/python2.6/gtk-2.0/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2087-19692 open("/usr/lib/pymodules/python2.6/gtk-2.0/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2088-19692 stat("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/ds", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2089-19692 open("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2090-19692 open("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2091-19692 open("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2092-19692 open("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2093-19692 stat("/usr/local/lib/python2.6/dist-packages/ds", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2094-19692 open("/usr/local/lib/python2.6/dist-packages/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2095-19692 open("/usr/local/lib/python2.6/dist-packages/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2096-19692 open("/usr/local/lib/python2.6/dist-packages/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2097-19692 open("/usr/local/lib/python2.6/dist-packages/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2098-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/WebKit", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2099-19692 open("/usr/lib/pymodules/python2.6/Cheetah/WebKit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2100-19692 open("/usr/lib/pymodules/python2.6/Cheetah/WebKitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2101-19692 open("/usr/lib/pymodules/python2.6/Cheetah/WebKit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2102-19692 open("/usr/lib/pymodules/python2.6/Cheetah/WebKit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2103-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/WebKit", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2104-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/WebKit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2105-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/WebKitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2106-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/WebKit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2107-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/WebKit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2108-19692 stat("/usr/lib/python2.6/WebKit", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2109-19692 open("/usr/lib/python2.6/WebKit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2110-19692 open("/usr/lib/python2.6/WebKitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2111-19692 open("/usr/lib/python2.6/WebKit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2112-19692 open("/usr/lib/python2.6/WebKit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2113-19692 stat("/usr/lib/python2.6/plat-linux2/WebKit", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2114-19692 open("/usr/lib/python2.6/plat-linux2/WebKit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2115-19692 open("/usr/lib/python2.6/plat-linux2/WebKitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2116-19692 open("/usr/lib/python2.6/plat-linux2/WebKit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2117-19692 open("/usr/lib/python2.6/plat-linux2/WebKit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2118-19692 stat("/usr/lib/python2.6/lib-tk/WebKit", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2119-19692 open("/usr/lib/python2.6/lib-tk/WebKit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2120-19692 open("/usr/lib/python2.6/lib-tk/WebKitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2121-19692 open("/usr/lib/python2.6/lib-tk/WebKit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2122-19692 open("/usr/lib/python2.6/lib-tk/WebKit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2123-19692 stat("/usr/lib/python2.6/lib-dynload/WebKit", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2124-19692 open("/usr/lib/python2.6/lib-dynload/WebKit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2125-19692 open("/usr/lib/python2.6/lib-dynload/WebKitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2126-19692 open("/usr/lib/python2.6/lib-dynload/WebKit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2127-19692 open("/usr/lib/python2.6/lib-dynload/WebKit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2128-19692 stat("/usr/lib/python2.6/dist-packages/WebKit", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2129-19692 open("/usr/lib/python2.6/dist-packages/WebKit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2130-19692 open("/usr/lib/python2.6/dist-packages/WebKitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2131-19692 open("/usr/lib/python2.6/dist-packages/WebKit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2132-19692 open("/usr/lib/python2.6/dist-packages/WebKit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2133-19692 stat("/usr/lib/python2.6/dist-packages/PIL/WebKit", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2134-19692 open("/usr/lib/python2.6/dist-packages/PIL/WebKit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2135-19692 open("/usr/lib/python2.6/dist-packages/PIL/WebKitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2136-19692 open("/usr/lib/python2.6/dist-packages/PIL/WebKit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2137-19692 open("/usr/lib/python2.6/dist-packages/PIL/WebKit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2138-19692 stat("/usr/lib/python2.6/dist-packages/gst-0.10/WebKit", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2139-19692 open("/usr/lib/python2.6/dist-packages/gst-0.10/WebKit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2140-19692 open("/usr/lib/python2.6/dist-packages/gst-0.10/WebKitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2141-19692 open("/usr/lib/python2.6/dist-packages/gst-0.10/WebKit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2142-19692 open("/usr/lib/python2.6/dist-packages/gst-0.10/WebKit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2143-19692 stat("/usr/lib/pymodules/python2.6/WebKit", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2144-19692 open("/usr/lib/pymodules/python2.6/WebKit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2145-19692 open("/usr/lib/pymodules/python2.6/WebKitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2146-19692 open("/usr/lib/pymodules/python2.6/WebKit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2147-19692 open("/usr/lib/pymodules/python2.6/WebKit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2148-19692 stat("/usr/lib/python2.6/dist-packages/gtk-2.0/WebKit", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2149-19692 open("/usr/lib/python2.6/dist-packages/gtk-2.0/WebKit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2150-19692 open("/usr/lib/python2.6/dist-packages/gtk-2.0/WebKitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2151-19692 open("/usr/lib/python2.6/dist-packages/gtk-2.0/WebKit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2152-19692 open("/usr/lib/python2.6/dist-packages/gtk-2.0/WebKit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2153-19692 stat("/usr/lib/pymodules/python2.6/gtk-2.0/WebKit", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2154-19692 open("/usr/lib/pymodules/python2.6/gtk-2.0/WebKit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2155-19692 open("/usr/lib/pymodules/python2.6/gtk-2.0/WebKitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2156-19692 open("/usr/lib/pymodules/python2.6/gtk-2.0/WebKit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2157-19692 open("/usr/lib/pymodules/python2.6/gtk-2.0/WebKit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2158-19692 stat("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/WebKit", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2159-19692 open("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/WebKit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2160-19692 open("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/WebKitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2161-19692 open("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/WebKit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2162-19692 open("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/WebKit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2163-19692 stat("/usr/local/lib/python2.6/dist-packages/WebKit", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2164-19692 open("/usr/local/lib/python2.6/dist-packages/WebKit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2165-19692 open("/usr/local/lib/python2.6/dist-packages/WebKitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2166-19692 open("/usr/local/lib/python2.6/dist-packages/WebKit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2167-19692 open("/usr/local/lib/python2.6/dist-packages/WebKit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2168-19692 close(6) = 0
2169-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Parser", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
2170-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Parser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2171-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Parsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2172-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Parser.py", O_RDONLY) = 6
2173-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=101222, ...}) = 0
2174-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Parser.pyc", O_RDONLY) = 7
2175-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=78305, ...}) = 0
2176-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2177-19692 read(7, "\321\362\r\n\344\6\274Jc\0\0\0\0\0\0\0\0,\0\0\0@\0\0\0sF\7\0\0d\0"..., 4096) = 4096
2178-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=78305, ...}) = 0
2179-19692 read(7, "TUVWXYZ_t\n\0\0\0000123456789s\2\0\0\0**t\1"..., 73728) = 73728
2180-19692 read(7, "R\260\0\0\0R\261\0\0\0R\262\0\0\0R\263\0\0\0R\271\0\0\0R\272\0\0\0R\310"..., 4096) = 481
2181-19692 read(7, "", 4096) = 0
2182-19692 brk(0x1bcf000) = 0x1bcf000
2183-19692 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67ec5000
2184-19692 close(7) = 0
2185-19692 munmap(0x7fcb69af3000, 4096) = 0
2186-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/tokenize", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2187-19692 open("/usr/lib/pymodules/python2.6/Cheetah/tokenize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2188-19692 open("/usr/lib/pymodules/python2.6/Cheetah/tokenizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2189-19692 open("/usr/lib/pymodules/python2.6/Cheetah/tokenize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2190-19692 open("/usr/lib/pymodules/python2.6/Cheetah/tokenize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2191-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/SourceReader", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2192-19692 open("/usr/lib/pymodules/python2.6/Cheetah/SourceReader.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2193-19692 open("/usr/lib/pymodules/python2.6/Cheetah/SourceReadermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2194-19692 open("/usr/lib/pymodules/python2.6/Cheetah/SourceReader.py", O_RDONLY) = 7
2195-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=9575, ...}) = 0
2196-19692 open("/usr/lib/pymodules/python2.6/Cheetah/SourceReader.pyc", O_RDONLY) = 8
2197-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=12194, ...}) = 0
2198-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2199-19692 read(8, "\321\362\r\n\344\6\274Jc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\216\0\0\0d\0"..., 4096) = 4096
2200-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=12194, ...}) = 0
2201-19692 read(8, "\1\0\1|\0\0i\2\0|\1\0\203\1\0}\2\0|\0\0i\3\0\203\0\0|\2\0\31S"..., 4096) = 4096
2202-19692 read(8, "\0\0R \0\0\0R\10\0\0\0R\v\0\0\0R\4\0\0\0(\3\0\0\0R\26\0\0\0"..., 4096) = 4002
2203-19692 read(8, "", 4096) = 0
2204-19692 close(8) = 0
2205-19692 munmap(0x7fcb69af3000, 4096) = 0
2206-19692 close(7) = 0
2207-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Filters", 0x7fff976b2b00) = -1 ENOENT (No such file or directory)
2208-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Filters.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2209-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Filtersmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2210-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Filters.py", O_RDONLY) = 7
2211-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=5832, ...}) = 0
2212-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Filters.pyc", O_RDONLY) = 8
2213-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=6629, ...}) = 0
2214-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2215-19692 read(8, "\321\362\r\n\344\6\274Jc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\362\0\0\0d\0"..., 4096) = 4096
2216-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=6629, ...}) = 0
2217-19692 read(8, "the value line by line, removing"..., 4096) = 2533
2218-19692 read(8, "", 4096) = 0
2219-19692 close(8) = 0
2220-19692 munmap(0x7fcb69af3000, 4096) = 0
2221-19692 close(7) = 0
2222-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/ErrorCatchers", 0x7fff976b2b00) = -1 ENOENT (No such file or directory)
2223-19692 open("/usr/lib/pymodules/python2.6/Cheetah/ErrorCatchers.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2224-19692 open("/usr/lib/pymodules/python2.6/Cheetah/ErrorCatchersmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2225-19692 open("/usr/lib/pymodules/python2.6/Cheetah/ErrorCatchers.py", O_RDONLY) = 7
2226-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=1755, ...}) = 0
2227-19692 open("/usr/lib/pymodules/python2.6/Cheetah/ErrorCatchers.pyc", O_RDONLY) = 8
2228-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=3526, ...}) = 0
2229-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2230-19692 read(8, "\321\362\r\n\344\6\274Jc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\252\0\0\0d\0"..., 4096) = 3526
2231-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=3526, ...}) = 0
2232-19692 read(8, "", 4096) = 0
2233-19692 close(8) = 0
2234-19692 munmap(0x7fcb69af3000, 4096) = 0
2235-19692 close(7) = 0
2236-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Unspecified", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2237-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Unspecified.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2238-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Unspecifiedmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2239-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Unspecified.py", O_RDONLY) = 7
2240-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=258, ...}) = 0
2241-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Unspecified.pyc", O_RDONLY) = 8
2242-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=785, ...}) = 0
2243-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2244-19692 read(8, "\321\362\r\n\7\265\fDc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0sJ\0\0\0y\24"..., 4096) = 785
2245-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=785, ...}) = 0
2246-19692 read(8, "", 4096) = 0
2247-19692 close(8) = 0
2248-19692 munmap(0x7fcb69af3000, 4096) = 0
2249-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/ds", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2250-19692 open("/usr/lib/pymodules/python2.6/Cheetah/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2251-19692 open("/usr/lib/pymodules/python2.6/Cheetah/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2252-19692 open("/usr/lib/pymodules/python2.6/Cheetah/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2253-19692 open("/usr/lib/pymodules/python2.6/Cheetah/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2254-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/ds", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2255-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2256-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2257-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2258-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2259-19692 stat("/usr/lib/python2.6/ds", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2260-19692 open("/usr/lib/python2.6/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2261-19692 open("/usr/lib/python2.6/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2262-19692 open("/usr/lib/python2.6/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2263-19692 open("/usr/lib/python2.6/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2264-19692 stat("/usr/lib/python2.6/plat-linux2/ds", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2265-19692 open("/usr/lib/python2.6/plat-linux2/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2266-19692 open("/usr/lib/python2.6/plat-linux2/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2267-19692 open("/usr/lib/python2.6/plat-linux2/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2268-19692 open("/usr/lib/python2.6/plat-linux2/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2269-19692 stat("/usr/lib/python2.6/lib-tk/ds", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2270-19692 open("/usr/lib/python2.6/lib-tk/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2271-19692 open("/usr/lib/python2.6/lib-tk/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2272-19692 open("/usr/lib/python2.6/lib-tk/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2273-19692 open("/usr/lib/python2.6/lib-tk/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2274-19692 stat("/usr/lib/python2.6/lib-dynload/ds", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2275-19692 open("/usr/lib/python2.6/lib-dynload/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2276-19692 open("/usr/lib/python2.6/lib-dynload/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2277-19692 open("/usr/lib/python2.6/lib-dynload/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2278-19692 open("/usr/lib/python2.6/lib-dynload/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2279-19692 stat("/usr/lib/python2.6/dist-packages/ds", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2280-19692 open("/usr/lib/python2.6/dist-packages/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2281-19692 open("/usr/lib/python2.6/dist-packages/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2282-19692 open("/usr/lib/python2.6/dist-packages/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2283-19692 open("/usr/lib/python2.6/dist-packages/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2284-19692 stat("/usr/lib/python2.6/dist-packages/PIL/ds", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2285-19692 open("/usr/lib/python2.6/dist-packages/PIL/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2286-19692 open("/usr/lib/python2.6/dist-packages/PIL/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2287-19692 open("/usr/lib/python2.6/dist-packages/PIL/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2288-19692 open("/usr/lib/python2.6/dist-packages/PIL/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2289-19692 stat("/usr/lib/python2.6/dist-packages/gst-0.10/ds", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2290-19692 open("/usr/lib/python2.6/dist-packages/gst-0.10/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2291-19692 open("/usr/lib/python2.6/dist-packages/gst-0.10/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2292-19692 open("/usr/lib/python2.6/dist-packages/gst-0.10/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2293-19692 open("/usr/lib/python2.6/dist-packages/gst-0.10/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2294-19692 stat("/usr/lib/pymodules/python2.6/ds", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2295-19692 open("/usr/lib/pymodules/python2.6/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2296-19692 open("/usr/lib/pymodules/python2.6/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2297-19692 open("/usr/lib/pymodules/python2.6/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2298-19692 open("/usr/lib/pymodules/python2.6/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2299-19692 stat("/usr/lib/python2.6/dist-packages/gtk-2.0/ds", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2300-19692 open("/usr/lib/python2.6/dist-packages/gtk-2.0/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2301-19692 open("/usr/lib/python2.6/dist-packages/gtk-2.0/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2302-19692 open("/usr/lib/python2.6/dist-packages/gtk-2.0/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2303-19692 open("/usr/lib/python2.6/dist-packages/gtk-2.0/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2304-19692 stat("/usr/lib/pymodules/python2.6/gtk-2.0/ds", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2305-19692 open("/usr/lib/pymodules/python2.6/gtk-2.0/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2306-19692 open("/usr/lib/pymodules/python2.6/gtk-2.0/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2307-19692 open("/usr/lib/pymodules/python2.6/gtk-2.0/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2308-19692 open("/usr/lib/pymodules/python2.6/gtk-2.0/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2309-19692 stat("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/ds", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2310-19692 open("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2311-19692 open("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2312-19692 open("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2313-19692 open("/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2314-19692 stat("/usr/local/lib/python2.6/dist-packages/ds", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2315-19692 open("/usr/local/lib/python2.6/dist-packages/ds.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2316-19692 open("/usr/local/lib/python2.6/dist-packages/dsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2317-19692 open("/usr/local/lib/python2.6/dist-packages/ds.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2318-19692 open("/usr/local/lib/python2.6/dist-packages/ds.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2319-19692 close(7) = 0
2320-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Macros", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2321-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Macros/__init__.py", {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
2322-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Macros/__init__", 0x7fff976b1ab0) = -1 ENOENT (No such file or directory)
2323-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Macros/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2324-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Macros/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2325-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Macros/__init__.py", O_RDONLY) = 7
2326-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
2327-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Macros/__init__.pyc", O_RDONLY) = 8
2328-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=142, ...}) = 0
2329-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2330-19692 read(8, "\321\362\r\nc\351\336Cc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0"..., 4096) = 142
2331-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=142, ...}) = 0
2332-19692 read(8, "", 4096) = 0
2333-19692 close(8) = 0
2334-19692 munmap(0x7fcb69af3000, 4096) = 0
2335-19692 close(7) = 0
2336-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Macros", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2337-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Macros", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2338-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Macros/I18n", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2339-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Macros/I18n.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2340-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Macros/I18nmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2341-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Macros/I18n.py", O_RDONLY) = 7
2342-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=2230, ...}) = 0
2343-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Macros/I18n.pyc", O_RDONLY) = 8
2344-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=1706, ...}) = 0
2345-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2346-19692 read(8, "\321\362\r\n\346\370\336Cc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s/\0\0\0d\0"..., 4096) = 1706
2347-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=1706, ...}) = 0
2348-19692 read(8, "", 4096) = 0
2349-19692 close(8) = 0
2350-19692 munmap(0x7fcb69af3000, 4096) = 0
2351-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Macros/gettext", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2352-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Macros/gettext.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2353-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Macros/gettextmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2354-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Macros/gettext.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2355-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Macros/gettext.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2356-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/gettext", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2357-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/gettext.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2358-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/gettextmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2359-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/gettext.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2360-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/gettext.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2361-19692 stat("/usr/lib/python2.6/gettext", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2362-19692 open("/usr/lib/python2.6/gettext.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2363-19692 open("/usr/lib/python2.6/gettextmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2364-19692 open("/usr/lib/python2.6/gettext.py", O_RDONLY) = 8
2365-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=20317, ...}) = 0
2366-19692 open("/usr/lib/python2.6/gettext.pyc", O_RDONLY) = 9
2367-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=15765, ...}) = 0
2368-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2369-19692 read(9, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\23\0\0\0@\0\0\0s\264\1\0\0d\0"..., 4096) = 4096
2370-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=15765, ...}) = 0
2371-19692 read(9, "\0Z\t\0d\7\0\204\0\0Z\n\0d\10\0\204\0\0Z\v\0d\t\0\204\0\0Z\f\0d"..., 8192) = 8192
2372-19692 read(9, "\7\0\6\1\r\0\6\1\r\1\31\2\7\1\n\2\6\1\7\0\6\1\r\1\5\1\37\1\17\1\20\6"..., 4096) = 3477
2373-19692 read(9, "", 4096) = 0
2374-19692 close(9) = 0
2375-19692 munmap(0x7fcb69af3000, 4096) = 0
2376-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/locale", 0x7fff976abfb0) = -1 ENOENT (No such file or directory)
2377-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/locale.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2378-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/localemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2379-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/locale.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2380-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/locale.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2381-19692 stat("/usr/lib/python2.6/locale", 0x7fff976abfb0) = -1 ENOENT (No such file or directory)
2382-19692 open("/usr/lib/python2.6/locale.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2383-19692 open("/usr/lib/python2.6/localemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2384-19692 open("/usr/lib/python2.6/locale.py", O_RDONLY) = 9
2385-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=82678, ...}) = 0
2386-19692 open("/usr/lib/python2.6/locale.pyc", O_RDONLY) = 10
2387-19692 fstat(10, {st_mode=S_IFREG|0644, st_size=46609, ...}) = 0
2388-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2389-19692 read(10, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\33\0\0\0@\0\0\0s&\36\0\0d\0"..., 4096) = 4096
2390-19692 fstat(10, {st_mode=S_IFREG|0644, st_size=46609, ...}) = 0
2391-19692 read(10, "6d\341\2d\361\0026d\341\2d\362\0026d\341\2d\363\0026d\341\2d\364\0026d\341\2"..., 40960) = 40960
2392-19692 read(10, "\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7"..., 4096) = 1553
2393-19692 read(10, "", 4096) = 0
2394-19692 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67e84000
2395-19692 close(10) = 0
2396-19692 munmap(0x7fcb69af3000, 4096) = 0
2397-19692 brk(0x1bfc000) = 0x1bfc000
2398-19692 close(9) = 0
2399-19692 close(8) = 0
2400-19692 close(7) = 0
2401-19692 close(6) = 0
2402-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Compiler", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
2403-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Compiler.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2404-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Compilermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2405-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Compiler.py", O_RDONLY) = 6
2406-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=79587, ...}) = 0
2407-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Compiler.pyc", O_RDONLY) = 7
2408-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=73350, ...}) = 0
2409-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2410-19692 read(7, "\321\362\r\n\344\6\274Jc\0\0\0\0\0\0\0\0\30\0\0\0@\0\0\0s\326\3\0\0d\0"..., 4096) = 4096
2411-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=73350, ...}) = 0
2412-19692 read(7, "on't do any\n parsing themselv"..., 65536) = 65536
2413-19692 read(7, "s)\n\n%(footer)s\nt\6\0\0\0headert\t\0\0\0d"..., 4096) = 3718
2414-19692 read(7, "", 4096) = 0
2415-19692 close(7) = 0
2416-19692 munmap(0x7fcb69af3000, 4096) = 0
2417-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/warnings", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2418-19692 open("/usr/lib/pymodules/python2.6/Cheetah/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2419-19692 open("/usr/lib/pymodules/python2.6/Cheetah/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2420-19692 open("/usr/lib/pymodules/python2.6/Cheetah/warnings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2421-19692 open("/usr/lib/pymodules/python2.6/Cheetah/warnings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2422-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/__builtin__", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2423-19692 open("/usr/lib/pymodules/python2.6/Cheetah/__builtin__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2424-19692 open("/usr/lib/pymodules/python2.6/Cheetah/__builtin__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2425-19692 open("/usr/lib/pymodules/python2.6/Cheetah/__builtin__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2426-19692 open("/usr/lib/pymodules/python2.6/Cheetah/__builtin__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2427-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/copy", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2428-19692 open("/usr/lib/pymodules/python2.6/Cheetah/copy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2429-19692 open("/usr/lib/pymodules/python2.6/Cheetah/copymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2430-19692 open("/usr/lib/pymodules/python2.6/Cheetah/copy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2431-19692 open("/usr/lib/pymodules/python2.6/Cheetah/copy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2432-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/SettingsManager", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2433-19692 open("/usr/lib/pymodules/python2.6/Cheetah/SettingsManager.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2434-19692 open("/usr/lib/pymodules/python2.6/Cheetah/SettingsManagermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2435-19692 open("/usr/lib/pymodules/python2.6/Cheetah/SettingsManager.py", O_RDONLY) = 7
2436-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=20934, ...}) = 0
2437-19692 open("/usr/lib/pymodules/python2.6/Cheetah/SettingsManager.pyc", O_RDONLY) = 8
2438-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=21764, ...}) = 0
2439-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2440-19692 read(8, "\321\362\r\n\344\6\274Jc\0\0\0\0\0\0\0\0\35\0\0\0@\0\0\0s\206\2\0\0d\0"..., 4096) = 4096
2441-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=21764, ...}) = 0
2442-19692 read(8, "/Products'\n becomes:\n # We"..., 16384) = 16384
2443-19692 read(8, "e.R]\0\0\0N(\4\0\0\0RH\0\0\0Rb\0\0\0R\271\0\0\0Rk\0\0"..., 4096) = 1284
2444-19692 read(8, "", 4096) = 0
2445-19692 close(8) = 0
2446-19692 munmap(0x7fcb69af3000, 4096) = 0
2447-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/ConfigParser", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2448-19692 open("/usr/lib/pymodules/python2.6/Cheetah/ConfigParser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2449-19692 open("/usr/lib/pymodules/python2.6/Cheetah/ConfigParsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2450-19692 open("/usr/lib/pymodules/python2.6/Cheetah/ConfigParser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2451-19692 open("/usr/lib/pymodules/python2.6/Cheetah/ConfigParser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2452-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/ConfigParser", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2453-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/ConfigParser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2454-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/ConfigParsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2455-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/ConfigParser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2456-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/ConfigParser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2457-19692 stat("/usr/lib/python2.6/ConfigParser", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2458-19692 open("/usr/lib/python2.6/ConfigParser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2459-19692 open("/usr/lib/python2.6/ConfigParsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2460-19692 open("/usr/lib/python2.6/ConfigParser.py", O_RDONLY) = 8
2461-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=24488, ...}) = 0
2462-19692 open("/usr/lib/python2.6/ConfigParser.pyc", O_RDONLY) = 9
2463-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=23211, ...}) = 0
2464-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2465-19692 read(9, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0sj\1\0\0d\0"..., 4096) = 4096
2466-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=23211, ...}) = 0
2467-19692 read(9, "age(\1\0\0\0t\4\0\0\0self(\0\0\0\0(\0\0\0\0s\"\0\0\0"..., 16384) = 16384
2468-19692 read(9, "\0_KEYCREt\3\0\0\0subt\26\0\0\0_interpolat"..., 4096) = 2731
2469-19692 read(9, "", 4096) = 0
2470-19692 close(9) = 0
2471-19692 munmap(0x7fcb69af3000, 4096) = 0
2472-19692 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67e43000
2473-19692 close(8) = 0
2474-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/tempfile", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2475-19692 open("/usr/lib/pymodules/python2.6/Cheetah/tempfile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2476-19692 open("/usr/lib/pymodules/python2.6/Cheetah/tempfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2477-19692 open("/usr/lib/pymodules/python2.6/Cheetah/tempfile.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2478-19692 open("/usr/lib/pymodules/python2.6/Cheetah/tempfile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2479-19692 brk(0x1c1d000) = 0x1c1d000
2480-19692 close(7) = 0
2481-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2482-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/__init__.py", {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
2483-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/__init__", 0x7fff976b1ab0) = -1 ENOENT (No such file or directory)
2484-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2485-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2486-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/__init__.py", O_RDONLY) = 7
2487-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
2488-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/__init__.pyc", O_RDONLY) = 8
2489-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=141, ...}) = 0
2490-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67e42000
2491-19692 read(8, "\321\362\r\n\330}\376<c\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0"..., 4096) = 141
2492-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=141, ...}) = 0
2493-19692 read(8, "", 4096) = 0
2494-19692 close(8) = 0
2495-19692 munmap(0x7fcb67e42000, 4096) = 0
2496-19692 close(7) = 0
2497-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2498-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2499-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/Indenter", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2500-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/Indenter.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2501-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/Indentermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2502-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/Indenter.py", O_RDONLY) = 7
2503-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=4699, ...}) = 0
2504-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/Indenter.pyc", O_RDONLY) = 8
2505-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=6179, ...}) = 0
2506-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67e42000
2507-19692 read(8, "\321\362\r\n\344\6\274Jc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0sd\0\0\0d\0"..., 4096) = 4096
2508-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=6179, ...}) = 0
2509-19692 read(8, "(\1\0\0\0R)\0\0\0(\0\0\0\0(\0\0\0\0s6\0\0\0/usr/li"..., 4096) = 2083
2510-19692 read(8, "", 4096) = 0
2511-19692 close(8) = 0
2512-19692 munmap(0x7fcb67e42000, 4096) = 0
2513-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/re", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2514-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2515-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2516-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2517-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2518-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/sys", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2519-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2520-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2521-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2522-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2523-19692 close(7) = 0
2524-19692 close(6) = 0
2525-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/convertTmplPathToModuleName", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
2526-19692 open("/usr/lib/pymodules/python2.6/Cheetah/convertTmplPathToModuleName.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2527-19692 open("/usr/lib/pymodules/python2.6/Cheetah/convertTmplPathToModuleNamemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2528-19692 open("/usr/lib/pymodules/python2.6/Cheetah/convertTmplPathToModuleName.py", O_RDONLY) = 6
2529-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=496, ...}) = 0
2530-19692 open("/usr/lib/pymodules/python2.6/Cheetah/convertTmplPathToModuleName.pyc", O_RDONLY) = 7
2531-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=694, ...}) = 0
2532-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67e42000
2533-19692 read(7, "\321\362\r\n\340\200\265Cc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\207\0\0\0d\0"..., 4096) = 694
2534-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=694, ...}) = 0
2535-19692 read(7, "", 4096) = 0
2536-19692 close(7) = 0
2537-19692 munmap(0x7fcb67e42000, 4096) = 0
2538-19692 close(6) = 0
2539-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/VerifyType", 0x7fff976b60b0) = -1 ENOENT (No such file or directory)
2540-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/VerifyType.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2541-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/VerifyTypemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2542-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/VerifyType.py", O_RDONLY) = 6
2543-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=2906, ...}) = 0
2544-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/VerifyType.pyc", O_RDONLY) = 7
2545-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=2654, ...}) = 0
2546-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67e42000
2547-19692 read(7, "\321\362\r\n\344\6\274Jc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sM\0\0\0d\0"..., 4096) = 2654
2548-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=2654, ...}) = 0
2549-19692 read(7, "", 4096) = 0
2550-19692 close(7) = 0
2551-19692 munmap(0x7fcb67e42000, 4096) = 0
2552-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/types", 0x7fff976b2b00) = -1 ENOENT (No such file or directory)
2553-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2554-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2555-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/types.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2556-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/types.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2557-19692 close(6) = 0
2558-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/Misc", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
2559-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/Misc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2560-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/Miscmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2561-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/Misc.py", O_RDONLY) = 6
2562-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=2784, ...}) = 0
2563-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/Misc.pyc", O_RDONLY) = 7
2564-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=3290, ...}) = 0
2565-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67e42000
2566-19692 read(7, "\321\362\r\n\344\6\274Jc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0st\0\0\0d\0"..., 4096) = 3290
2567-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=3290, ...}) = 0
2568-19692 read(7, "", 4096) = 0
2569-19692 close(7) = 0
2570-19692 munmap(0x7fcb67e42000, 4096) = 0
2571-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/os", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2572-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2573-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2574-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2575-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2576-19692 close(6) = 0
2577-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/CacheStore", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
2578-19692 open("/usr/lib/pymodules/python2.6/Cheetah/CacheStore.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2579-19692 open("/usr/lib/pymodules/python2.6/Cheetah/CacheStoremodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2580-19692 open("/usr/lib/pymodules/python2.6/Cheetah/CacheStore.py", O_RDONLY) = 6
2581-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=3086, ...}) = 0
2582-19692 open("/usr/lib/pymodules/python2.6/Cheetah/CacheStore.pyc", O_RDONLY) = 7
2583-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=5781, ...}) = 0
2584-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67e42000
2585-19692 read(7, "\321\362\r\n\33\360\332Cc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\202\0\0\0d\0"..., 4096) = 4096
2586-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=5781, ...}) = 0
2587-19692 read(7, "\1\0\0\0N(\2\0\0\0R\33\0\0\0R\n\0\0\0(\4\0\0\0R\7\0\0\0R\10"..., 4096) = 1685
2588-19692 read(7, "", 4096) = 0
2589-19692 close(7) = 0
2590-19692 munmap(0x7fcb67e42000, 4096) = 0
2591-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/memcache", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2592-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/memcache.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2593-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/memcachemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2594-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/memcache.py", O_RDONLY) = 7
2595-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=18816, ...}) = 0
2596-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/memcache.pyc", O_RDONLY) = 8
2597-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=21375, ...}) = 0
2598-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67e42000
2599-19692 read(8, "\321\362\r\n\344\6\274Jc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s.\2\0\0d\0"..., 4096) = 4096
2600-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=21375, ...}) = 0
2601-19692 read(8, "/usr/lib/pymodules/python2.6/Che"..., 16384) = 16384
2602-19692 read(8, "\0\0\0other(\0\0\0\0(\0\0\0\0s6\0\0\0/usr/lib/"..., 4096) = 895
2603-19692 read(8, "", 4096) = 0
2604-19692 close(8) = 0
2605-19692 munmap(0x7fcb67e42000, 4096) = 0
2606-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/socket", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2607-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2608-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2609-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/socket.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2610-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/socket.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2611-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/time", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2612-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2613-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2614-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2615-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2616-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/cPickle", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2617-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/cPickle.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2618-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/cPicklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2619-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/cPickle.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2620-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/cPickle.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2621-19692 close(7) = 0
2622-19692 close(6) = 0
2623-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/CacheRegion", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
2624-19692 open("/usr/lib/pymodules/python2.6/Cheetah/CacheRegion.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2625-19692 open("/usr/lib/pymodules/python2.6/Cheetah/CacheRegionmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2626-19692 open("/usr/lib/pymodules/python2.6/Cheetah/CacheRegion.py", O_RDONLY) = 6
2627-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=4828, ...}) = 0
2628-19692 open("/usr/lib/pymodules/python2.6/Cheetah/CacheRegion.pyc", O_RDONLY) = 7
2629-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=6953, ...}) = 0
2630-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67e42000
2631-19692 read(7, "\321\362\r\n\344\6\274Jc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s\260\0\0\0d\0"..., 4096) = 4096
2632-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=6953, ...}) = 0
2633-19692 read(7, "(\3\0\0\0R \0\0\0R\32\0\0\0R!\0\0\0(\2\0\0\0R\t\0\0\0R$"..., 4096) = 2857
2634-19692 read(7, "", 4096) = 0
2635-19692 close(7) = 0
2636-19692 munmap(0x7fcb67e42000, 4096) = 0
2637-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/hashlib", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2638-19692 open("/usr/lib/pymodules/python2.6/Cheetah/hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2639-19692 open("/usr/lib/pymodules/python2.6/Cheetah/hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2640-19692 open("/usr/lib/pymodules/python2.6/Cheetah/hashlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2641-19692 open("/usr/lib/pymodules/python2.6/Cheetah/hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2642-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/hashlib", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2643-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2644-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2645-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/hashlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2646-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2647-19692 stat("/usr/lib/python2.6/hashlib", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2648-19692 open("/usr/lib/python2.6/hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2649-19692 open("/usr/lib/python2.6/hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2650-19692 open("/usr/lib/python2.6/hashlib.py", O_RDONLY) = 7
2651-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=4993, ...}) = 0
2652-19692 open("/usr/lib/python2.6/hashlib.pyc", O_RDONLY) = 8
2653-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=4252, ...}) = 0
2654-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67e42000
2655-19692 read(8, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0sC\1\0\0d\0"..., 4096) = 4096
2656-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=4252, ...}) = 0
2657-19692 read(8, "\0\0R\1\0\0\0R\7\0\0\0R\5\0\0\0R\r\0\0\0R\v\0\0\0(\0\0\0\0"..., 4096) = 156
2658-19692 read(8, "", 4096) = 0
2659-19692 close(8) = 0
2660-19692 munmap(0x7fcb67e42000, 4096) = 0
2661-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/_hashlib", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2662-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/_hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2663-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/_hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2664-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/_hashlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2665-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/_hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2666-19692 stat("/usr/lib/python2.6/_hashlib", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2667-19692 open("/usr/lib/python2.6/_hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2668-19692 open("/usr/lib/python2.6/_hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2669-19692 open("/usr/lib/python2.6/_hashlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2670-19692 open("/usr/lib/python2.6/_hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2671-19692 stat("/usr/lib/python2.6/plat-linux2/_hashlib", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2672-19692 open("/usr/lib/python2.6/plat-linux2/_hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2673-19692 open("/usr/lib/python2.6/plat-linux2/_hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2674-19692 open("/usr/lib/python2.6/plat-linux2/_hashlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2675-19692 open("/usr/lib/python2.6/plat-linux2/_hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2676-19692 stat("/usr/lib/python2.6/lib-tk/_hashlib", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2677-19692 open("/usr/lib/python2.6/lib-tk/_hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2678-19692 open("/usr/lib/python2.6/lib-tk/_hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2679-19692 open("/usr/lib/python2.6/lib-tk/_hashlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2680-19692 open("/usr/lib/python2.6/lib-tk/_hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2681-19692 stat("/usr/lib/python2.6/lib-dynload/_hashlib", 0x7fff976af560) = -1 ENOENT (No such file or directory)
2682-19692 open("/usr/lib/python2.6/lib-dynload/_hashlib.so", O_RDONLY) = 8
2683-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=16560, ...}) = 0
2684-19692 open("/usr/lib/python2.6/lib-dynload/_hashlib.so", O_RDONLY) = 9
2685-19692 read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\24\0\0\0\0\0\0"..., 832) = 832
2686-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=16560, ...}) = 0
2687-19692 mmap(NULL, 2112192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7fcb67c3f000
2688-19692 mprotect(0x7fcb67c42000, 2093056, PROT_NONE) = 0
2689-19692 mmap(0x7fcb67e41000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x2000) = 0x7fcb67e41000
2690-19692 close(9) = 0
2691-19692 mprotect(0x7fcb67e41000, 4096, PROT_READ) = 0
2692-19692 close(8) = 0
2693-19692 close(7) = 0
2694-19692 close(6) = 0
2695-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/WebInputMixin", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
2696-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/WebInputMixin.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2697-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/WebInputMixinmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2698-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/WebInputMixin.py", O_RDONLY) = 6
2699-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=3869, ...}) = 0
2700-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/WebInputMixin.pyc", O_RDONLY) = 7
2701-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=3218, ...}) = 0
2702-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2703-19692 read(7, "\321\362\r\n\344\6\274Jc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s_\0\0\0d\0"..., 4096) = 3218
2704-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=3218, ...}) = 0
2705-19692 read(7, "", 4096) = 0
2706-19692 close(7) = 0
2707-19692 munmap(0x7fcb69af3000, 4096) = 0
2708-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/Cheetah", 0x7fff976b2b10) = -1 ENOENT (No such file or directory)
2709-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/Cheetah.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2710-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/Cheetahmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2711-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/Cheetah.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2712-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/Cheetah.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2713-19692 close(6) = 0
2714-19692 close(4) = 0
2715-19692 brk(0x1c3e000) = 0x1c3e000
2716-19692 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67bfe000
2717-19692 close(3) = 0
2718-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/NameMapper", 0x7fff976bcc20) = -1 ENOENT (No such file or directory)
2719-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/NameMapper.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2720-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/NameMappermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2721-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/NameMapper.py", O_RDONLY) = 3
2722-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=14812, ...}) = 0
2723-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/NameMapper.pyc", O_RDONLY) = 4
2724-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=26824, ...}) = 0
2725-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2726-19692 read(4, "\321\362\r\n\253x\303Jc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s \3\0\0d\0"..., 4096) = 4096
2727-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=26824, ...}) = 0
2728-19692 read(4, "cratch/cheetah/cheetah-2.0.1/src"..., 20480) = 20480
2729-19692 read(4, "\0\0\0R\231\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0\0s@\0\0\0/hom"..., 4096) = 2248
2730-19692 read(4, "", 4096) = 0
2731-19692 close(4) = 0
2732-19692 munmap(0x7fcb69af3000, 4096) = 0
2733-19692 close(3) = 0
2734-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/Template", 0x7fff976bcc20) = -1 ENOENT (No such file or directory)
2735-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/Template.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2736-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/Templatemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2737-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/Template.py", O_RDONLY) = 3
2738-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=10325, ...}) = 0
2739-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/Template.pyc", O_RDONLY) = 4
2740-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=10861, ...}) = 0
2741-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2742-19692 read(4, "\321\362\r\n\253x\303Jc\0\0\0\0\0\0\0\0\17\0\0\0@\0\0\0s[\1\0\0d\0"..., 4096) = 4096
2743-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=10861, ...}) = 0
2744-19692 read(4, "\6\0\0\0fooXXXR\20\0\0\0(\7\0\0\0R\0\0\0\0R\t\0\0\0R\2"..., 4096) = 4096
2745-19692 read(4, "$(12*10)(\2\0\0\0s\10\0\0\0$(12*10)N(\1\0\0\0"..., 4096) = 2669
2746-19692 read(4, "", 4096) = 0
2747-19692 close(4) = 0
2748-19692 munmap(0x7fcb69af3000, 4096) = 0
2749-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/shutil", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
2750-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/shutil.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2751-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/shutilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2752-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/shutil.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2753-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/shutil.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2754-19692 stat("/usr/lib/python2.6/shutil", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
2755-19692 open("/usr/lib/python2.6/shutil.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2756-19692 open("/usr/lib/python2.6/shutilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2757-19692 open("/usr/lib/python2.6/shutil.py", O_RDONLY) = 4
2758-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=8594, ...}) = 0
2759-19692 open("/usr/lib/python2.6/shutil.pyc", O_RDONLY) = 6
2760-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=9366, ...}) = 0
2761-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2762-19692 read(6, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\17\0\0\0@\0\0\0s,\1\0\0d\0"..., 4096) = 4096
2763-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=9366, ...}) = 0
2764-19692 read(6, "\203\4\0\1n\16\0\1t\f\0|\10\0|\t\0\203\2\0\1WqR\0\4t\r\0t\0\0"..., 4096) = 4096
2765-19692 read(6, "ination is on our current filesy"..., 4096) = 1174
2766-19692 read(6, "", 4096) = 0
2767-19692 close(6) = 0
2768-19692 munmap(0x7fcb69af3000, 4096) = 0
2769-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/fnmatch", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
2770-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/fnmatch.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2771-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/fnmatchmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2772-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/fnmatch.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2773-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/fnmatch.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2774-19692 stat("/usr/lib/python2.6/fnmatch", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
2775-19692 open("/usr/lib/python2.6/fnmatch.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2776-19692 open("/usr/lib/python2.6/fnmatchmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2777-19692 open("/usr/lib/python2.6/fnmatch.py", O_RDONLY) = 6
2778-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=3019, ...}) = 0
2779-19692 open("/usr/lib/python2.6/fnmatch.pyc", O_RDONLY) = 7
2780-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=3253, ...}) = 0
2781-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2782-19692 read(7, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0sR\0\0\0d\0"..., 4096) = 3253
2783-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=3253, ...}) = 0
2784-19692 read(7, "", 4096) = 0
2785-19692 close(7) = 0
2786-19692 munmap(0x7fcb69af3000, 4096) = 0
2787-19692 close(6) = 0
2788-19692 close(4) = 0
2789-19692 close(3) = 0
2790-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/FileRefresh", 0x7fff976bcc20) = -1 ENOENT (No such file or directory)
2791-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/FileRefresh.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2792-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/FileRefreshmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2793-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/FileRefresh.py", O_RDONLY) = 3
2794-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=1350, ...}) = 0
2795-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/FileRefresh.pyc", O_RDONLY) = 4
2796-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=1295, ...}) = 0
2797-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2798-19692 read(4, "\321\362\r\n\253x\303Jc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s\332\0\0\0d\0"..., 4096) = 1295
2799-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=1295, ...}) = 0
2800-19692 read(4, "", 4096) = 0
2801-19692 close(4) = 0
2802-19692 munmap(0x7fcb69af3000, 4096) = 0
2803-19692 close(3) = 0
2804-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/CheetahWrapper", 0x7fff976bcc20) = -1 ENOENT (No such file or directory)
2805-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/CheetahWrapper.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2806-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/CheetahWrappermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2807-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/CheetahWrapper.py", O_RDONLY) = 3
2808-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=19588, ...}) = 0
2809-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/CheetahWrapper.pyc", O_RDONLY) = 4
2810-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=29058, ...}) = 0
2811-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2812-19692 read(4, "\321\362\r\n\253x\303Jc\0\0\0\0\0\0\0\0\20\0\0\0@\0\0\0s\321\2\0\0d\0"..., 4096) = 4096
2813-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=29058, ...}) = 0
2814-19692 read(4, "t\n\0\0\0failUnlessR\32\0\0\0t\4\0\0\0readR\33\0"..., 24576) = 24576
2815-19692 read(4, "\0\0Cheetah.Utils.optikR\1\0\0\0R$\0\0\0R"..., 4096) = 386
2816-19692 read(4, "", 4096) = 0
2817-19692 brk(0x1c5f000) = 0x1c5f000
2818-19692 close(4) = 0
2819-19692 munmap(0x7fcb69af3000, 4096) = 0
2820-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/commands", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
2821-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/commands.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2822-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/commandsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2823-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/commands.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2824-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/commands.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2825-19692 stat("/usr/lib/python2.6/commands", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
2826-19692 open("/usr/lib/python2.6/commands.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2827-19692 open("/usr/lib/python2.6/commandsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2828-19692 open("/usr/lib/python2.6/commands.py", O_RDONLY) = 4
2829-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=2543, ...}) = 0
2830-19692 open("/usr/lib/python2.6/commands.pyc", O_RDONLY) = 6
2831-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=2477, ...}) = 0
2832-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2833-19692 read(6, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sF\0\0\0d\0"..., 4096) = 2477
2834-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=2477, ...}) = 0
2835-19692 read(6, "", 4096) = 0
2836-19692 close(6) = 0
2837-19692 munmap(0x7fcb69af3000, 4096) = 0
2838-19692 close(4) = 0
2839-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/CheetahWrapper", 0x7fff976b9670) = -1 ENOENT (No such file or directory)
2840-19692 open("/usr/lib/pymodules/python2.6/Cheetah/CheetahWrapper.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2841-19692 open("/usr/lib/pymodules/python2.6/Cheetah/CheetahWrappermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2842-19692 open("/usr/lib/pymodules/python2.6/Cheetah/CheetahWrapper.py", O_RDONLY) = 4
2843-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=21577, ...}) = 0
2844-19692 open("/usr/lib/pymodules/python2.6/Cheetah/CheetahWrapper.pyc", O_RDONLY) = 6
2845-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=21207, ...}) = 0
2846-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2847-19692 read(6, "\321\362\r\n\344\6\274Jc\0\0\0\0\0\0\0\0\20\0\0\0@\0\0\0s\205\1\0\0d\0"..., 4096) = 4096
2848-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=21207, ...}) = 0
2849-19692 read(6, " "..., 16384) = 16384
2850-19692 read(6, "\0\0RD\0\0\0R8\0\0\0R;\0\0\0R<\0\0\0R=\0\0\0R>\0\0\0"..., 4096) = 727
2851-19692 read(6, "", 4096) = 0
2852-19692 close(6) = 0
2853-19692 munmap(0x7fcb69af3000, 4096) = 0
2854-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/getopt", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
2855-19692 open("/usr/lib/pymodules/python2.6/Cheetah/getopt.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2856-19692 open("/usr/lib/pymodules/python2.6/Cheetah/getoptmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2857-19692 open("/usr/lib/pymodules/python2.6/Cheetah/getopt.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2858-19692 open("/usr/lib/pymodules/python2.6/Cheetah/getopt.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2859-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/getopt", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
2860-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/getopt.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2861-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/getoptmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2862-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/getopt.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2863-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/getopt.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2864-19692 stat("/usr/lib/python2.6/getopt", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
2865-19692 open("/usr/lib/python2.6/getopt.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2866-19692 open("/usr/lib/python2.6/getoptmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2867-19692 open("/usr/lib/python2.6/getopt.py", O_RDONLY) = 6
2868-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=7316, ...}) = 0
2869-19692 open("/usr/lib/python2.6/getopt.pyc", O_RDONLY) = 7
2870-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=6704, ...}) = 0
2871-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2872-19692 read(7, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\273\0\0\0d\0"..., 4096) = 4096
2873-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=6704, ...}) = 0
2874-19692 read(7, "if the\n environment variable "..., 4096) = 2608
2875-19692 read(7, "", 4096) = 0
2876-19692 close(7) = 0
2877-19692 munmap(0x7fcb69af3000, 4096) = 0
2878-19692 close(6) = 0
2879-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/glob", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
2880-19692 open("/usr/lib/pymodules/python2.6/Cheetah/glob.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2881-19692 open("/usr/lib/pymodules/python2.6/Cheetah/globmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2882-19692 open("/usr/lib/pymodules/python2.6/Cheetah/glob.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2883-19692 open("/usr/lib/pymodules/python2.6/Cheetah/glob.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2884-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/glob", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
2885-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/glob.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2886-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/globmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2887-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/glob.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2888-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/src/Tests/glob.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2889-19692 stat("/usr/lib/python2.6/glob", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
2890-19692 open("/usr/lib/python2.6/glob.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2891-19692 open("/usr/lib/python2.6/globmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2892-19692 open("/usr/lib/python2.6/glob.py", O_RDONLY) = 6
2893-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=2249, ...}) = 0
2894-19692 open("/usr/lib/python2.6/glob.pyc", O_RDONLY) = 7
2895-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=2395, ...}) = 0
2896-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2897-19692 read(7, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\202\0\0\0d\0"..., 4096) = 2395
2898-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=2395, ...}) = 0
2899-19692 read(7, "", 4096) = 0
2900-19692 close(7) = 0
2901-19692 munmap(0x7fcb69af3000, 4096) = 0
2902-19692 close(6) = 0
2903-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/shutil", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
2904-19692 open("/usr/lib/pymodules/python2.6/Cheetah/shutil.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2905-19692 open("/usr/lib/pymodules/python2.6/Cheetah/shutilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2906-19692 open("/usr/lib/pymodules/python2.6/Cheetah/shutil.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2907-19692 open("/usr/lib/pymodules/python2.6/Cheetah/shutil.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2908-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/cPickle", 0x7fff976b60c0) = -1 ENOENT (No such file or directory)
2909-19692 open("/usr/lib/pymodules/python2.6/Cheetah/cPickle.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2910-19692 open("/usr/lib/pymodules/python2.6/Cheetah/cPicklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2911-19692 open("/usr/lib/pymodules/python2.6/Cheetah/cPickle.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2912-19692 open("/usr/lib/pymodules/python2.6/Cheetah/cPickle.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2913-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2914-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/__init__.py", {st_mode=S_IFREG|0644, st_size=961, ...}) = 0
2915-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/__init__", 0x7fff976b5060) = -1 ENOENT (No such file or directory)
2916-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2917-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2918-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/__init__.py", O_RDONLY) = 6
2919-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=961, ...}) = 0
2920-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/__init__.pyc", O_RDONLY) = 7
2921-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=877, ...}) = 0
2922-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2923-19692 read(7, "\321\362\r\n\263:\200=c\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s^\0\0\0d\0"..., 4096) = 877
2924-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=877, ...}) = 0
2925-19692 read(7, "", 4096) = 0
2926-19692 close(7) = 0
2927-19692 munmap(0x7fcb69af3000, 4096) = 0
2928-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2929-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2930-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/Cheetah", 0x7fff976b1ab0) = -1 ENOENT (No such file or directory)
2931-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/Cheetah.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2932-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/Cheetahmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2933-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/Cheetah.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2934-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/Cheetah.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2935-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/option", 0x7fff976b1ab0) = -1 ENOENT (No such file or directory)
2936-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/option.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2937-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/optionmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2938-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/option.py", O_RDONLY) = 7
2939-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=13032, ...}) = 0
2940-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/option.pyc", O_RDONLY) = 8
2941-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=9102, ...}) = 0
2942-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2943-19692 read(8, "\321\362\r\n\263:\200=c\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\244\0\0\0d\0"..., 4096) = 4096
2944-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=9102, ...}) = 0
2945-19692 read(8, "\0|\0\0i\5\0j\7\0o\32\0\1t\4\0d\5\0|\0\0i\2\0\26|\0\0\203\2"..., 4096) = 4096
2946-19692 read(8, "ts\n\0\0\0store_trues\v\0\0\0store_false"..., 4096) = 910
2947-19692 read(8, "", 4096) = 0
2948-19692 close(8) = 0
2949-19692 munmap(0x7fcb69af3000, 4096) = 0
2950-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/sys", 0x7fff976ae500) = -1 ENOENT (No such file or directory)
2951-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2952-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2953-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2954-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2955-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/types", 0x7fff976ae500) = -1 ENOENT (No such file or directory)
2956-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2957-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2958-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/types.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2959-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/types.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2960-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/errors", 0x7fff976ae500) = -1 ENOENT (No such file or directory)
2961-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/errors.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2962-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/errorsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2963-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/errors.py", O_RDONLY) = 8
2964-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=1203, ...}) = 0
2965-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/errors.pyc", O_RDONLY) = 9
2966-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=2472, ...}) = 0
2967-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2968-19692 read(9, "\321\362\r\n\356\275g=c\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s~\0\0\0d\0"..., 4096) = 2472
2969-19692 fstat(9, {st_mode=S_IFREG|0644, st_size=2472, ...}) = 0
2970-19692 read(9, "", 4096) = 0
2971-19692 close(9) = 0
2972-19692 munmap(0x7fcb69af3000, 4096) = 0
2973-19692 close(8) = 0
2974-19692 close(7) = 0
2975-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/option_parser", 0x7fff976b1ab0) = -1 ENOENT (No such file or directory)
2976-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/option_parser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2977-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/option_parsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2978-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/option_parser.py", O_RDONLY) = 7
2979-19692 fstat(7, {st_mode=S_IFREG|0644, st_size=24299, ...}) = 0
2980-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/option_parser.pyc", O_RDONLY) = 8
2981-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=20899, ...}) = 0
2982-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb69af3000
2983-19692 read(8, "\321\362\r\n\263:\200=c\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s\345\0\0\0d\0"..., 4096) = 4096
2984-19692 fstat(8, {st_mode=S_IFREG|0644, st_size=20899, ...}) = 0
2985-19692 read(8, " accepted by all instances\n "..., 16384) = 16384
2986-19692 read(8, "sr/lib/pymodules/python2.6/Cheet"..., 4096) = 419
2987-19692 read(8, "", 4096) = 0
2988-19692 close(8) = 0
2989-19692 munmap(0x7fcb69af3000, 4096) = 0
2990-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/os", 0x7fff976ae500) = -1 ENOENT (No such file or directory)
2991-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2992-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
2993-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
2994-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Utils/optik/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
2995-19692 close(7) = 0
2996-19692 close(6) = 0
2997-19692 close(4) = 0
2998-19692 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67bbd000
2999-19692 close(3) = 0
3000-19692 brk(0x1c80000) = 0x1c80000
3001-19692 brk(0x1ca2000) = 0x1ca2000
3002-19692 brk(0x1cc3000) = 0x1cc3000
3003-19692 brk(0x1ce4000) = 0x1ce4000
3004-19692 brk(0x1d06000) = 0x1d06000
3005-19692 brk(0x1d27000) = 0x1d27000
3006-19692 brk(0x1d48000) = 0x1d48000
3007-19692 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67b7c000
3008-19692 brk(0x1d69000) = 0x1d69000
3009-19692 brk(0x1d8a000) = 0x1d8a000
3010-19692 brk(0x1dab000) = 0x1dab000
3011-19692 brk(0x1dcc000) = 0x1dcc000
3012-19692 brk(0x1ded000) = 0x1ded000
3013-19692 brk(0x1e0e000) = 0x1e0e000
3014-19692 brk(0x1e2f000) = 0x1e2f000
3015-19692 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67b3b000
3016-19692 brk(0x1e50000) = 0x1e50000
3017-19692 brk(0x1e71000) = 0x1e71000
3018-19692 brk(0x1e92000) = 0x1e92000
3019-19692 brk(0x1eb3000) = 0x1eb3000
3020-19692 brk(0x1ed4000) = 0x1ed4000
3021-19692 brk(0x1ef6000) = 0x1ef6000
3022-19692 brk(0x1f18000) = 0x1f18000
3023-19692 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67afa000
3024-19692 brk(0x1f39000) = 0x1f39000
3025-19692 brk(0x1f5a000) = 0x1f5a000
3026-19692 brk(0x1f7b000) = 0x1f7b000
3027-19692 brk(0x1f9c000) = 0x1f9c000
3028-19692 brk(0x1fbd000) = 0x1fbd000
3029-19692 brk(0x1fde000) = 0x1fde000
3030-19692 brk(0x1fff000) = 0x1fff000
3031-19692 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67ab9000
3032-19692 brk(0x2020000) = 0x2020000
3033-19692 brk(0x2041000) = 0x2041000
3034-19692 brk(0x2062000) = 0x2062000
3035-19692 brk(0x2083000) = 0x2083000
3036-19692 brk(0x20a4000) = 0x20a4000
3037-19692 brk(0x20c5000) = 0x20c5000
3038-19692 brk(0x20e6000) = 0x20e6000
3039-19692 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a78000
3040-19692 brk(0x2107000) = 0x2107000
3041-19692 brk(0x2128000) = 0x2128000
3042-19692 brk(0x2149000) = 0x2149000
3043-19692 brk(0x216a000) = 0x216a000
3044-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3045-19692 brk(0x218b000) = 0x218b000
3046-19692 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a37000
3047-19692 munmap(0x7fcb67a37000, 266240) = 0
3048-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/DummyTransaction", 0x7fff976bab40) = -1 ENOENT (No such file or directory)
3049-19692 open("/usr/lib/pymodules/python2.6/Cheetah/DummyTransaction.so", O_RDONLY) = -1 ENOENT (No such file or directory)
3050-19692 open("/usr/lib/pymodules/python2.6/Cheetah/DummyTransactionmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
3051-19692 open("/usr/lib/pymodules/python2.6/Cheetah/DummyTransaction.py", O_RDONLY) = 3
3052-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=1713, ...}) = 0
3053-19692 open("/usr/lib/pymodules/python2.6/Cheetah/DummyTransaction.pyc", O_RDONLY) = 4
3054-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=2909, ...}) = 0
3055-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a77000
3056-19692 read(4, "\321\362\r\n\344\6\274Jc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sL\0\0\0d\0"..., 4096) = 2909
3057-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=2909, ...}) = 0
3058-19692 read(4, "", 4096) = 0
3059-19692 close(4) = 0
3060-19692 munmap(0x7fcb67a77000, 4096) = 0
3061-19692 close(3) = 0
3062-19692 fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 5), ...}) = 0
3063-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a77000
3064-19692 write(1, ".", 1) = 1
3065-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3066-19692 brk(0x21ac000) = 0x21ac000
3067-19692 brk(0x21ed000) = 0x21ed000
3068-19692 write(1, ".", 1) = 1
3069-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3070-19692 write(1, ".", 1) = 1
3071-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3072-19692 write(1, ".", 1) = 1
3073-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3074-19692 write(1, ".", 1) = 1
3075-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3076-19692 write(1, ".", 1) = 1
3077-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3078-19692 brk(0x2213000) = 0x2213000
3079-19692 write(1, ".", 1) = 1
3080-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3081-19692 write(1, ".", 1) = 1
3082-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3083-19692 write(1, ".", 1) = 1
3084-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3085-19692 write(1, ".", 1) = 1
3086-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3087-19692 brk(0x2237000) = 0x2237000
3088-19692 write(1, ".", 1) = 1
3089-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3090-19692 write(1, ".", 1) = 1
3091-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3092-19692 write(1, ".", 1) = 1
3093-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3094-19692 write(1, ".", 1) = 1
3095-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3096-19692 write(1, ".", 1) = 1
3097-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3098-19692 write(1, ".", 1) = 1
3099-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3100-19692 write(1, ".", 1) = 1
3101-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3102-19692 write(1, ".", 1) = 1
3103-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3104-19692 write(1, ".", 1) = 1
3105-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3106-19692 brk(0x225b000) = 0x225b000
3107-19692 write(1, ".", 1) = 1
3108-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3109-19692 write(1, ".", 1) = 1
3110-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3111-19692 write(1, ".", 1) = 1
3112-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3113-19692 write(1, ".", 1) = 1
3114-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3115-19692 write(1, ".", 1) = 1
3116-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3117-19692 write(1, ".", 1) = 1
3118-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3119-19692 write(1, ".", 1) = 1
3120-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3121-19692 brk(0x22b0000) = 0x22b0000
3122-19692 write(1, ".", 1) = 1
3123-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3124-19692 write(1, ".", 1) = 1
3125-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3126-19692 write(1, ".", 1) = 1
3127-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3128-19692 write(1, ".", 1) = 1
3129-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3130-19692 write(1, ".", 1) = 1
3131-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3132-19692 write(1, ".", 1) = 1
3133-19692 open("backslashes.txt", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
3134-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3135-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3136-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
3137-19692 write(3, "\\ #LogFormat \"%h %l %u %t \\\"%r\\\""..., 47) = 47
3138-19692 close(3) = 0
3139-19692 munmap(0x7fcb67a76000, 4096) = 0
3140-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3141-19692 stat("backslashes.txt", {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
3142-19692 unlink("backslashes.txt") = 0
3143-19692 write(1, ".", 1) = 1
3144-19692 open("backslashes.txt", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
3145-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3146-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3147-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
3148-19692 write(3, "\\ #LogFormat \"%h %l %u %t \\\"%r\\\""..., 47) = 47
3149-19692 close(3) = 0
3150-19692 munmap(0x7fcb67a76000, 4096) = 0
3151-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3152-19692 stat("backslashes.txt", {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
3153-19692 unlink("backslashes.txt") = 0
3154-19692 write(1, ".", 1) = 1
3155-19692 open("backslashes.txt", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
3156-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3157-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3158-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
3159-19692 write(3, "\\ #LogFormat \"%h %l %u %t \\\"%r\\\""..., 47) = 47
3160-19692 close(3) = 0
3161-19692 munmap(0x7fcb67a76000, 4096) = 0
3162-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3163-19692 brk(0x22d4000) = 0x22d4000
3164-19692 stat("backslashes.txt", {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
3165-19692 unlink("backslashes.txt") = 0
3166-19692 write(1, ".", 1) = 1
3167-19692 open("backslashes.txt", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
3168-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3169-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3170-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
3171-19692 write(3, "\\ #LogFormat \"%h %l %u %t \\\"%r\\\""..., 47) = 47
3172-19692 close(3) = 0
3173-19692 munmap(0x7fcb67a76000, 4096) = 0
3174-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3175-19692 stat("backslashes.txt", {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
3176-19692 unlink("backslashes.txt") = 0
3177-19692 write(1, ".", 1) = 1
3178-19692 open("backslashes.txt", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
3179-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3180-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3181-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
3182-19692 write(3, "\\ #LogFormat \"%h %l %u %t \\\"%r\\\""..., 47) = 47
3183-19692 close(3) = 0
3184-19692 munmap(0x7fcb67a76000, 4096) = 0
3185-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3186-19692 stat("backslashes.txt", {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
3187-19692 unlink("backslashes.txt") = 0
3188-19692 write(1, ".", 1) = 1
3189-19692 open("backslashes.txt", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
3190-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3191-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3192-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
3193-19692 write(3, "\\ #LogFormat \"%h %l %u %t \\\"%r\\\""..., 47) = 47
3194-19692 close(3) = 0
3195-19692 munmap(0x7fcb67a76000, 4096) = 0
3196-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3197-19692 getcwd("/home/lool/scratch/cheetah/cheetah-2.0.1", 1024) = 41
3198-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/backslashes.txt", {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
3199-19692 open("/home/lool/scratch/cheetah/cheetah-2.0.1/backslashes.txt", O_RDONLY) = 3
3200-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
3201-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
3202-19692 lseek(3, 0, SEEK_CUR) = 0
3203-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
3204-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
3205-19692 lseek(3, 0, SEEK_CUR) = 0
3206-19692 read(3, "\\ #LogFormat \"%h %l %u %t \\\"%r\\\""..., 4096) = 47
3207-19692 read(3, "", 4096) = 0
3208-19692 close(3) = 0
3209-19692 munmap(0x7fcb67a76000, 4096) = 0
3210-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/backslashes.txt", {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
3211-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3212-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3213-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/backslashes.txt", {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
3214-19692 stat("backslashes.txt", {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
3215-19692 unlink("backslashes.txt") = 0
3216-19692 write(1, ".", 1) = 1
3217-19692 open("backslashes.txt", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
3218-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3219-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3220-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
3221-19692 write(3, "\\ #LogFormat \"%h %l %u %t \\\"%r\\\""..., 47) = 47
3222-19692 close(3) = 0
3223-19692 munmap(0x7fcb67a76000, 4096) = 0
3224-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3225-19692 stat("backslashes.txt", {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
3226-19692 unlink("backslashes.txt") = 0
3227-19692 write(1, ".", 1) = 1
3228-19692 open("backslashes.txt", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
3229-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3230-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3231-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
3232-19692 write(3, "\\ #LogFormat \"%h %l %u %t \\\"%r\\\""..., 47) = 47
3233-19692 close(3) = 0
3234-19692 munmap(0x7fcb67a76000, 4096) = 0
3235-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3236-19692 stat("backslashes.txt", {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
3237-19692 unlink("backslashes.txt") = 0
3238-19692 write(1, ".", 1) = 1
3239-19692 open("backslashes.txt", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
3240-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3241-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3242-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
3243-19692 write(3, "\\ #LogFormat \"%h %l %u %t \\\"%r\\\""..., 47) = 47
3244-19692 close(3) = 0
3245-19692 munmap(0x7fcb67a76000, 4096) = 0
3246-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3247-19692 stat("backslashes.txt", {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
3248-19692 unlink("backslashes.txt") = 0
3249-19692 write(1, ".", 1) = 1
3250-19692 open("backslashes.txt", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
3251-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3252-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3253-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
3254-19692 write(3, "\\ #LogFormat \"%h %l %u %t \\\"%r\\\""..., 47) = 47
3255-19692 close(3) = 0
3256-19692 munmap(0x7fcb67a76000, 4096) = 0
3257-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3258-19692 stat("backslashes.txt", {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
3259-19692 unlink("backslashes.txt") = 0
3260-19692 write(1, ".", 1) = 1
3261-19692 open("backslashes.txt", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
3262-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3263-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3264-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
3265-19692 write(3, "\\ #LogFormat \"%h %l %u %t \\\"%r\\\""..., 47) = 47
3266-19692 close(3) = 0
3267-19692 munmap(0x7fcb67a76000, 4096) = 0
3268-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3269-19692 brk(0x22f6000) = 0x22f6000
3270-19692 stat("backslashes.txt", {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
3271-19692 unlink("backslashes.txt") = 0
3272-19692 write(1, ".", 1) = 1
3273-19692 open("backslashes.txt", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
3274-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3275-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3276-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
3277-19692 write(3, "\\ #LogFormat \"%h %l %u %t \\\"%r\\\""..., 47) = 47
3278-19692 close(3) = 0
3279-19692 munmap(0x7fcb67a76000, 4096) = 0
3280-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3281-19692 stat("backslashes.txt", {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
3282-19692 unlink("backslashes.txt") = 0
3283-19692 write(1, ".", 1) = 1
3284-19692 open("backslashes.txt", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
3285-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3286-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3287-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
3288-19692 write(3, "\\ #LogFormat \"%h %l %u %t \\\"%r\\\""..., 47) = 47
3289-19692 close(3) = 0
3290-19692 munmap(0x7fcb67a76000, 4096) = 0
3291-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3292-19692 stat("backslashes.txt", {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
3293-19692 unlink("backslashes.txt") = 0
3294-19692 write(1, ".", 1) = 1
3295-19692 open("backslashes.txt", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
3296-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3297-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3298-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
3299-19692 write(3, "\\ #LogFormat \"%h %l %u %t \\\"%r\\\""..., 47) = 47
3300-19692 close(3) = 0
3301-19692 munmap(0x7fcb67a76000, 4096) = 0
3302-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3303-19692 getcwd("/home/lool/scratch/cheetah/cheetah-2.0.1", 1024) = 41
3304-19692 stat("/home/lool/scratch/cheetah/cheetah-2.0.1/backslashes.txt", {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
3305-19692 stat("backslashes.txt", {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
3306-19692 unlink("backslashes.txt") = 0
3307-19692 write(1, ".", 1) = 1
3308-19692 open("backslashes.txt", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
3309-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3310-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3311-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
3312-19692 write(3, "\\ #LogFormat \"%h %l %u %t \\\"%r\\\""..., 47) = 47
3313-19692 close(3) = 0
3314-19692 munmap(0x7fcb67a76000, 4096) = 0
3315-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3316-19692 stat("backslashes.txt", {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
3317-19692 unlink("backslashes.txt") = 0
3318-19692 write(1, ".", 1) = 1
3319-19692 open("backslashes.txt", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
3320-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3321-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3322-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
3323-19692 write(3, "\\ #LogFormat \"%h %l %u %t \\\"%r\\\""..., 47) = 47
3324-19692 close(3) = 0
3325-19692 munmap(0x7fcb67a76000, 4096) = 0
3326-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3327-19692 stat("backslashes.txt", {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
3328-19692 unlink("backslashes.txt") = 0
3329-19692 write(1, ".", 1) = 1
3330-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3331-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3332-19692 write(1, ".", 1) = 1
3333-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3334-19692 write(1, ".", 1) = 1
3335-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3336-19692 write(1, ".", 1) = 1
3337-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3338-19692 write(1, ".", 1) = 1
3339-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3340-19692 brk(0x2319000) = 0x2319000
3341-19692 write(1, ".", 1) = 1
3342-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3343-19692 write(1, ".", 1) = 1
3344-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3345-19692 write(1, ".", 1) = 1
3346-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3347-19692 brk(0x233c000) = 0x233c000
3348-19692 write(1, ".", 1) = 1
3349-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3350-19692 write(1, ".", 1) = 1
3351-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3352-19692 write(1, ".", 1) = 1
3353-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3354-19692 brk(0x2384000) = 0x2384000
3355-19692 write(1, ".", 1) = 1
3356-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3357-19692 write(1, ".", 1) = 1
3358-19692 write(1, ".", 1) = 1
3359-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3360-19692 write(1, ".", 1) = 1
3361-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3362-19692 write(1, ".", 1) = 1
3363-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3364-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3365-19692 brk(0x23a8000) = 0x23a8000
3366-19692 write(1, ".", 1) = 1
3367-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3368-19692 write(1, ".", 1) = 1
3369-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3370-19692 write(1, ".", 1) = 1
3371-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3372-19692 write(1, ".", 1) = 1
3373-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3374-19692 write(1, ".", 1) = 1
3375-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3376-19692 write(1, ".", 1) = 1
3377-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3378-19692 write(1, ".", 1) = 1
3379-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3380-19692 write(1, ".", 1) = 1
3381-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3382-19692 write(1, ".", 1) = 1
3383-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3384-19692 write(1, ".", 1) = 1
3385-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3386-19692 brk(0x23cb000) = 0x23cb000
3387-19692 write(1, ".", 1) = 1
3388-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3389-19692 write(1, ".", 1) = 1
3390-19692 write(1, ".", 1) = 1
3391-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3392-19692 write(1, ".", 1) = 1
3393-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3394-19692 write(1, ".", 1) = 1
3395-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3396-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3397-19692 write(1, ".", 1) = 1
3398-19692 write(1, ".", 1) = 1
3399-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3400-19692 write(1, ".", 1) = 1
3401-19692 write(1, ".", 1) = 1
3402-19692 write(1, ".", 1) = 1
3403-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3404-19692 brk(0x23f3000) = 0x23f3000
3405-19692 write(1, ".", 1) = 1
3406-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3407-19692 write(1, ".", 1) = 1
3408-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3409-19692 write(1, ".", 1) = 1
3410-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3411-19692 write(1, ".", 1) = 1
3412-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3413-19692 write(1, ".", 1) = 1
3414-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3415-19692 write(1, ".", 1) = 1
3416-19692 write(1, ".", 1) = 1
3417-19692 write(1, ".", 1) = 1
3418-19692 write(1, ".", 1) = 1
3419-19692 write(1, ".", 1) = 1
3420-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3421-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3422-19692 brk(0x2419000) = 0x2419000
3423-19692 write(1, ".", 1) = 1
3424-19692 write(1, ".", 1) = 1
3425-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3426-19692 write(1, ".", 1) = 1
3427-19692 write(1, ".", 1) = 1
3428-19692 write(1, ".", 1) = 1
3429-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3430-19692 write(1, ".", 1) = 1
3431-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3432-19692 write(1, ".", 1) = 1
3433-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3434-19692 write(1, ".", 1) = 1
3435-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3436-19692 write(1, ".", 1) = 1
3437-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3438-19692 write(1, ".", 1) = 1
3439-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3440-19692 brk(0x2479000) = 0x2479000
3441-19692 write(1, ".", 1) = 1
3442-19692 write(1, ".", 1) = 1
3443-19692 write(1, ".", 1) = 1
3444-19692 write(1, ".", 1) = 1
3445-19692 write(1, ".", 1) = 1
3446-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3447-19692 write(1, ".", 1) = 1
3448-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3449-19692 write(1, ".", 1) = 1
3450-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3451-19692 write(1, ".", 1) = 1
3452-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3453-19692 write(1, ".", 1) = 1
3454-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3455-19692 write(1, ".", 1) = 1
3456-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3457-19692 write(1, ".", 1) = 1
3458-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3459-19692 write(1, ".", 1) = 1
3460-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3461-19692 write(1, ".", 1) = 1
3462-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3463-19692 write(1, ".", 1) = 1
3464-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3465-19692 write(1, ".", 1) = 1
3466-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3467-19692 write(1, ".", 1) = 1
3468-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3469-19692 write(1, ".", 1) = 1
3470-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3471-19692 write(1, ".", 1) = 1
3472-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3473-19692 write(1, ".", 1) = 1
3474-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3475-19692 write(1, ".", 1) = 1
3476-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3477-19692 write(1, ".", 1) = 1
3478-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3479-19692 write(1, ".", 1) = 1
3480-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3481-19692 write(1, ".", 1) = 1
3482-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3483-19692 write(1, ".", 1) = 1
3484-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3485-19692 write(1, ".", 1) = 1
3486-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3487-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tools", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3488-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tools/__init__.py", {st_mode=S_IFREG|0644, st_size=363, ...}) = 0
3489-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tools/__init__", 0x7fff976b9ae0) = -1 ENOENT (No such file or directory)
3490-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tools/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
3491-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tools/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
3492-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tools/__init__.py", O_RDONLY) = 3
3493-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=363, ...}) = 0
3494-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tools/__init__.pyc", O_RDONLY) = 4
3495-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=479, ...}) = 0
3496-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
3497-19692 read(4, "\321\362\r\n\257\222W;c\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\n\0\0\0d\0"..., 4096) = 479
3498-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=479, ...}) = 0
3499-19692 read(4, "", 4096) = 0
3500-19692 close(4) = 0
3501-19692 munmap(0x7fcb67a76000, 4096) = 0
3502-19692 close(3) = 0
3503-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tools", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3504-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tools", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3505-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tools/CGITemplate", 0x7fff976bab40) = -1 ENOENT (No such file or directory)
3506-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tools/CGITemplate.so", O_RDONLY) = -1 ENOENT (No such file or directory)
3507-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tools/CGITemplatemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
3508-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tools/CGITemplate.py", O_RDONLY) = 3
3509-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=2206, ...}) = 0
3510-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tools/CGITemplate.pyc", O_RDONLY) = 4
3511-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=2832, ...}) = 0
3512-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
3513-19692 read(4, "\321\362\r\n\344\6\274Jc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0sO\0\0\0d\0"..., 4096) = 2832
3514-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=2832, ...}) = 0
3515-19692 read(4, "", 4096) = 0
3516-19692 close(4) = 0
3517-19692 munmap(0x7fcb67a76000, 4096) = 0
3518-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tools/os", 0x7fff976b7590) = -1 ENOENT (No such file or directory)
3519-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tools/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
3520-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tools/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
3521-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tools/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
3522-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tools/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
3523-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tools/Cheetah", 0x7fff976b7590) = -1 ENOENT (No such file or directory)
3524-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tools/Cheetah.so", O_RDONLY) = -1 ENOENT (No such file or directory)
3525-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tools/Cheetahmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
3526-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tools/Cheetah.py", O_RDONLY) = -1 ENOENT (No such file or directory)
3527-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tools/Cheetah.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
3528-19692 close(3) = 0
3529-19692 write(1, ".", 1) = 1
3530-19692 write(1, ".", 1) = 1
3531-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3532-19692 write(1, ".", 1) = 1
3533-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3534-19692 write(1, ".", 1) = 1
3535-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3536-19692 write(1, ".", 1) = 1
3537-19692 write(1, ".", 1) = 1
3538-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3539-19692 write(1, ".", 1) = 1
3540-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3541-19692 write(1, ".", 1) = 1
3542-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3543-19692 write(1, ".", 1) = 1
3544-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3545-19692 write(1, ".", 1) = 1
3546-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3547-19692 write(1, ".", 1) = 1
3548-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3549-19692 brk(0x249e000) = 0x249e000
3550-19692 write(1, ".", 1) = 1
3551-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3552-19692 brk(0x24ed000) = 0x24ed000
3553-19692 write(1, ".", 1) = 1
3554-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3555-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3556-19692 write(1, ".", 1) = 1
3557-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3558-19692 write(1, ".", 1) = 1
3559-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3560-19692 write(1, ".", 1) = 1
3561-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3562-19692 write(1, ".", 1) = 1
3563-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3564-19692 brk(0x2541000) = 0x2541000
3565-19692 write(1, ".", 1) = 1
3566-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3567-19692 write(1, ".", 1) = 1
3568-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3569-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3570-19692 write(1, ".", 1) = 1
3571-19692 write(1, ".", 1) = 1
3572-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3573-19692 write(1, ".", 1) = 1
3574-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3575-19692 write(1, ".", 1) = 1
3576-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3577-19692 write(1, ".", 1) = 1
3578-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3579-19692 write(1, ".", 1) = 1
3580-19692 write(1, ".", 1) = 1
3581-19692 write(1, ".", 1) = 1
3582-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3583-19692 write(1, ".", 1) = 1
3584-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3585-19692 write(1, ".", 1) = 1
3586-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3587-19692 write(1, ".", 1) = 1
3588-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3589-19692 brk(0x2562000) = 0x2562000
3590-19692 write(1, ".", 1) = 1
3591-19692 write(1, ".", 1) = 1
3592-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3593-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3594-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3595-19692 write(1, ".", 1) = 1
3596-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3597-19692 write(1, ".", 1) = 1
3598-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3599-19692 write(1, ".", 1) = 1
3600-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3601-19692 write(1, ".", 1) = 1
3602-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3603-19692 write(1, ".", 1) = 1
3604-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3605-19692 write(1, ".", 1) = 1
3606-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3607-19692 write(1, ".", 1) = 1
3608-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3609-19692 write(1, ".", 1) = 1
3610-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3611-19692 write(1, ".", 1) = 1
3612-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3613-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3614-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3615-19692 write(1, ".", 1) = 1
3616-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3617-19692 brk(0x258a000) = 0x258a000
3618-19692 write(1, ".", 1) = 1
3619-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3620-19692 write(1, ".", 1) = 1
3621-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3622-19692 write(1, ".", 1) = 1
3623-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3624-19692 write(1, ".", 1) = 1
3625-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3626-19692 write(1, ".", 1) = 1
3627-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3628-19692 write(1, ".", 1) = 1
3629-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3630-19692 write(1, ".", 1) = 1
3631-19692 brk(0x25ad000) = 0x25ad000
3632-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3633-19692 write(1, ".", 1) = 1
3634-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3635-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3636-19692 write(1, ".", 1) = 1
3637-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3638-19692 write(1, ".", 1) = 1
3639-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3640-19692 write(1, ".", 1) = 1
3641-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3642-19692 write(1, ".", 1) = 1
3643-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3644-19692 brk(0x25d5000) = 0x25d5000
3645-19692 write(1, ".", 1) = 1
3646-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3647-19692 write(1, ".", 1) = 1
3648-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3649-19692 write(1, ".", 1) = 1
3650-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3651-19692 write(1, ".", 1) = 1
3652-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3653-19692 brk(0x262d000) = 0x262d000
3654-19692 write(1, ".", 1) = 1
3655-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3656-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3657-19692 write(1, ".", 1) = 1
3658-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3659-19692 write(1, ".", 1) = 1
3660-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3661-19692 write(1, ".", 1) = 1
3662-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3663-19692 write(1, ".", 1) = 1
3664-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3665-19692 write(1, ".", 1) = 1
3666-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3667-19692 write(1, ".", 1) = 1
3668-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3669-19692 write(1, ".", 1) = 1
3670-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3671-19692 write(1, ".", 1) = 1
3672-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3673-19692 brk(0x2658000) = 0x2658000
3674-19692 write(1, ".", 1) = 1
3675-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3676-19692 write(1, ".", 1) = 1
3677-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3678-19692 write(1, ".", 1) = 1
3679-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3680-19692 write(1, ".", 1) = 1
3681-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3682-19692 write(1, ".", 1) = 1
3683-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3684-19692 write(1, ".", 1) = 1
3685-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3686-19692 write(1, ".", 1) = 1
3687-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3688-19692 write(1, ".", 1) = 1
3689-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3690-19692 write(1, ".", 1) = 1
3691-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3692-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3693-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3694-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3695-19692 write(1, ".", 1) = 1
3696-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3697-19692 write(1, ".", 1) = 1
3698-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3699-19692 write(1, ".", 1) = 1
3700-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3701-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3702-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3703-19692 write(1, ".", 1) = 1
3704-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3705-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3706-19692 write(1, ".", 1) = 1
3707-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3708-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3709-19692 write(1, ".", 1) = 1
3710-19692 open("/dev/urandom", O_RDONLY) = 3
3711-19692 read(3, "\34\321\262lE\31K\26\351y\354\334\367\26\270G", 16) = 16
3712-19692 close(3) = 0
3713-19692 getcwd("/home/lool/scratch/cheetah/cheetah-2.0.1", 1024) = 41
3714-19692 open("/tmp/YS7pWq", O_RDWR|O_CREAT|O_EXCL|O_NOFOLLOW, 0600) = 3
3715-19692 fcntl(3, F_GETFL) = 0x28002 (flags O_RDWR|O_LARGEFILE|O_NOFOLLOW)
3716-19692 fstat(3, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
3717-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
3718-19692 lseek(3, 0, SEEK_CUR) = 0
3719-19692 fstat(3, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
3720-19692 write(3, "blat", 4) = 4
3721-19692 close(3) = 0
3722-19692 munmap(0x7fcb67a76000, 4096) = 0
3723-19692 unlink("/tmp/YS7pWq") = 0
3724-19692 open("/dev/urandom", O_RDONLY) = 3
3725-19692 read(3, "\340\365P[0\311\203\3276s\3620/|\365\177", 16) = 16
3726-19692 close(3) = 0
3727-19692 mkdir("/tmp/tmpebmMBO", 0700) = 0
3728-19692 stat("/tmp/tmpebmMBO", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
3729-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3730-19692 stat("/tmp/tmpebmMBO", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
3731-19692 open("/tmp/tmpebmMBO/cheetah_DynamicallyCompiledCheetahTemplate_1254386849_82_15312.py", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
3732-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3733-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3734-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
3735-19692 write(3, "#!/usr/bin/env python\n\n\n\n\n######"..., 4096) = 4096
3736-19692 write(3, "#############\n## if run from com"..., 203) = 203
3737-19692 close(3) = 0
3738-19692 munmap(0x7fcb67a76000, 4096) = 0
3739-19692 stat("/tmp/tmpebmMBO/cheetah_DynamicallyCompiledCheetahTemplate_1254386849_82_15312.py", {st_mode=S_IFREG|0644, st_size=4299, ...}) = 0
3740-19692 lstat("/tmp/tmpebmMBO", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
3741-19692 open("/tmp/tmpebmMBO", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
3742-19692 getdents(3, /* 3 entries */, 32768) = 136
3743-19692 getdents(3, /* 0 entries */, 32768) = 0
3744-19692 close(3) = 0
3745-19692 lstat("/tmp/tmpebmMBO/cheetah_DynamicallyCompiledCheetahTemplate_1254386849_82_15312.py", {st_mode=S_IFREG|0644, st_size=4299, ...}) = 0
3746-19692 unlink("/tmp/tmpebmMBO/cheetah_DynamicallyCompiledCheetahTemplate_1254386849_82_15312.py") = 0
3747-19692 rmdir("/tmp/tmpebmMBO") = 0
3748-19692 write(1, ".", 1) = 1
3749-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3750-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3751-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3752-19692 write(1, ".", 1) = 1
3753-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3754-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3755-19692 write(1, ".", 1) = 1
3756-19692 write(1, ".", 1) = 1
3757-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3758-19692 write(1, ".", 1) = 1
3759-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3760-19692 write(1, ".", 1) = 1
3761-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3762-19692 write(1, ".", 1) = 1
3763-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3764-19692 write(1, ".", 1) = 1
3765-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3766-19692 write(1, ".", 1) = 1
3767-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3768-19692 write(1, ".", 1) = 1
3769-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3770-19692 write(1, ".", 1) = 1
3771-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3772-19692 write(1, ".", 1) = 1
3773-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3774-19692 write(1, ".", 1) = 1
3775-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3776-19692 write(1, ".", 1) = 1
3777-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3778-19692 write(1, ".", 1) = 1
3779-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3780-19692 brk(0x26a7000) = 0x26a7000
3781-19692 write(1, ".", 1) = 1
3782-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3783-19692 write(1, ".", 1) = 1
3784-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3785-19692 write(1, ".", 1) = 1
3786-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3787-19692 write(1, ".", 1) = 1
3788-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3789-19692 write(1, ".", 1) = 1
3790-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3791-19692 write(1, ".", 1) = 1
3792-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3793-19692 write(1, ".", 1) = 1
3794-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3795-19692 write(1, ".", 1) = 1
3796-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3797-19692 brk(0x26c8000) = 0x26c8000
3798-19692 write(1, ".", 1) = 1
3799-19692 write(1, ".", 1) = 1
3800-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3801-19692 write(1, ".", 1) = 1
3802-19692 write(1, ".", 1) = 1
3803-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3804-19692 write(1, ".", 1) = 1
3805-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3806-19692 write(1, ".", 1) = 1
3807-19692 write(1, ".", 1) = 1
3808-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3809-19692 write(1, ".", 1) = 1
3810-19692 write(1, ".", 1) = 1
3811-19692 write(1, ".", 1) = 1
3812-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3813-19692 write(1, ".", 1) = 1
3814-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3815-19692 write(1, ".", 1) = 1
3816-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3817-19692 write(1, ".", 1) = 1
3818-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3819-19692 write(1, ".", 1) = 1
3820-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3821-19692 brk(0x26ef000) = 0x26ef000
3822-19692 write(1, ".", 1) = 1
3823-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3824-19692 write(1, ".", 1) = 1
3825-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3826-19692 write(1, ".", 1) = 1
3827-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3828-19692 write(1, ".", 1) = 1
3829-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3830-19692 write(1, ".", 1) = 1
3831-19692 write(1, ".", 1) = 1
3832-19692 write(1, ".", 1) = 1
3833-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3834-19692 write(1, ".", 1) = 1
3835-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3836-19692 write(1, ".", 1) = 1
3837-19692 write(1, ".", 1) = 1
3838-19692 write(1, ".", 1) = 1
3839-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3840-19692 write(1, ".", 1) = 1
3841-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3842-19692 brk(0x2710000) = 0x2710000
3843-19692 write(1, ".", 1) = 1
3844-19692 write(1, ".", 1) = 1
3845-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3846-19692 write(1, ".", 1) = 1
3847-19692 write(1, ".", 1) = 1
3848-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3849-19692 write(1, ".", 1) = 1
3850-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3851-19692 write(1, ".", 1) = 1
3852-19692 write(1, ".", 1) = 1
3853-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3854-19692 write(1, ".", 1) = 1
3855-19692 write(1, ".", 1) = 1
3856-19692 write(1, ".", 1) = 1
3857-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3858-19692 write(1, ".", 1) = 1
3859-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3860-19692 write(1, ".", 1) = 1
3861-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3862-19692 write(1, ".", 1) = 1
3863-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3864-19692 write(1, ".", 1) = 1
3865-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3866-19692 brk(0x2736000) = 0x2736000
3867-19692 write(1, ".", 1) = 1
3868-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3869-19692 write(1, ".", 1) = 1
3870-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3871-19692 write(1, ".", 1) = 1
3872-19692 write(1, ".", 1) = 1
3873-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3874-19692 write(1, ".", 1) = 1
3875-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3876-19692 write(1, ".", 1) = 1
3877-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3878-19692 write(1, ".", 1) = 1
3879-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3880-19692 write(1, ".", 1) = 1
3881-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3882-19692 write(1, ".", 1) = 1
3883-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3884-19692 write(1, ".", 1) = 1
3885-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3886-19692 brk(0x2759000) = 0x2759000
3887-19692 write(1, ".", 1) = 1
3888-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3889-19692 write(1, ".", 1) = 1
3890-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3891-19692 write(1, ".", 1) = 1
3892-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3893-19692 write(1, ".", 1) = 1
3894-19692 write(1, ".", 1) = 1
3895-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3896-19692 write(1, ".", 1) = 1
3897-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3898-19692 write(1, ".", 1) = 1
3899-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3900-19692 write(1, ".", 1) = 1
3901-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3902-19692 write(1, ".", 1) = 1
3903-19692 write(1, ".", 1) = 1
3904-19692 write(1, ".", 1) = 1
3905-19692 write(1, ".", 1) = 1
3906-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3907-19692 brk(0x277b000) = 0x277b000
3908-19692 write(1, ".", 1) = 1
3909-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3910-19692 write(1, ".", 1) = 1
3911-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3912-19692 write(1, ".", 1) = 1
3913-19692 write(1, ".", 1) = 1
3914-19692 write(1, ".", 1) = 1
3915-19692 write(1, ".", 1) = 1
3916-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3917-19692 brk(0x27b9000) = 0x27b9000
3918-19692 write(1, ".", 1) = 1
3919-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3920-19692 write(1, ".", 1) = 1
3921-19692 write(1, ".", 1) = 1
3922-19692 write(1, ".", 1) = 1
3923-19692 write(1, ".", 1) = 1
3924-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3925-19692 write(1, ".", 1) = 1
3926-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3927-19692 write(1, ".", 1) = 1
3928-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3929-19692 write(1, ".", 1) = 1
3930-19692 write(1, ".", 1) = 1
3931-19692 write(1, ".", 1) = 1
3932-19692 write(1, ".", 1) = 1
3933-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3934-19692 brk(0x27e0000) = 0x27e0000
3935-19692 write(1, ".", 1) = 1
3936-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3937-19692 write(1, ".", 1) = 1
3938-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3939-19692 write(1, ".", 1) = 1
3940-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3941-19692 write(1, ".", 1) = 1
3942-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3943-19692 write(1, ".", 1) = 1
3944-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3945-19692 write(1, ".", 1) = 1
3946-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3947-19692 write(1, ".", 1) = 1
3948-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3949-19692 write(1, ".", 1) = 1
3950-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3951-19692 write(1, ".", 1) = 1
3952-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3953-19692 write(1, ".", 1) = 1
3954-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3955-19692 write(1, ".", 1) = 1
3956-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3957-19692 write(1, ".", 1) = 1
3958-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3959-19692 write(1, ".", 1) = 1
3960-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3961-19692 write(1, ".", 1) = 1
3962-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3963-19692 write(1, ".", 1) = 1
3964-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3965-19692 write(1, ".", 1) = 1
3966-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3967-19692 write(1, ".", 1) = 1
3968-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3969-19692 write(1, ".", 1) = 1
3970-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3971-19692 write(1, ".", 1) = 1
3972-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3973-19692 write(1, ".", 1) = 1
3974-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3975-19692 write(1, ".", 1) = 1
3976-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3977-19692 write(1, ".", 1) = 1
3978-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3979-19692 write(1, ".", 1) = 1
3980-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3981-19692 write(1, ".", 1) = 1
3982-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3983-19692 write(1, ".", 1) = 1
3984-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3985-19692 brk(0x2807000) = 0x2807000
3986-19692 write(1, ".", 1) = 1
3987-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3988-19692 write(1, ".", 1) = 1
3989-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3990-19692 write(1, ".", 1) = 1
3991-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3992-19692 write(1, ".", 1) = 1
3993-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3994-19692 write(1, ".", 1) = 1
3995-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3996-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3997-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3998-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
3999-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tests", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
4000-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tests/__init__.py", {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
4001-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tests/__init__", 0x7fff976b9ae0) = -1 ENOENT (No such file or directory)
4002-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4003-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4004-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/__init__.py", O_RDONLY) = 3
4005-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
4006-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/__init__.pyc", O_RDONLY) = 4
4007-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=141, ...}) = 0
4008-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
4009-19692 read(4, "\321\362\r\n\311}\376<c\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0"..., 4096) = 141
4010-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=141, ...}) = 0
4011-19692 read(4, "", 4096) = 0
4012-19692 close(4) = 0
4013-19692 munmap(0x7fcb67a76000, 4096) = 0
4014-19692 close(3) = 0
4015-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tests", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
4016-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tests", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
4017-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tests/SyntaxAndOutput", 0x7fff976bab40) = -1 ENOENT (No such file or directory)
4018-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/SyntaxAndOutput.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4019-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/SyntaxAndOutputmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4020-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/SyntaxAndOutput.py", O_RDONLY) = 3
4021-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=92519, ...}) = 0
4022-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/SyntaxAndOutput.pyc", O_RDONLY) = 4
4023-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=141620, ...}) = 0
4024-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
4025-19692 read(4, "\321\362\r\n\344\6\274Jc\0\0\0\0\0\0\0\0\30\0\0\0@\0\0\0s\374\t\0\0d\0"..., 4096) = 4096
4026-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=141620, ...}) = 0
4027-19692 brk(0x283e000) = 0x283e000
4028-19692 read(4, "\0\0\0\0\1t\2\0\0\0a1t\2\0\0\0a2c\3\0\0\0\3\0\0\0\3\0\0\0"..., 135168) = 135168
4029-19692 read(4, "\0\6\1t\3\0\0\0Foot\7\0\0\0VT_VOIDR]\0\0\0t\7\0\0"..., 4096) = 2356
4030-19692 read(4, "", 4096) = 0
4031-19692 brk(0x287e000) = 0x287e000
4032-19692 close(4) = 0
4033-19692 munmap(0x7fcb67a76000, 4096) = 0
4034-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tests/sys", 0x7fff976b7590) = -1 ENOENT (No such file or directory)
4035-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4036-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4037-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
4038-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
4039-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tests/types", 0x7fff976b7590) = -1 ENOENT (No such file or directory)
4040-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4041-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4042-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/types.py", O_RDONLY) = -1 ENOENT (No such file or directory)
4043-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/types.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
4044-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tests/re", 0x7fff976b7590) = -1 ENOENT (No such file or directory)
4045-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4046-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4047-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
4048-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
4049-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tests/copy", 0x7fff976b7590) = -1 ENOENT (No such file or directory)
4050-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/copy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4051-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/copymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4052-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/copy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
4053-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/copy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
4054-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tests/os", 0x7fff976b7590) = -1 ENOENT (No such file or directory)
4055-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4056-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4057-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
4058-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
4059-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tests/new", 0x7fff976b7590) = -1 ENOENT (No such file or directory)
4060-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/new.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4061-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/newmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4062-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/new.py", O_RDONLY) = -1 ENOENT (No such file or directory)
4063-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/new.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
4064-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tests/warnings", 0x7fff976b7590) = -1 ENOENT (No such file or directory)
4065-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4066-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4067-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/warnings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
4068-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/warnings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
4069-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tests/Cheetah", 0x7fff976b7590) = -1 ENOENT (No such file or directory)
4070-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/Cheetah.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4071-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/Cheetahmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4072-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/Cheetah.py", O_RDONLY) = -1 ENOENT (No such file or directory)
4073-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/Cheetah.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
4074-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tests/unittest_local_copy", 0x7fff976b7590) = -1 ENOENT (No such file or directory)
4075-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/unittest_local_copy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4076-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/unittest_local_copymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4077-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/unittest_local_copy.py", O_RDONLY) = 4
4078-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=33315, ...}) = 0
4079-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/unittest_local_copy.pyc", O_RDONLY) = 6
4080-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=39970, ...}) = 0
4081-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
4082-19692 read(6, "\321\362\r\n\344\6\274Jc\0\0\0\0\0\0\0\0\20\0\0\0@\0\0\0s\342\1\0\0d\0"..., 4096) = 4096
4083-19692 fstat(6, {st_mode=S_IFREG|0644, st_size=39970, ...}) = 0
4084-19692 read(6, "Z\2\0d\1\0\204\0\0Z\3\0d\2\0\204\0\0Z\4\0d\3\0\204\0\0Z\5\0d\4"..., 32768) = 32768
4085-19692 read(6, "\0\0i\23\0|\3\0\203\1\0\1|\0\0i\24\0\203\0\0\1d\0\0S(\5\0\0\0N"..., 4096) = 3106
4086-19692 read(6, "", 4096) = 0
4087-19692 close(6) = 0
4088-19692 munmap(0x7fcb67a76000, 4096) = 0
4089-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tests/string", 0x7fff976b3fe0) = -1 ENOENT (No such file or directory)
4090-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/string.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4091-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/stringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4092-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/string.py", O_RDONLY) = -1 ENOENT (No such file or directory)
4093-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/string.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
4094-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tests/time", 0x7fff976b3fe0) = -1 ENOENT (No such file or directory)
4095-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4096-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4097-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
4098-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
4099-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tests/traceback", 0x7fff976b3fe0) = -1 ENOENT (No such file or directory)
4100-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/traceback.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4101-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4102-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/traceback.py", O_RDONLY) = -1 ENOENT (No such file or directory)
4103-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/traceback.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
4104-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Tests/pprint", 0x7fff976b3fe0) = -1 ENOENT (No such file or directory)
4105-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/pprint.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4106-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/pprintmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4107-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/pprint.py", O_RDONLY) = -1 ENOENT (No such file or directory)
4108-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Tests/pprint.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
4109-19692 close(4) = 0
4110-19692 brk(0x28be000) = 0x28be000
4111-19692 close(3) = 0
4112-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4113-19692 write(1, ".", 1) = 1
4114-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4115-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4116-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4117-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4118-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4119-19692 write(1, ".", 1) = 1
4120-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4121-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4122-19692 write(1, ".", 1) = 1
4123-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4124-19692 brk(0x28e2000) = 0x28e2000
4125-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4126-19692 write(1, ".", 1) = 1
4127-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4128-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4129-19692 brk(0x2909000) = 0x2909000
4130-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4131-19692 write(1, ".", 1) = 1
4132-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4133-19692 brk(0x2949000) = 0x2949000
4134-19692 write(1, ".", 1) = 1
4135-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4136-19692 write(1, ".", 1) = 1
4137-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4138-19692 write(1, ".", 1) = 1
4139-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4140-19692 write(1, ".", 1) = 1
4141-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4142-19692 write(1, ".", 1) = 1
4143-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4144-19692 write(1, ".", 1) = 1
4145-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4146-19692 brk(0x296d000) = 0x296d000
4147-19692 write(1, ".", 1) = 1
4148-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4149-19692 write(1, ".", 1) = 1
4150-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4151-19692 write(1, ".", 1) = 1
4152-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4153-19692 write(1, ".", 1) = 1
4154-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4155-19692 write(1, ".", 1) = 1
4156-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4157-19692 write(1, ".", 1) = 1
4158-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4159-19692 write(1, ".", 1) = 1
4160-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4161-19692 write(1, ".", 1) = 1
4162-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4163-19692 write(1, ".", 1) = 1
4164-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4165-19692 write(1, ".", 1) = 1
4166-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4167-19692 write(1, ".", 1) = 1
4168-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4169-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4170-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4171-19692 write(1, ".", 1) = 1
4172-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4173-19692 write(1, ".", 1) = 1
4174-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4175-19692 write(1, ".", 1) = 1
4176-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4177-19692 write(1, ".", 1) = 1
4178-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4179-19692 write(1, ".", 1) = 1
4180-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4181-19692 write(1, ".", 1) = 1
4182-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4183-19692 brk(0x2990000) = 0x2990000
4184-19692 write(1, ".", 1) = 1
4185-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4186-19692 write(1, ".", 1) = 1
4187-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4188-19692 write(1, ".", 1) = 1
4189-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4190-19692 write(1, ".", 1) = 1
4191-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4192-19692 write(1, ".", 1) = 1
4193-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4194-19692 write(1, ".", 1) = 1
4195-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4196-19692 write(1, ".", 1) = 1
4197-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4198-19692 write(1, ".", 1) = 1
4199-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4200-19692 brk(0x29b6000) = 0x29b6000
4201-19692 write(1, ".", 1) = 1
4202-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4203-19692 write(1, ".", 1) = 1
4204-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4205-19692 write(1, ".", 1) = 1
4206-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4207-19692 write(1, ".", 1) = 1
4208-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4209-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4210-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4211-19692 write(1, ".", 1) = 1
4212-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4213-19692 brk(0x29d9000) = 0x29d9000
4214-19692 write(1, ".", 1) = 1
4215-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4216-19692 write(1, ".", 1) = 1
4217-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4218-19692 write(1, ".", 1) = 1
4219-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4220-19692 write(1, ".", 1) = 1
4221-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4222-19692 write(1, ".", 1) = 1
4223-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4224-19692 write(1, ".", 1) = 1
4225-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4226-19692 write(1, ".", 1) = 1
4227-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4228-19692 write(1, ".", 1) = 1
4229-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4230-19692 write(1, ".", 1) = 1
4231-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4232-19692 write(1, ".", 1) = 1
4233-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4234-19692 write(1, ".", 1) = 1
4235-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4236-19692 write(1, ".", 1) = 1
4237-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4238-19692 brk(0x29fa000) = 0x29fa000
4239-19692 write(1, ".", 1) = 1
4240-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4241-19692 brk(0x2a46000) = 0x2a46000
4242-19692 write(1, ".", 1) = 1
4243-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4244-19692 write(1, ".", 1) = 1
4245-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4246-19692 write(1, ".", 1) = 1
4247-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4248-19692 write(1, ".", 1) = 1
4249-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4250-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4251-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4252-19692 write(1, ".", 1) = 1
4253-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4254-19692 write(1, ".", 1) = 1
4255-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4256-19692 brk(0x2a6e000) = 0x2a6e000
4257-19692 write(1, ".", 1) = 1
4258-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4259-19692 write(1, ".", 1) = 1
4260-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4261-19692 write(1, ".", 1) = 1
4262-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4263-19692 write(1, ".", 1) = 1
4264-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4265-19692 write(1, ".", 1) = 1
4266-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4267-19692 write(1, ".", 1) = 1
4268-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4269-19692 write(1, ".", 1) = 1
4270-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4271-19692 write(1, ".", 1) = 1
4272-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4273-19692 brk(0x2a92000) = 0x2a92000
4274-19692 write(1, ".", 1) = 1
4275-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4276-19692 write(1, ".", 1) = 1
4277-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4278-19692 write(1, ".", 1) = 1
4279-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4280-19692 write(1, ".", 1) = 1
4281-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4282-19692 write(1, ".", 1) = 1
4283-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4284-19692 write(1, ".", 1) = 1
4285-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4286-19692 write(1, ".", 1) = 1
4287-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4288-19692 write(1, ".", 1) = 1
4289-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4290-19692 brk(0x2ab4000) = 0x2ab4000
4291-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4292-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4293-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4294-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4295-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4296-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4297-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4298-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4299-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4300-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4301-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4302-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4303-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4304-19692 brk(0x2ada000) = 0x2ada000
4305-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4306-19692 write(1, ".", 1) = 1
4307-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4308-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4309-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4310-19692 write(1, ".", 1) = 1
4311-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4312-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4313-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4314-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4315-19692 brk(0x2afd000) = 0x2afd000
4316-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4317-19692 brk(0x2b3f000) = 0x2b3f000
4318-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4319-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4320-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4321-19692 write(1, ".", 1) = 1
4322-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4323-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4324-19692 write(1, ".", 1) = 1
4325-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4326-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4327-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4328-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4329-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4330-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4331-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4332-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4333-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4334-19692 write(1, ".", 1) = 1
4335-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4336-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4337-19692 write(1, ".", 1) = 1
4338-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4339-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4340-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4341-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4342-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4343-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4344-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4345-19692 brk(0x2b64000) = 0x2b64000
4346-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4347-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4348-19692 write(1, ".", 1) = 1
4349-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4350-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4351-19692 write(1, ".", 1) = 1
4352-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4353-19692 write(1, ".", 1) = 1
4354-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4355-19692 write(1, ".", 1) = 1
4356-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4357-19692 write(1, ".", 1) = 1
4358-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4359-19692 write(1, ".", 1) = 1
4360-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4361-19692 write(1, ".", 1) = 1
4362-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4363-19692 brk(0x2b87000) = 0x2b87000
4364-19692 write(1, ".", 1) = 1
4365-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4366-19692 write(1, ".", 1) = 1
4367-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4368-19692 write(1, ".", 1) = 1
4369-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4370-19692 write(1, ".", 1) = 1
4371-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4372-19692 write(1, ".", 1) = 1
4373-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4374-19692 write(1, ".", 1) = 1
4375-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4376-19692 write(1, ".", 1) = 1
4377-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4378-19692 write(1, ".", 1) = 1
4379-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4380-19692 write(1, ".", 1) = 1
4381-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4382-19692 brk(0x2baa000) = 0x2baa000
4383-19692 write(1, ".", 1) = 1
4384-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4385-19692 write(1, ".", 1) = 1
4386-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4387-19692 write(1, ".", 1) = 1
4388-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4389-19692 write(1, ".", 1) = 1
4390-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4391-19692 write(1, ".", 1) = 1
4392-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4393-19692 write(1, ".", 1) = 1
4394-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4395-19692 write(1, ".", 1) = 1
4396-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4397-19692 write(1, ".", 1) = 1
4398-19692 write(1, ".", 1) = 1
4399-19692 write(1, ".", 1) = 1
4400-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4401-19692 brk(0x2bcb000) = 0x2bcb000
4402-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4403-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4404-19692 write(1, ".", 1) = 1
4405-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4406-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4407-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4408-19692 write(1, ".", 1) = 1
4409-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4410-19692 write(1, ".", 1) = 1
4411-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4412-19692 write(1, ".", 1) = 1
4413-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4414-19692 write(1, ".", 1) = 1
4415-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4416-19692 brk(0x2bec000) = 0x2bec000
4417-19692 write(1, ".", 1) = 1
4418-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4419-19692 stat("/usr/lib/python2.6/encodings/latin_1", 0x7fff976bacd0) = -1 ENOENT (No such file or directory)
4420-19692 open("/usr/lib/python2.6/encodings/latin_1.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4421-19692 open("/usr/lib/python2.6/encodings/latin_1module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4422-19692 open("/usr/lib/python2.6/encodings/latin_1.py", O_RDONLY) = 3
4423-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=1264, ...}) = 0
4424-19692 open("/usr/lib/python2.6/encodings/latin_1.pyc", O_RDONLY) = 4
4425-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=2291, ...}) = 0
4426-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
4427-19692 read(4, "\321\362\r\n\210\324\272Jc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\273\0\0\0d\0"..., 4096) = 2291
4428-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=2291, ...}) = 0
4429-19692 read(4, "", 4096) = 0
4430-19692 close(4) = 0
4431-19692 munmap(0x7fcb67a76000, 4096) = 0
4432-19692 close(3) = 0
4433-19692 write(1, ".", 1) = 1
4434-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4435-19692 write(1, ".", 1) = 1
4436-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4437-19692 write(1, ".", 1) = 1
4438-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4439-19692 write(1, ".", 1) = 1
4440-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4441-19692 write(1, ".", 1) = 1
4442-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4443-19692 write(1, ".", 1) = 1
4444-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4445-19692 brk(0x2c0d000) = 0x2c0d000
4446-19692 write(1, ".", 1) = 1
4447-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4448-19692 write(1, ".", 1) = 1
4449-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4450-19692 write(1, ".", 1) = 1
4451-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4452-19692 write(1, ".", 1) = 1
4453-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4454-19692 write(1, ".", 1) = 1
4455-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4456-19692 write(1, ".", 1) = 1
4457-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4458-19692 brk(0x2c4f000) = 0x2c4f000
4459-19692 write(1, ".", 1) = 1
4460-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4461-19692 write(1, ".", 1) = 1
4462-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4463-19692 write(1, ".", 1) = 1
4464-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4465-19692 brk(0x2c77000) = 0x2c77000
4466-19692 write(1, ".", 1) = 1
4467-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4468-19692 brk(0x2caf000) = 0x2caf000
4469-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Templates", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
4470-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Templates/__init__.py", {st_mode=S_IFREG|0644, st_size=1, ...}) = 0
4471-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Templates/__init__", 0x7fff976b9ae0) = -1 ENOENT (No such file or directory)
4472-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4473-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4474-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/__init__.py", O_RDONLY) = 3
4475-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=1, ...}) = 0
4476-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/__init__.pyc", O_RDONLY) = 4
4477-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=145, ...}) = 0
4478-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
4479-19692 read(4, "\321\362\r\n\344\6\274Jc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0"..., 4096) = 145
4480-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=145, ...}) = 0
4481-19692 read(4, "", 4096) = 0
4482-19692 close(4) = 0
4483-19692 munmap(0x7fcb67a76000, 4096) = 0
4484-19692 close(3) = 0
4485-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Templates", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
4486-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Templates", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
4487-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Templates/_SkeletonPage", 0x7fff976bab40) = -1 ENOENT (No such file or directory)
4488-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/_SkeletonPage.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4489-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/_SkeletonPagemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4490-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/_SkeletonPage.py", O_RDONLY) = 3
4491-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=8793, ...}) = 0
4492-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/_SkeletonPage.pyc", O_RDONLY) = 4
4493-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=8091, ...}) = 0
4494-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
4495-19692 read(4, "\321\362\r\n\344\6\274Jc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\213\0\0\0d\0"..., 4096) = 4096
4496-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=8091, ...}) = 0
4497-19692 read(4, "usr/lib/pymodules/python2.6/Chee"..., 4096) = 3995
4498-19692 read(4, "", 4096) = 0
4499-19692 close(4) = 0
4500-19692 munmap(0x7fcb67a76000, 4096) = 0
4501-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Templates/time", 0x7fff976b7590) = -1 ENOENT (No such file or directory)
4502-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4503-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4504-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
4505-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
4506-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Templates/types", 0x7fff976b7590) = -1 ENOENT (No such file or directory)
4507-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4508-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4509-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/types.py", O_RDONLY) = -1 ENOENT (No such file or directory)
4510-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/types.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
4511-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Templates/os", 0x7fff976b7590) = -1 ENOENT (No such file or directory)
4512-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4513-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4514-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
4515-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
4516-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Templates/sys", 0x7fff976b7590) = -1 ENOENT (No such file or directory)
4517-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4518-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4519-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
4520-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
4521-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Templates/Cheetah", 0x7fff976b7590) = -1 ENOENT (No such file or directory)
4522-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/Cheetah.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4523-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/Cheetahmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4524-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/Cheetah.py", O_RDONLY) = -1 ENOENT (No such file or directory)
4525-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/Cheetah.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
4526-19692 close(3) = 0
4527-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4528-19692 write(1, ".", 1) = 1
4529-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4530-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Templates/SkeletonPage", 0x7fff976bab40) = -1 ENOENT (No such file or directory)
4531-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/SkeletonPage.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4532-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/SkeletonPagemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4533-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/SkeletonPage.py", O_RDONLY) = 3
4534-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=10055, ...}) = 0
4535-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/SkeletonPage.pyc", O_RDONLY) = 4
4536-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=7429, ...}) = 0
4537-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
4538-19692 read(4, "\321\362\r\n\344\6\274Jc\0\0\0\0\0\0\0\0\30\0\0\0@\0\0\0s1\2\0\0d\0"..., 4096) = 4096
4539-19692 fstat(4, {st_mode=S_IFREG|0644, st_size=7429, ...}) = 0
4540-19692 read(4, "n\1\0\1|\3\0d\20\0\203\1\0\1t\21\0|\4\0d\21\0t\4\0\203\3\0}\f\0"..., 4096) = 3333
4541-19692 read(4, "", 4096) = 0
4542-19692 close(4) = 0
4543-19692 munmap(0x7fcb67a76000, 4096) = 0
4544-19692 stat("/usr/lib/pymodules/python2.6/Cheetah/Templates/__builtin__", 0x7fff976b7590) = -1 ENOENT (No such file or directory)
4545-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/__builtin__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4546-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/__builtin__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4547-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/__builtin__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
4548-19692 open("/usr/lib/pymodules/python2.6/Cheetah/Templates/__builtin__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
4549-19692 close(3) = 0
4550-19692 write(1, ".", 1) = 1
4551-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4552-19692 write(1, ".", 1) = 1
4553-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4554-19692 write(1, ".", 1) = 1
4555-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4556-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4557-19692 write(1, ".", 1) = 1
4558-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4559-19692 write(1, ".", 1) = 1
4560-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4561-19692 write(1, ".", 1) = 1
4562-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4563-19692 write(1, ".", 1) = 1
4564-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4565-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4566-19692 write(1, ".", 1) = 1
4567-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4568-19692 write(1, ".", 1) = 1
4569-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4570-19692 write(1, ".", 1) = 1
4571-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4572-19692 write(1, ".", 1) = 1
4573-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4574-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4575-19692 write(1, ".", 1) = 1
4576-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4577-19692 write(1, ".", 1) = 1
4578-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4579-19692 write(1, ".", 1) = 1
4580-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4581-19692 write(1, ".", 1) = 1
4582-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4583-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4584-19692 write(1, ".", 1) = 1
4585-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4586-19692 write(1, ".", 1) = 1
4587-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4588-19692 brk(0x2cd0000) = 0x2cd0000
4589-19692 write(1, ".", 1) = 1
4590-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4591-19692 write(1, ".", 1) = 1
4592-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4593-19692 write(1, ".", 1) = 1
4594-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4595-19692 write(1, ".", 1) = 1
4596-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4597-19692 write(1, ".", 1) = 1
4598-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4599-19692 write(1, ".", 1) = 1
4600-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4601-19692 write(1, ".", 1) = 1
4602-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4603-19692 write(1, ".", 1) = 1
4604-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4605-19692 write(1, ".", 1) = 1
4606-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4607-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4608-19692 write(1, ".", 1) = 1
4609-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4610-19692 write(1, ".", 1) = 1
4611-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4612-19692 write(1, ".", 1) = 1
4613-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4614-19692 write(1, ".", 1) = 1
4615-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4616-19692 write(1, ".", 1) = 1
4617-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4618-19692 write(1, ".", 1) = 1
4619-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4620-19692 write(1, ".", 1) = 1
4621-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4622-19692 write(1, ".", 1) = 1
4623-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4624-19692 write(1, ".", 1) = 1
4625-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4626-19692 write(1, ".", 1) = 1
4627-19692 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
4628-19692 write(1, ".", 1) = 1
4629-19692 lstat("/tmp/tmpZOmWoy", 0x7fff976bf170) = -1 ENOENT (No such file or directory)
4630-19692 mkdir("/tmp/tmpZOmWoy", 0777) = 0
4631-19692 getcwd("/home/lool/scratch/cheetah/cheetah-2.0.1", 1024) = 41
4632-19692 chdir("/tmp/tmpZOmWoy") = 0
4633-19692 mkdir("child", 0777) = 0
4634-19692 mkdir("child/grandkid", 0777) = 0
4635-19692 open("a.tmpl", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
4636-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
4637-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
4638-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
4639-19692 write(3, "Hello, world!\n", 14) = 14
4640-19692 close(3) = 0
4641-19692 munmap(0x7fcb67a76000, 4096) = 0
4642-19692 open("child/a.tmpl", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
4643-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
4644-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
4645-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
4646-19692 write(3, "Hello, world!\n", 14) = 14
4647-19692 close(3) = 0
4648-19692 munmap(0x7fcb67a76000, 4096) = 0
4649-19692 open("child/grandkid/a.tmpl", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
4650-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
4651-19692 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
4652-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
4653-19692 write(3, "Hello, world!\n", 14) = 14
4654-19692 close(3) = 0
4655-19692 munmap(0x7fcb67a76000, 4096) = 0
4656-19692 syscall_293(0x7fff976bf190, 0x80000, 0x7fcb69abddd5, 0x100, 0x7fcb69ad46f0, 0x100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) = 0
4657-19692 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fcb69ad47c0) = 19699
4658-19692 close(4 <unfinished ...>
4659-19699 close(3 <unfinished ...>
4660-19692 <... close resumed> ) = 0
4661-19699 <... close resumed> ) = 0
4662-19692 fcntl(3, F_SETFD, 0 <unfinished ...>
4663-19699 dup2(4, 1 <unfinished ...>
4664-19692 <... fcntl resumed> ) = 0
4665-19699 <... dup2 resumed> ) = 1
4666-19699 close(4 <unfinished ...>
4667-19692 fstat(3, <unfinished ...>
4668-19699 <... close resumed> ) = 0
4669-19692 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
4670-19699 execve("/bin/sh", ["sh", "-c", "{ cheetah compile --flat child/a"...], [/* 39 vars */] <unfinished ...>
4671-19692 fstat(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
4672-19692 lseek(3, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
4673-19692 fstat(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
4674-19692 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcb67a76000
4675-19692 read(3, <unfinished ...>
4676-19699 <... execve resumed> ) = 0
4677-19699 brk(0) = 0x7a6000
4678-19699 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f486ee36000
4679-19699 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
4680-19699 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f486ee34000
4681-19699 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
4682-19699 open("/etc/ld.so.cache", O_RDONLY) = 3
4683-19699 fstat(3, {st_mode=S_IFREG|0644, st_size=113529, ...}) = 0
4684-19699 mmap(NULL, 113529, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f486ee18000
4685-19699 close(3) = 0
4686-19699 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
4687-19699 open("/lib/libc.so.6", O_RDONLY) = 3
4688-19699 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\353\1\0\0\0\0\0"..., 832) = 832
4689-19699 fstat(3, {st_mode=S_IFREG|0755, st_size=1490312, ...}) = 0
4690-19699 mmap(NULL, 3598344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f486e8aa000
4691-19699 mprotect(0x7f486ea10000, 2093056, PROT_NONE) = 0
4692-19699 mmap(0x7f486ec0f000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x165000) = 0x7f486ec0f000
4693-19699 mmap(0x7f486ec14000, 18440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f486ec14000
4694-19699 close(3) = 0
4695-19699 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f486ee17000
4696-19699 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f486ee16000
4697-19699 arch_prctl(ARCH_SET_FS, 0x7f486ee166f0) = 0
4698-19699 mprotect(0x7f486ec0f000, 16384, PROT_READ) = 0
4699-19699 mprotect(0x617000, 4096, PROT_READ) = 0
4700-19699 mprotect(0x7f486ee37000, 4096, PROT_READ) = 0
4701-19699 munmap(0x7f486ee18000, 113529) = 0
4702-19699 getpid() = 19699
4703-19699 rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTORER|SA_RESTART, 0x7f486e8dd530}, {SIG_DFL, [], 0}, 8) = 0
4704-19699 geteuid() = 1000
4705-19699 brk(0) = 0x7a6000
4706-19699 brk(0x7c7000) = 0x7c7000
4707-19699 getppid() = 19692
4708-19699 stat("/home/lool/scratch/cheetah/cheetah-2.0.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
4709-19699 stat(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
4710-19699 getcwd("/tmp/tmpZOmWoy", 4096) = 15
4711-19699 rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
4712-19699 rt_sigaction(SIGINT, {0x40812f, ~[RTMIN RT_1], SA_RESTORER, 0x7f486e8dd530}, NULL, 8) = 0
4713-19699 rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
4714-19699 rt_sigaction(SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x7f486e8dd530}, NULL, 8) = 0
4715-19699 rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
4716-19699 rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x7f486e8dd530}, NULL, 8) = 0
4717-19699 fcntl(2, F_DUPFD, 10) = 10
4718-19699 close(2) = 0
4719-19699 fcntl(10, F_SETFD, FD_CLOEXEC) = 0
4720-19699 dup2(1, 2) = 2
4721-19699 stat("build/scripts-2.6/cheetah", 0x7fffc76eaa10) = -1 ENOENT (No such file or directory)
4722-19699 stat("/home/lool/bin/cheetah", 0x7fffc76eaa10) = -1 ENOENT (No such file or directory)
4723-19699 stat("/usr/lib/ccache/cheetah", 0x7fffc76eaa10) = -1 ENOENT (No such file or directory)
4724-19699 stat("/home/lool/bin/cheetah", 0x7fffc76eaa10) = -1 ENOENT (No such file or directory)
4725-19699 stat("/usr/lib/ccache/cheetah", 0x7fffc76eaa10) = -1 ENOENT (No such file or directory)
4726-19699 stat("/usr/local/sbin/cheetah", 0x7fffc76eaa10) = -1 ENOENT (No such file or directory)
4727-19699 stat("/usr/local/bin/cheetah", 0x7fffc76eaa10) = -1 ENOENT (No such file or directory)
4728-19699 stat("/usr/sbin/cheetah", 0x7fffc76eaa10) = -1 ENOENT (No such file or directory)
4729-19699 stat("/usr/bin/cheetah", {st_mode=S_IFREG|0755, st_size=92, ...}) = 0
4730-19699 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f486ee167c0) = 19700
4731-19699 wait4(4294967295, <unfinished ...>
4732-19700 execve("/usr/bin/cheetah", ["cheetah", "compile", "--flat", "child/a.tmpl"], [/* 39 vars */]) = 0
4733-19700 brk(0) = 0x212e000
4734-19700 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5be1d9000
4735-19700 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
4736-19700 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5be1d7000
4737-19700 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
4738-19700 open("/etc/ld.so.cache", O_RDONLY) = 3
4739-19700 fstat(3, {st_mode=S_IFREG|0644, st_size=113529, ...}) = 0
4740-19700 mmap(NULL, 113529, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fa5be1bb000
4741-19700 close(3) = 0
4742-19700 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
4743-19700 open("/lib/libpthread.so.0", O_RDONLY) = 3
4744-19700 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340X\0\0\0\0\0\0"..., 832) = 832
4745-19700 fstat(3, {st_mode=S_IFREG|0755, st_size=131174, ...}) = 0
4746-19700 mmap(NULL, 2208640, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bdda0000
4747-19700 mprotect(0x7fa5bddb7000, 2093056, PROT_NONE) = 0
4748-19700 mmap(0x7fa5bdfb6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7fa5bdfb6000
4749-19700 mmap(0x7fa5bdfb8000, 13184, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa5bdfb8000
4750-19700 close(3) = 0
4751-19700 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
4752-19700 open("/lib/libdl.so.2", O_RDONLY) = 3
4753-19700 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832
4754-19700 fstat(3, {st_mode=S_IFREG|0644, st_size=14696, ...}) = 0
4755-19700 mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bdb9c000
4756-19700 mprotect(0x7fa5bdb9e000, 2097152, PROT_NONE) = 0
4757-19700 mmap(0x7fa5bdd9e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fa5bdd9e000
4758-19700 close(3) = 0
4759-19700 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
4760-19700 open("/lib/libutil.so.1", O_RDONLY) = 3
4761-19700 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\16\0\0\0\0\0\0"..., 832) = 832
4762-19700 fstat(3, {st_mode=S_IFREG|0644, st_size=10648, ...}) = 0
4763-19700 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5be1ba000
4764-19700 mmap(NULL, 2105608, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bd999000
4765-19700 mprotect(0x7fa5bd99b000, 2093056, PROT_NONE) = 0
4766-19700 mmap(0x7fa5bdb9a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7fa5bdb9a000
4767-19700 close(3) = 0
4768-19700 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
4769-19700 open("/lib/libz.so.1", O_RDONLY) = 3
4770-19700 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\"\0\0\0\0\0\0"..., 832) = 832
4771-19700 fstat(3, {st_mode=S_IFREG|0644, st_size=92752, ...}) = 0
4772-19700 mmap(NULL, 2187792, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bd782000
4773-19700 mprotect(0x7fa5bd798000, 2093056, PROT_NONE) = 0
4774-19700 mmap(0x7fa5bd997000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7fa5bd997000
4775-19700 close(3) = 0
4776-19700 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
4777-19700 open("/lib/libm.so.6", O_RDONLY) = 3
4778-19700 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p>\0\0\0\0\0\0"..., 832) = 832
4779-19700 fstat(3, {st_mode=S_IFREG|0644, st_size=538920, ...}) = 0
4780-19700 mmap(NULL, 2633944, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bd4fe000
4781-19700 mprotect(0x7fa5bd580000, 2097152, PROT_NONE) = 0
4782-19700 mmap(0x7fa5bd780000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x82000) = 0x7fa5bd780000
4783-19700 close(3) = 0
4784-19700 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
4785-19700 open("/lib/libc.so.6", O_RDONLY) = 3
4786-19700 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\353\1\0\0\0\0\0"..., 832) = 832
4787-19700 fstat(3, {st_mode=S_IFREG|0755, st_size=1490312, ...}) = 0
4788-19700 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5be1b9000
4789-19700 mmap(NULL, 3598344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bd18f000
4790-19700 mprotect(0x7fa5bd2f5000, 2093056, PROT_NONE) = 0
4791-19700 mmap(0x7fa5bd4f4000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x165000) = 0x7fa5bd4f4000
4792-19700 mmap(0x7fa5bd4f9000, 18440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa5bd4f9000
4793-19700 close(3) = 0
4794-19700 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5be1b8000
4795-19700 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5be1b7000
4796-19700 arch_prctl(ARCH_SET_FS, 0x7fa5be1b76f0) = 0
4797-19700 mprotect(0x7fa5bd4f4000, 16384, PROT_READ) = 0
4798-19700 mprotect(0x7fa5bd780000, 4096, PROT_READ) = 0
4799-19700 mprotect(0x7fa5bd997000, 4096, PROT_READ) = 0
4800-19700 mprotect(0x7fa5bdb9a000, 4096, PROT_READ) = 0
4801-19700 mprotect(0x7fa5bdd9e000, 4096, PROT_READ) = 0
4802-19700 mprotect(0x7fa5bdfb6000, 4096, PROT_READ) = 0
4803-19700 mprotect(0x80e000, 4096, PROT_READ) = 0
4804-19700 mprotect(0x7fa5be1da000, 4096, PROT_READ) = 0
4805-19700 munmap(0x7fa5be1bb000, 113529) = 0
4806-19700 set_tid_address(0x7fa5be1b77c0) = 19700
4807-19700 set_robust_list(0x7fa5be1b77d0, 0x18) = 0
4808-19700 futex(0x7fff8fbb58cc, FUTEX_WAKE_PRIVATE, 1) = 0
4809-19700 futex(0x7fff8fbb58cc, 0x189 /* FUTEX_??? */, 1, NULL, 7fa5be1b76f0) = -1 EAGAIN (Resource temporarily unavailable)
4810-19700 rt_sigaction(SIGRTMIN, {0x7fa5bdda5760, [], SA_RESTORER|SA_SIGINFO, 0x7fa5bddaf190}, NULL, 8) = 0
4811-19700 rt_sigaction(SIGRT_1, {0x7fa5bdda57f0, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7fa5bddaf190}, NULL, 8) = 0
4812-19700 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
4813-19700 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
4814-19700 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
4815-19700 brk(0) = 0x212e000
4816-19700 brk(0x214f000) = 0x214f000
4817-19700 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5be176000
4818-19700 open("/proc/meminfo", O_RDONLY) = 3
4819-19700 fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
4820-19700 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5be1d6000
4821-19700 read(3, "MemTotal: 3952456 kB\nMemF"..., 1024) = 1024
4822-19700 close(3) = 0
4823-19700 munmap(0x7fa5be1d6000, 4096) = 0
4824-19700 brk(0x2178000) = 0x2178000
4825-19700 fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 5), ...}) = 0
4826-19700 fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 5), ...}) = 0
4827-19700 fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
4828-19700 fstat(2, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
4829-19700 readlink("/usr/bin/python", "python2.6", 4096) = 9
4830-19700 readlink("/usr/bin/python2.6", 0x7fff8fbb3610, 4096) = -1 EINVAL (Invalid argument)
4831-19700 stat("/usr/bin/Modules/Setup", 0x7fff8fbb3580) = -1 ENOENT (No such file or directory)
4832-19700 stat("/usr/bin/lib/python2.6/os.py", 0x7fff8fbb34d0) = -1 ENOENT (No such file or directory)
4833-19700 stat("/usr/bin/lib/python2.6/os.pyc", 0x7fff8fbb34d0) = -1 ENOENT (No such file or directory)
4834-19700 stat("/usr/lib/python2.6/os.py", {st_mode=S_IFREG|0644, st_size=26235, ...}) = 0
4835-19700 stat("/usr/bin/Modules/Setup", 0x7fff8fbb3580) = -1 ENOENT (No such file or directory)
4836-19700 stat("/usr/bin/lib/python2.6/lib-dynload", 0x7fff8fbb3580) = -1 ENOENT (No such file or directory)
4837-19700 stat("/usr/lib/python2.6/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
4838-19700 rt_sigaction(SIGPIPE, {0x1, [], SA_RESTORER, 0x7fa5bddaf190}, {0x1, [], 0}, 8) = 0
4839-19700 rt_sigaction(SIGXFSZ, {0x1, [], SA_RESTORER, 0x7fa5bddaf190}, {0x1, [], 0}, 8) = 0
4840-19700 rt_sigaction(SIGHUP, NULL, {SIG_DFL, [], 0}, 8) = 0
4841-19700 rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
4842-19700 rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
4843-19700 rt_sigaction(SIGILL, NULL, {SIG_DFL, [], 0}, 8) = 0
4844-19700 rt_sigaction(SIGTRAP, NULL, {SIG_DFL, [], 0}, 8) = 0
4845-19700 rt_sigaction(SIGABRT, NULL, {SIG_DFL, [], 0}, 8) = 0
4846-19700 rt_sigaction(SIGBUS, NULL, {SIG_DFL, [], 0}, 8) = 0
4847-19700 rt_sigaction(SIGFPE, NULL, {SIG_DFL, [], 0}, 8) = 0
4848-19700 rt_sigaction(SIGKILL, NULL, {SIG_DFL, [], 0}, 8) = 0
4849-19700 rt_sigaction(SIGUSR1, NULL, {SIG_DFL, [], 0}, 8) = 0
4850-19700 rt_sigaction(SIGSEGV, NULL, {SIG_DFL, [], 0}, 8) = 0
4851-19700 rt_sigaction(SIGUSR2, NULL, {SIG_DFL, [], 0}, 8) = 0
4852-19700 rt_sigaction(SIGPIPE, NULL, {0x1, [], SA_RESTORER, 0x7fa5bddaf190}, 8) = 0
4853-19700 rt_sigaction(SIGALRM, NULL, {SIG_DFL, [], 0}, 8) = 0
4854-19700 rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
4855-19700 rt_sigaction(SIGSTKFLT, NULL, {SIG_DFL, [], 0}, 8) = 0
4856-19700 rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0
4857-19700 rt_sigaction(SIGCONT, NULL, {SIG_DFL, [], 0}, 8) = 0
4858-19700 rt_sigaction(SIGSTOP, NULL, {SIG_DFL, [], 0}, 8) = 0
4859-19700 rt_sigaction(SIGTSTP, NULL, {SIG_DFL, [], 0}, 8) = 0
4860-19700 rt_sigaction(SIGTTIN, NULL, {SIG_DFL, [], 0}, 8) = 0
4861-19700 rt_sigaction(SIGTTOU, NULL, {SIG_DFL, [], 0}, 8) = 0
4862-19700 rt_sigaction(SIGURG, NULL, {SIG_DFL, [], 0}, 8) = 0
4863-19700 rt_sigaction(SIGXCPU, NULL, {SIG_DFL, [], 0}, 8) = 0
4864-19700 rt_sigaction(SIGXFSZ, NULL, {0x1, [], SA_RESTORER, 0x7fa5bddaf190}, 8) = 0
4865-19700 rt_sigaction(SIGVTALRM, NULL, {SIG_DFL, [], 0}, 8) = 0
4866-19700 rt_sigaction(SIGPROF, NULL, {SIG_DFL, [], 0}, 8) = 0
4867-19700 rt_sigaction(SIGWINCH, NULL, {SIG_DFL, [], 0}, 8) = 0
4868-19700 rt_sigaction(SIGIO, NULL, {SIG_DFL, [], 0}, 8) = 0
4869-19700 rt_sigaction(SIGPWR, NULL, {SIG_DFL, [], 0}, 8) = 0
4870-19700 rt_sigaction(SIGSYS, NULL, {SIG_DFL, [], 0}, 8) = 0
4871-19700 rt_sigaction(SIGRT_2, NULL, {SIG_DFL, [], 0}, 8) = 0
4872-19700 rt_sigaction(SIGRT_3, NULL, {SIG_DFL, [], 0}, 8) = 0
4873-19700 rt_sigaction(SIGRT_4, NULL, {SIG_DFL, [], 0}, 8) = 0
4874-19700 rt_sigaction(SIGRT_5, NULL, {SIG_DFL, [], 0}, 8) = 0
4875-19700 rt_sigaction(SIGRT_6, NULL, {SIG_DFL, [], 0}, 8) = 0
4876-19700 rt_sigaction(SIGRT_7, NULL, {SIG_DFL, [], 0}, 8) = 0
4877-19700 rt_sigaction(SIGRT_8, NULL, {SIG_DFL, [], 0}, 8) = 0
4878-19700 rt_sigaction(SIGRT_9, NULL, {SIG_DFL, [], 0}, 8) = 0
4879-19700 rt_sigaction(SIGRT_10, NULL, {SIG_DFL, [], 0}, 8) = 0
4880-19700 rt_sigaction(SIGRT_11, NULL, {SIG_DFL, [], 0}, 8) = 0
4881-19700 rt_sigaction(SIGRT_12, NULL, {SIG_DFL, [], 0}, 8) = 0
4882-19700 rt_sigaction(SIGRT_13, NULL, {SIG_DFL, [], 0}, 8) = 0
4883-19700 rt_sigaction(SIGRT_14, NULL, {SIG_DFL, [], 0}, 8) = 0
4884-19700 rt_sigaction(SIGRT_15, NULL, {SIG_DFL, [], 0}, 8) = 0
4885-19700 rt_sigaction(SIGRT_16, NULL, {SIG_DFL, [], 0}, 8) = 0
4886-19700 rt_sigaction(SIGRT_17, NULL, {SIG_DFL, [], 0}, 8) = 0
4887-19700 rt_sigaction(SIGRT_18, NULL, {SIG_DFL, [], 0}, 8) = 0
4888-19700 rt_sigaction(SIGRT_19, NULL, {SIG_DFL, [], 0}, 8) = 0
4889-19700 rt_sigaction(SIGRT_20, NULL, {SIG_DFL, [], 0}, 8) = 0
4890-19700 rt_sigaction(SIGRT_21, NULL, {SIG_DFL, [], 0}, 8) = 0
4891-19700 rt_sigaction(SIGRT_22, NULL, {SIG_DFL, [], 0}, 8) = 0
4892-19700 rt_sigaction(SIGRT_23, NULL, {SIG_DFL, [], 0}, 8) = 0
4893-19700 rt_sigaction(SIGRT_24, NULL, {SIG_DFL, [], 0}, 8) = 0
4894-19700 rt_sigaction(SIGRT_25, NULL, {SIG_DFL, [], 0}, 8) = 0
4895-19700 rt_sigaction(SIGRT_26, NULL, {SIG_DFL, [], 0}, 8) = 0
4896-19700 rt_sigaction(SIGRT_27, NULL, {SIG_DFL, [], 0}, 8) = 0
4897-19700 rt_sigaction(SIGRT_28, NULL, {SIG_DFL, [], 0}, 8) = 0
4898-19700 rt_sigaction(SIGRT_29, NULL, {SIG_DFL, [], 0}, 8) = 0
4899-19700 rt_sigaction(SIGRT_30, NULL, {SIG_DFL, [], 0}, 8) = 0
4900-19700 rt_sigaction(SIGRT_31, NULL, {SIG_DFL, [], 0}, 8) = 0
4901-19700 rt_sigaction(SIGRT_32, NULL, {SIG_DFL, [], 0}, 8) = 0
4902-19700 rt_sigaction(SIGINT, {0x4d2690, [], SA_RESTORER, 0x7fa5bddaf190}, {SIG_DFL, [], 0}, 8) = 0
4903-19700 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5be135000
4904-19700 stat("/usr/lib/python2.6/", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
4905-19700 stat("/usr/lib/python2.6/", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
4906-19700 stat("/usr/lib/python2.6/site", 0x7fff8fbb1290) = -1 ENOENT (No such file or directory)
4907-19700 open("/usr/lib/python2.6/site.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4908-19700 open("/usr/lib/python2.6/sitemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4909-19700 open("/usr/lib/python2.6/site.py", O_RDONLY) = 3
4910-19700 fstat(3, {st_mode=S_IFREG|0644, st_size=18712, ...}) = 0
4911-19700 open("/usr/lib/python2.6/site.pyc", O_RDONLY) = 4
4912-19700 fstat(4, {st_mode=S_IFREG|0644, st_size=18238, ...}) = 0
4913-19700 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5be134000
4914-19700 read(4, "\321\362\r\n\231\324\272Jc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0sK\1\0\0d\0"..., 4096) = 4096
4915-19700 fstat(4, {st_mode=S_IFREG|0644, st_size=18238, ...}) = 0
4916-19700 read(4, "\0\0\0\3\0\0\0\6\0\0\0C\0\0\0st\0\0\0t\0\0\203\0\0}\0\0xd\0"..., 12288) = 12288
4917-19700 read(4, "\0\0R\t\0\0\0R]\0\0\0Rh\0\0\0Rz\0\0\0R\240\0\0\0R\245\0\0\0"..., 4096) = 1854
4918-19700 read(4, "", 4096) = 0
4919-19700 close(4) = 0
4920-19700 munmap(0x7fa5be134000, 4096) = 0
4921-19700 stat("/usr/lib/python2.6/os", 0x7fff8fbadce0) = -1 ENOENT (No such file or directory)
4922-19700 open("/usr/lib/python2.6/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4923-19700 open("/usr/lib/python2.6/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4924-19700 open("/usr/lib/python2.6/os.py", O_RDONLY) = 4
4925-19700 fstat(4, {st_mode=S_IFREG|0644, st_size=26235, ...}) = 0
4926-19700 open("/usr/lib/python2.6/os.pyc", O_RDONLY) = 6
4927-19700 fstat(6, {st_mode=S_IFREG|0644, st_size=26223, ...}) = 0
4928-19700 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5be134000
4929-19700 read(6, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\36\0\0\0@\0\0\0sH\7\0\0d\0"..., 4096) = 4096
4930-19700 fstat(6, {st_mode=S_IFREG|0644, st_size=26223, ...}) = 0
4931-19700 read(6, "intermediate path segment (not\n "..., 20480) = 20480
4932-19700 read(6, "pyt\26\0\0\0_pickle_statvfs_result\337\2\0"..., 4096) = 1647
4933-19700 read(6, "", 4096) = 0
4934-19700 close(6) = 0
4935-19700 munmap(0x7fa5be134000, 4096) = 0
4936-19700 brk(0x2199000) = 0x2199000
4937-19700 stat("/usr/lib/python2.6/posixpath", 0x7fff8fbaa730) = -1 ENOENT (No such file or directory)
4938-19700 open("/usr/lib/python2.6/posixpath.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4939-19700 open("/usr/lib/python2.6/posixpathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4940-19700 open("/usr/lib/python2.6/posixpath.py", O_RDONLY) = 6
4941-19700 fstat(6, {st_mode=S_IFREG|0644, st_size=12802, ...}) = 0
4942-19700 open("/usr/lib/python2.6/posixpath.pyc", O_RDONLY) = 7
4943-19700 fstat(7, {st_mode=S_IFREG|0644, st_size=10915, ...}) = 0
4944-19700 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5be134000
4945-19700 read(7, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0+\0\0\0@\0\0\0s\320\1\0\0d\0"..., 4096) = 4096
4946-19700 fstat(7, {st_mode=S_IFREG|0644, st_size=10915, ...}) = 0
4947-19700 read(7, "\0\0\0(\0\0\0\0(\0\0\0\0s\37\0\0\0/usr/lib/pytho"..., 4096) = 4096
4948-19700 read(7, "\0|\4\0d\t\0j\6\0o\7\0\1qo\0n\1\0\1|\4\0d\7\0j\3\0p("..., 4096) = 2723
4949-19700 read(7, "", 4096) = 0
4950-19700 close(7) = 0
4951-19700 munmap(0x7fa5be134000, 4096) = 0
4952-19700 stat("/usr/lib/python2.6/stat", 0x7fff8fba7180) = -1 ENOENT (No such file or directory)
4953-19700 open("/usr/lib/python2.6/stat.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4954-19700 open("/usr/lib/python2.6/statmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4955-19700 open("/usr/lib/python2.6/stat.py", O_RDONLY) = 7
4956-19700 fstat(7, {st_mode=S_IFREG|0644, st_size=1718, ...}) = 0
4957-19700 open("/usr/lib/python2.6/stat.pyc", O_RDONLY) = 8
4958-19700 fstat(8, {st_mode=S_IFREG|0644, st_size=2683, ...}) = 0
4959-19700 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5be134000
4960-19700 read(8, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0so\1\0\0d\0"..., 4096) = 2683
4961-19700 fstat(8, {st_mode=S_IFREG|0644, st_size=2683, ...}) = 0
4962-19700 read(8, "", 4096) = 0
4963-19700 close(8) = 0
4964-19700 munmap(0x7fa5be134000, 4096) = 0
4965-19700 close(7) = 0
4966-19700 stat("/usr/lib/python2.6/genericpath", 0x7fff8fba7180) = -1 ENOENT (No such file or directory)
4967-19700 open("/usr/lib/python2.6/genericpath.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4968-19700 open("/usr/lib/python2.6/genericpathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4969-19700 open("/usr/lib/python2.6/genericpath.py", O_RDONLY) = 7
4970-19700 fstat(7, {st_mode=S_IFREG|0644, st_size=3020, ...}) = 0
4971-19700 open("/usr/lib/python2.6/genericpath.pyc", O_RDONLY) = 8
4972-19700 fstat(8, {st_mode=S_IFREG|0644, st_size=3272, ...}) = 0
4973-19700 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5be134000
4974-19700 read(8, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s\221\0\0\0d\0"..., 4096) = 3272
4975-19700 fstat(8, {st_mode=S_IFREG|0644, st_size=3272, ...}) = 0
4976-19700 read(8, "", 4096) = 0
4977-19700 close(8) = 0
4978-19700 munmap(0x7fa5be134000, 4096) = 0
4979-19700 close(7) = 0
4980-19700 stat("/usr/lib/python2.6/warnings", 0x7fff8fba7180) = -1 ENOENT (No such file or directory)
4981-19700 open("/usr/lib/python2.6/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4982-19700 open("/usr/lib/python2.6/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4983-19700 open("/usr/lib/python2.6/warnings.py", O_RDONLY) = 7
4984-19700 fstat(7, {st_mode=S_IFREG|0644, st_size=14173, ...}) = 0
4985-19700 open("/usr/lib/python2.6/warnings.pyc", O_RDONLY) = 8
4986-19700 fstat(8, {st_mode=S_IFREG|0644, st_size=12996, ...}) = 0
4987-19700 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5be134000
4988-19700 read(8, "\321\362\r\n\206\324\272Jc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s3\2\0\0d\0"..., 4096) = 4096
4989-19700 fstat(8, {st_mode=S_IFREG|0644, st_size=12996, ...}) = 0
4990-19700 read(8, "\34\0\1\1}\2\0\1t\2\0i\3\0\4d\1\0\2I\4|\2\0\2IJq\7\0\1X"..., 8192) = 8192
4991-19700 read(8, "\0\0R6\0\0\0R\215\0\0\0R\10\0\0\0R\207\0\0\0R\222\0\0\0R\230\0\0\0"..., 4096) = 708
4992-19700 read(8, "", 4096) = 0
4993-19700 close(8) = 0
4994-19700 munmap(0x7fa5be134000, 4096) = 0
4995-19700 stat("/usr/lib/python2.6/linecache", 0x7fff8fba3bd0) = -1 ENOENT (No such file or directory)
4996-19700 open("/usr/lib/python2.6/linecache.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4997-19700 open("/usr/lib/python2.6/linecachemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
4998-19700 open("/usr/lib/python2.6/linecache.py", O_RDONLY) = 8
4999-19700 fstat(8, {st_mode=S_IFREG|0644, st_size=4209, ...}) = 0
5000-19700 open("/usr/lib/python2.6/linecache.pyc", O_RDONLY) = 9
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: