Trace number 237498

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.11 1815.75

General information on the benchmark

Namehaystacks/
haystacks_38.xml
MD5SUM0f5123f7ed000168e0c68877853e29a7
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 benchmark538.005
SatisfiableNO
(Un)Satisfiability was proved
Number of variables1444
Number of constraints26751
Maximum constraint arity2
Maximum domain size38
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26751
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/237498-1168348743/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/node38/watcher-237498-1168348743 -o ROOT/results/node38/solver-237498-1168348743 -C 1800 -M 900 /tmp/evaluation/237498-1168348743/Complete/Ordinary/solver /tmp/evaluation/237498-1168348743/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.01 2.02 1.95 5/81 12457
/proc/meminfo: memFree=1590936/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=5212 CPUtime=0
/proc/12456/stat : 12456 (sh) R 12454 12456 12376 0 -1 4194304 85 0 0 0 0 0 0 0 20 0 1 0 183275350 5337088 58 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 4294240 0 0 4096 0 0 0 0 17 1 0 0
/proc/12456/statm: 1303 58 42 169 0 14 0

[startup+0.103263 s]
/proc/loadavg: 2.01 2.02 1.95 5/81 12457
/proc/meminfo: memFree=1590936/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=53824 CPUtime=0.09
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 2208 0 0 0 8 1 0 0 20 0 1 0 183275350 55115776 1924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550165 0 0 4096 2 0 0 0 17 1 0 0
/proc/12456/statm: 13456 1924 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.511337 s]
/proc/loadavg: 2.01 2.02 1.95 5/81 12457
/proc/meminfo: memFree=1590936/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=53824 CPUtime=0.49
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 6576 0 0 0 46 3 0 0 24 0 1 0 183275350 55115776 6292 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 1 0 0
/proc/12456/statm: 13456 6292 157 90 0 12994 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 53824

[startup+1.3325 s]
/proc/loadavg: 2.01 2.02 1.95 3/81 12457
/proc/meminfo: memFree=1557080/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=82112 CPUtime=1.31
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 9045 0 0 0 127 4 0 0 25 0 2 0 183275350 84082688 8758 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 20528 8758 179 90 0 20066 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 82112

[startup+2.96981 s]
/proc/loadavg: 2.01 2.02 1.95 3/82 12458
/proc/meminfo: memFree=1556048/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=82112 CPUtime=2.93
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 9157 0 0 0 289 4 0 0 25 0 2 0 183275350 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 20528 8870 179 90 0 20066 0
[pid=12456/tid=12458] ppid=12454 vsize=82112 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183275478 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 82112

[startup+6.25345 s]
/proc/loadavg: 2.01 2.02 1.95 3/82 12458
/proc/meminfo: memFree=1556048/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=82112 CPUtime=6.18
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 9157 0 0 0 614 4 0 0 25 0 2 0 183275350 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 20528 8870 179 90 0 20066 0
[pid=12456/tid=12458] ppid=12454 vsize=82112 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183275478 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 82112

[startup+12.7157 s]
/proc/loadavg: 2.01 2.02 1.95 3/82 12458
/proc/meminfo: memFree=1556176/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=82112 CPUtime=12.59
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 9157 0 0 0 1255 4 0 0 25 0 2 0 183275350 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664267 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 20528 8870 179 90 0 20066 0
[pid=12456/tid=12458] ppid=12454 vsize=82112 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183275478 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 82112

[startup+25.5342 s]
/proc/loadavg: 2.01 2.02 1.95 3/82 12458
/proc/meminfo: memFree=1556240/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=82112 CPUtime=25.3
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 9157 0 0 0 2526 4 0 0 25 0 2 0 183275350 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 20528 8870 179 90 0 20066 0
[pid=12456/tid=12458] ppid=12454 vsize=82112 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183275478 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 82112

