Trace number 207074

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 1816.06

General information on the benchmark

Namefapp/test01-04/test03/
test03-0400-8.xml
MD5SUM847f7e5405d2056222bc166cabeeb719
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.48162
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables400
Number of constraints4370
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4370
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/207074-1168179926/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/node33/watcher-207074-1168179926 -o ROOT/results/node33/solver-207074-1168179926 -C 1800 -M 900 /tmp/evaluation/207074-1168179926/Complete/Ordinary/solver /tmp/evaluation/207074-1168179926/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: 0.85 0.97 1.00 5/81 7705
/proc/meminfo: memFree=1452616/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=18540 CPUtime=0
/proc/7704/stat : 7704 (runsolver) R 7702 7704 7531 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 166386748 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 210824129831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7704/statm: 4635 279 244 17 0 2626 0

[startup+0.103386 s]
/proc/loadavg: 0.85 0.97 1.00 5/81 7705
/proc/meminfo: memFree=1452616/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=53824 CPUtime=0.08
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 1916 0 0 0 8 0 0 0 18 0 1 0 166386748 55115776 1632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568496 0 0 4096 2 0 0 0 17 0 0 0
/proc/7704/statm: 13456 1632 157 90 0 12994 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53824

[startup+0.511459 s]
/proc/loadavg: 0.85 0.97 1.00 5/81 7705
/proc/meminfo: memFree=1452616/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=62080 CPUtime=0.49
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 2687 0 0 0 49 0 0 0 21 0 1 0 166386748 63569920 2402 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 0 0 0 17 0 0 0
/proc/7704/statm: 15520 2402 176 90 0 15058 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 62080

[startup+1.33263 s]
/proc/loadavg: 0.94 0.98 1.00 3/81 7705
/proc/meminfo: memFree=1439496/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=62080 CPUtime=1.31
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 3460 0 0 0 130 1 0 0 25 0 1 0 166386748 63569920 3175 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662532 0 0 4096 2 0 0 0 17 0 0 0
/proc/7704/statm: 15520 3175 176 90 0 15058 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 62080

[startup+2.97197 s]
/proc/loadavg: 0.94 0.98 1.00 4/82 7706
/proc/meminfo: memFree=1422272/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=72324 CPUtime=2.93
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 5993 0 0 0 292 1 0 0 25 0 2 0 166386748 74059776 5708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 18081 5708 180 90 0 17619 0
[pid=7704/tid=7706] ppid=7702 vsize=72324 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166386914 74059776 5708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 72324

[startup+6.25164 s]
/proc/loadavg: 0.94 0.98 1.00 3/82 7706
/proc/meminfo: memFree=1407424/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=80136 CPUtime=6.19
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 8422 0 0 0 616 3 0 0 25 0 2 0 166386748 82059264 6183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 20034 6183 180 90 0 19572 0
[pid=7704/tid=7706] ppid=7702 vsize=80136 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166386914 82059264 6183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 80136

[startup+12.715 s]
/proc/loadavg: 1.10 1.02 1.01 3/82 7706
/proc/meminfo: memFree=1385728/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=80136 CPUtime=12.6
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 8422 0 0 0 1257 3 0 0 25 0 2 0 166386748 82059264 6183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 20034 6183 180 90 0 19572 0
[pid=7704/tid=7706] ppid=7702 vsize=80136 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166386914 82059264 6183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 80136

[startup+25.5491 s]
/proc/loadavg: 1.24 1.05 1.02 3/82 7706
/proc/meminfo: memFree=1358080/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=80136 CPUtime=25.3
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 10267 0 0 0 2527 3 0 0 25 0 2 0 166386748 82059264 8028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 20034 8028 180 90 0 19572 0
[pid=7704/tid=7706] ppid=7702 vsize=80136 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166386914 82059264 8028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 80136

