Trace number 201323

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) 65.981 65.9272

General information on the benchmark

Namefapp/fapp11-15/fapp12/
fapp12-1500-1.xml
MD5SUM377352dfd2684bf560df5698f67e0e65
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 benchmark11.8052
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data (download as text)

0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.17	c version CSP COMPETITION BUGFIX 3 CACHED
0.17	c sun.arch.data.model	32
0.17	c java.version	1.5.0_10
0.17	c os.name	Linux
0.17	c os.version	2.6.9-22.EL.rootsmp
0.17	c os.arch	i386
0.17	c Free memory 722620888
0.17	c Max memory 723845120
0.17	c Total memory 723845120
0.17	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/201323-1168146919/unknown.xml
0.26	c reading problem ... 
0.51	c reading problem named ?
0.51	c reading domains done.
0.82	c reading variables
c reading variables (1500) done.
2.28	c reading predicates 
c reading relations (9) done.
2.52	c reading constraintsc starts		: 0
65.75	c conflicts		: 0
65.75	c decisions		: 0
65.75	c propagations		: 0
65.75	c inspects		: 0
65.75	c learnt literals	: 0
65.75	c learnt binary clauses	: 0
65.75	c learnt ternary clauses	: 0
65.75	c learnt clauses	: 0
65.75	c root simplifications	: 0
65.75	c removed literals (reason simplification)	: 0
65.75	c reason swapping (by a shorter reason)	: 0
65.75	c Calls to reduceDB	: 0
65.75	c speed (decisions/second)	: 0.0
65.75	c non guided choices	0
65.75	s UNKNOWN
65.75	c Total wall clock time (in seconds) : 65.493
65.75	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/node2/watcher-201323-1168146919 -o ROOT/results/node2/solver-201323-1168146919 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201323-1168146919/sat4jCSP-bf3-cached.jar /tmp/evaluation/201323-1168146919/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: 1.98 1.98 1.99 4/86 31902
/proc/meminfo: memFree=1261824/2055920 swapFree=4191880/4192956
[pid=31901] ppid=31899 vsize=18540 CPUtime=0
/proc/31901/stat : 31901 (runsolver) R 31899 31901 30978 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 163087577 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 206381313319 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/31901/statm: 4635 279 244 17 0 2626 0

[startup+0.103922 s]
/proc/loadavg: 1.98 1.98 1.99 4/86 31902
/proc/meminfo: memFree=1261824/2055920 swapFree=4191880/4192956
[pid=31901] ppid=31899 vsize=897120 CPUtime=0.08
/proc/31901/stat : 31901 (java) R 31899 31901 30978 0 -1 0 3218 0 1 0 6 2 0 0 17 0 6 0 163087577 918650880 2978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/31901/statm: 224280 2978 1514 14 0 211300 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 897120

[startup+0.511993 s]
/proc/loadavg: 1.98 1.98 1.99 4/86 31902
/proc/meminfo: memFree=1261824/2055920 swapFree=4191880/4192956
[pid=31901] ppid=31899 vsize=905236 CPUtime=0.48
/proc/31901/stat : 31901 (java) R 31899 31901 30978 0 -1 0 5928 0 1 0 45 3 0 0 19 0 12 0 163087577 926961664 5522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31901/statm: 226309 5522 2276 14 0 212746 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 905236

