Trace number 241937

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.08 1811.55

General information on the benchmark

Namedimacs/pret/
pret-150-25_ext.xml
MD5SUM7942e547e6f15972e65c0d137b735236
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.044992
SatisfiableNO
(Un)Satisfiability was proved
Number of variables150
Number of constraints100
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension100
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/241937-1168375870/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/node16/watcher-241937-1168375870 -o ROOT/results/node16/solver-241937-1168375870 -C 1800 -M 900 /tmp/evaluation/241937-1168375870/Complete/Ordinary/solver /tmp/evaluation/241937-1168375870/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: 1.69 0.78 0.50 5/94 8395
/proc/meminfo: memFree=1718688/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=1320 CPUtime=0
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 302 0 0 0 0 0 0 0 20 0 1 0 185981911 1351680 36 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 7205668 0 0 4096 0 0 0 0 17 1 0 0
/proc/8394/statm: 330 36 29 90 0 167 0

[startup+0.102795 s]
/proc/loadavg: 1.69 0.78 0.50 5/94 8395
/proc/meminfo: memFree=1718688/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=64064 CPUtime=0.09
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 863 0 0 0 9 0 0 0 21 0 2 0 185981911 65601536 578 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565575 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 16016 578 168 90 0 15554 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64064

[startup+0.510717 s]
/proc/loadavg: 1.69 0.78 0.50 5/94 8395
/proc/meminfo: memFree=1718688/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=64064 CPUtime=0.49
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 863 0 0 0 49 0 0 0 24 0 2 0 185981911 65601536 578 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574003 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 16016 578 168 90 0 15554 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 64064

[startup+1.33257 s]
/proc/loadavg: 1.69 0.78 0.50 3/95 8396
/proc/meminfo: memFree=1716952/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=64064 CPUtime=1.3
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 863 0 0 0 130 0 0 0 25 0 2 0 185981911 65601536 578 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589843 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 16016 578 168 90 0 15554 0
[pid=8394/tid=8396] ppid=8392 vsize=64064 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 185981914 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) 1.3
Current children cumulated vsize (KiB) 64064

[startup+2.97527 s]
/proc/loadavg: 1.69 0.78 0.50 3/95 8396
/proc/meminfo: memFree=1716952/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=64064 CPUtime=2.94
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 863 0 0 0 294 0 0 0 25 0 2 0 185981911 65601536 578 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608559 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 16016 578 168 90 0 15554 0
[pid=8394/tid=8396] ppid=8392 vsize=64064 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 185981914 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) 2.94
Current children cumulated vsize (KiB) 64064

[startup+6.25366 s]
/proc/loadavg: 1.72 0.80 0.51 3/95 8396
/proc/meminfo: memFree=1716888/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=64064 CPUtime=6.19
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 863 0 0 0 619 0 0 0 25 0 2 0 185981911 65601536 578 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552049 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 16016 578 168 90 0 15554 0
[pid=8394/tid=8396] ppid=8392 vsize=64064 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 185981914 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) 6.19
Current children cumulated vsize (KiB) 64064

[startup+12.7175 s]
/proc/loadavg: 1.74 0.82 0.52 3/95 8396
/proc/meminfo: memFree=1716896/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=64064 CPUtime=12.59
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 863 0 0 0 1259 0 0 0 25 0 2 0 185981911 65601536 578 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607569 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 16016 578 168 90 0 15554 0
[pid=8394/tid=8396] ppid=8392 vsize=64064 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 185981914 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) 12.59
Current children cumulated vsize (KiB) 64064

[startup+25.5486 s]
/proc/loadavg: 1.80 0.88 0.54 3/95 8396
/proc/meminfo: memFree=1716896/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=64064 CPUtime=25.31
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 863 0 0 0 2531 0 0 0 25 0 2 0 185981911 65601536 578 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639147 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 16016 578 168 90 0 15554 0
[pid=8394/tid=8396] ppid=8392 vsize=64064 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 185981914 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) 25.31
Current children cumulated vsize (KiB) 64064

