Trace number 249530

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 1804.49

General information on the benchmark

Nameprimes/primes-20/
primes-20-60-3-5.xml
MD5SUM281e13990af9db27d375d39ca6f4cf05
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity8
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/249530-1168404879/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/node1/watcher-249530-1168404879 -o ROOT/results/node1/solver-249530-1168404879 -C 1800 -M 900 /tmp/evaluation/249530-1168404879/Complete/Ordinary/solver /tmp/evaluation/249530-1168404879/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.18 2.06 2.01 3/94 27572
/proc/meminfo: memFree=1346184/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=18540 CPUtime=0
/proc/27571/stat : 27571 (runsolver) R 27569 27571 27437 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 188883786 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27571/statm: 4635 279 244 17 0 2626 0

[startup+0.102597 s]
/proc/loadavg: 2.18 2.06 2.01 3/94 27572
/proc/meminfo: memFree=1346184/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=64064 CPUtime=0.09
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 854 0 0 0 9 0 0 0 22 0 2 0 188883786 65601536 569 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552926 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27571/statm: 16016 569 178 90 0 15554 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64064

[startup+0.510642 s]
/proc/loadavg: 2.18 2.06 2.01 3/94 27572
/proc/meminfo: memFree=1346184/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=64064 CPUtime=0.49
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 856 0 0 0 49 0 0 0 25 0 2 0 188883786 65601536 571 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134763969 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27571/statm: 16016 571 178 90 0 15554 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 64064

[startup+1.33174 s]
/proc/loadavg: 2.18 2.06 2.01 3/95 27573
/proc/meminfo: memFree=1344512/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=64064 CPUtime=1.31
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 857 0 0 0 131 0 0 0 25 0 2 0 188883786 65601536 572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758249 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27571/statm: 16016 572 178 90 0 15554 0
[pid=27571/tid=27573] ppid=27569 vsize=64064 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 188883789 65601536 572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 64064

[startup+2.97793 s]
/proc/loadavg: 2.17 2.05 2.01 3/95 27573
/proc/meminfo: memFree=1344512/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=64064 CPUtime=2.94
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 857 0 0 0 294 0 0 0 25 0 2 0 188883786 65601536 572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134769413 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27571/statm: 16016 572 178 90 0 15554 0
[pid=27571/tid=27573] ppid=27569 vsize=64064 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 188883789 65601536 572 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) 64064

[startup+6.25631 s]
/proc/loadavg: 2.17 2.05 2.01 3/95 27573
/proc/meminfo: memFree=1344512/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=64064 CPUtime=6.19
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 859 0 0 0 619 0 0 0 25 0 2 0 188883786 65601536 574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614972 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27571/statm: 16016 574 178 90 0 15554 0
[pid=27571/tid=27573] ppid=27569 vsize=64064 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 188883789 65601536 574 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) 64064

[startup+12.7221 s]
/proc/loadavg: 2.14 2.05 2.01 3/95 27573
/proc/meminfo: memFree=1344512/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=64064 CPUtime=12.6
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 859 0 0 0 1260 0 0 0 25 0 2 0 188883786 65601536 574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614884 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27571/statm: 16016 574 178 90 0 15554 0
[pid=27571/tid=27573] ppid=27569 vsize=64064 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 188883789 65601536 574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 64064

[startup+25.5466 s]
/proc/loadavg: 2.12 2.05 2.01 3/95 27573
/proc/meminfo: memFree=1344576/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=64064 CPUtime=25.32
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 860 0 0 0 2532 0 0 0 25 0 2 0 188883786 65601536 575 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134769843 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27571/statm: 16016 575 179 90 0 15554 0
[pid=27571/tid=27573] ppid=27569 vsize=64064 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 188883789 65601536 575 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 64064