[startup+1.33515 s]
/proc/loadavg: 1.98 1.98 1.99 3/97 31913
/proc/meminfo: memFree=1246504/2055920 swapFree=4191880/4192956
[pid=31901] ppid=31899 vsize=906592 CPUtime=1.31
/proc/31901/stat : 31901 (java) R 31899 31901 30978 0 -1 0 7075 0 1 0 127 4 0 0 18 0 12 0 163087577 928350208 6172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4053869223 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31901/statm: 226648 6172 2307 14 0 213085 0
[pid=31901/tid=31903] ppid=31899 vsize=906592 CPUtime=0
/proc/31901/task/31903/stat : 31903 (java) S 31899 31901 30978 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 163087581 928350208 6172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31904] ppid=31899 vsize=906592 CPUtime=0
/proc/31901/task/31904/stat : 31904 (java) S 31899 31901 30978 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 163087581 928350208 6172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31905] ppid=31899 vsize=906592 CPUtime=0
/proc/31901/task/31905/stat : 31905 (java) S 31899 31901 30978 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 163087584 928350208 6172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31906] ppid=31899 vsize=906592 CPUtime=0
/proc/31901/task/31906/stat : 31906 (java) S 31899 31901 30978 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 163087584 928350208 6172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31907] ppid=31899 vsize=906592 CPUtime=0
/proc/31901/task/31907/stat : 31907 (java) S 31899 31901 30978 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 163087584 928350208 6172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31908] ppid=31899 vsize=906592 CPUtime=0
/proc/31901/task/31908/stat : 31908 (java) S 31899 31901 30978 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163087588 928350208 6172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31909] ppid=31899 vsize=906592 CPUtime=0
/proc/31901/task/31909/stat : 31909 (java) S 31899 31901 30978 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163087588 928350208 6172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31910] ppid=31899 vsize=906592 CPUtime=0.39
/proc/31901/task/31910/stat : 31910 (java) S 31899 31901 30978 0 -1 64 1090 0 0 0 39 0 0 0 16 0 12 0 163087588 928350208 6172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31911] ppid=31899 vsize=906592 CPUtime=0.25
/proc/31901/task/31911/stat : 31911 (java) S 31899 31901 30978 0 -1 64 658 0 0 0 25 0 0 0 16 0 12 0 163087588 928350208 6172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31912] ppid=31899 vsize=906592 CPUtime=0
/proc/31901/task/31912/stat : 31912 (java) S 31899 31901 30978 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163087588 928350208 6172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31913] ppid=31899 vsize=906592 CPUtime=0
/proc/31901/task/31913/stat : 31913 (java) S 31899 31901 30978 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163087588 928350208 6172 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.98845 s]
/proc/loadavg: 1.98 1.98 1.99 3/97 31913
/proc/meminfo: memFree=1136104/2055920 swapFree=4191880/4192956
[pid=31901] ppid=31899 vsize=914740 CPUtime=3.12
/proc/31901/stat : 31901 (java) R 31899 31901 30978 0 -1 0 38930 0 1 0 294 18 0 0 24 0 12 0 163087577 936693760 35047 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31901/statm: 228685 35047 2473 14 0 215122 0
[pid=31901/tid=31903] ppid=31899 vsize=914740 CPUtime=0.23
/proc/31901/task/31903/stat : 31903 (java) S 31899 31901 30978 0 -1 64 7085 0 0 0 21 2 0 0 19 0 12 0 163087581 936693760 35047 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31904] ppid=31899 vsize=914740 CPUtime=0.21
/proc/31901/task/31904/stat : 31904 (java) S 31899 31901 30978 0 -1 64 7606 0 0 0 18 3 0 0 18 0 12 0 163087581 936693760 35047 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31905] ppid=31899 vsize=914740 CPUtime=0
/proc/31901/task/31905/stat : 31905 (java) S 31899 31901 30978 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 163087584 936693760 35047 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31906] ppid=31899 vsize=914740 CPUtime=0
/proc/31901/task/31906/stat : 31906 (java) S 31899 31901 30978 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163087584 936693760 35047 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31907] ppid=31899 vsize=914740 CPUtime=0
/proc/31901/task/31907/stat : 31907 (java) S 31899 31901 30978 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163087584 936693760 35047 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31908] ppid=31899 vsize=914740 CPUtime=0
/proc/31901/task/31908/stat : 31908 (java) S 31899 31901 30978 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163087588 936693760 35047 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31909] ppid=31899 vsize=914740 CPUtime=0
/proc/31901/task/31909/stat : 31909 (java) S 31899 31901 30978 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163087588 936693760 35047 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31910] ppid=31899 vsize=914740 CPUtime=0.68
/proc/31901/task/31910/stat : 31910 (java) S 31899 31901 30978 0 -1 64 2329 0 0 0 68 0 0 0 17 0 12 0 163087588 936693760 35047 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31911] ppid=31899 vsize=914740 CPUtime=0.63
/proc/31901/task/31911/stat : 31911 (java) R 31899 31901 30978 0 -1 64 1836 0 0 0 63 0 0 0 17 0 12 0 163087588 936693760 35047 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151934465 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31912] ppid=31899 vsize=914740 CPUtime=0
/proc/31901/task/31912/stat : 31912 (java) S 31899 31901 30978 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163087588 936693760 35047 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31913] ppid=31899 vsize=914740 CPUtime=0
/proc/31901/task/31913/stat : 31913 (java) S 31899 31901 30978 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163087588 936693760 35047 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 914740

