Trace number 221487

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.02 1807.71

General information on the benchmark

Namefapp/fapp31-35/fapp32/
fapp32-0550-3.xml
MD5SUM80cac2eb2911dcfc3dcd6df18856595a
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 benchmark7.14691
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables550
Number of constraints9461
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9461
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/221487-1168259475/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/node44/watcher-221487-1168259475 -o ROOT/results/node44/solver-221487-1168259475 -C 1800 -M 900 /tmp/evaluation/221487-1168259475/Complete/Ordinary/solver /tmp/evaluation/221487-1168259475/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.93 2.46 2.08 5/84 5193
/proc/meminfo: memFree=1005224/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=53468 CPUtime=0
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 461 0 0 0 0 0 0 0 20 0 1 0 174347234 54751232 181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134551610 0 0 4096 2 0 0 0 17 1 0 0
/proc/5192/statm: 13367 181 115 90 0 12905 0

[startup+0.105074 s]
/proc/loadavg: 2.93 2.46 2.08 5/84 5193
/proc/meminfo: memFree=1005224/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=53824 CPUtime=0.09
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 2174 0 0 0 8 1 0 0 20 0 1 0 174347234 55115776 1890 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 1 0 0
/proc/5192/statm: 13456 1890 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.516113 s]
/proc/loadavg: 2.93 2.46 2.08 5/84 5193
/proc/meminfo: memFree=1005224/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=66492 CPUtime=0.5
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 4847 0 0 0 47 3 0 0 24 0 1 0 174347234 68087808 4560 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669007 0 0 4096 2 0 0 0 17 1 0 0
/proc/5192/statm: 16623 4560 160 90 0 16161 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 66492

[startup+1.33719 s]
/proc/loadavg: 2.93 2.46 2.08 4/84 5193
/proc/meminfo: memFree=985320/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=66492 CPUtime=1.31
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 4874 0 0 0 128 3 0 0 25 0 1 0 174347234 68087808 4587 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134756014 0 0 4096 2 0 0 0 17 1 0 0
/proc/5192/statm: 16623 4587 176 90 0 16161 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 66492

[startup+2.97435 s]
/proc/loadavg: 2.93 2.46 2.08 3/84 5193
/proc/meminfo: memFree=986984/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=66492 CPUtime=2.94
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 6024 0 0 0 291 3 0 0 25 0 1 0 174347234 68087808 5737 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664615 0 0 4096 2 0 0 0 17 1 0 0
/proc/5192/statm: 16623 5737 176 90 0 16161 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 66492

[startup+6.25369 s]
/proc/loadavg: 2.93 2.47 2.09 4/85 5194
/proc/meminfo: memFree=968544/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=77432 CPUtime=6.19
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 10879 0 0 0 613 6 0 0 25 0 2 0 174347234 79290368 8715 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614636 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5192/statm: 19358 8715 180 90 0 18896 0
[pid=5192/tid=5194] ppid=5190 vsize=77432 CPUtime=0
/proc/5192/task/5194/stat : 5194 (bprolog) S 5190 5192 4476 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174347669 79290368 8715 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) 77432

[startup+12.7194 s]
/proc/loadavg: 2.86 2.46 2.09 4/85 5194
/proc/meminfo: memFree=971040/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=77432 CPUtime=12.6
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 10882 0 0 0 1254 6 0 0 25 0 2 0 174347234 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5192/statm: 19358 8718 180 90 0 18896 0
[pid=5192/tid=5194] ppid=5190 vsize=77432 CPUtime=0
/proc/5192/task/5194/stat : 5194 (bprolog) S 5190 5192 4476 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174347669 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 77432

[startup+25.5747 s]
/proc/loadavg: 2.89 2.48 2.10 4/85 5194
/proc/meminfo: memFree=968736/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=77432 CPUtime=25.34
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 10882 0 0 0 2528 6 0 0 25 0 2 0 174347234 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557373 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5192/statm: 19358 8718 180 90 0 18896 0
[pid=5192/tid=5194] ppid=5190 vsize=77432 CPUtime=0
/proc/5192/task/5194/stat : 5194 (bprolog) S 5190 5192 4476 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174347669 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 77432

[startup+51.1803 s]
/proc/loadavg: 3.00 2.54 2.13 4/85 5194
/proc/meminfo: memFree=968736/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=77432 CPUtime=50.72
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 10882 0 0 0 5066 6 0 0 25 0 2 0 174347234 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5192/statm: 19358 8718 180 90 0 18896 0
[pid=5192/tid=5194] ppid=5190 vsize=77432 CPUtime=0
/proc/5192/task/5194/stat : 5194 (bprolog) S 5190 5192 4476 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174347669 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 77432

