Trace number 237562

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, and are wall clock time (not CPU 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
BPrologCSPSolver70a 2006-12-13? (TO) 1800.1 1810.06

General information on the benchmark

Namehaystacks/
haystacks_41.xml
MD5SUMf05ef66561fe95ad6b285889a345512a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark440.199
SatisfiableNO
(Un)Satisfiability was proved
Number of variables1681
Number of constraints33660
Maximum constraint arity2
Maximum domain size41
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33660
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/237562-1168349202/unknown)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node13/watcher-237562-1168349202 -o ROOT/results/node13/solver-237562-1168349202 -C 1800 -M 900 /tmp/evaluation/237562-1168349202/Complete/Ordinary/solver /tmp/evaluation/237562-1168349202/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.02 2.06 2.01 5/95 26717
/proc/meminfo: memFree=1064784/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=5352 CPUtime=0
/proc/26716/stat : 26716 (sh) R 26714 26716 26636 0 -1 4194304 266 0 0 0 0 0 0 0 20 0 1 0 183316854 5480448 233 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 4591072 0 0 4100 65536 0 0 0 17 1 0 0
/proc/26716/statm: 1338 233 196 169 0 49 0

[startup+0.104051 s]
/proc/loadavg: 2.02 2.06 2.01 5/95 26717
/proc/meminfo: memFree=1064784/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=53824 CPUtime=0.09
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 2147 0 0 0 8 1 0 0 20 0 1 0 183316854 55115776 1863 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557915 0 0 4096 2 0 0 0 17 1 0 0
/proc/26716/statm: 13456 1863 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.516115 s]
/proc/loadavg: 2.02 2.06 2.01 5/95 26717
/proc/meminfo: memFree=1064784/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=66792 CPUtime=0.49
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 8957 0 0 0 45 4 0 0 24 0 1 0 183316854 68395008 8671 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859335 0 0 4096 2 0 0 0 17 1 0 0
/proc/26716/statm: 16698 8671 157 90 0 16236 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 66792

[startup+1.33822 s]
/proc/loadavg: 2.02 2.06 2.01 3/95 26717
/proc/meminfo: memFree=1021648/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=66788 CPUtime=1.3
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 11913 0 0 0 125 5 0 0 25 0 1 0 183316854 68390912 11626 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604184 0 0 4096 2 0 0 0 17 1 0 0
/proc/26716/statm: 16697 11626 174 90 0 16235 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 66788

[startup+2.97543 s]
/proc/loadavg: 2.02 2.06 2.01 3/96 26718
/proc/meminfo: memFree=1015240/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=87744 CPUtime=2.94
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 15645 0 0 0 287 7 0 0 25 0 2 0 183316854 89849856 12515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661307 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26716/statm: 21936 12515 179 90 0 21474 0
[pid=26716/tid=26718] ppid=26714 vsize=87744 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183317046 89849856 12515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 87744

[startup+6.25487 s]
/proc/loadavg: 2.02 2.06 2.01 3/96 26718
/proc/meminfo: memFree=1015240/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=87744 CPUtime=6.19
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 15646 0 0 0 612 7 0 0 25 0 2 0 183316854 89849856 12516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752095 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26716/statm: 21936 12516 179 90 0 21474 0
[pid=26716/tid=26718] ppid=26714 vsize=87744 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183317046 89849856 12516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 87744

[startup+12.7227 s]
/proc/loadavg: 2.02 2.06 2.01 3/96 26718
/proc/meminfo: memFree=1015240/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=87744 CPUtime=12.59
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 15646 0 0 0 1252 7 0 0 25 0 2 0 183316854 89849856 12516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26716/statm: 21936 12516 179 90 0 21474 0
[pid=26716/tid=26718] ppid=26714 vsize=87744 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183317046 89849856 12516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 87744

[startup+25.612 s]
/proc/loadavg: 2.01 2.05 2.01 3/96 26718
/proc/meminfo: memFree=1015368/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=87744 CPUtime=25.36
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 15647 0 0 0 2529 7 0 0 25 0 2 0 183316854 89849856 12517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26716/statm: 21936 12517 179 90 0 21474 0
[pid=26716/tid=26718] ppid=26714 vsize=87744 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183317046 89849856 12517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 87744