[startup+6.28306 s]
/proc/loadavg: 1.98 1.98 1.99 4/97 31913
/proc/meminfo: memFree=1066792/2055920 swapFree=4191880/4192956
[pid=31901] ppid=31899 vsize=917480 CPUtime=6.45
/proc/31901/stat : 31901 (java) R 31899 31901 30978 0 -1 0 58598 0 1 0 619 26 0 0 25 0 12 0 163087577 939499520 52487 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054292711 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31901/statm: 229370 52487 2479 14 0 215807 0
[pid=31901/tid=31903] ppid=31899 vsize=917480 CPUtime=0.58
/proc/31901/task/31903/stat : 31903 (java) S 31899 31901 30978 0 -1 64 14403 0 0 0 53 5 0 0 16 0 12 0 163087581 939499520 52487 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31904] ppid=31899 vsize=917480 CPUtime=0.66
/proc/31901/task/31904/stat : 31904 (java) S 31899 31901 30978 0 -1 64 17598 0 0 0 59 7 0 0 16 0 12 0 163087581 939499520 52487 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31905] ppid=31899 vsize=917480 CPUtime=0
/proc/31901/task/31905/stat : 31905 (java) S 31899 31901 30978 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 163087584 939499520 52487 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31906] ppid=31899 vsize=917480 CPUtime=0
/proc/31901/task/31906/stat : 31906 (java) S 31899 31901 30978 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163087584 939499520 52487 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31907] ppid=31899 vsize=917480 CPUtime=0
/proc/31901/task/31907/stat : 31907 (java) S 31899 31901 30978 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163087584 939499520 52487 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31908] ppid=31899 vsize=917480 CPUtime=0
/proc/31901/task/31908/stat : 31908 (java) S 31899 31901 30978 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163087588 939499520 52487 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31909] ppid=31899 vsize=917480 CPUtime=0
/proc/31901/task/31909/stat : 31909 (java) S 31899 31901 30978 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163087588 939499520 52487 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31910] ppid=31899 vsize=917480 CPUtime=0.84
/proc/31901/task/31910/stat : 31910 (java) S 31899 31901 30978 0 -1 64 2343 0 0 0 84 0 0 0 16 0 12 0 163087588 939499520 52487 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31911] ppid=31899 vsize=917480 CPUtime=1.19
/proc/31901/task/31911/stat : 31911 (java) S 31899 31901 30978 0 -1 64 4169 0 0 0 118 1 0 0 16 0 12 0 163087588 939499520 52487 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31912] ppid=31899 vsize=917480 CPUtime=0
/proc/31901/task/31912/stat : 31912 (java) S 31899 31901 30978 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163087588 939499520 52487 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31913] ppid=31899 vsize=917480 CPUtime=0
/proc/31901/task/31913/stat : 31913 (java) S 31899 31901 30978 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163087588 939499520 52487 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 917480