[startup+102.464 s]
/proc/loadavg: 2.87 2.59 2.17 4/85 5194
/proc/meminfo: memFree=968800/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=77432 CPUtime=101.54
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 10882 0 0 0 10148 6 0 0 25 0 2 0 174347234 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5192/statm: 19358 8718 180 90 0 18896 0
[pid=5192/tid=5194] ppid=5190 vsize=77432 CPUtime=0
/proc/5192/task/5194/stat : 5194 (bprolog) S 5190 5192 4476 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174347669 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 77432

[startup+162.474 s]
/proc/loadavg: 2.32 2.48 2.16 4/85 5194
/proc/meminfo: memFree=968800/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=77432 CPUtime=161.01
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 10882 0 0 0 16095 6 0 0 25 0 2 0 174347234 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5192/statm: 19358 8718 180 90 0 18896 0
[pid=5192/tid=5194] ppid=5190 vsize=77432 CPUtime=0
/proc/5192/task/5194/stat : 5194 (bprolog) S 5190 5192 4476 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174347669 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.01
Current children cumulated vsize (KiB) 77432

[startup+222.485 s]
/proc/loadavg: 2.12 2.39 2.14 3/85 5194
/proc/meminfo: memFree=968736/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=77432 CPUtime=220.47
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 10882 0 0 0 22041 6 0 0 25 0 2 0 174347234 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5192/statm: 19358 8718 180 90 0 18896 0
[pid=5192/tid=5194] ppid=5190 vsize=77432 CPUtime=0
/proc/5192/task/5194/stat : 5194 (bprolog) S 5190 5192 4476 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174347669 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.47
Current children cumulated vsize (KiB) 77432

[startup+282.497 s]
/proc/loadavg: 2.13 2.35 2.14 4/85 5194
/proc/meminfo: memFree=968800/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=77432 CPUtime=279.94
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 10882 0 0 0 27988 6 0 0 25 0 2 0 174347234 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614677 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5192/statm: 19358 8718 180 90 0 18896 0
[pid=5192/tid=5194] ppid=5190 vsize=77432 CPUtime=0
/proc/5192/task/5194/stat : 5194 (bprolog) S 5190 5192 4476 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174347669 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.94
Current children cumulated vsize (KiB) 77432

[startup+342.514 s]
/proc/loadavg: 2.05 2.28 2.13 3/85 5194
/proc/meminfo: memFree=968864/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=77432 CPUtime=339.41
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 10939 0 0 0 33935 6 0 0 25 0 2 0 174347234 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5192/statm: 19358 8775 180 90 0 18896 0
[pid=5192/tid=5194] ppid=5190 vsize=77432 CPUtime=0
/proc/5192/task/5194/stat : 5194 (bprolog) S 5190 5192 4476 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174347669 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.41
Current children cumulated vsize (KiB) 77432

[startup+402.541 s]
/proc/loadavg: 2.02 2.23 2.12 3/85 5194
/proc/meminfo: memFree=970912/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=77432 CPUtime=398.9
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 10939 0 0 0 39883 7 0 0 25 0 2 0 174347234 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5192/statm: 19358 8775 180 90 0 18896 0
[pid=5192/tid=5194] ppid=5190 vsize=77432 CPUtime=0
/proc/5192/task/5194/stat : 5194 (bprolog) S 5190 5192 4476 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174347669 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.9
Current children cumulated vsize (KiB) 77432

[startup+462.577 s]
/proc/loadavg: 2.09 2.21 2.12 3/85 5194
/proc/meminfo: memFree=968480/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=77432 CPUtime=458.39
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 10939 0 0 0 45832 7 0 0 25 0 2 0 174347234 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5192/statm: 19358 8775 180 90 0 18896 0
[pid=5192/tid=5194] ppid=5190 vsize=77432 CPUtime=0
/proc/5192/task/5194/stat : 5194 (bprolog) S 5190 5192 4476 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174347669 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.39
Current children cumulated vsize (KiB) 77432

[startup+522.611 s]
/proc/loadavg: 2.03 2.17 2.11 3/85 5194
/proc/meminfo: memFree=967776/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=77432 CPUtime=517.88
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 10939 0 0 0 51781 7 0 0 25 0 2 0 174347234 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662622 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5192/statm: 19358 8775 180 90 0 18896 0
[pid=5192/tid=5194] ppid=5190 vsize=77432 CPUtime=0
/proc/5192/task/5194/stat : 5194 (bprolog) S 5190 5192 4476 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174347669 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.88
Current children cumulated vsize (KiB) 77432