[startup+51.2594 s]
/proc/loadavg: 2.01 2.05 2.01 4/96 26718
/proc/meminfo: memFree=1014536/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=87744 CPUtime=50.77
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 15647 0 0 0 5070 7 0 0 25 0 2 0 183316854 89849856 12517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26716/statm: 21936 12517 179 90 0 21474 0
[pid=26716/tid=26718] ppid=26714 vsize=87744 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183317046 89849856 12517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 87744

[startup+102.545 s]
/proc/loadavg: 2.04 2.05 2.01 3/96 26718
/proc/meminfo: memFree=1015368/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=87744 CPUtime=101.59
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 15647 0 0 0 10151 8 0 0 25 0 2 0 183316854 89849856 12517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26716/statm: 21936 12517 179 90 0 21474 0
[pid=26716/tid=26718] ppid=26714 vsize=87744 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183317046 89849856 12517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 87744

[startup+162.586 s]
/proc/loadavg: 2.01 2.04 2.00 3/96 26718
/proc/meminfo: memFree=1015304/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=87744 CPUtime=161.08
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 15647 0 0 0 16100 8 0 0 25 0 2 0 183316854 89849856 12517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26716/statm: 21936 12517 179 90 0 21474 0
[pid=26716/tid=26718] ppid=26714 vsize=87744 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183317046 89849856 12517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.08
Current children cumulated vsize (KiB) 87744

[startup+222.635 s]
/proc/loadavg: 2.19 2.08 2.01 3/96 26718
/proc/meminfo: memFree=1014280/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=87744 CPUtime=220.58
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 15647 0 0 0 22049 9 0 0 25 0 2 0 183316854 89849856 12517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26716/statm: 21936 12517 179 90 0 21474 0
[pid=26716/tid=26718] ppid=26714 vsize=87744 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183317046 89849856 12517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.58
Current children cumulated vsize (KiB) 87744

[startup+282.683 s]
/proc/loadavg: 2.07 2.06 2.01 3/96 26718
/proc/meminfo: memFree=1015176/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=87744 CPUtime=280.07
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 15647 0 0 0 27998 9 0 0 25 0 2 0 183316854 89849856 12517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663809 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26716/statm: 21936 12517 179 90 0 21474 0
[pid=26716/tid=26718] ppid=26714 vsize=87744 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183317046 89849856 12517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.07
Current children cumulated vsize (KiB) 87744

[startup+342.727 s]
/proc/loadavg: 2.16 2.08 2.01 3/96 26718
/proc/meminfo: memFree=1015048/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=87744 CPUtime=339.56
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 15647 0 0 0 33947 9 0 0 25 0 2 0 183316854 89849856 12517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555018 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26716/statm: 21936 12517 179 90 0 21474 0
[pid=26716/tid=26718] ppid=26714 vsize=87744 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183317046 89849856 12517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.56
Current children cumulated vsize (KiB) 87744

[startup+402.779 s]
/proc/loadavg: 2.09 2.08 2.01 4/96 26718
/proc/meminfo: memFree=1014920/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=87744 CPUtime=399.06
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 15647 0 0 0 39896 10 0 0 25 0 2 0 183316854 89849856 12517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26716/statm: 21936 12517 179 90 0 21474 0
[pid=26716/tid=26718] ppid=26714 vsize=87744 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183317046 89849856 12517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.06
Current children cumulated vsize (KiB) 87744

[startup+462.844 s]
/proc/loadavg: 2.03 2.06 2.01 4/96 26718
/proc/meminfo: memFree=1014920/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=87744 CPUtime=458.58
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 15647 0 0 0 45848 10 0 0 25 0 2 0 183316854 89849856 12517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609382 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26716/statm: 21936 12517 179 90 0 21474 0
[pid=26716/tid=26718] ppid=26714 vsize=87744 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183317046 89849856 12517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.58
Current children cumulated vsize (KiB) 87744

[startup+522.918 s]
/proc/loadavg: 2.06 2.06 2.00 3/96 26718
/proc/meminfo: memFree=1014792/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=87744 CPUtime=518.11
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 15647 0 0 0 51800 11 0 0 25 0 2 0 183316854 89849856 12517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26716/statm: 21936 12517 179 90 0 21474 0
[pid=26716/tid=26718] ppid=26714 vsize=87744 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183317046 89849856 12517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.11
Current children cumulated vsize (KiB) 87744

