Trace number 1780335

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ttsth-5-0 2009-03-19 (16 threads)? (MO) 710.292 76.2121

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-10-5p0.cnf
MD5SUM9d45c35f4df88b155135c4914792c59e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.86
Satisfiable
(Un)Satisfiability was proved
Number of variables104481
Number of clauses500875
Sum of the clauses size1175028
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398201
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

11.90/11.92	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780335-1244968654.cnf 
11.90/11.92	c Using SATTIMEOUT of 10000
11.90/11.92	c Using SATRAM of 2047
11.90/11.92	c Size of subset node = 16
11.90/11.92	c Variables = 104481
11.90/11.92	c Clauses = 500875
11.90/11.92	c Literals = 1175028
11.90/11.92	c Reduced size:
11.90/11.92	c Variables = 104481
11.90/11.92	c Clauses = 345121
11.90/11.92	c Literals = 823732
11.90/11.92	c a2
12.38/12.42	c a1
31.62/31.62	c Independent sub-problems = 1
31.62/31.62	c Sub-problem with 74755 variables and 345121 clauses
31.62/31.62	c using permutation method 4
31.62/31.62	c count = 1
31.62/31.62	c Ordering finished 31.520 seconds
31.62/31.62	c mapped 31.610 seconds
31.62/31.62	c permuted 31.610 seconds
31.62/31.62	c about to sort
31.62/31.68	c sorted
34.29/34.33	c clauses now 345121
34.29/34.33	c init finished 33.110 seconds
34.29/34.33	c tree built 34.300 seconds
34.29/34.33	c 
34.29/34.33	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
34.29/34.33	c ---------------------------------|----------------------------------|------------------------------------------------------
34.29/34.33	c ................................ | ..........                       |                       34.4           0.0             
34.29/34.33	c ................................ | ..........                     1 |                       34.4           0.0            1
34.29/34.33	c ................................ | ..........                     2 |                       34.4           0.1            1
34.29/34.33	c ................................ | ..........                     3 |                       34.4           0.1            1
34.29/34.33	c ................................ | ..........                     4 |                       34.4           0.1            1
34.29/34.33	c ................................ | ..........                     5 |                       34.4           0.1            1
34.29/34.34	c ................................ | ..........                  1000 |                       34.4          29.0            7
270.88/49.01	c ................................ | ..........               1167000 | 51744                200.6        5817.3      7816575
483.80/61.81	c ................................ | ..........               1290000 | 59221                401.8        3210.6     29382622
683.62/74.36	c ................................ | ..........               1396000 | 65962                600.3        2325.4     50978830

Verifier Data

sh: BIN/SAT-verifier: No such file or directory

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1780335-1244968654/watcher-1780335-1244968654 -o /tmp/evaluation-result-1780335-1244968654/solver-1780335-1244968654 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780335-1244968654.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/184 27867
/proc/meminfo: memFree=19012396/36427776 swapFree=4392/8336
[pid=27867] ppid=27865 vsize=1552 CPUtime=0
/proc/27867/stat : 27867 (ttsth-5-0) R 27865 27867 15497 0 -1 4202496 294 0 0 0 0 0 0 0 20 0 1 0 656171843 1589248 250 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134732614 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27867/statm: 388 251 74 177 0 210 0

[startup+0.027397 s]
/proc/loadavg: 1.00 1.00 1.00 2/184 27867
/proc/meminfo: memFree=19012396/36427776 swapFree=4392/8336
[pid=27867] ppid=27865 vsize=2916 CPUtime=0.02
/proc/27867/stat : 27867 (ttsth-5-0) R 27865 27867 15497 0 -1 4202496 615 0 0 0 2 0 0 0 20 0 1 0 656171843 2985984 571 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134732614 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27867/statm: 729 573 74 177 0 551 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2916