[startup+51.1952 s]
/proc/loadavg: 2.00 2.01 1.95 3/82 12458
/proc/meminfo: memFree=1556368/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=82112 CPUtime=50.74
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 9157 0 0 0 5070 4 0 0 25 0 2 0 183275350 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 20528 8870 179 90 0 20066 0
[pid=12456/tid=12458] ppid=12454 vsize=82112 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183275478 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 82112

[startup+102.476 s]
/proc/loadavg: 2.00 2.01 1.95 3/82 12458
/proc/meminfo: memFree=1556368/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=82112 CPUtime=101.59
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 9157 0 0 0 10155 4 0 0 25 0 2 0 183275350 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 20528 8870 179 90 0 20066 0
[pid=12456/tid=12458] ppid=12454 vsize=82112 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183275478 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 82112

[startup+162.532 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 12458
/proc/meminfo: memFree=1556432/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=82112 CPUtime=161.14
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 9157 0 0 0 16109 5 0 0 25 0 2 0 183275350 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664323 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 20528 8870 179 90 0 20066 0
[pid=12456/tid=12458] ppid=12454 vsize=82112 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183275478 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.14
Current children cumulated vsize (KiB) 82112

[startup+222.598 s]
/proc/loadavg: 2.08 2.03 1.96 3/82 12458
/proc/meminfo: memFree=1556368/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=82112 CPUtime=220.7
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 9157 0 0 0 22065 5 0 0 25 0 2 0 183275350 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 20528 8870 179 90 0 20066 0
[pid=12456/tid=12458] ppid=12454 vsize=82112 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183275478 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.7
Current children cumulated vsize (KiB) 82112

[startup+282.653 s]
/proc/loadavg: 2.03 2.02 1.96 3/82 12458
/proc/meminfo: memFree=1556368/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=82112 CPUtime=280.22
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 9157 0 0 0 28017 5 0 0 25 0 2 0 183275350 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752073 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 20528 8870 179 90 0 20066 0
[pid=12456/tid=12458] ppid=12454 vsize=82112 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183275478 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.22
Current children cumulated vsize (KiB) 82112

[startup+342.719 s]
/proc/loadavg: 2.01 2.02 1.96 3/82 12458
/proc/meminfo: memFree=1556240/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=82112 CPUtime=339.76
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 9157 0 0 0 33971 5 0 0 25 0 2 0 183275350 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 20528 8870 179 90 0 20066 0
[pid=12456/tid=12458] ppid=12454 vsize=82112 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183275478 84082688 8870 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) 82112

[startup+402.762 s]
/proc/loadavg: 2.00 2.01 1.96 3/82 12458
/proc/meminfo: memFree=1556304/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=82112 CPUtime=399.3
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 9157 0 0 0 39925 5 0 0 25 0 2 0 183275350 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664249 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 20528 8870 179 90 0 20066 0
[pid=12456/tid=12458] ppid=12454 vsize=82112 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183275478 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.3
Current children cumulated vsize (KiB) 82112

[startup+462.778 s]
/proc/loadavg: 2.00 2.00 1.96 3/82 12458
/proc/meminfo: memFree=1556240/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=82112 CPUtime=458.8
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 9157 0 0 0 45875 5 0 0 25 0 2 0 183275350 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663850 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 20528 8870 179 90 0 20066 0
[pid=12456/tid=12458] ppid=12454 vsize=82112 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183275478 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.8
Current children cumulated vsize (KiB) 82112

[startup+522.819 s]
/proc/loadavg: 2.00 2.00 1.96 3/82 12458
/proc/meminfo: memFree=1556240/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=82112 CPUtime=518.33
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 9157 0 0 0 51828 5 0 0 25 0 2 0 183275350 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 20528 8870 179 90 0 20066 0
[pid=12456/tid=12458] ppid=12454 vsize=82112 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183275478 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.33
Current children cumulated vsize (KiB) 82112