[startup+582.958 s]
/proc/loadavg: 2.02 2.05 2.00 3/96 26718
/proc/meminfo: memFree=1014664/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=87744 CPUtime=577.6
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 15647 0 0 0 57749 11 0 0 25 0 2 0 183316854 89849856 12517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26716/statm: 21936 12517 179 90 0 21474 0
[pid=26716/tid=26718] ppid=26714 vsize=87744 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183317046 89849856 12517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.6
Current children cumulated vsize (KiB) 87744

[startup+643.003 s]
/proc/loadavg: 2.05 2.05 2.00 3/96 26718
/proc/meminfo: memFree=1014664/2055920 swapFree=4191880/4192956

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

/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 15653 0 0 0 117387 19 0 0 25 0 3 0 183316854 100339712 12523 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752475 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26716/statm: 24497 12523 179 90 0 24035 0
[pid=26716/tid=26718] ppid=26714 vsize=97988 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183317046 100339712 12523 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26716/tid=26719] ppid=26714 vsize=97988 CPUtime=0
/proc/26716/task/26719/stat : 26719 (bprolog) S 26714 26716 26636 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183407072 100339712 12523 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1174.06
Current children cumulated vsize (KiB) 97988

[startup+1243.45 s]
/proc/loadavg: 2.04 2.03 2.00 3/95 26777
/proc/meminfo: memFree=1132616/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=97988 CPUtime=1234.04
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 15653 0 0 0 123385 19 0 0 25 0 3 0 183316854 100339712 12523 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26716/statm: 24497 12523 179 90 0 24035 0
[pid=26716/tid=26718] ppid=26714 vsize=97988 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183317046 100339712 12523 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26716/tid=26719] ppid=26714 vsize=97988 CPUtime=0
/proc/26716/task/26719/stat : 26719 (bprolog) S 26714 26716 26636 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183407072 100339712 12523 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1234.04
Current children cumulated vsize (KiB) 97988

[startup+1303.51 s]
/proc/loadavg: 2.06 2.04 2.00 3/95 26777
/proc/meminfo: memFree=1132552/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=97988 CPUtime=1294.05
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 15653 0 0 0 129386 19 0 0 25 0 3 0 183316854 100339712 12523 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26716/statm: 24497 12523 179 90 0 24035 0
[pid=26716/tid=26718] ppid=26714 vsize=97988 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183317046 100339712 12523 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26716/tid=26719] ppid=26714 vsize=97988 CPUtime=0
/proc/26716/task/26719/stat : 26719 (bprolog) S 26714 26716 26636 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183407072 100339712 12523 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1294.05
Current children cumulated vsize (KiB) 97988

[startup+1363.57 s]
/proc/loadavg: 2.10 2.04 2.01 3/96 26778
/proc/meminfo: memFree=1128704/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=108232 CPUtime=1354.06
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 16612 0 0 0 135386 20 0 0 25 0 4 0 183316854 110829568 13482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26716/statm: 27058 13482 179 90 0 26596 0
[pid=26716/tid=26718] ppid=26714 vsize=108232 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183317046 110829568 13482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26716/tid=26719] ppid=26714 vsize=108232 CPUtime=0
/proc/26716/task/26719/stat : 26719 (bprolog) S 26714 26716 26636 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183407072 110829568 13482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26716/tid=26778] ppid=26714 vsize=108232 CPUtime=0
/proc/26716/task/26778/stat : 26778 (bprolog) S 26714 26716 26636 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183452083 110829568 13482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1354.06
Current children cumulated vsize (KiB) 108232