[startup+51.1539 s]
/proc/loadavg: 1.61 1.15 1.05 3/82 7706
/proc/meminfo: memFree=1327424/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=80136 CPUtime=50.68
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 10267 0 0 0 5065 3 0 0 25 0 2 0 166386748 82059264 8028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 20034 8028 180 90 0 19572 0
[pid=7704/tid=7706] ppid=7702 vsize=80136 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166386914 82059264 8028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 80136

[startup+102.374 s]
/proc/loadavg: 1.89 1.30 1.11 3/82 7706
/proc/meminfo: memFree=1286976/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=80136 CPUtime=101.47
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 10267 0 0 0 10144 3 0 0 25 0 2 0 166386748 82059264 8028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662569 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 20034 8028 180 90 0 19572 0
[pid=7704/tid=7706] ppid=7702 vsize=80136 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166386914 82059264 8028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 80136

[startup+162.475 s]
/proc/loadavg: 1.96 1.42 1.16 3/82 7706
/proc/meminfo: memFree=1247488/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=80136 CPUtime=161.05
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 10267 0 0 0 16102 3 0 0 25 0 2 0 166386748 82059264 8028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568339 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 20034 8028 180 90 0 19572 0
[pid=7704/tid=7706] ppid=7702 vsize=80136 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166386914 82059264 8028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.05
Current children cumulated vsize (KiB) 80136

[startup+222.575 s]
/proc/loadavg: 2.03 1.54 1.21 3/82 7706
/proc/meminfo: memFree=1214848/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=80136 CPUtime=220.65
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 10267 0 0 0 22061 4 0 0 25 0 2 0 166386748 82059264 8028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 20034 8028 180 90 0 19572 0
[pid=7704/tid=7706] ppid=7702 vsize=80136 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166386914 82059264 8028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.65
Current children cumulated vsize (KiB) 80136

[startup+282.603 s]
/proc/loadavg: 2.01 1.62 1.26 3/82 7706
/proc/meminfo: memFree=1190208/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=80136 CPUtime=280.17
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 10267 0 0 0 28013 4 0 0 25 0 2 0 166386748 82059264 8028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620132 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 20034 8028 180 90 0 19572 0
[pid=7704/tid=7706] ppid=7702 vsize=80136 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166386914 82059264 8028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.17
Current children cumulated vsize (KiB) 80136

[startup+342.695 s]
/proc/loadavg: 2.00 1.69 1.30 3/82 7706
/proc/meminfo: memFree=1164160/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=80136 CPUtime=339.72
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 10267 0 0 0 33968 4 0 0 25 0 2 0 166386748 82059264 8028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 20034 8028 180 90 0 19572 0
[pid=7704/tid=7706] ppid=7702 vsize=80136 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166386914 82059264 8028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 339.72
Current children cumulated vsize (KiB) 80136

[startup+402.72 s]
/proc/loadavg: 2.00 1.74 1.35 3/82 7706
/proc/meminfo: memFree=1132288/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=80136 CPUtime=399.23
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 10267 0 0 0 39919 4 0 0 25 0 2 0 166386748 82059264 8028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 20034 8028 180 90 0 19572 0
[pid=7704/tid=7706] ppid=7702 vsize=80136 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166386914 82059264 8028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 399.23
Current children cumulated vsize (KiB) 80136

[startup+462.784 s]
/proc/loadavg: 2.00 1.79 1.38 3/82 7706
/proc/meminfo: memFree=1101568/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=80136 CPUtime=458.78
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 10267 0 0 0 45874 4 0 0 25 0 2 0 166386748 82059264 8028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576084 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 20034 8028 180 90 0 19572 0
[pid=7704/tid=7706] ppid=7702 vsize=80136 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166386914 82059264 8028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 458.78
Current children cumulated vsize (KiB) 80136

[startup+522.798 s]
/proc/loadavg: 2.00 1.82 1.42 3/82 7706
/proc/meminfo: memFree=1079488/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=80136 CPUtime=518.26
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 10267 0 0 0 51822 4 0 0 25 0 2 0 166386748 82059264 8028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134625473 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 20034 8028 180 90 0 19572 0
[pid=7704/tid=7706] ppid=7702 vsize=80136 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166386914 82059264 8028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 518.26
Current children cumulated vsize (KiB) 80136