[startup+582.856 s]
/proc/loadavg: 2.00 2.00 1.96 3/82 12458
/proc/meminfo: memFree=1556176/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=82112 CPUtime=577.86
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 9157 0 0 0 57781 5 0 0 25 0 2 0 183275350 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664258 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 20528 8870 179 90 0 20066 0
[pid=12456/tid=12458] ppid=12454 vsize=82112 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183275478 84082688 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.86
Current children cumulated vsize (KiB) 82112

[startup+642.862 s]
/proc/loadavg: 2.00 2.00 1.96 3/82 12458
/proc/meminfo: memFree=1556176/2055920 swapFree=4192812/4192956

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

/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 9159 0 0 0 117319 6 0 0 25 0 3 0 183275350 94572544 8872 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663864 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 23089 8872 179 90 0 22627 0
[pid=12456/tid=12458] ppid=12454 vsize=92356 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183275478 94572544 8872 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12456/tid=12459] ppid=12454 vsize=92356 CPUtime=0
/proc/12456/task/12459/stat : 12459 (bprolog) S 12454 12456 12376 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183365493 94572544 8872 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1173.25
Current children cumulated vsize (KiB) 92356

[startup+1243.45 s]
/proc/loadavg: 2.00 2.00 1.96 3/83 12459
/proc/meminfo: memFree=1555912/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=92356 CPUtime=1232.77
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 9159 0 0 0 123271 6 0 0 25 0 3 0 183275350 94572544 8872 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752501 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 23089 8872 179 90 0 22627 0
[pid=12456/tid=12458] ppid=12454 vsize=92356 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183275478 94572544 8872 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12456/tid=12459] ppid=12454 vsize=92356 CPUtime=0
/proc/12456/task/12459/stat : 12459 (bprolog) S 12454 12456 12376 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183365493 94572544 8872 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1232.77
Current children cumulated vsize (KiB) 92356

[startup+1303.51 s]
/proc/loadavg: 2.00 2.00 1.96 3/83 12459
/proc/meminfo: memFree=1555912/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=92356 CPUtime=1292.33
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 9159 0 0 0 129227 6 0 0 25 0 3 0 183275350 94572544 8872 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661358 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 23089 8872 179 90 0 22627 0
[pid=12456/tid=12458] ppid=12454 vsize=92356 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183275478 94572544 8872 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12456/tid=12459] ppid=12454 vsize=92356 CPUtime=0
/proc/12456/task/12459/stat : 12459 (bprolog) S 12454 12456 12376 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183365493 94572544 8872 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1292.33
Current children cumulated vsize (KiB) 92356

[startup+1363.56 s]
/proc/loadavg: 2.12 2.03 1.97 3/87 12514
/proc/meminfo: memFree=1629664/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=102600 CPUtime=1351.95
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 9530 0 0 0 135187 8 0 0 25 0 4 0 183275350 105062400 9243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661345 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12456/statm: 25650 9243 179 90 0 25188 0
[pid=12456/tid=12458] ppid=12454 vsize=102600 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183275478 105062400 9243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12456/tid=12459] ppid=12454 vsize=102600 CPUtime=0
/proc/12456/task/12459/stat : 12459 (bprolog) S 12454 12456 12376 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183365493 105062400 9243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12456/tid=12514] ppid=12454 vsize=102600 CPUtime=0
/proc/12456/task/12514/stat : 12514 (bprolog) S 12454 12456 12376 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183410505 105062400 9243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1351.95
Current children cumulated vsize (KiB) 102600

[startup+1423.62 s]
/proc/loadavg: 2.18 2.07 1.99 3/88 12515
/proc/meminfo: memFree=1480024/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=102600 CPUtime=1411.45
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 9530 0 0 0 141137 8 0 0 25 0 4 0 183275350 105062400 9243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 25650 9243 179 90 0 25188 0
[pid=12456/tid=12458] ppid=12454 vsize=102600 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183275478 105062400 9243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12456/tid=12459] ppid=12454 vsize=102600 CPUtime=0
/proc/12456/task/12459/stat : 12459 (bprolog) S 12454 12456 12376 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183365493 105062400 9243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12456/tid=12514] ppid=12454 vsize=102600 CPUtime=0
/proc/12456/task/12514/stat : 12514 (bprolog) S 12454 12456 12376 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183410505 105062400 9243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1411.45
Current children cumulated vsize (KiB) 102600

