Trace number 200977

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
SAT4JCSP-CACHED 1.7 RC BF3? (MO) 67.1638 66.6123

General information on the benchmark

Namefapp/fapp11-15/fapp15/
fapp15-3000-9.xml
MD5SUMc3a713f4f6011a69f875f3666a2ad293
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.9067
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3 CACHED
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.26	c --- Begin Solver configuration ---
0.26	c Stops conflict analysis at the first Unique Implication Point
0.26	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.26	c Learn all clauses as in MiniSAT
0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26	c VSIDS like heuristics from MiniSAT using a heap
0.26	c No reason simplification
0.26	c --- End Solver configuration ---
0.26	c solving /tmp/evaluation/200977-1168144606/unknown.xml
0.26	c reading problem ... 
0.55	c reading problem named ?
0.55	c reading domains done.
0.93	c reading variables
c reading variables (3000) done.
3.77	c reading predicates 
c reading relations (9) done.
4.06	c reading constraintsc starts		: 0
66.46	c conflicts		: 0
66.46	c decisions		: 0
66.46	c propagations		: 0
66.46	c inspects		: 0
66.46	c learnt literals	: 0
66.46	c learnt binary clauses	: 0
66.46	c learnt ternary clauses	: 0
66.46	c learnt clauses	: 0
66.46	c root simplifications	: 0
66.46	c removed literals (reason simplification)	: 0
66.46	c reason swapping (by a shorter reason)	: 0
66.46	c Calls to reduceDB	: 0
66.46	c speed (decisions/second)	: 0.0
66.46	c non guided choices	0
66.46	s UNKNOWN
66.46	c Total wall clock time (in seconds) : 66.203
66.46	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node11/watcher-200977-1168144606 -o ROOT/results/node11/solver-200977-1168144606 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/200977-1168144606/sat4jCSP-bf3-cached.jar /tmp/evaluation/200977-1168144606/unknown.xml 

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.07 2.05 2.01 4/94 23197
/proc/meminfo: memFree=838280/2055920 swapFree=4192812/4192956
[pid=23196] ppid=23194 vsize=14120 CPUtime=0
/proc/23196/stat : 23196 (java) D 23194 23196 22796 0 -1 0 927 0 1 0 0 0 0 0 17 0 1 0 162855615 14458880 693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7979812 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/23196/statm: 3530 693 534 14 0 1602 0

[startup+0.103156 s]
/proc/loadavg: 2.07 2.05 2.01 4/94 23197
/proc/meminfo: memFree=838280/2055920 swapFree=4192812/4192956
[pid=23196] ppid=23194 vsize=901540 CPUtime=0.09
/proc/23196/stat : 23196 (java) R 23194 23196 22796 0 -1 0 3300 0 1 0 7 2 0 0 20 0 12 0 162855615 923176960 3060 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155040696 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23196/statm: 225385 3060 1552 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.515239 s]
/proc/loadavg: 2.07 2.05 2.01 4/94 23197
/proc/meminfo: memFree=838280/2055920 swapFree=4192812/4192956
[pid=23196] ppid=23194 vsize=905236 CPUtime=0.49
/proc/23196/stat : 23196 (java) R 23194 23196 22796 0 -1 0 5819 0 1 0 45 4 0 0 19 0 12 0 162855615 926961664 5414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23196/statm: 226309 5414 2246 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.3384 s]
/proc/loadavg: 2.06 2.05 2.01 3/105 23208
/proc/meminfo: memFree=822896/2055920 swapFree=4192812/4192956
[pid=23196] ppid=23194 vsize=906592 CPUtime=1.31
/proc/23196/stat : 23196 (java) R 23194 23196 22796 0 -1 0 7012 0 1 0 126 5 0 0 22 0 12 0 162855615 928350208 6109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23196/statm: 226648 6109 2306 14 0 213085 0
[pid=23196/tid=23198] ppid=23194 vsize=906592 CPUtime=0
/proc/23196/task/23198/stat : 23198 (java) S 23194 23196 22796 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 162855617 928350208 6109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23199] ppid=23194 vsize=906592 CPUtime=0
/proc/23196/task/23199/stat : 23199 (java) S 23194 23196 22796 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 162855618 928350208 6109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23200] ppid=23194 vsize=906592 CPUtime=0
/proc/23196/task/23200/stat : 23200 (java) S 23194 23196 22796 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 162855620 928350208 6109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23201] ppid=23194 vsize=906592 CPUtime=0
/proc/23196/task/23201/stat : 23201 (java) S 23194 23196 22796 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 162855621 928350208 6109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23202] ppid=23194 vsize=906592 CPUtime=0
/proc/23196/task/23202/stat : 23202 (java) S 23194 23196 22796 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 162855621 928350208 6109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23203] ppid=23194 vsize=906592 CPUtime=0
/proc/23196/task/23203/stat : 23203 (java) S 23194 23196 22796 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 162855625 928350208 6109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23204] ppid=23194 vsize=906592 CPUtime=0
/proc/23196/task/23204/stat : 23204 (java) S 23194 23196 22796 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162855625 928350208 6109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23205] ppid=23194 vsize=906592 CPUtime=0.33
/proc/23196/task/23205/stat : 23205 (java) S 23194 23196 22796 0 -1 64 1066 0 0 0 33 0 0 0 16 0 12 0 162855625 928350208 6109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23206] ppid=23194 vsize=906592 CPUtime=0.32
/proc/23196/task/23206/stat : 23206 (java) R 23194 23196 22796 0 -1 64 672 0 0 0 32 0 0 0 16 0 12 0 162855625 928350208 6109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152025493 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23207] ppid=23194 vsize=906592 CPUtime=0
/proc/23196/task/23207/stat : 23207 (java) S 23194 23196 22796 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 162855625 928350208 6109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23208] ppid=23194 vsize=906592 CPUtime=0
/proc/23196/task/23208/stat : 23208 (java) S 23194 23196 22796 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162855625 928350208 6109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 906592