[startup+0.103384 s]
/proc/loadavg: 1.00 1.00 1.00 2/184 27867
/proc/meminfo: memFree=19012396/36427776 swapFree=4392/8336
[pid=27867] ppid=27865 vsize=8840 CPUtime=0.1
/proc/27867/stat : 27867 (ttsth-5-0) R 27865 27867 15497 0 -1 4202496 2096 0 0 0 10 0 0 0 20 0 1 0 656171843 9052160 2052 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134639534 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27867/statm: 2210 2053 75 177 0 2032 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 8840

[startup+0.303399 s]
/proc/loadavg: 1.00 1.00 1.00 2/184 27867
/proc/meminfo: memFree=19012396/36427776 swapFree=4392/8336
[pid=27867] ppid=27865 vsize=23188 CPUtime=0.3
/proc/27867/stat : 27867 (ttsth-5-0) R 27865 27867 15497 0 -1 4202496 5602 0 0 0 26 4 0 0 20 0 1 0 656171843 23744512 5558 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134732614 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27867/statm: 5797 5559 75 177 0 5619 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 23188

[startup+0.703422 s]
/proc/loadavg: 1.00 1.00 1.00 2/184 27867
/proc/meminfo: memFree=19012396/36427776 swapFree=4392/8336
[pid=27867] ppid=27865 vsize=35876 CPUtime=0.7
/proc/27867/stat : 27867 (ttsth-5-0) R 27865 27867 15497 0 -1 4202496 8474 0 0 0 64 6 0 0 20 0 1 0 656171843 36737024 8430 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134534215 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27867/statm: 8969 8430 75 177 0 8791 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 35876