[startup+1423.65 s]
/proc/loadavg: 2.07 2.05 2.00 3/96 26778
/proc/meminfo: memFree=1128640/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=108232 CPUtime=1414.06
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 16612 0 0 0 141386 20 0 0 25 0 4 0 183316854 110829568 13482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26716/statm: 27058 13482 179 90 0 26596 0
[pid=26716/tid=26718] ppid=26714 vsize=108232 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183317046 110829568 13482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26716/tid=26719] ppid=26714 vsize=108232 CPUtime=0
/proc/26716/task/26719/stat : 26719 (bprolog) S 26714 26716 26636 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183407072 110829568 13482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26716/tid=26778] ppid=26714 vsize=108232 CPUtime=0
/proc/26716/task/26778/stat : 26778 (bprolog) S 26714 26716 26636 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183452083 110829568 13482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1414.06
Current children cumulated vsize (KiB) 108232

[startup+1483.73 s]
/proc/loadavg: 2.07 2.05 2.00 3/96 26778
/proc/meminfo: memFree=1128512/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=108232 CPUtime=1474.08
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 16612 0 0 0 147388 20 0 0 25 0 4 0 183316854 110829568 13482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26716/statm: 27058 13482 179 90 0 26596 0
[pid=26716/tid=26718] ppid=26714 vsize=108232 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183317046 110829568 13482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26716/tid=26719] ppid=26714 vsize=108232 CPUtime=0
/proc/26716/task/26719/stat : 26719 (bprolog) S 26714 26716 26636 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183407072 110829568 13482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26716/tid=26778] ppid=26714 vsize=108232 CPUtime=0
/proc/26716/task/26778/stat : 26778 (bprolog) S 26714 26716 26636 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183452083 110829568 13482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.08
Current children cumulated vsize (KiB) 108232

[startup+1543.8 s]
/proc/loadavg: 2.02 2.04 2.00 3/96 26778
/proc/meminfo: memFree=1128448/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=108232 CPUtime=1534.1
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 16612 0 0 0 153390 20 0 0 25 0 4 0 183316854 110829568 13482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589020 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26716/statm: 27058 13482 179 90 0 26596 0
[pid=26716/tid=26718] ppid=26714 vsize=108232 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183317046 110829568 13482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26716/tid=26719] ppid=26714 vsize=108232 CPUtime=0
/proc/26716/task/26719/stat : 26719 (bprolog) S 26714 26716 26636 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183407072 110829568 13482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26716/tid=26778] ppid=26714 vsize=108232 CPUtime=0
/proc/26716/task/26778/stat : 26778 (bprolog) S 26714 26716 26636 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183452083 110829568 13482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.1
Current children cumulated vsize (KiB) 108232

[startup+1603.88 s]
/proc/loadavg: 2.07 2.05 2.00 3/96 26778
/proc/meminfo: memFree=1071808/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=198076 CPUtime=1594.1
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 53147 0 0 0 159374 36 0 0 25 0 4 0 183316854 202829824 27553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26716/statm: 49519 27553 179 90 0 49057 0
[pid=26716/tid=26718] ppid=26714 vsize=198076 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183317046 202829824 27553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26716/tid=26719] ppid=26714 vsize=198076 CPUtime=0
/proc/26716/task/26719/stat : 26719 (bprolog) S 26714 26716 26636 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183407072 202829824 27553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26716/tid=26778] ppid=26714 vsize=198076 CPUtime=0
/proc/26716/task/26778/stat : 26778 (bprolog) S 26714 26716 26636 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183452083 202829824 27553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.1
Current children cumulated vsize (KiB) 198076

[startup+1663.96 s]
/proc/loadavg: 2.02 2.03 2.00 3/96 26778
/proc/meminfo: memFree=1071808/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=198076 CPUtime=1654.13
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 53150 0 0 0 165376 37 0 0 25 0 4 0 183316854 202829824 27556 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26716/statm: 49519 27556 179 90 0 49057 0
[pid=26716/tid=26718] ppid=26714 vsize=198076 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183317046 202829824 27556 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26716/tid=26719] ppid=26714 vsize=198076 CPUtime=0
/proc/26716/task/26719/stat : 26719 (bprolog) S 26714 26716 26636 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183407072 202829824 27556 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26716/tid=26778] ppid=26714 vsize=198076 CPUtime=0
/proc/26716/task/26778/stat : 26778 (bprolog) S 26714 26716 26636 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183452083 202829824 27556 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.13
Current children cumulated vsize (KiB) 198076