[startup+2.98673 s]
/proc/loadavg: 2.06 2.05 2.01 3/105 23208
/proc/meminfo: memFree=821488/2055920 swapFree=4192812/4192956
[pid=23196] ppid=23194 vsize=910440 CPUtime=2.94
/proc/23196/stat : 23196 (java) R 23194 23196 22796 0 -1 0 32362 0 1 0 272 22 0 0 25 0 12 0 162855615 932290560 29903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23196/statm: 227610 29903 2340 14 0 214047 0
[pid=23196/tid=23198] ppid=23194 vsize=910440 CPUtime=0.1
/proc/23196/task/23198/stat : 23198 (java) R 23194 23196 22796 0 -1 64 6221 0 0 0 7 3 0 0 17 0 12 0 162855617 932290560 29903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154958789 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23199] ppid=23194 vsize=910440 CPUtime=0.09
/proc/23196/task/23199/stat : 23199 (java) R 23194 23196 22796 0 -1 64 3881 0 0 0 7 2 0 0 17 0 12 0 162855618 932290560 29903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154958789 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23200] ppid=23194 vsize=910440 CPUtime=0
/proc/23196/task/23200/stat : 23200 (java) S 23194 23196 22796 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 162855620 932290560 29903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23201] ppid=23194 vsize=910440 CPUtime=0
/proc/23196/task/23201/stat : 23201 (java) S 23194 23196 22796 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 162855621 932290560 29903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23202] ppid=23194 vsize=910440 CPUtime=0
/proc/23196/task/23202/stat : 23202 (java) S 23194 23196 22796 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 162855621 932290560 29903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23203] ppid=23194 vsize=910440 CPUtime=0
/proc/23196/task/23203/stat : 23203 (java) S 23194 23196 22796 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 162855625 932290560 29903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23204] ppid=23194 vsize=910440 CPUtime=0
/proc/23196/task/23204/stat : 23204 (java) S 23194 23196 22796 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162855625 932290560 29903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23205] ppid=23194 vsize=910440 CPUtime=0.56
/proc/23196/task/23205/stat : 23205 (java) S 23194 23196 22796 0 -1 64 1088 0 0 0 56 0 0 0 16 0 12 0 162855625 932290560 29903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23206] ppid=23194 vsize=910440 CPUtime=0.89
/proc/23196/task/23206/stat : 23206 (java) S 23194 23196 22796 0 -1 64 1513 0 0 0 89 0 0 0 16 0 12 0 162855625 932290560 29903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23207] ppid=23194 vsize=910440 CPUtime=0
/proc/23196/task/23207/stat : 23207 (java) S 23194 23196 22796 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 162855625 932290560 29903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23208] ppid=23194 vsize=910440 CPUtime=0
/proc/23196/task/23208/stat : 23208 (java) S 23194 23196 22796 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162855625 932290560 29903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 910440