[startup+1.50348 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27868
/proc/meminfo: memFree=18979056/36427776 swapFree=4460/41668
[pid=27867] ppid=27865 vsize=35876 CPUtime=1.5
/proc/27867/stat : 27867 (ttsth-5-0) R 27865 27867 15497 0 -1 4202496 8474 0 0 0 144 6 0 0 20 0 1 0 656171843 36737024 8430 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134534291 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27867/statm: 8969 8430 75 177 0 8791 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 35876

[startup+3.10362 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27868
/proc/meminfo: memFree=18979380/36427776 swapFree=4380/41996
[pid=27867] ppid=27865 vsize=35876 CPUtime=3.1
/proc/27867/stat : 27867 (ttsth-5-0) R 27865 27867 15497 0 -1 4202496 8474 0 0 0 304 6 0 0 20 0 1 0 656171843 36737024 8430 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134533977 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27867/statm: 8969 8430 75 177 0 8791 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 35876

[startup+6.30386 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27868
/proc/meminfo: memFree=18978828/36427776 swapFree=4612/42712
[pid=27867] ppid=27865 vsize=35876 CPUtime=6.3
/proc/27867/stat : 27867 (ttsth-5-0) R 27865 27867 15497 0 -1 4202496 8474 0 0 0 624 6 0 0 20 0 1 0 656171843 36737024 8430 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134534520 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27867/statm: 8969 8430 75 177 0 8791 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 35876

[startup+12.7004 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27868
/proc/meminfo: memFree=18968528/36427776 swapFree=4616/53884
[pid=27867] ppid=27865 vsize=60852 CPUtime=12.68
/proc/27867/stat : 27867 (ttsth-5-0) R 27865 27867 15497 0 -1 4202496 16130 0 0 0 1258 10 0 0 20 0 1 0 656171843 62312448 14801 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134732614 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27867/statm: 15213 14801 77 177 0 15035 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 60852

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27868
/proc/meminfo: memFree=18939724/36427776 swapFree=4620/82516
[pid=27867] ppid=27865 vsize=75728 CPUtime=25.5
/proc/27867/stat : 27867 (ttsth-5-0) R 27865 27867 15497 0 -1 4202496 19724 0 0 0 2536 14 0 0 20 0 1 0 656171843 77545472 18395 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134600972 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27867/statm: 18932 18395 77 177 0 18754 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 75728

[startup+51.1045 s]
/proc/loadavg: 4.25 1.72 1.23 17/201 27884
/proc/meminfo: memFree=17828900/36427776 swapFree=4692/1195320
[pid=27867] ppid=27865 vsize=1308168 CPUtime=305.48
/proc/27867/stat : 27867 (ttsth-5-0) S 27865 27867 15497 0 -1 4202496 304192 0 0 0 19544 11004 0 0 20 0 17 0 656171843 1339564032 301801 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27867/statm: 327042 301801 95 177 0 326864 0
[pid=27867/tid=27869] ppid=27865 vsize=1308168 CPUtime=16.76
/proc/27867/task/27869/stat : 27869 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 7048 0 0 0 1658 18 0 0 20 0 17 0 656175274 1339564032 301801 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=27867/tid=27870] ppid=27865 vsize=1308168 CPUtime=16.68
/proc/27867/task/27870/stat : 27870 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 2769 0 0 0 904 764 0 0 20 0 17 0 656175274 1339564032 301801 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134591433 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=27867/tid=27871] ppid=27865 vsize=1308168 CPUtime=17.52
/proc/27867/task/27871/stat : 27871 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 4814 0 0 0 1052 700 0 0 20 0 17 0 656175274 1339564032 301801 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=27867/tid=27872] ppid=27865 vsize=1308168 CPUtime=16.76
/proc/27867/task/27872/stat : 27872 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 3757 0 0 0 918 758 0 0 20 0 17 0 656175274 1339564032 301801 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134749351 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=27867/tid=27873] ppid=27865 vsize=1308168 CPUtime=16.82
/proc/27867/task/27873/stat : 27873 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 3013 0 0 0 916 766 0 0 20 0 17 0 656175274 1339564032 301803 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=27867/tid=27874] ppid=27865 vsize=1308324 CPUtime=16.58
/proc/27867/task/27874/stat : 27874 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 2176 0 0 0 918 740 0 0 20 0 17 0 656175274 1339723776 301805 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134634688 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=27867/tid=27875] ppid=27865 vsize=1308324 CPUtime=16.38
/proc/27867/task/27875/stat : 27875 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 3479 0 0 0 876 762 0 0 20 0 17 0 656175274 1339723776 301806 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134591177 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=27867/tid=27876] ppid=27865 vsize=1308324 CPUtime=17.34
/proc/27867/task/27876/stat : 27876 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 4221 0 0 0 1006 728 0 0 20 0 17 0 656175274 1339723776 301807 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=27867/tid=27877] ppid=27865 vsize=1308324 CPUtime=17.54
/proc/27867/task/27877/stat : 27877 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 4756 0 0 0 1034 720 0 0 20 0 17 0 656175274 1339723776 301807 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=27867/tid=27878] ppid=27865 vsize=1308324 CPUtime=16.42
/proc/27867/task/27878/stat : 27878 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 4725 0 0 0 886 756 0 0 20 0 17 0 656175274 1339723776 301808 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=27867/tid=27879] ppid=27865 vsize=1308324 CPUtime=17.44
/proc/27867/task/27879/stat : 27879 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 5003 0 0 0 1080 664 0 0 20 0 17 0 656175275 1339723776 301808 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=27867/tid=27880] ppid=27865 vsize=1308324 CPUtime=16.58
/proc/27867/task/27880/stat : 27880 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 3811 0 0 0 940 718 0 0 20 0 17 0 656175275 1339723776 301808 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=27867/tid=27881] ppid=27865 vsize=1308324 CPUtime=16.6
/proc/27867/task/27881/stat : 27881 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 3192 0 0 0 948 712 0 0 20 0 17 0 656175275 1339723776 301808 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134591433 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=27867/tid=27882] ppid=27865 vsize=1308324 CPUtime=17.32
/proc/27867/task/27882/stat : 27882 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 4927 0 0 0 1040 692 0 0 20 0 17 0 656175275 1339723776 301808 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134593217 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=27867/tid=27883] ppid=27865 vsize=1308324 CPUtime=16.72
/proc/27867/task/27883/stat : 27883 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 3180 0 0 0 936 736 0 0 20 0 17 0 656175276 1339723776 301809 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=27867/tid=27884] ppid=27865 vsize=1308324 CPUtime=17.56
/proc/27867/task/27884/stat : 27884 (ttsth-5-0) S 27865 27867 15497 0 -1 4202560 5246 0 0 0 1086 670 0 0 20 0 17 0 656175276 1339723776 301809 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 305.48
Current children cumulated vsize (KiB) 1308168



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+76.0038 s]
/proc/loadavg: 8.26 2.86 1.63 17/201 27884
/proc/meminfo: memFree=17066628/36427776 swapFree=4692/1957632
[pid=27867] ppid=27865 vsize=2096796 CPUtime=710.11
/proc/27867/stat : 27867 (ttsth-5-0) S 27865 27867 15497 0 -1 4202496 489877 0 0 0 59995 11016 0 0 20 0 17 0 656171843 2147119104 487486 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27867/statm: 524199 487486 95 177 0 524021 0
[pid=27867/tid=27869] ppid=27865 vsize=2096796 CPUtime=41.65
/proc/27867/task/27869/stat : 27869 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 20558 0 0 0 4135 30 0 0 20 0 17 0 656175274 2147119104 487486 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=27867/tid=27870] ppid=27865 vsize=2096796 CPUtime=42.27
/proc/27867/task/27870/stat : 27870 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 14204 0 0 0 3463 764 0 0 20 0 17 0 656175274 2147119104 487486 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134546060 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=27867/tid=27871] ppid=27865 vsize=2096796 CPUtime=42.91
/proc/27867/task/27871/stat : 27871 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 16887 0 0 0 3591 700 0 0 20 0 17 0 656175274 2147119104 487486 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134749353 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=27867/tid=27872] ppid=27865 vsize=2096796 CPUtime=42.46
/proc/27867/task/27872/stat : 27872 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 16128 0 0 0 3488 758 0 0 20 0 17 0 656175274 2147119104 487486 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134591211 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=27867/tid=27873] ppid=27865 vsize=2096796 CPUtime=42.48
/proc/27867/task/27873/stat : 27873 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 14789 0 0 0 3482 766 0 0 20 0 17 0 656175274 2147119104 487486 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=27867/tid=27874] ppid=27865 vsize=2096796 CPUtime=42.27
/proc/27867/task/27874/stat : 27874 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 13438 0 0 0 3487 740 0 0 20 0 17 0 656175274 2147119104 487487 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=27867/tid=27875] ppid=27865 vsize=2096796 CPUtime=41.44
/proc/27867/task/27875/stat : 27875 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 15244 0 0 0 3382 762 0 0 20 0 17 0 656175274 2147119104 487487 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134590241 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=27867/tid=27876] ppid=27865 vsize=2096796 CPUtime=42.7
/proc/27867/task/27876/stat : 27876 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 15378 0 0 0 3542 728 0 0 20 0 17 0 656175274 2147119104 487487 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=27867/tid=27877] ppid=27865 vsize=2096796 CPUtime=42.93
/proc/27867/task/27877/stat : 27877 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 16516 0 0 0 3573 720 0 0 20 0 17 0 656175274 2147119104 487487 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=27867/tid=27878] ppid=27865 vsize=2096796 CPUtime=41.98
/proc/27867/task/27878/stat : 27878 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 16278 0 0 0 3442 756 0 0 20 0 17 0 656175274 2147119104 487487 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134749353 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=27867/tid=27879] ppid=27865 vsize=2096796 CPUtime=42.53
/proc/27867/task/27879/stat : 27879 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 15944 0 0 0 3589 664 0 0 20 0 17 0 656175275 2147119104 487487 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=27867/tid=27880] ppid=27865 vsize=2096796 CPUtime=41.66
/proc/27867/task/27880/stat : 27880 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 12513 0 0 0 3448 718 0 0 20 0 17 0 656175275 2147119104 487487 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134591181 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=27867/tid=27881] ppid=27865 vsize=2096796 CPUtime=42.17
/proc/27867/task/27881/stat : 27881 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 15211 0 0 0 3505 712 0 0 20 0 17 0 656175275 2147119104 487487 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134591529 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=27867/tid=27882] ppid=27865 vsize=2096796 CPUtime=42.11
/proc/27867/task/27882/stat : 27882 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 17343 0 0 0 3519 692 0 0 20 0 17 0 656175275 2147119104 487488 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134591211 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=27867/tid=27883] ppid=27865 vsize=2096796 CPUtime=41.36
/proc/27867/task/27883/stat : 27883 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 14752 0 0 0 3400 736 0 0 20 0 17 0 656175276 2147119104 487488 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134591082 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=27867/tid=27884] ppid=27865 vsize=2096796 CPUtime=42.78
/proc/27867/task/27884/stat : 27884 (ttsth-5-0) R 27865 27867 15497 0 -1 4202560 16615 0 0 0 3608 670 0 0 20 0 17 0 656175276 2147119104 487488 18446744073709551615 134512640 135237372 4294168080 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 710.11
Current children cumulated vsize (KiB) 2096796

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+76.2015 s]
/proc/loadavg: 8.26 2.86 1.63 17/201 27884
/proc/meminfo: memFree=17066628/36427776 swapFree=4692/1957632
[pid=27867] ppid=27865 vsize=0 CPUtime=710.28
/proc/27867/stat : 27867 (ttsth-5-0) Z 27865 27867 15497 0 -1 4203532 489939 0 0 0 60012 11016 0 0 20 0 2 0 656171843 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27867/statm: 0 0 0 0 0 0 0
[pid=27867/tid=27884] ppid=27865 vsize=0 CPUtime=42.78
/proc/27867/task/27884/stat : 27884 (ttsth-5-0) R 27865 27867 15497 0 -1 4203588 16617 0 0 0 3608 670 0 0 20 0 2 0 656175276 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 710.28
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 76.2121
CPU time (s): 710.292
CPU user time (s): 600.125
CPU system time (s): 110.167
CPU usage (%): 931.994
Max. virtual memory (cumulated for all children) (KiB): 2096796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 600.126
system time used= 110.167
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 489939
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68576
involuntary context switches= 1627