[startup+582.871 s]
/proc/loadavg: 2.00 1.85 1.45 3/82 7706
/proc/meminfo: memFree=1053632/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=80136 CPUtime=577.81
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 10267 0 0 0 57777 4 0 0 25 0 2 0 166386748 82059264 8028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664573 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 20034 8028 180 90 0 19572 0
[pid=7704/tid=7706] ppid=7702 vsize=80136 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166386914 82059264 8028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 577.81
Current children cumulated vsize (KiB) 80136

[startup+642.939 s]
/proc/loadavg: 2.00 1.88 1.48 3/82 7706
/proc/meminfo: memFree=1030656/2055920 swapFree=4192224/4192956

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

/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 10273 0 0 0 117314 6 0 0 25 0 3 0 166386748 92549120 8034 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134617925 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 22595 8034 180 90 0 22133 0
[pid=7704/tid=7706] ppid=7702 vsize=90380 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166386914 92549120 8034 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7704/tid=7707] ppid=7702 vsize=90380 CPUtime=0
/proc/7704/task/7707/stat : 7707 (bprolog) S 7702 7704 7531 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166476934 92549120 8034 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1173.2
Current children cumulated vsize (KiB) 90380

[startup+1243.53 s]
/proc/loadavg: 2.05 1.99 1.72 3/83 7707
/proc/meminfo: memFree=877752/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=90380 CPUtime=1232.69
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 10273 0 0 0 123263 6 0 0 25 0 3 0 166386748 92549120 8034 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557383 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 22595 8034 180 90 0 22133 0
[pid=7704/tid=7706] ppid=7702 vsize=90380 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166386914 92549120 8034 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7704/tid=7707] ppid=7702 vsize=90380 CPUtime=0
/proc/7704/task/7707/stat : 7707 (bprolog) S 7702 7704 7531 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166476934 92549120 8034 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1232.69
Current children cumulated vsize (KiB) 90380

[startup+1303.54 s]
/proc/loadavg: 2.02 1.99 1.73 3/83 7707
/proc/meminfo: memFree=866040/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=90380 CPUtime=1292.2
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 10273 0 0 0 129214 6 0 0 25 0 3 0 166386748 92549120 8034 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 22595 8034 180 90 0 22133 0
[pid=7704/tid=7706] ppid=7702 vsize=90380 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166386914 92549120 8034 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7704/tid=7707] ppid=7702 vsize=90380 CPUtime=0
/proc/7704/task/7707/stat : 7707 (bprolog) S 7702 7704 7531 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166476934 92549120 8034 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1292.2
Current children cumulated vsize (KiB) 90380

[startup+1363.62 s]
/proc/loadavg: 2.05 2.00 1.75 3/84 7708
/proc/meminfo: memFree=835440/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=100624 CPUtime=1351.74
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 10274 0 0 0 135167 7 0 0 25 0 4 0 166386748 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 25156 8035 180 90 0 24694 0
[pid=7704/tid=7706] ppid=7702 vsize=100624 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166386914 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7704/tid=7707] ppid=7702 vsize=100624 CPUtime=0
/proc/7704/task/7707/stat : 7707 (bprolog) S 7702 7704 7531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166476934 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7704/tid=7708] ppid=7702 vsize=100624 CPUtime=0
/proc/7704/task/7708/stat : 7708 (bprolog) S 7702 7704 7531 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166521945 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1351.74
Current children cumulated vsize (KiB) 100624