[startup+6.19037 s]
/proc/loadavg: 2.14 2.06 2.02 3/105 23208
/proc/meminfo: memFree=651120/2055920 swapFree=4192812/4192956
[pid=23196] ppid=23194 vsize=916480 CPUtime=6.48
/proc/23196/stat : 23196 (java) R 23194 23196 22796 0 -1 0 56931 0 2 0 614 34 0 0 25 0 12 0 162855615 938475520 50961 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054415306 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23196/statm: 229120 50961 2482 14 0 215557 0
[pid=23196/tid=23198] ppid=23194 vsize=916480 CPUtime=0.62
/proc/23196/task/23198/stat : 23198 (java) S 23194 23196 22796 0 -1 64 12626 0 0 0 56 6 0 0 17 0 12 0 162855617 938475520 50961 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23199] ppid=23194 vsize=916480 CPUtime=0.64
/proc/23196/task/23199/stat : 23199 (java) S 23194 23196 22796 0 -1 64 17667 0 0 0 56 8 0 0 17 0 12 0 162855618 938475520 50961 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23200] ppid=23194 vsize=916480 CPUtime=0
/proc/23196/task/23200/stat : 23200 (java) S 23194 23196 22796 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 162855620 938475520 50961 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23201] ppid=23194 vsize=916480 CPUtime=0
/proc/23196/task/23201/stat : 23201 (java) S 23194 23196 22796 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 162855621 938475520 50961 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23202] ppid=23194 vsize=916480 CPUtime=0
/proc/23196/task/23202/stat : 23202 (java) S 23194 23196 22796 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162855621 938475520 50961 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23203] ppid=23194 vsize=916480 CPUtime=0
/proc/23196/task/23203/stat : 23203 (java) S 23194 23196 22796 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 162855625 938475520 50961 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23204] ppid=23194 vsize=916480 CPUtime=0.01
/proc/23196/task/23204/stat : 23204 (java) S 23194 23196 22796 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 162855625 938475520 50961 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23205] ppid=23194 vsize=916480 CPUtime=1.46
/proc/23196/task/23205/stat : 23205 (java) S 23194 23196 22796 0 -1 64 3885 0 0 0 144 2 0 0 16 0 12 0 162855625 938475520 50961 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23206] ppid=23194 vsize=916480 CPUtime=1.32
/proc/23196/task/23206/stat : 23206 (java) S 23194 23196 22796 0 -1 64 2676 0 1 0 131 1 0 0 16 0 12 0 162855625 938475520 50961 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23207] ppid=23194 vsize=916480 CPUtime=0
/proc/23196/task/23207/stat : 23207 (java) S 23194 23196 22796 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 162855625 938475520 50961 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23208] ppid=23194 vsize=916480 CPUtime=0
/proc/23196/task/23208/stat : 23208 (java) S 23194 23196 22796 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162855625 938475520 50961 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.48
Current children cumulated vsize (KiB) 916480