[startup+51.1679 s]
/proc/loadavg: 1.86 0.96 0.58 3/95 8396
/proc/meminfo: memFree=1716896/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=64064 CPUtime=50.7
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 863 0 0 0 5070 0 0 0 25 0 2 0 185981911 65601536 578 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613366 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 16016 578 168 90 0 15554 0
[pid=8394/tid=8396] ppid=8392 vsize=64064 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 185981914 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) 50.7
Current children cumulated vsize (KiB) 64064

[startup+102.413 s]
/proc/loadavg: 1.94 1.12 0.65 3/95 8396
/proc/meminfo: memFree=1716896/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=64064 CPUtime=101.51
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 863 0 0 0 10150 1 0 0 25 0 2 0 185981911 65601536 578 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580390 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 16016 578 168 90 0 15554 0
[pid=8394/tid=8396] ppid=8392 vsize=64064 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 185981914 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) 101.51
Current children cumulated vsize (KiB) 64064

[startup+162.416 s]
/proc/loadavg: 1.98 1.28 0.73 3/95 8396
/proc/meminfo: memFree=1716960/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=64064 CPUtime=160.99
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 863 0 0 0 16098 1 0 0 25 0 2 0 185981911 65601536 578 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134598915 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 16016 578 168 90 0 15554 0
[pid=8394/tid=8396] ppid=8392 vsize=64064 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 185981914 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) 160.99
Current children cumulated vsize (KiB) 64064

[startup+222.421 s]
/proc/loadavg: 1.99 1.41 0.81 3/95 8396
/proc/meminfo: memFree=1716832/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=64064 CPUtime=220.49
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 863 0 0 0 22047 2 0 0 25 0 2 0 185981911 65601536 578 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566917 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 16016 578 168 90 0 15554 0
[pid=8394/tid=8396] ppid=8392 vsize=64064 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 185981914 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) 220.49
Current children cumulated vsize (KiB) 64064

[startup+282.433 s]
/proc/loadavg: 1.99 1.51 0.88 3/95 8396
/proc/meminfo: memFree=1716832/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=64064 CPUtime=279.99
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 863 0 0 0 27996 3 0 0 25 0 2 0 185981911 65601536 578 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134585757 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 16016 578 168 90 0 15554 0
[pid=8394/tid=8396] ppid=8392 vsize=64064 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 185981914 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) 279.99
Current children cumulated vsize (KiB) 64064

[startup+342.535 s]
/proc/loadavg: 2.03 1.61 0.95 3/95 8396
/proc/meminfo: memFree=1716768/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=64064 CPUtime=339.59
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 863 0 0 0 33956 3 0 0 25 0 2 0 185981911 65601536 578 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565758 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 16016 578 168 90 0 15554 0
[pid=8394/tid=8396] ppid=8392 vsize=64064 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 185981914 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) 339.59
Current children cumulated vsize (KiB) 64064

[startup+402.547 s]
/proc/loadavg: 2.01 1.68 1.02 3/95 8396
/proc/meminfo: memFree=1716704/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=64064 CPUtime=399.09
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 863 0 0 0 39906 3 0 0 25 0 2 0 185981911 65601536 578 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134611397 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 16016 578 168 90 0 15554 0
[pid=8394/tid=8396] ppid=8392 vsize=64064 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 185981914 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) 399.09
Current children cumulated vsize (KiB) 64064

[startup+462.632 s]
/proc/loadavg: 2.00 1.74 1.07 3/95 8396
/proc/meminfo: memFree=1716768/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=64064 CPUtime=458.65
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 863 0 0 0 45861 4 0 0 25 0 2 0 185981911 65601536 578 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711189 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 16016 578 168 90 0 15554 0
[pid=8394/tid=8396] ppid=8392 vsize=64064 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 185981914 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) 458.65
Current children cumulated vsize (KiB) 64064