[startup+51.1936 s]
/proc/loadavg: 2.08 2.05 2.01 4/89 27618
/proc/meminfo: memFree=1580336/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=64064 CPUtime=50.75
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 860 0 0 0 5074 1 0 0 25 0 2 0 188883786 65601536 575 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758178 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27571/statm: 16016 575 179 90 0 15554 0
[pid=27571/tid=27573] ppid=27569 vsize=64064 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 188883789 65601536 575 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 64064

[startup+102.442 s]
/proc/loadavg: 2.37 2.14 2.04 3/98 27627
/proc/meminfo: memFree=904424/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=64064 CPUtime=100.08
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 860 0 0 0 10006 2 0 0 25 0 2 0 188883786 65601536 575 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758235 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27571/statm: 16016 575 179 90 0 15554 0
[pid=27571/tid=27573] ppid=27569 vsize=64064 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 188883789 65601536 575 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.08
Current children cumulated vsize (KiB) 64064

[startup+162.466 s]
/proc/loadavg: 2.32 2.17 2.06 3/95 27700
/proc/meminfo: memFree=1540096/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=64064 CPUtime=159.9
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 861 0 0 0 15988 2 0 0 25 0 2 0 188883786 65601536 576 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134794232 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27571/statm: 16016 576 179 90 0 15554 0
[pid=27571/tid=27573] ppid=27569 vsize=64064 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 188883789 65601536 576 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.9
Current children cumulated vsize (KiB) 64064

[startup+222.507 s]
/proc/loadavg: 2.12 2.14 2.05 3/95 27700
/proc/meminfo: memFree=1540160/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=64064 CPUtime=219.87
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 862 0 0 0 21985 2 0 0 25 0 2 0 188883786 65601536 577 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758116 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27571/statm: 16016 577 179 90 0 15554 0
[pid=27571/tid=27573] ppid=27569 vsize=64064 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 188883789 65601536 577 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 219.87
Current children cumulated vsize (KiB) 64064

[startup+282.523 s]
/proc/loadavg: 2.04 2.11 2.04 3/95 27700
/proc/meminfo: memFree=1540160/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=64064 CPUtime=279.81
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 862 0 0 0 27979 2 0 0 25 0 2 0 188883786 65601536 577 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27571/statm: 16016 577 179 90 0 15554 0
[pid=27571/tid=27573] ppid=27569 vsize=64064 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 188883789 65601536 577 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.81
Current children cumulated vsize (KiB) 64064

[startup+342.525 s]
/proc/loadavg: 2.01 2.08 2.04 3/95 27700
/proc/meminfo: memFree=1540160/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=64064 CPUtime=339.76
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 862 0 0 0 33974 2 0 0 25 0 2 0 188883786 65601536 577 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552929 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27571/statm: 16016 577 179 90 0 15554 0
[pid=27571/tid=27573] ppid=27569 vsize=64064 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 188883789 65601536 577 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.76
Current children cumulated vsize (KiB) 64064

[startup+402.536 s]
/proc/loadavg: 2.00 2.07 2.03 3/101 27802
/proc/meminfo: memFree=1538824/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=64064 CPUtime=399.66
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 862 0 0 0 39961 5 0 0 25 0 2 0 188883786 65601536 577 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134759099 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27571/statm: 16016 577 179 90 0 15554 0
[pid=27571/tid=27573] ppid=27569 vsize=64064 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 188883789 65601536 577 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.66
Current children cumulated vsize (KiB) 64064

[startup+462.571 s]
/proc/loadavg: 2.00 2.05 2.03 3/101 27872
/proc/meminfo: memFree=1538832/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=64064 CPUtime=459.6
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 862 0 0 0 45952 8 0 0 25 0 2 0 188883786 65601536 577 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552429 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27571/statm: 16016 577 179 90 0 15554 0
[pid=27571/tid=27573] ppid=27569 vsize=64064 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 188883789 65601536 577 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.6
Current children cumulated vsize (KiB) 64064