runsolver used 0.304019 second user time and 0.852053 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 10:37:34
IDJOB=1780335
IDBENCH=70974
IDSOLVER=634
FILE ID=xenhost3-49/1780335-1244968654
PBS_JOBID=
Free space on /tmp= 7015 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-10-5p0.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780335-1244968654/watcher-1780335-1244968654 -o /tmp/evaluation-result-1780335-1244968654/solver-1780335-1244968654 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780335-1244968654.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 16

MD5SUM BENCH= 9d45c35f4df88b155135c4914792c59e
RANDOM SEED= 999307665

Linux xenhost3-49 2.6.27.5 #1 SMP Mon Mar 30 10:34:22 CEST 2009 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 10
initial apicid	: 10
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 26
initial apicid	: 26
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 9
initial apicid	: 9
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 25
initial apicid	: 25
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 11
initial apicid	: 11
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 27
initial apicid	: 27
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:     36427776 kB
MemFree:      19012396 kB
Buffers:        498608 kB
Cached:       14125964 kB
SwapCached:          0 kB
Active:        4144912 kB
Inactive:     10487944 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            9468 kB
Writeback:           0 kB
AnonPages:        8336 kB
Mapped:           3728 kB
Slab:           727912 kB
SReclaimable:   700668 kB
SUnreclaim:      27244 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29616 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7015 MiB
End job on xenhost3-49 at 2009-06-14 10:38:53