[startup+522.713 s]
/proc/loadavg: 2.07 1.81 1.14 3/95 8396
/proc/meminfo: memFree=1716704/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=64064 CPUtime=518.2
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 863 0 0 0 51816 4 0 0 25 0 2 0 185981911 65601536 578 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 16016 578 168 90 0 15554 0
[pid=8394/tid=8396] ppid=8392 vsize=64064 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 185981914 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) 518.2
Current children cumulated vsize (KiB) 64064

[startup+582.795 s]
/proc/loadavg: 2.02 1.84 1.19 3/95 8396
/proc/meminfo: memFree=1716640/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=64064 CPUtime=577.76
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 863 0 0 0 57771 5 0 0 25 0 2 0 185981911 65601536 578 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552188 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 16016 578 168 90 0 15554 0
[pid=8394/tid=8396] ppid=8392 vsize=64064 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 185981914 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) 577.76
Current children cumulated vsize (KiB) 64064

[startup+642.894 s]

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

/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 874 0 0 0 117458 9 0 0 25 0 3 0 185981911 76091392 589 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711204 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 18577 589 168 90 0 18115 0
[pid=8394/tid=8396] ppid=8392 vsize=74308 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 185981914 76091392 589 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8394/tid=8595] ppid=8392 vsize=74308 CPUtime=0
/proc/8394/task/8595/stat : 8595 (bprolog) S 8392 8394 7582 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 186071905 76091392 589 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1174.67
Current children cumulated vsize (KiB) 74308

[startup+1243.37 s]
/proc/loadavg: 2.00 1.97 1.58 3/96 8595
/proc/meminfo: memFree=1716120/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=74308 CPUtime=1234.41
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 874 0 0 0 123432 9 0 0 25 0 3 0 185981911 76091392 589 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 18577 589 168 90 0 18115 0
[pid=8394/tid=8396] ppid=8392 vsize=74308 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 185981914 76091392 589 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8394/tid=8595] ppid=8392 vsize=74308 CPUtime=0
/proc/8394/task/8595/stat : 8595 (bprolog) S 8392 8394 7582 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 186071905 76091392 589 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1234.41
Current children cumulated vsize (KiB) 74308

[startup+1303.47 s]
/proc/loadavg: 2.00 1.97 1.60 3/96 8595
/proc/meminfo: memFree=1716056/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=74308 CPUtime=1294.24
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 874 0 0 0 129415 9 0 0 25 0 3 0 185981911 76091392 589 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639217 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 18577 589 168 90 0 18115 0
[pid=8394/tid=8396] ppid=8392 vsize=74308 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 185981914 76091392 589 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8394/tid=8595] ppid=8392 vsize=74308 CPUtime=0
/proc/8394/task/8595/stat : 8595 (bprolog) S 8392 8394 7582 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 186071905 76091392 589 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1294.24
Current children cumulated vsize (KiB) 74308

[startup+1363.48 s]
/proc/loadavg: 2.00 1.97 1.63 3/97 8596
/proc/meminfo: memFree=1716048/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=84552 CPUtime=1353.99
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 875 0 0 0 135389 10 0 0 25 0 4 0 185981911 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608527 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 21138 590 168 90 0 20676 0
[pid=8394/tid=8396] ppid=8392 vsize=84552 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 185981914 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8394/tid=8595] ppid=8392 vsize=84552 CPUtime=0
/proc/8394/task/8595/stat : 8595 (bprolog) S 8392 8394 7582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186071905 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8394/tid=8596] ppid=8392 vsize=84552 CPUtime=0
/proc/8394/task/8596/stat : 8596 (bprolog) S 8392 8394 7582 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 186116899 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1353.99
Current children cumulated vsize (KiB) 84552