[startup+582.685 s]
/proc/loadavg: 2.28 2.20 2.12 3/85 5194
/proc/meminfo: memFree=970912/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=77432 CPUtime=577.41
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 10939 0 0 0 57734 7 0 0 25 0 2 0 174347234 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589301 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5192/statm: 19358 8775 180 90 0 18896 0
[pid=5192/tid=5194] ppid=5190 vsize=77432 CPUtime=0
/proc/5192/task/5194/stat : 5194 (bprolog) S 5190 5192 4476 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174347669 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.41
Current children cumulated vsize (KiB) 77432

[startup+642.758 s]
/proc/loadavg: 2.10 2.16 2.11 3/85 5194
/proc/meminfo: memFree=968480/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=77432 CPUtime=636.94
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 10939 0 0 0 63687 7 0 0 25 0 2 0 174347234 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0

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

/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 11352 0 0 0 117596 10 0 0 25 0 3 0 174347234 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5192/statm: 21919 8777 180 90 0 21457 0
[pid=5192/tid=5194] ppid=5190 vsize=87676 CPUtime=0
/proc/5192/task/5194/stat : 5194 (bprolog) S 5190 5192 4476 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 174347669 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5192/tid=5233] ppid=5190 vsize=87676 CPUtime=0
/proc/5192/task/5233/stat : 5233 (bprolog) S 5190 5192 4476 0 -1 4194368 0 0 0 0 0 0 0 0 15 0 3 0 174437699 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1176.06
Current children cumulated vsize (KiB) 87676

[startup+1243.46 s]
/proc/loadavg: 1.04 1.38 1.76 2/67 5248
/proc/meminfo: memFree=1717072/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=87676 CPUtime=1236.1
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 11352 0 0 0 123600 10 0 0 25 0 3 0 174347234 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751720 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5192/statm: 21919 8777 180 90 0 21457 0
[pid=5192/tid=5194] ppid=5190 vsize=87676 CPUtime=0
/proc/5192/task/5194/stat : 5194 (bprolog) S 5190 5192 4476 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 174347669 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5192/tid=5233] ppid=5190 vsize=87676 CPUtime=0
/proc/5192/task/5233/stat : 5233 (bprolog) S 5190 5192 4476 0 -1 4194368 0 0 0 0 0 0 0 0 15 0 3 0 174437699 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.1
Current children cumulated vsize (KiB) 87676

[startup+1303.54 s]
/proc/loadavg: 1.01 1.31 1.71 2/67 5248
/proc/meminfo: memFree=1717072/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=87676 CPUtime=1296.15
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 11352 0 0 0 129605 10 0 0 25 0 3 0 174347234 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5192/statm: 21919 8777 180 90 0 21457 0
[pid=5192/tid=5194] ppid=5190 vsize=87676 CPUtime=0
/proc/5192/task/5194/stat : 5194 (bprolog) S 5190 5192 4476 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 174347669 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5192/tid=5233] ppid=5190 vsize=87676 CPUtime=0
/proc/5192/task/5233/stat : 5233 (bprolog) S 5190 5192 4476 0 -1 4194368 0 0 0 0 0 0 0 0 15 0 3 0 174437699 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1296.15
Current children cumulated vsize (KiB) 87676

[startup+1363.62 s]
/proc/loadavg: 1.00 1.26 1.67 2/68 5249
/proc/meminfo: memFree=1716872/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=97920 CPUtime=1356.2
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 11439 0 0 0 135610 10 0 0 25 0 4 0 174347234 100270080 8864 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662553 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5192/statm: 24480 8864 180 90 0 24018 0
[pid=5192/tid=5194] ppid=5190 vsize=97920 CPUtime=0
/proc/5192/task/5194/stat : 5194 (bprolog) S 5190 5192 4476 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174347669 100270080 8864 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5192/tid=5233] ppid=5190 vsize=97920 CPUtime=0
/proc/5192/task/5233/stat : 5233 (bprolog) S 5190 5192 4476 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174437699 100270080 8864 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5192/tid=5249] ppid=5190 vsize=97920 CPUtime=0
/proc/5192/task/5249/stat : 5249 (bprolog) S 5190 5192 4476 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174482721 100270080 8864 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1356.2
Current children cumulated vsize (KiB) 97920