[startup+1724.03 s]
/proc/loadavg: 2.17 2.07 2.01 3/96 26778
/proc/meminfo: memFree=1071616/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=198076 CPUtime=1714.16
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 53150 0 0 0 171379 37 0 0 25 0 4 0 183316854 202829824 27556 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26716/statm: 49519 27556 179 90 0 49057 0
[pid=26716/tid=26718] ppid=26714 vsize=198076 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183317046 202829824 27556 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26716/tid=26719] ppid=26714 vsize=198076 CPUtime=0
/proc/26716/task/26719/stat : 26719 (bprolog) S 26714 26716 26636 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183407072 202829824 27556 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26716/tid=26778] ppid=26714 vsize=198076 CPUtime=0
/proc/26716/task/26778/stat : 26778 (bprolog) S 26714 26716 26636 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183452083 202829824 27556 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.16
Current children cumulated vsize (KiB) 198076

[startup+1784.12 s]
/proc/loadavg: 2.06 2.05 2.01 3/96 26778
/proc/meminfo: memFree=1071552/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=198076 CPUtime=1774.16
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 53151 0 0 0 177379 37 0 0 25 0 4 0 183316854 202829824 27557 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554998 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26716/statm: 49519 27557 179 90 0 49057 0
[pid=26716/tid=26718] ppid=26714 vsize=198076 CPUtime=0
/proc/26716/task/26718/stat : 26718 (bprolog) S 26714 26716 26636 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183317046 202829824 27557 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26716/tid=26719] ppid=26714 vsize=198076 CPUtime=0
/proc/26716/task/26719/stat : 26719 (bprolog) S 26714 26716 26636 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183407072 202829824 27557 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26716/tid=26778] ppid=26714 vsize=198076 CPUtime=0
/proc/26716/task/26778/stat : 26778 (bprolog) S 26714 26716 26636 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183452083 202829824 27557 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.16
Current children cumulated vsize (KiB) 198076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.04 s]
/proc/loadavg: 2.11 2.07 2.01 3/93 26778
/proc/meminfo: memFree=1071424/2055920 swapFree=4191880/4192956
[pid=26716] ppid=26714 vsize=198076 CPUtime=1800.07
/proc/26716/stat : 26716 (bprolog) R 26714 26716 26636 0 -1 4194304 53152 0 0 0 179970 37 0 0 25 0 1 0 183316854 202829824 27558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 0 0 0 17 0 0 0
/proc/26716/statm: 49519 27558 180 90 0 49057 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 198076

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1810.06
CPU time (s): 1800.1
CPU user time (s): 1799.7
CPU system time (s): 0.39194
CPU usage (%): 99.4494
Max. virtual memory (cumulated for all children) (KiB): 229328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.39194
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53152
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= 14
involuntary context switches= 51331

runsolver used 2.44163 s user time and 5.52916 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Tue Jan  9 13:26:42 UTC 2007


IDJOB= 237562
IDBENCH= 6949
FILE ID= node13/237562-1168349202

PBS_JOBID= 3503657

Free space on /tmp= 66540 MiB

BENCH NAME= HOME/pub/bench/CPAI06/haystacks/haystacks_41.xml
COMMAND LINE= /tmp/evaluation/237562-1168349202/Complete/Ordinary/solver /tmp/evaluation/237562-1168349202/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node13/convwatcher-237562-1168349202 -o ROOT/results/node13/conversion-237562-1168349202 -C 600 -M 900 /tmp/evaluation/237562-1168349202/Complete/Ordinary/conversion /tmp/evaluation/237562-1168349202/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-237562-1168349202 -o ROOT/results/node13/solver-237562-1168349202 -C 1800 -M 900  /tmp/evaluation/237562-1168349202/Complete/Ordinary/solver /tmp/evaluation/237562-1168349202/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  f05ef66561fe95ad6b285889a345512a

RANDOM SEED= 173525703

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.247
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.247
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1065200 kB
Buffers:         14940 kB
Cached:         134336 kB
SwapCached:        392 kB
Active:         872300 kB
Inactive:        56904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1065200 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            7872 kB
Writeback:           0 kB
Mapped:         806428 kB
Slab:            44440 kB
Committed_AS:  5872420 kB
PageTables:       3920 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66542 MiB



End job on node13 on Tue Jan  9 13:57:09 UTC 2007