[startup+1483.7 s]
/proc/loadavg: 2.06 2.05 1.99 3/88 12515
/proc/meminfo: memFree=1451224/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=102600 CPUtime=1471.01
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 9530 0 0 0 147093 8 0 0 25 0 4 0 183275350 105062400 9243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 25650 9243 179 90 0 25188 0
[pid=12456/tid=12458] ppid=12454 vsize=102600 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183275478 105062400 9243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12456/tid=12459] ppid=12454 vsize=102600 CPUtime=0
/proc/12456/task/12459/stat : 12459 (bprolog) S 12454 12456 12376 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183365493 105062400 9243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12456/tid=12514] ppid=12454 vsize=102600 CPUtime=0
/proc/12456/task/12514/stat : 12514 (bprolog) S 12454 12456 12376 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183410505 105062400 9243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1471.01
Current children cumulated vsize (KiB) 102600

[startup+1543.79 s]
/proc/loadavg: 2.02 2.04 1.99 3/88 12515
/proc/meminfo: memFree=1395992/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=102600 CPUtime=1530.59
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 9531 0 0 0 153050 9 0 0 25 0 4 0 183275350 105062400 9244 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 25650 9244 179 90 0 25188 0
[pid=12456/tid=12458] ppid=12454 vsize=102600 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183275478 105062400 9244 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12456/tid=12459] ppid=12454 vsize=102600 CPUtime=0
/proc/12456/task/12459/stat : 12459 (bprolog) S 12454 12456 12376 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183365493 105062400 9244 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12456/tid=12514] ppid=12454 vsize=102600 CPUtime=0
/proc/12456/task/12514/stat : 12514 (bprolog) S 12454 12456 12376 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183410505 105062400 9244 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.59
Current children cumulated vsize (KiB) 102600

[startup+1603.88 s]
/proc/loadavg: 2.01 2.03 1.99 3/88 12515
/proc/meminfo: memFree=1329880/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=157288 CPUtime=1590.16
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 32289 0 0 0 158995 21 0 0 25 0 4 0 183275350 161062912 18328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552766 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 39322 18328 179 90 0 38860 0
[pid=12456/tid=12458] ppid=12454 vsize=157288 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183275478 161062912 18328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12456/tid=12459] ppid=12454 vsize=157288 CPUtime=0
/proc/12456/task/12459/stat : 12459 (bprolog) S 12454 12456 12376 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183365493 161062912 18328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12456/tid=12514] ppid=12454 vsize=157288 CPUtime=0
/proc/12456/task/12514/stat : 12514 (bprolog) S 12454 12456 12376 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183410505 161062912 18328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1590.16
Current children cumulated vsize (KiB) 157288

[startup+1663.99 s]
/proc/loadavg: 2.00 2.02 1.99 3/88 12515
/proc/meminfo: memFree=1299992/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=157288 CPUtime=1649.73
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 32290 0 0 0 164952 21 0 0 25 0 4 0 183275350 161062912 18329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554996 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 39322 18329 179 90 0 38860 0
[pid=12456/tid=12458] ppid=12454 vsize=157288 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183275478 161062912 18329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12456/tid=12459] ppid=12454 vsize=157288 CPUtime=0
/proc/12456/task/12459/stat : 12459 (bprolog) S 12454 12456 12376 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183365493 161062912 18329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12456/tid=12514] ppid=12454 vsize=157288 CPUtime=0
/proc/12456/task/12514/stat : 12514 (bprolog) S 12454 12456 12376 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183410505 161062912 18329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.73
Current children cumulated vsize (KiB) 157288