[startup+12.7623 s]
/proc/loadavg: 2.06 2.00 2.00 3/97 31913
/proc/meminfo: memFree=993832/2055920 swapFree=4191880/4192956
[pid=31901] ppid=31899 vsize=917480 CPUtime=12.9
/proc/31901/stat : 31901 (java) R 31899 31901 30978 0 -1 0 76581 0 1 0 1257 33 0 0 25 0 12 0 163087577 939499520 69944 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31901/statm: 229370 69944 2480 14 0 215807 0
[pid=31901/tid=31903] ppid=31899 vsize=917480 CPUtime=1.23
/proc/31901/task/31903/stat : 31903 (java) S 31899 31901 30978 0 -1 64 23412 0 0 0 115 8 0 0 16 0 12 0 163087581 939499520 69944 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31904] ppid=31899 vsize=917480 CPUtime=1.4
/proc/31901/task/31904/stat : 31904 (java) S 31899 31901 30978 0 -1 64 26512 0 0 0 130 10 0 0 16 0 12 0 163087581 939499520 69944 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31905] ppid=31899 vsize=917480 CPUtime=0.01
/proc/31901/task/31905/stat : 31905 (java) S 31899 31901 30978 0 -1 64 12 0 0 0 1 0 0 0 15 0 12 0 163087584 939499520 69944 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31906] ppid=31899 vsize=917480 CPUtime=0
/proc/31901/task/31906/stat : 31906 (java) S 31899 31901 30978 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163087584 939499520 69944 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31907] ppid=31899 vsize=917480 CPUtime=0
/proc/31901/task/31907/stat : 31907 (java) S 31899 31901 30978 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163087584 939499520 69944 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31908] ppid=31899 vsize=917480 CPUtime=0
/proc/31901/task/31908/stat : 31908 (java) S 31899 31901 30978 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163087588 939499520 69944 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31909] ppid=31899 vsize=917480 CPUtime=0
/proc/31901/task/31909/stat : 31909 (java) S 31899 31901 30978 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163087588 939499520 69944 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31910] ppid=31899 vsize=917480 CPUtime=1.25
/proc/31901/task/31910/stat : 31910 (java) R 31899 31901 30978 0 -1 64 2379 0 0 0 125 0 0 0 16 0 12 0 163087588 939499520 69944 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152458543 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31911] ppid=31899 vsize=917480 CPUtime=1.23
/proc/31901/task/31911/stat : 31911 (java) S 31899 31901 30978 0 -1 64 4169 0 0 0 122 1 0 0 16 0 12 0 163087588 939499520 69944 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31912] ppid=31899 vsize=917480 CPUtime=0
/proc/31901/task/31912/stat : 31912 (java) S 31899 31901 30978 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163087588 939499520 69944 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31913] ppid=31899 vsize=917480 CPUtime=0
/proc/31901/task/31913/stat : 31913 (java) S 31899 31901 30978 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163087588 939499520 69944 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.9
Current children cumulated vsize (KiB) 917480

[startup+25.6505 s]
/proc/loadavg: 2.05 2.00 2.00 5/97 31913
/proc/meminfo: memFree=888808/2055920 swapFree=4191880/4192956
[pid=31901] ppid=31899 vsize=919776 CPUtime=25.73
/proc/31901/stat : 31901 (java) R 31899 31901 30978 0 -1 0 105645 0 1 0 2528 45 0 0 25 0 12 0 163087577 941850624 97688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054447176 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31901/statm: 229944 97688 2480 14 0 216381 0
[pid=31901/tid=31903] ppid=31899 vsize=919776 CPUtime=2.24
/proc/31901/task/31903/stat : 31903 (java) S 31899 31901 30978 0 -1 64 37633 0 0 0 211 13 0 0 16 0 12 0 163087581 941850624 97688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31904] ppid=31899 vsize=919776 CPUtime=2.27
/proc/31901/task/31904/stat : 31904 (java) S 31899 31901 30978 0 -1 64 39982 0 0 0 211 16 0 0 16 0 12 0 163087581 941850624 97688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31905] ppid=31899 vsize=919776 CPUtime=0.01
/proc/31901/task/31905/stat : 31905 (java) S 31899 31901 30978 0 -1 64 14 0 0 0 1 0 0 0 15 0 12 0 163087584 941850624 97688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31906] ppid=31899 vsize=919776 CPUtime=0
/proc/31901/task/31906/stat : 31906 (java) S 31899 31901 30978 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163087584 941850624 97688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31907] ppid=31899 vsize=919776 CPUtime=0
/proc/31901/task/31907/stat : 31907 (java) S 31899 31901 30978 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163087584 941850624 97688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31908] ppid=31899 vsize=919776 CPUtime=0
/proc/31901/task/31908/stat : 31908 (java) S 31899 31901 30978 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163087588 941850624 97688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31909] ppid=31899 vsize=919776 CPUtime=0
/proc/31901/task/31909/stat : 31909 (java) S 31899 31901 30978 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163087588 941850624 97688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31910] ppid=31899 vsize=919776 CPUtime=1.85
/proc/31901/task/31910/stat : 31910 (java) S 31899 31901 30978 0 -1 64 3721 0 0 0 184 1 0 0 16 0 12 0 163087588 941850624 97688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31911] ppid=31899 vsize=919776 CPUtime=1.27
/proc/31901/task/31911/stat : 31911 (java) S 31899 31901 30978 0 -1 64 4170 0 0 0 126 1 0 0 17 0 12 0 163087588 941850624 97688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31912] ppid=31899 vsize=919776 CPUtime=0
/proc/31901/task/31912/stat : 31912 (java) S 31899 31901 30978 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163087588 941850624 97688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31913] ppid=31899 vsize=919776 CPUtime=0
/proc/31901/task/31913/stat : 31913 (java) S 31899 31901 30978 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163087588 941850624 97688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.73
Current children cumulated vsize (KiB) 919776