[startup+522.591 s]
/proc/loadavg: 2.00 2.04 2.02 3/95 27898
/proc/meminfo: memFree=1539768/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=64064 CPUtime=519.56
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 863 0 0 0 51947 9 0 0 25 0 2 0 188883786 65601536 578 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758164 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27571/statm: 16016 578 179 90 0 15554 0
[pid=27571/tid=27573] ppid=27569 vsize=64064 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 188883789 65601536 578 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.56
Current children cumulated vsize (KiB) 64064

[startup+582.592 s]
/proc/loadavg: 2.00 2.03 2.01 3/95 27898
/proc/meminfo: memFree=1539768/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=64064 CPUtime=579.5
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 863 0 0 0 57941 9 0 0 25 0 2 0 188883786 65601536 578 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618527 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27571/statm: 16016 578 179 90 0 15554 0
[pid=27571/tid=27573] ppid=27569 vsize=64064 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 188883789 65601536 578 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.5
Current children cumulated vsize (KiB) 64064

[startup+642.664 s]

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

/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 865 0 0 0 117917 10 0 0 25 0 3 0 188883786 76091392 580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614928 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27571/statm: 18577 580 179 90 0 18115 0
[pid=27571/tid=27573] ppid=27569 vsize=74308 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 188883789 76091392 580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27571/tid=27899] ppid=27569 vsize=74308 CPUtime=0
/proc/27571/task/27899/stat : 27899 (bprolog) S 27569 27571 27437 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 188973807 76091392 580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1179.27
Current children cumulated vsize (KiB) 74308

[startup+1243.06 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 27899
/proc/meminfo: memFree=1539768/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=74308 CPUtime=1239.27
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 865 0 0 0 123917 10 0 0 25 0 3 0 188883786 76091392 580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134783338 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27571/statm: 18577 580 179 90 0 18115 0
[pid=27571/tid=27573] ppid=27569 vsize=74308 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 188883789 76091392 580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27571/tid=27899] ppid=27569 vsize=74308 CPUtime=0
/proc/27571/task/27899/stat : 27899 (bprolog) S 27569 27571 27437 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 188973807 76091392 580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1239.27
Current children cumulated vsize (KiB) 74308

[startup+1303.16 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 27899
/proc/meminfo: memFree=1539832/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=74308 CPUtime=1299.32
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 865 0 0 0 129922 10 0 0 25 0 3 0 188883786 76091392 580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758229 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27571/statm: 18577 580 179 90 0 18115 0
[pid=27571/tid=27573] ppid=27569 vsize=74308 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 188883789 76091392 580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27571/tid=27899] ppid=27569 vsize=74308 CPUtime=0
/proc/27571/task/27899/stat : 27899 (bprolog) S 27569 27571 27437 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 188973807 76091392 580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1299.32
Current children cumulated vsize (KiB) 74308

[startup+1363.24 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 27900
/proc/meminfo: memFree=1539824/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=84552 CPUtime=1359.32
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 866 0 0 0 135922 10 0 0 25 0 4 0 188883786 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614906 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27571/statm: 21138 581 179 90 0 20676 0
[pid=27571/tid=27573] ppid=27569 vsize=84552 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 188883789 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27571/tid=27899] ppid=27569 vsize=84552 CPUtime=0
/proc/27571/task/27899/stat : 27899 (bprolog) S 27569 27571 27437 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 188973807 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27571/tid=27900] ppid=27569 vsize=84552 CPUtime=0
/proc/27571/task/27900/stat : 27900 (bprolog) S 27569 27571 27437 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189018815 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1359.32
Current children cumulated vsize (KiB) 84552

[startup+1423.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/97 27900
/proc/meminfo: memFree=1539824/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=84552 CPUtime=1419.32
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 866 0 0 0 141922 10 0 0 25 0 4 0 188883786 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800063 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27571/statm: 21138 581 179 90 0 20676 0
[pid=27571/tid=27573] ppid=27569 vsize=84552 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 188883789 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27571/tid=27899] ppid=27569 vsize=84552 CPUtime=0
/proc/27571/task/27899/stat : 27899 (bprolog) S 27569 27571 27437 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 188973807 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27571/tid=27900] ppid=27569 vsize=84552 CPUtime=0
/proc/27571/task/27900/stat : 27900 (bprolog) S 27569 27571 27437 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189018815 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1419.32
Current children cumulated vsize (KiB) 84552