[startup+1423.5 s]
/proc/loadavg: 2.00 1.97 1.65 3/97 8596
/proc/meminfo: memFree=1715984/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=84552 CPUtime=1413.74
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 875 0 0 0 141364 10 0 0 25 0 4 0 185981911 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639188 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 21138 590 168 90 0 20676 0
[pid=8394/tid=8396] ppid=8392 vsize=84552 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 185981914 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8394/tid=8595] ppid=8392 vsize=84552 CPUtime=0
/proc/8394/task/8595/stat : 8595 (bprolog) S 8392 8394 7582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186071905 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8394/tid=8596] ppid=8392 vsize=84552 CPUtime=0
/proc/8394/task/8596/stat : 8596 (bprolog) S 8392 8394 7582 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 186116899 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1413.74
Current children cumulated vsize (KiB) 84552

[startup+1483.52 s]
/proc/loadavg: 2.00 1.97 1.66 3/97 8598
/proc/meminfo: memFree=1715792/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=84552 CPUtime=1473.51
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 875 0 0 0 147340 11 0 0 25 0 4 0 185981911 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564915 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 21138 590 168 90 0 20676 0
[pid=8394/tid=8396] ppid=8392 vsize=84552 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 185981914 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8394/tid=8595] ppid=8392 vsize=84552 CPUtime=0
/proc/8394/task/8595/stat : 8595 (bprolog) S 8392 8394 7582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186071905 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8394/tid=8596] ppid=8392 vsize=84552 CPUtime=0
/proc/8394/task/8596/stat : 8596 (bprolog) S 8392 8394 7582 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 186116899 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1473.51
Current children cumulated vsize (KiB) 84552

[startup+1543.55 s]
/proc/loadavg: 2.15 2.00 1.69 3/97 8598
/proc/meminfo: memFree=1715856/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=84552 CPUtime=1533.26
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 875 0 0 0 153315 11 0 0 25 0 4 0 185981911 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557354 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 21138 590 168 90 0 20676 0
[pid=8394/tid=8396] ppid=8392 vsize=84552 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 185981914 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8394/tid=8595] ppid=8392 vsize=84552 CPUtime=0
/proc/8394/task/8595/stat : 8595 (bprolog) S 8392 8394 7582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186071905 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8394/tid=8596] ppid=8392 vsize=84552 CPUtime=0
/proc/8394/task/8596/stat : 8596 (bprolog) S 8392 8394 7582 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 186116899 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1533.26
Current children cumulated vsize (KiB) 84552

[startup+1603.56 s]
/proc/loadavg: 2.12 2.02 1.72 3/97 8598
/proc/meminfo: memFree=1715856/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=84552 CPUtime=1593.02
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 875 0 0 0 159290 12 0 0 25 0 4 0 185981911 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711736 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 21138 590 168 90 0 20676 0
[pid=8394/tid=8396] ppid=8392 vsize=84552 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 185981914 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8394/tid=8595] ppid=8392 vsize=84552 CPUtime=0
/proc/8394/task/8595/stat : 8595 (bprolog) S 8392 8394 7582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186071905 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8394/tid=8596] ppid=8392 vsize=84552 CPUtime=0
/proc/8394/task/8596/stat : 8596 (bprolog) S 8392 8394 7582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186116899 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.02
Current children cumulated vsize (KiB) 84552

[startup+1663.6 s]
/proc/loadavg: 2.04 2.01 1.73 3/97 8598
/proc/meminfo: memFree=1715920/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=84552 CPUtime=1652.78
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 875 0 0 0 165266 12 0 0 25 0 4 0 185981911 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 21138 590 168 90 0 20676 0
[pid=8394/tid=8396] ppid=8392 vsize=84552 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 185981914 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8394/tid=8595] ppid=8392 vsize=84552 CPUtime=0
/proc/8394/task/8595/stat : 8595 (bprolog) S 8392 8394 7582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186071905 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8394/tid=8596] ppid=8392 vsize=84552 CPUtime=0
/proc/8394/task/8596/stat : 8596 (bprolog) S 8392 8394 7582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186116899 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.78
Current children cumulated vsize (KiB) 84552