[startup+51.3142 s]
/proc/loadavg: 2.03 2.00 2.00 3/97 31913
/proc/meminfo: memFree=644840/2055920 swapFree=4191880/4192956
[pid=31901] ppid=31899 vsize=919744 CPUtime=51.35
/proc/31901/stat : 31901 (java) R 31899 31901 30978 0 -1 0 164944 0 1 0 5066 69 0 0 25 0 12 0 163087577 941817856 156669 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31901/statm: 229936 156676 2480 14 0 216373 0
[pid=31901/tid=31903] ppid=31899 vsize=919744 CPUtime=4.47
/proc/31901/task/31903/stat : 31903 (java) R 31899 31901 30978 0 -1 64 69630 0 0 0 422 25 0 0 15 0 12 0 163087581 941817856 156679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154958745 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31904] ppid=31899 vsize=919744 CPUtime=4.17
/proc/31901/task/31904/stat : 31904 (java) R 31899 31901 30978 0 -1 64 67247 0 0 0 390 27 0 0 16 0 12 0 163087581 941817856 156684 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154958944 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31905] ppid=31899 vsize=919744 CPUtime=0.03
/proc/31901/task/31905/stat : 31905 (java) S 31899 31901 30978 0 -1 64 14 0 0 0 2 1 0 0 15 0 12 0 163087584 941817856 156689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31906] ppid=31899 vsize=919744 CPUtime=0
/proc/31901/task/31906/stat : 31906 (java) S 31899 31901 30978 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163087584 941817856 156694 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31907] ppid=31899 vsize=919744 CPUtime=0
/proc/31901/task/31907/stat : 31907 (java) S 31899 31901 30978 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163087584 941817856 156699 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31908] ppid=31899 vsize=919744 CPUtime=0
/proc/31901/task/31908/stat : 31908 (java) S 31899 31901 30978 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163087588 941817856 156705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31909] ppid=31899 vsize=919744 CPUtime=0
/proc/31901/task/31909/stat : 31909 (java) S 31899 31901 30978 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163087588 941817856 156706 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31910] ppid=31899 vsize=919744 CPUtime=1.86
/proc/31901/task/31910/stat : 31910 (java) S 31899 31901 30978 0 -1 64 3721 0 0 0 185 1 0 0 16 0 12 0 163087588 941817856 156706 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31911] ppid=31899 vsize=919744 CPUtime=1.29
/proc/31901/task/31911/stat : 31911 (java) S 31899 31901 30978 0 -1 64 4170 0 0 0 128 1 0 0 16 0 12 0 163087588 941817856 156706 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31912] ppid=31899 vsize=919744 CPUtime=0
/proc/31901/task/31912/stat : 31912 (java) S 31899 31901 30978 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163087588 941817856 156706 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31913] ppid=31899 vsize=919744 CPUtime=0
/proc/31901/task/31913/stat : 31913 (java) S 31899 31901 30978 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163087588 941817856 156706 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.35
Current children cumulated vsize (KiB) 919744



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+64.3956 s]
/proc/loadavg: 2.16 2.03 2.01 3/97 31913
/proc/meminfo: memFree=519464/2055920 swapFree=4191880/4192956
[pid=31901] ppid=31899 vsize=923460 CPUtime=64.46
/proc/31901/stat : 31901 (java) S 31899 31901 30978 0 -1 0 196696 0 1 0 6364 82 0 0 25 0 12 0 163087577 945623040 187825 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31901/statm: 230865 187826 2480 14 0 217302 0
[pid=31901/tid=31903] ppid=31899 vsize=923460 CPUtime=5.32
/proc/31901/task/31903/stat : 31903 (java) S 31899 31901 30978 0 -1 64 80769 0 0 0 502 30 0 0 15 0 12 0 163087581 945623040 187827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31904] ppid=31899 vsize=923460 CPUtime=5.45
/proc/31901/task/31904/stat : 31904 (java) S 31899 31901 30978 0 -1 64 86694 0 0 0 511 34 0 0 16 0 12 0 163087581 945623040 187828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31905] ppid=31899 vsize=923460 CPUtime=0.44
/proc/31901/task/31905/stat : 31905 (java) R 31899 31901 30978 0 -1 64 1150 0 0 0 42 2 0 0 16 0 12 0 163087584 945623040 187829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31906] ppid=31899 vsize=923460 CPUtime=0
/proc/31901/task/31906/stat : 31906 (java) S 31899 31901 30978 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163087584 945623040 187829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31907] ppid=31899 vsize=923460 CPUtime=0
/proc/31901/task/31907/stat : 31907 (java) S 31899 31901 30978 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163087584 945623040 187830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31908] ppid=31899 vsize=923460 CPUtime=0
/proc/31901/task/31908/stat : 31908 (java) S 31899 31901 30978 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163087588 945623040 187831 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31909] ppid=31899 vsize=923460 CPUtime=0
/proc/31901/task/31909/stat : 31909 (java) S 31899 31901 30978 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163087588 945623040 187832 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31901/tid=31910] ppid=31899 vsize=923460 CPUtime=1.87
/proc/31901/task/31910/stat : 31910 (java) S 31899 31901 30978 0 -1 64 3721 0 0 0 186 1 0 0 17 0 12 0 163087588 945623040 187832 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31911] ppid=31899 vsize=923460 CPUtime=1.29
/proc/31901/task/31911/stat : 31911 (java) S 31899 31901 30978 0 -1 64 4170 0 0 0 128 1 0 0 16 0 12 0 163087588 945623040 187833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31912] ppid=31899 vsize=923460 CPUtime=0
/proc/31901/task/31912/stat : 31912 (java) S 31899 31901 30978 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163087588 945623040 187834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31901/tid=31913] ppid=31899 vsize=923460 CPUtime=0
/proc/31901/task/31913/stat : 31913 (java) S 31899 31901 30978 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163087588 945623040 187835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 64.46
Current children cumulated vsize (KiB) 923460

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