[startup+1423.68 s]
/proc/loadavg: 2.02 2.00 1.76 3/84 7708
/proc/meminfo: memFree=828336/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=100624 CPUtime=1411.26
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 10274 0 0 0 141119 7 0 0 25 0 4 0 166386748 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 25156 8035 180 90 0 24694 0
[pid=7704/tid=7706] ppid=7702 vsize=100624 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166386914 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7704/tid=7707] ppid=7702 vsize=100624 CPUtime=0
/proc/7704/task/7707/stat : 7707 (bprolog) S 7702 7704 7531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166476934 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7704/tid=7708] ppid=7702 vsize=100624 CPUtime=0
/proc/7704/task/7708/stat : 7708 (bprolog) S 7702 7704 7531 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166521945 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1411.26
Current children cumulated vsize (KiB) 100624

[startup+1483.76 s]
/proc/loadavg: 2.07 2.02 1.78 3/84 7708
/proc/meminfo: memFree=816624/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=100624 CPUtime=1470.8
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 10274 0 0 0 147073 7 0 0 25 0 4 0 166386748 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 25156 8035 180 90 0 24694 0
[pid=7704/tid=7706] ppid=7702 vsize=100624 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166386914 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7704/tid=7707] ppid=7702 vsize=100624 CPUtime=0
/proc/7704/task/7707/stat : 7707 (bprolog) S 7702 7704 7531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166476934 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7704/tid=7708] ppid=7702 vsize=100624 CPUtime=0
/proc/7704/task/7708/stat : 7708 (bprolog) S 7702 7704 7531 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166521945 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.8
Current children cumulated vsize (KiB) 100624

[startup+1543.84 s]
/proc/loadavg: 2.19 2.06 1.81 3/84 7708
/proc/meminfo: memFree=791152/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=100624 CPUtime=1530.35
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 10274 0 0 0 153028 7 0 0 25 0 4 0 166386748 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 25156 8035 180 90 0 24694 0
[pid=7704/tid=7706] ppid=7702 vsize=100624 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166386914 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7704/tid=7707] ppid=7702 vsize=100624 CPUtime=0
/proc/7704/task/7707/stat : 7707 (bprolog) S 7702 7704 7531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166476934 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7704/tid=7708] ppid=7702 vsize=100624 CPUtime=0
/proc/7704/task/7708/stat : 7708 (bprolog) S 7702 7704 7531 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166521945 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.35
Current children cumulated vsize (KiB) 100624

[startup+1603.93 s]
/proc/loadavg: 2.07 2.04 1.82 3/84 7708
/proc/meminfo: memFree=776688/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=100624 CPUtime=1589.91
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 10274 0 0 0 158984 7 0 0 25 0 4 0 166386748 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 25156 8035 180 90 0 24694 0
[pid=7704/tid=7706] ppid=7702 vsize=100624 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166386914 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7704/tid=7707] ppid=7702 vsize=100624 CPUtime=0
/proc/7704/task/7707/stat : 7707 (bprolog) S 7702 7704 7531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166476934 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7704/tid=7708] ppid=7702 vsize=100624 CPUtime=0
/proc/7704/task/7708/stat : 7708 (bprolog) S 7702 7704 7531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166521945 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.91
Current children cumulated vsize (KiB) 100624

[startup+1664.02 s]
/proc/loadavg: 2.02 2.03 1.82 3/84 7708
/proc/meminfo: memFree=775472/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=100624 CPUtime=1649.44
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 10274 0 0 0 164937 7 0 0 25 0 4 0 166386748 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 25156 8035 180 90 0 24694 0
[pid=7704/tid=7706] ppid=7702 vsize=100624 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166386914 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7704/tid=7707] ppid=7702 vsize=100624 CPUtime=0
/proc/7704/task/7707/stat : 7707 (bprolog) S 7702 7704 7531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166476934 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7704/tid=7708] ppid=7702 vsize=100624 CPUtime=0
/proc/7704/task/7708/stat : 7708 (bprolog) S 7702 7704 7531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166521945 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.44
Current children cumulated vsize (KiB) 100624