[startup+1723.62 s]
/proc/loadavg: 1.94 1.99 1.74 3/97 8671
/proc/meminfo: memFree=1715528/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=84552 CPUtime=1712.53
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 875 0 0 0 171240 13 0 0 25 0 4 0 185981911 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711213 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8394/statm: 21138 590 168 90 0 20676 0
[pid=8394/tid=8396] ppid=8392 vsize=84552 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 185981914 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8394/tid=8595] ppid=8392 vsize=84552 CPUtime=0
/proc/8394/task/8595/stat : 8595 (bprolog) S 8392 8394 7582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186071905 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8394/tid=8596] ppid=8392 vsize=84552 CPUtime=0
/proc/8394/task/8596/stat : 8596 (bprolog) S 8392 8394 7582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186116899 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1712.53
Current children cumulated vsize (KiB) 84552

[startup+1783.64 s]
/proc/loadavg: 2.01 2.00 1.75 3/97 8671
/proc/meminfo: memFree=1715592/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=84552 CPUtime=1772.27
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 875 0 0 0 177214 13 0 0 25 0 4 0 185981911 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609840 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8394/statm: 21138 590 168 90 0 20676 0
[pid=8394/tid=8396] ppid=8392 vsize=84552 CPUtime=0
/proc/8394/task/8396/stat : 8396 (bprolog) S 8392 8394 7582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 185981914 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8394/tid=8595] ppid=8392 vsize=84552 CPUtime=0
/proc/8394/task/8595/stat : 8595 (bprolog) S 8392 8394 7582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186071905 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8394/tid=8596] ppid=8392 vsize=84552 CPUtime=0
/proc/8394/task/8596/stat : 8596 (bprolog) S 8392 8394 7582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186116899 86581248 590 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.27
Current children cumulated vsize (KiB) 84552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.54 s]
/proc/loadavg: 2.06 2.01 1.77 3/94 8671
/proc/meminfo: memFree=1715592/2055920 swapFree=4191880/4192956
[pid=8394] ppid=8392 vsize=84552 CPUtime=1800.06
/proc/8394/stat : 8394 (bprolog) R 8392 8394 7582 0 -1 4194304 876 0 0 0 179993 13 0 0 25 0 1 0 185981911 86581248 591 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574003 0 0 4096 2 0 0 0 17 0 0 0
/proc/8394/statm: 21138 591 169 90 0 20676 0
Current children cumulated CPU time (s) 1800.06
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): 1811.55
CPU time (s): 1800.08
CPU user time (s): 1799.94
CPU system time (s): 0.138978
CPU usage (%): 99.3669
Max. virtual memory (cumulated for all children) (KiB): 84552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.138978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 876
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 58614

runsolver used 1.9737 s user time and 5.01124 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Tue Jan  9 20:51:11 UTC 2007


IDJOB= 241937
IDBENCH= 7355
FILE ID= node16/241937-1168375870

PBS_JOBID= 3522293

Free space on /tmp= 66522 MiB

BENCH NAME= HOME/pub/bench/CPAI06/dimacs/pret/pret-150-25_ext.xml
COMMAND LINE= /tmp/evaluation/241937-1168375870/Complete/Ordinary/solver /tmp/evaluation/241937-1168375870/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node16/convwatcher-241937-1168375870 -o ROOT/results/node16/conversion-241937-1168375870 -C 600 -M 900 /tmp/evaluation/241937-1168375870/Complete/Ordinary/conversion /tmp/evaluation/241937-1168375870/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-241937-1168375870 -o ROOT/results/node16/solver-241937-1168375870 -C 1800 -M 900  /tmp/evaluation/241937-1168375870/Complete/Ordinary/solver /tmp/evaluation/241937-1168375870/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  7942e547e6f15972e65c0d137b735236

RANDOM SEED= 954200107

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.220
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.220
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:       1719104 kB
Buffers:         58200 kB
Cached:         170172 kB
SwapCached:        448 kB
Active:         194736 kB
Inactive:        89712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719104 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1360 kB
Writeback:           0 kB
Mapped:          81864 kB
Slab:            37064 kB
Committed_AS:  5617064 kB
PageTables:       2456 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= 66522 MiB



End job on node16 on Tue Jan  9 21:21:22 UTC 2007