Child status: 143
Real time (s): 65.9272
CPU time (s): 65.981
CPU user time (s): 65.0301
CPU system time (s): 0.950855
CPU usage (%): 100.082
Max. virtual memory (cumulated for all children) (KiB): 923460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.0301
system time used= 0.950855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197722
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3682
involuntary context switches= 4616

runsolver used 0.089986 s user time and 0.219966 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Sun Jan  7 05:15:19 UTC 2007


IDJOB= 201323
IDBENCH= 3756
FILE ID= node2/201323-1168146919

PBS_JOBID= 3477871

Free space on /tmp= 66323 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp12/fapp12-1500-1.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201323-1168146919/sat4jCSP-bf3-cached.jar /tmp/evaluation/201323-1168146919/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-201323-1168146919 -o ROOT/results/node2/solver-201323-1168146919 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201323-1168146919/sat4jCSP-bf3-cached.jar /tmp/evaluation/201323-1168146919/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  377352dfd2684bf560df5698f67e0e65

RANDOM SEED= 263754874

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.259
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.259
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:       1262240 kB
Buffers:         71792 kB
Cached:         546696 kB
SwapCached:        448 kB
Active:         388980 kB
Inactive:       335736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1262240 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            5884 kB
Writeback:           0 kB
Mapped:         127792 kB
Slab:            53400 kB
Committed_AS:  3938280 kB
PageTables:       2504 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= 66323 MiB



End job on node2 on Sun Jan  7 05:16:25 UTC 2007