[startup+1423.64 s]
/proc/loadavg: 1.00 1.20 1.62 2/68 5249
/proc/meminfo: memFree=1716808/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=97920 CPUtime=1416.17
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 11442 0 0 0 141607 10 0 0 25 0 4 0 174347234 100270080 8867 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5192/statm: 24480 8867 180 90 0 24018 0
[pid=5192/tid=5194] ppid=5190 vsize=97920 CPUtime=0
/proc/5192/task/5194/stat : 5194 (bprolog) S 5190 5192 4476 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174347669 100270080 8867 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5192/tid=5233] ppid=5190 vsize=97920 CPUtime=0
/proc/5192/task/5233/stat : 5233 (bprolog) S 5190 5192 4476 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174437699 100270080 8867 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5192/tid=5249] ppid=5190 vsize=97920 CPUtime=0
/proc/5192/task/5249/stat : 5249 (bprolog) S 5190 5192 4476 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174482721 100270080 8867 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1416.17
Current children cumulated vsize (KiB) 97920

[startup+1483.65 s]
/proc/loadavg: 1.00 1.16 1.58 2/68 5249
/proc/meminfo: memFree=1716744/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=97920 CPUtime=1476.15
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 11444 0 0 0 147604 11 0 0 25 0 4 0 174347234 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614674 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5192/statm: 24480 8869 180 90 0 24018 0
[pid=5192/tid=5194] ppid=5190 vsize=97920 CPUtime=0
/proc/5192/task/5194/stat : 5194 (bprolog) S 5190 5192 4476 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174347669 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5192/tid=5233] ppid=5190 vsize=97920 CPUtime=0
/proc/5192/task/5233/stat : 5233 (bprolog) S 5190 5192 4476 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174437699 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5192/tid=5249] ppid=5190 vsize=97920 CPUtime=0
/proc/5192/task/5249/stat : 5249 (bprolog) S 5190 5192 4476 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174482721 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.15
Current children cumulated vsize (KiB) 97920

[startup+1543.65 s]
/proc/loadavg: 1.00 1.13 1.54 2/68 5249
/proc/meminfo: memFree=1716744/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=97920 CPUtime=1536.12
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 11444 0 0 0 153601 11 0 0 25 0 4 0 174347234 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5192/statm: 24480 8869 180 90 0 24018 0
[pid=5192/tid=5194] ppid=5190 vsize=97920 CPUtime=0
/proc/5192/task/5194/stat : 5194 (bprolog) S 5190 5192 4476 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174347669 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5192/tid=5233] ppid=5190 vsize=97920 CPUtime=0
/proc/5192/task/5233/stat : 5233 (bprolog) S 5190 5192 4476 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174437699 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5192/tid=5249] ppid=5190 vsize=97920 CPUtime=0
/proc/5192/task/5249/stat : 5249 (bprolog) S 5190 5192 4476 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174482721 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.12
Current children cumulated vsize (KiB) 97920

[startup+1603.66 s]
/proc/loadavg: 1.00 1.10 1.50 2/68 5249
/proc/meminfo: memFree=1713608/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=97944 CPUtime=1596.07
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 18447 0 0 0 159594 13 0 0 25 0 4 0 174347234 100294656 9658 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554455 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5192/statm: 24486 9658 180 90 0 24024 0
[pid=5192/tid=5194] ppid=5190 vsize=97944 CPUtime=0
/proc/5192/task/5194/stat : 5194 (bprolog) S 5190 5192 4476 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174347669 100294656 9658 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5192/tid=5233] ppid=5190 vsize=97944 CPUtime=0
/proc/5192/task/5233/stat : 5233 (bprolog) S 5190 5192 4476 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174437699 100294656 9658 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5192/tid=5249] ppid=5190 vsize=97944 CPUtime=0
/proc/5192/task/5249/stat : 5249 (bprolog) S 5190 5192 4476 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174482721 100294656 9658 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.07
Current children cumulated vsize (KiB) 97944

[startup+1663.66 s]
/proc/loadavg: 1.00 1.08 1.47 2/68 5249
/proc/meminfo: memFree=1713224/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=97944 CPUtime=1656.05
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 18531 0 0 0 165592 13 0 0 25 0 4 0 174347234 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589372 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5192/statm: 24486 9742 180 90 0 24024 0
[pid=5192/tid=5194] ppid=5190 vsize=97944 CPUtime=0
/proc/5192/task/5194/stat : 5194 (bprolog) S 5190 5192 4476 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174347669 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5192/tid=5233] ppid=5190 vsize=97944 CPUtime=0
/proc/5192/task/5233/stat : 5233 (bprolog) S 5190 5192 4476 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174437699 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5192/tid=5249] ppid=5190 vsize=97944 CPUtime=0
/proc/5192/task/5249/stat : 5249 (bprolog) S 5190 5192 4476 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174482721 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.05
Current children cumulated vsize (KiB) 97944