[startup+12.6867 s]
/proc/loadavg: 2.12 2.06 2.02 3/105 23208
/proc/meminfo: memFree=581808/2055920 swapFree=4192812/4192956
[pid=23196] ppid=23194 vsize=915216 CPUtime=13.02
/proc/23196/stat : 23196 (java) R 23194 23196 22796 0 -1 0 73909 0 2 0 1259 43 0 0 25 0 12 0 162855615 937181184 66748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054476630 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23196/statm: 228804 66748 2482 14 0 215241 0
[pid=23196/tid=23198] ppid=23194 vsize=915216 CPUtime=1.25
/proc/23196/task/23198/stat : 23198 (java) S 23194 23196 22796 0 -1 64 21251 0 0 0 114 11 0 0 16 0 12 0 162855617 937181184 66748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23199] ppid=23194 vsize=915216 CPUtime=1.34
/proc/23196/task/23199/stat : 23199 (java) S 23194 23196 22796 0 -1 64 25237 0 0 0 122 12 0 0 16 0 12 0 162855618 937181184 66748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23200] ppid=23194 vsize=915216 CPUtime=0.01
/proc/23196/task/23200/stat : 23200 (java) S 23194 23196 22796 0 -1 64 12 0 0 0 1 0 0 0 16 0 12 0 162855620 937181184 66748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23201] ppid=23194 vsize=915216 CPUtime=0
/proc/23196/task/23201/stat : 23201 (java) S 23194 23196 22796 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 162855621 937181184 66748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23202] ppid=23194 vsize=915216 CPUtime=0
/proc/23196/task/23202/stat : 23202 (java) S 23194 23196 22796 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162855621 937181184 66748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23203] ppid=23194 vsize=915216 CPUtime=0
/proc/23196/task/23203/stat : 23203 (java) S 23194 23196 22796 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 162855625 937181184 66748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23204] ppid=23194 vsize=915216 CPUtime=0.01
/proc/23196/task/23204/stat : 23204 (java) S 23194 23196 22796 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 162855625 937181184 66748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23205] ppid=23194 vsize=915216 CPUtime=1.53
/proc/23196/task/23205/stat : 23205 (java) S 23194 23196 22796 0 -1 64 3886 0 0 0 151 2 0 0 17 0 12 0 162855625 937181184 66748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23206] ppid=23194 vsize=915216 CPUtime=1.81
/proc/23196/task/23206/stat : 23206 (java) S 23194 23196 22796 0 -1 64 3437 0 1 0 180 1 0 0 17 0 12 0 162855625 937181184 66748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23207] ppid=23194 vsize=915216 CPUtime=0
/proc/23196/task/23207/stat : 23207 (java) S 23194 23196 22796 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 162855625 937181184 66748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23208] ppid=23194 vsize=915216 CPUtime=0
/proc/23196/task/23208/stat : 23208 (java) S 23194 23196 22796 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162855625 937181184 66748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.02
Current children cumulated vsize (KiB) 915216

[startup+25.5882 s]
/proc/loadavg: 2.10 2.06 2.02 3/105 23208
/proc/meminfo: memFree=459568/2055920 swapFree=4192812/4192956
[pid=23196] ppid=23194 vsize=915216 CPUtime=25.92
/proc/23196/stat : 23196 (java) R 23194 23196 22796 0 -1 0 104363 0 2 0 2532 60 0 0 25 0 12 0 162855615 937181184 95829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23196/statm: 228804 95835 2483 14 0 215241 0
[pid=23196/tid=23198] ppid=23194 vsize=915216 CPUtime=2.23
/proc/23196/task/23198/stat : 23198 (java) R 23194 23196 22796 0 -1 64 36661 0 0 0 203 20 0 0 15 0 12 0 162855617 937181184 95837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23199] ppid=23194 vsize=915216 CPUtime=2.39
/proc/23196/task/23199/stat : 23199 (java) R 23194 23196 22796 0 -1 64 40229 0 0 0 219 20 0 0 15 0 12 0 162855618 937181184 95840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154958745 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23200] ppid=23194 vsize=915216 CPUtime=0.02
/proc/23196/task/23200/stat : 23200 (java) S 23194 23196 22796 0 -1 64 16 0 0 0 2 0 0 0 15 0 12 0 162855620 937181184 95843 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23201] ppid=23194 vsize=915216 CPUtime=0
/proc/23196/task/23201/stat : 23201 (java) S 23194 23196 22796 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 162855621 937181184 95847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23202] ppid=23194 vsize=915216 CPUtime=0
/proc/23196/task/23202/stat : 23202 (java) S 23194 23196 22796 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162855621 937181184 95850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23203] ppid=23194 vsize=915216 CPUtime=0
/proc/23196/task/23203/stat : 23203 (java) S 23194 23196 22796 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 162855625 937181184 95853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23204] ppid=23194 vsize=915216 CPUtime=0.01
/proc/23196/task/23204/stat : 23204 (java) S 23194 23196 22796 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 162855625 937181184 95856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23205] ppid=23194 vsize=915216 CPUtime=1.62
/proc/23196/task/23205/stat : 23205 (java) S 23194 23196 22796 0 -1 64 3895 0 0 0 160 2 0 0 16 0 12 0 162855625 937181184 95859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23206] ppid=23194 vsize=915216 CPUtime=1.99
/proc/23196/task/23206/stat : 23206 (java) S 23194 23196 22796 0 -1 64 3451 0 1 0 198 1 0 0 17 0 12 0 162855625 937181184 95862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23207] ppid=23194 vsize=915216 CPUtime=0
/proc/23196/task/23207/stat : 23207 (java) S 23194 23196 22796 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 162855625 937181184 95865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23208] ppid=23194 vsize=915216 CPUtime=0
/proc/23196/task/23208/stat : 23208 (java) S 23194 23196 22796 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162855625 937181184 95868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.92
Current children cumulated vsize (KiB) 915216