[startup+1483.38 s]
/proc/loadavg: 2.03 2.02 2.00 3/97 27900
/proc/meminfo: memFree=1539824/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=84552 CPUtime=1479.34
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 866 0 0 0 147924 10 0 0 25 0 4 0 188883786 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614972 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27571/statm: 21138 581 179 90 0 20676 0
[pid=27571/tid=27573] ppid=27569 vsize=84552 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 188883789 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27571/tid=27899] ppid=27569 vsize=84552 CPUtime=0
/proc/27571/task/27899/stat : 27899 (bprolog) S 27569 27571 27437 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 188973807 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27571/tid=27900] ppid=27569 vsize=84552 CPUtime=0
/proc/27571/task/27900/stat : 27900 (bprolog) S 27569 27571 27437 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189018815 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1479.34
Current children cumulated vsize (KiB) 84552

[startup+1543.44 s]
/proc/loadavg: 2.15 2.05 2.01 3/97 27902
/proc/meminfo: memFree=1539824/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=84552 CPUtime=1539.32
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 866 0 0 0 153922 10 0 0 25 0 4 0 188883786 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552942 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27571/statm: 21138 581 179 90 0 20676 0
[pid=27571/tid=27573] ppid=27569 vsize=84552 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 188883789 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27571/tid=27899] ppid=27569 vsize=84552 CPUtime=0
/proc/27571/task/27899/stat : 27899 (bprolog) S 27569 27571 27437 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 188973807 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27571/tid=27900] ppid=27569 vsize=84552 CPUtime=0
/proc/27571/task/27900/stat : 27900 (bprolog) S 27569 27571 27437 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189018815 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539.32
Current children cumulated vsize (KiB) 84552

[startup+1603.51 s]
/proc/loadavg: 2.05 2.04 2.00 3/97 27902
/proc/meminfo: memFree=1539824/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=84552 CPUtime=1599.33
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 866 0 0 0 159923 10 0 0 25 0 4 0 188883786 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27571/statm: 21138 581 179 90 0 20676 0
[pid=27571/tid=27573] ppid=27569 vsize=84552 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 188883789 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27571/tid=27899] ppid=27569 vsize=84552 CPUtime=0
/proc/27571/task/27899/stat : 27899 (bprolog) S 27569 27571 27437 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 188973807 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27571/tid=27900] ppid=27569 vsize=84552 CPUtime=0
/proc/27571/task/27900/stat : 27900 (bprolog) S 27569 27571 27437 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189018815 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.33
Current children cumulated vsize (KiB) 84552

[startup+1663.56 s]
/proc/loadavg: 2.07 2.04 2.00 3/97 27902
/proc/meminfo: memFree=1539824/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=84552 CPUtime=1659.32
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 866 0 0 0 165922 10 0 0 25 0 4 0 188883786 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134790066 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27571/statm: 21138 581 179 90 0 20676 0
[pid=27571/tid=27573] ppid=27569 vsize=84552 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 188883789 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27571/tid=27899] ppid=27569 vsize=84552 CPUtime=0
/proc/27571/task/27899/stat : 27899 (bprolog) S 27569 27571 27437 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 188973807 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27571/tid=27900] ppid=27569 vsize=84552 CPUtime=0
/proc/27571/task/27900/stat : 27900 (bprolog) S 27569 27571 27437 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189018815 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.32
Current children cumulated vsize (KiB) 84552