[startup+1724.08 s]
/proc/loadavg: 2.00 2.02 1.99 3/88 12515
/proc/meminfo: memFree=1299928/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=157288 CPUtime=1709.3
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 32292 0 0 0 170909 21 0 0 25 0 4 0 183275350 161062912 18331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663870 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 39322 18331 179 90 0 38860 0
[pid=12456/tid=12458] ppid=12454 vsize=157288 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183275478 161062912 18331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12456/tid=12459] ppid=12454 vsize=157288 CPUtime=0
/proc/12456/task/12459/stat : 12459 (bprolog) S 12454 12456 12376 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183365493 161062912 18331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12456/tid=12514] ppid=12454 vsize=157288 CPUtime=0
/proc/12456/task/12514/stat : 12514 (bprolog) S 12454 12456 12376 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183410505 161062912 18331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.3
Current children cumulated vsize (KiB) 157288

[startup+1784.13 s]
/proc/loadavg: 2.00 2.01 1.99 3/88 12515
/proc/meminfo: memFree=1239192/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=157288 CPUtime=1768.76
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 32293 0 0 0 176855 21 0 0 25 0 4 0 183275350 161062912 18332 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752076 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12456/statm: 39322 18332 179 90 0 38860 0
[pid=12456/tid=12458] ppid=12454 vsize=157288 CPUtime=0
/proc/12456/task/12458/stat : 12458 (bprolog) S 12454 12456 12376 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183275478 161062912 18332 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12456/tid=12459] ppid=12454 vsize=157288 CPUtime=0
/proc/12456/task/12459/stat : 12459 (bprolog) S 12454 12456 12376 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183365493 161062912 18332 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12456/tid=12514] ppid=12454 vsize=157288 CPUtime=0
/proc/12456/task/12514/stat : 12514 (bprolog) S 12454 12456 12376 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183410505 161062912 18332 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.76
Current children cumulated vsize (KiB) 157288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.73 s]
/proc/loadavg: 2.00 2.01 1.99 3/85 12515
/proc/meminfo: memFree=1209944/2055920 swapFree=4192812/4192956
[pid=12456] ppid=12454 vsize=157288 CPUtime=1800.08
/proc/12456/stat : 12456 (bprolog) R 12454 12456 12376 0 -1 4194304 32295 0 0 0 179987 21 0 0 25 0 1 0 183275350 161062912 18334 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 0 0 0 17 1 0 0
/proc/12456/statm: 39322 18334 180 90 0 38860 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 157288

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1815.75
CPU time (s): 1800.11
CPU user time (s): 1799.87
CPU system time (s): 0.230964
CPU usage (%): 99.1386
Max. virtual memory (cumulated for all children) (KiB): 188540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.230964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32295
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= 43490

runsolver used 1.92271 s user time and 4.97824 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Tue Jan  9 13:19:04 UTC 2007


IDJOB= 237498
IDBENCH= 6945
FILE ID= node38/237498-1168348743

PBS_JOBID= 3503649

Free space on /tmp= 66515 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-237498-1168348743 -o ROOT/results/node38/solver-237498-1168348743 -C 1800 -M 900  /tmp/evaluation/237498-1168348743/Complete/Ordinary/solver /tmp/evaluation/237498-1168348743/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  0f5123f7ed000168e0c68877853e29a7

RANDOM SEED= 129125819

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.267
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.267
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:       1591352 kB
Buffers:          9384 kB
Cached:          97920 kB
SwapCached:          0 kB
Active:         363780 kB
Inactive:        46964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6584 kB
Writeback:           0 kB
Mapped:         321528 kB
Slab:            38284 kB
Committed_AS:  4513516 kB
PageTables:       2496 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= 66512 MiB



End job on node38 on Tue Jan  9 13:49:33 UTC 2007