[startup+1724.1 s]
/proc/loadavg: 2.01 2.02 1.83 3/84 7708
/proc/meminfo: memFree=771760/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=100624 CPUtime=1708.98
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 10274 0 0 0 170890 8 0 0 25 0 4 0 166386748 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 25156 8035 180 90 0 24694 0
[pid=7704/tid=7706] ppid=7702 vsize=100624 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166386914 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7704/tid=7707] ppid=7702 vsize=100624 CPUtime=0
/proc/7704/task/7707/stat : 7707 (bprolog) S 7702 7704 7531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166476934 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7704/tid=7708] ppid=7702 vsize=100624 CPUtime=0
/proc/7704/task/7708/stat : 7708 (bprolog) S 7702 7704 7531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166521945 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.98
Current children cumulated vsize (KiB) 100624

[startup+1784.19 s]
/proc/loadavg: 2.00 2.02 1.84 3/84 7708
/proc/meminfo: memFree=754992/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=100624 CPUtime=1768.5
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 10274 0 0 0 176842 8 0 0 25 0 4 0 166386748 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662719 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7704/statm: 25156 8035 180 90 0 24694 0
[pid=7704/tid=7706] ppid=7702 vsize=100624 CPUtime=0
/proc/7704/task/7706/stat : 7706 (bprolog) S 7702 7704 7531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166386914 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7704/tid=7707] ppid=7702 vsize=100624 CPUtime=0
/proc/7704/task/7707/stat : 7707 (bprolog) S 7702 7704 7531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166476934 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7704/tid=7708] ppid=7702 vsize=100624 CPUtime=0
/proc/7704/task/7708/stat : 7708 (bprolog) S 7702 7704 7531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166521945 103038976 8035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.5
Current children cumulated vsize (KiB) 100624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.03 s]
/proc/loadavg: 2.07 2.03 1.84 4/81 7783
/proc/meminfo: memFree=1387672/2055920 swapFree=4192224/4192956
[pid=7704] ppid=7702 vsize=100624 CPUtime=1800.09
/proc/7704/stat : 7704 (bprolog) R 7702 7704 7531 0 -1 4194304 10275 0 0 0 179999 10 0 0 25 0 1 0 166386748 103038976 8036 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620183 0 0 4096 2 0 0 0 17 0 0 0
/proc/7704/statm: 25156 8036 181 90 0 24694 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 100624

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1816.06
CPU time (s): 1800.11
CPU user time (s): 1799.99
CPU system time (s): 0.113982
CPU usage (%): 99.1217
Max. virtual memory (cumulated for all children) (KiB): 100624

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

runsolver used 1.78673 s user time and 5.04423 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Sun Jan  7 14:25:27 UTC 2007


IDJOB= 207074
IDBENCH= 4268
FILE ID= node33/207074-1168179926

PBS_JOBID= 3479144

Free space on /tmp= 66554 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test03/test03-0400-8.xml
COMMAND LINE= /tmp/evaluation/207074-1168179926/Complete/Ordinary/solver /tmp/evaluation/207074-1168179926/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node33/convwatcher-207074-1168179926 -o ROOT/results/node33/conversion-207074-1168179926 -C 600 -M 900 /tmp/evaluation/207074-1168179926/Complete/Ordinary/conversion /tmp/evaluation/207074-1168179926/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-207074-1168179926 -o ROOT/results/node33/solver-207074-1168179926 -C 1800 -M 900  /tmp/evaluation/207074-1168179926/Complete/Ordinary/solver /tmp/evaluation/207074-1168179926/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  847f7e5405d2056222bc166cabeeb719

RANDOM SEED= 943917438

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.281
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.281
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:       1453096 kB
Buffers:         36616 kB
Cached:         432272 kB
SwapCached:        448 kB
Active:         157668 kB
Inactive:       379552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1453096 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:            6372 kB
Writeback:           0 kB
Mapped:          86688 kB
Slab:            50868 kB
Committed_AS:  3734316 kB
PageTables:       1972 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= 66552 MiB



End job on node33 on Sun Jan  7 14:55:45 UTC 2007