[startup+51.2043 s]
/proc/loadavg: 2.06 2.05 2.01 5/105 23208
/proc/meminfo: memFree=204848/2055920 swapFree=4192812/4192956
[pid=23196] ppid=23194 vsize=915072 CPUtime=51.64
/proc/23196/stat : 23196 (java) R 23194 23196 22796 0 -1 0 165680 0 2 0 5069 95 0 0 25 0 12 0 162855615 937033728 155786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23196/statm: 228768 155786 2483 14 0 215205 0
[pid=23196/tid=23198] ppid=23194 vsize=915072 CPUtime=4.24
/proc/23196/task/23198/stat : 23198 (java) R 23194 23196 22796 0 -1 64 66267 0 0 0 388 36 0 0 16 0 12 0 162855617 937033728 155786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154631190 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23199] ppid=23194 vsize=915072 CPUtime=4.43
/proc/23196/task/23199/stat : 23199 (java) R 23194 23196 22796 0 -1 64 71880 0 0 0 406 37 0 0 16 0 12 0 162855618 937033728 155786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154958789 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23200] ppid=23194 vsize=915072 CPUtime=0.06
/proc/23196/task/23200/stat : 23200 (java) S 23194 23196 22796 0 -1 64 16 0 0 0 5 1 0 0 15 0 12 0 162855620 937033728 155786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23201] ppid=23194 vsize=915072 CPUtime=0
/proc/23196/task/23201/stat : 23201 (java) S 23194 23196 22796 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 162855621 937033728 155786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23202] ppid=23194 vsize=915072 CPUtime=0
/proc/23196/task/23202/stat : 23202 (java) S 23194 23196 22796 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162855621 937033728 155786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23203] ppid=23194 vsize=915072 CPUtime=0
/proc/23196/task/23203/stat : 23203 (java) S 23194 23196 22796 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 162855625 937033728 155786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23204] ppid=23194 vsize=915072 CPUtime=0.01
/proc/23196/task/23204/stat : 23204 (java) S 23194 23196 22796 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 162855625 937033728 155786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23205] ppid=23194 vsize=915072 CPUtime=1.75
/proc/23196/task/23205/stat : 23205 (java) S 23194 23196 22796 0 -1 64 3905 0 0 0 173 2 0 0 16 0 12 0 162855625 937033728 155786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23206] ppid=23194 vsize=915072 CPUtime=2.05
/proc/23196/task/23206/stat : 23206 (java) S 23194 23196 22796 0 -1 64 3451 0 1 0 204 1 0 0 17 0 12 0 162855625 937033728 155786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23207] ppid=23194 vsize=915072 CPUtime=0
/proc/23196/task/23207/stat : 23207 (java) S 23194 23196 22796 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 162855625 937033728 155786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23208] ppid=23194 vsize=915072 CPUtime=0
/proc/23196/task/23208/stat : 23208 (java) S 23194 23196 22796 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162855625 937033728 155786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.64
Current children cumulated vsize (KiB) 915072



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+64.8668 s]
/proc/loadavg: 2.36 2.12 2.03 3/105 23208
/proc/meminfo: memFree=70640/2055920 swapFree=4192812/4192956
[pid=23196] ppid=23194 vsize=923076 CPUtime=65.44
/proc/23196/stat : 23196 (java) S 23194 23196 22796 0 -1 0 198878 0 2 0 6433 111 0 0 20 0 12 0 162855615 945229824 187414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23196/statm: 230769 187414 2483 14 0 217206 0
[pid=23196/tid=23198] ppid=23194 vsize=923076 CPUtime=5.42
/proc/23196/task/23198/stat : 23198 (java) S 23194 23196 22796 0 -1 64 81529 0 0 0 498 44 0 0 15 0 12 0 162855617 945229824 187414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23199] ppid=23194 vsize=923076 CPUtime=5.53
/proc/23196/task/23199/stat : 23199 (java) S 23194 23196 22796 0 -1 64 87284 0 0 0 509 44 0 0 16 0 12 0 162855618 945229824 187414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23200] ppid=23194 vsize=923076 CPUtime=0.73
/proc/23196/task/23200/stat : 23200 (java) R 23194 23196 22796 0 -1 64 2526 0 0 0 71 2 0 0 16 0 12 0 162855620 945229824 187414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154624429 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23201] ppid=23194 vsize=923076 CPUtime=0
/proc/23196/task/23201/stat : 23201 (java) S 23194 23196 22796 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 162855621 945229824 187414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23202] ppid=23194 vsize=923076 CPUtime=0
/proc/23196/task/23202/stat : 23202 (java) S 23194 23196 22796 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162855621 945229824 187414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23203] ppid=23194 vsize=923076 CPUtime=0
/proc/23196/task/23203/stat : 23203 (java) S 23194 23196 22796 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 162855625 945229824 187414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23204] ppid=23194 vsize=923076 CPUtime=0.01
/proc/23196/task/23204/stat : 23204 (java) S 23194 23196 22796 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 162855625 945229824 187414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23196/tid=23205] ppid=23194 vsize=923076 CPUtime=1.75
/proc/23196/task/23205/stat : 23205 (java) S 23194 23196 22796 0 -1 64 3905 0 0 0 173 2 0 0 16 0 12 0 162855625 945229824 187414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23206] ppid=23194 vsize=923076 CPUtime=2.06
/proc/23196/task/23206/stat : 23206 (java) S 23194 23196 22796 0 -1 64 3451 0 1 0 205 1 0 0 16 0 12 0 162855625 945229824 187414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23207] ppid=23194 vsize=923076 CPUtime=0
/proc/23196/task/23207/stat : 23207 (java) S 23194 23196 22796 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 162855625 945229824 187414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23196/tid=23208] ppid=23194 vsize=923076 CPUtime=0
/proc/23196/task/23208/stat : 23208 (java) S 23194 23196 22796 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162855625 945229824 187414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 65.44
Current children cumulated vsize (KiB) 923076

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