[startup+1723.6 s]
/proc/loadavg: 2.06 2.05 2.00 3/97 27902
/proc/meminfo: memFree=1539824/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=84552 CPUtime=1719.29
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 866 0 0 0 171919 10 0 0 25 0 4 0 188883786 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27571/statm: 21138 581 179 90 0 20676 0
[pid=27571/tid=27573] ppid=27569 vsize=84552 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 188883789 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27571/tid=27899] ppid=27569 vsize=84552 CPUtime=0
/proc/27571/task/27899/stat : 27899 (bprolog) S 27569 27571 27437 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 188973807 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27571/tid=27900] ppid=27569 vsize=84552 CPUtime=0
/proc/27571/task/27900/stat : 27900 (bprolog) S 27569 27571 27437 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189018815 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.29
Current children cumulated vsize (KiB) 84552

[startup+1783.65 s]
/proc/loadavg: 2.02 2.03 2.00 3/97 27902
/proc/meminfo: memFree=1539824/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=84552 CPUtime=1779.26
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 866 0 0 0 177916 10 0 0 25 0 4 0 188883786 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134769843 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27571/statm: 21138 581 179 90 0 20676 0
[pid=27571/tid=27573] ppid=27569 vsize=84552 CPUtime=0
/proc/27571/task/27573/stat : 27573 (bprolog) S 27569 27571 27437 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 188883789 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27571/tid=27899] ppid=27569 vsize=84552 CPUtime=0
/proc/27571/task/27899/stat : 27899 (bprolog) S 27569 27571 27437 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 188973807 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27571/tid=27900] ppid=27569 vsize=84552 CPUtime=0
/proc/27571/task/27900/stat : 27900 (bprolog) S 27569 27571 27437 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189018815 86581248 581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.26
Current children cumulated vsize (KiB) 84552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.48 s]
/proc/loadavg: 2.01 2.03 2.00 3/94 27902
/proc/meminfo: memFree=1539568/2055920 swapFree=4165612/4192956
[pid=27571] ppid=27569 vsize=84552 CPUtime=1800.09
/proc/27571/stat : 27571 (bprolog) R 27569 27571 27437 0 -1 4194304 867 0 0 0 179999 10 0 0 25 0 1 0 188883786 86581248 582 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134770560 0 0 4096 2 0 0 0 17 0 0 0
/proc/27571/statm: 21138 582 180 90 0 20676 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 84552

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.49
CPU time (s): 1800.1
CPU user time (s): 1799.99
CPU system time (s): 0.109983
CPU usage (%): 99.7572
Max. virtual memory (cumulated for all children) (KiB): 84552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.99
system time used= 0.109983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 867
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= 13
involuntary context switches= 14902

runsolver used 2.08368 s user time and 4.81727 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Wed Jan 10 04:54:39 UTC 2007


IDJOB= 249530
IDBENCH= 11791
FILE ID= node1/249530-1168404879

PBS_JOBID= 3523150

Free space on /tmp= 66523 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-20/primes-20-60-3-5.xml
COMMAND LINE= /tmp/evaluation/249530-1168404879/Complete/Ordinary/solver /tmp/evaluation/249530-1168404879/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node1/convwatcher-249530-1168404879 -o ROOT/results/node1/conversion-249530-1168404879 -C 600 -M 900 /tmp/evaluation/249530-1168404879/Complete/Ordinary/conversion /tmp/evaluation/249530-1168404879/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-249530-1168404879 -o ROOT/results/node1/solver-249530-1168404879 -C 1800 -M 900  /tmp/evaluation/249530-1168404879/Complete/Ordinary/solver /tmp/evaluation/249530-1168404879/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  281e13990af9db27d375d39ca6f4cf05

RANDOM SEED= 682799082

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.234
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.234
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:       1346664 kB
Buffers:         51892 kB
Cached:         316516 kB
SwapCached:       4096 kB
Active:         435564 kB
Inactive:       214660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1346664 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            1396 kB
Writeback:           0 kB
Mapped:         299248 kB
Slab:            43168 kB
Committed_AS:  6749224 kB
PageTables:       2892 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= 66521 MiB



End job on node1 on Wed Jan 10 05:24:45 UTC 2007