[startup+1723.67 s]
/proc/loadavg: 1.00 1.07 1.43 2/68 5249
/proc/meminfo: memFree=1713224/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=97944 CPUtime=1716.03
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 18531 0 0 0 171590 13 0 0 25 0 4 0 174347234 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554110 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5192/statm: 24486 9742 180 90 0 24024 0
[pid=5192/tid=5194] ppid=5190 vsize=97944 CPUtime=0
/proc/5192/task/5194/stat : 5194 (bprolog) S 5190 5192 4476 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174347669 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5192/tid=5233] ppid=5190 vsize=97944 CPUtime=0
/proc/5192/task/5233/stat : 5233 (bprolog) S 5190 5192 4476 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174437699 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5192/tid=5249] ppid=5190 vsize=97944 CPUtime=0
/proc/5192/task/5249/stat : 5249 (bprolog) S 5190 5192 4476 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174482721 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.03
Current children cumulated vsize (KiB) 97944

[startup+1783.68 s]
/proc/loadavg: 1.00 1.05 1.41 2/74 5313
/proc/meminfo: memFree=1711768/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=97944 CPUtime=1775.99
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 18531 0 0 0 177583 16 0 0 25 0 4 0 174347234 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5192/statm: 24486 9742 180 90 0 24024 0
[pid=5192/tid=5194] ppid=5190 vsize=97944 CPUtime=0
/proc/5192/task/5194/stat : 5194 (bprolog) S 5190 5192 4476 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174347669 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5192/tid=5233] ppid=5190 vsize=97944 CPUtime=0
/proc/5192/task/5233/stat : 5233 (bprolog) S 5190 5192 4476 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174437699 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5192/tid=5249] ppid=5190 vsize=97944 CPUtime=0
/proc/5192/task/5249/stat : 5249 (bprolog) S 5190 5192 4476 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174482721 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.99
Current children cumulated vsize (KiB) 97944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.7 s]
/proc/loadavg: 1.00 1.05 1.40 2/71 5365
/proc/meminfo: memFree=1711768/2055920 swapFree=4191892/4192956
[pid=5192] ppid=5190 vsize=97944 CPUtime=1800
/proc/5192/stat : 5192 (bprolog) R 5190 5192 4476 0 -1 4194304 18532 0 0 0 179981 19 0 0 25 0 1 0 174347234 100294656 9743 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662572 0 0 4096 2 0 0 0 17 0 0 0
/proc/5192/statm: 24486 9743 181 90 0 24024 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 97944

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.71
CPU time (s): 1800.02
CPU user time (s): 1799.82
CPU system time (s): 0.199969
CPU usage (%): 99.5747
Max. virtual memory (cumulated for all children) (KiB): 97944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.199969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18532
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= 24
involuntary context switches= 31762

runsolver used 1.88971 s user time and 5.13422 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Mon Jan  8 12:31:16 UTC 2007


IDJOB= 221487
IDBENCH= 5452
FILE ID= node44/221487-1168259475

PBS_JOBID= 3482616

Free space on /tmp= 66541 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp31-35/fapp32/fapp32-0550-3.xml
COMMAND LINE= /tmp/evaluation/221487-1168259475/Complete/Ordinary/solver /tmp/evaluation/221487-1168259475/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node44/convwatcher-221487-1168259475 -o ROOT/results/node44/conversion-221487-1168259475 -C 600 -M 900 /tmp/evaluation/221487-1168259475/Complete/Ordinary/conversion /tmp/evaluation/221487-1168259475/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-221487-1168259475 -o ROOT/results/node44/solver-221487-1168259475 -C 1800 -M 900  /tmp/evaluation/221487-1168259475/Complete/Ordinary/solver /tmp/evaluation/221487-1168259475/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  80cac2eb2911dcfc3dcd6df18856595a

RANDOM SEED= 871804224

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.213
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.213
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:       1005640 kB
Buffers:         39876 kB
Cached:         196188 kB
SwapCached:        304 kB
Active:         870828 kB
Inactive:       122348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1005640 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            3416 kB
Writeback:           0 kB
Mapped:         776472 kB
Slab:            40840 kB
Committed_AS:  4546124 kB
PageTables:       3256 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= 66544 MiB



End job on node44 on Mon Jan  8 13:01:30 UTC 2007