Child status: 143
Real time (s): 66.6123
CPU time (s): 67.1638
CPU user time (s): 65.931
CPU system time (s): 1.23281
CPU usage (%): 100.828
Max. virtual memory (cumulated for all children) (KiB): 923076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.931
system time used= 1.23281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199912
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3712
involuntary context switches= 4949

runsolver used 0.076988 s user time and 0.252961 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Sun Jan  7 04:36:46 UTC 2007


IDJOB= 200977
IDBENCH= 3737
FILE ID= node11/200977-1168144606

PBS_JOBID= 3477848

Free space on /tmp= 66327 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp15/fapp15-3000-9.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/200977-1168144606/sat4jCSP-bf3-cached.jar /tmp/evaluation/200977-1168144606/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-200977-1168144606 -o ROOT/results/node11/solver-200977-1168144606 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/200977-1168144606/sat4jCSP-bf3-cached.jar /tmp/evaluation/200977-1168144606/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  c3a713f4f6011a69f875f3666a2ad293

RANDOM SEED= 379280723

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.261
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	: 5931.00
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.261
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:        838696 kB
Buffers:         31556 kB
Cached:         361960 kB
SwapCached:          0 kB
Active:        1008220 kB
Inactive:       139184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        838696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7072 kB
Writeback:           0 kB
Mapped:         781824 kB
Slab:            53028 kB
Committed_AS:  5415820 kB
PageTables:       3836 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= 66327 MiB



End job on node11 on Sun Jan  7 04:37:53 UTC 2007