Trace number 221551

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.04 1815.47

General information on the benchmark

Namefapp/fapp31-35/fapp32/
fapp32-0550-2.xml
MD5SUM3d1bbada04eb4cd79b44c3443a752424
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 benchmark6.41702
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/221551-1168259833/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/node72/watcher-221551-1168259833 -o ROOT/results/node72/solver-221551-1168259833 -C 1800 -M 900 /tmp/evaluation/221551-1168259833/Complete/Ordinary/solver /tmp/evaluation/221551-1168259833/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.92 1.87 1.75 5/86 23686
/proc/meminfo: memFree=1542224/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=53472 CPUtime=0
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 488 0 0 0 0 0 0 0 21 0 1 0 174392745 54755328 207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/23685/statm: 13368 207 123 90 0 12906 0

[startup+0.10425 s]
/proc/loadavg: 1.92 1.87 1.75 5/86 23686
/proc/meminfo: memFree=1542224/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=53824 CPUtime=0.09
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 2249 0 0 0 8 1 0 0 21 0 1 0 174392745 55115776 1965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550180 0 0 4096 2 0 0 0 17 1 0 0
/proc/23685/statm: 13456 1965 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.512283 s]
/proc/loadavg: 1.92 1.87 1.75 5/86 23686
/proc/meminfo: memFree=1542224/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=66492 CPUtime=0.5
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 4847 0 0 0 48 2 0 0 25 0 1 0 174392745 68087808 4560 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 0 0 0 17 1 0 0
/proc/23685/statm: 16623 4560 160 90 0 16161 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 66492

[startup+1.33336 s]
/proc/loadavg: 1.92 1.87 1.75 3/86 23686
/proc/meminfo: memFree=1524496/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=66492 CPUtime=1.31
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 4874 0 0 0 129 2 0 0 25 0 1 0 174392745 68087808 4587 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 0 0 0 17 1 0 0
/proc/23685/statm: 16623 4587 176 90 0 16161 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 66492

[startup+2.97751 s]
/proc/loadavg: 1.93 1.87 1.75 3/86 23686
/proc/meminfo: memFree=1523664/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=66492 CPUtime=2.94
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 6213 0 0 0 292 2 0 0 25 0 1 0 174392745 68087808 5926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 0 0 0 17 1 0 0
/proc/23685/statm: 16623 5926 176 90 0 16161 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 66492

[startup+6.2568 s]
/proc/loadavg: 1.93 1.87 1.75 3/87 23687
/proc/meminfo: memFree=1507912/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=77432 CPUtime=6.19
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 10879 0 0 0 615 4 0 0 25 0 2 0 174392745 79290368 8715 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664582 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 19358 8715 180 90 0 18896 0
[pid=23685/tid=23687] ppid=23683 vsize=77432 CPUtime=0
/proc/23685/task/23687/stat : 23687 (bprolog) S 23683 23685 23090 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174393164 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.7224 s]
/proc/loadavg: 1.94 1.88 1.75 3/87 23687
/proc/meminfo: memFree=1507984/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=77432 CPUtime=12.6
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 10882 0 0 0 1256 4 0 0 25 0 2 0 174392745 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134617925 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 19358 8718 180 90 0 18896 0
[pid=23685/tid=23687] ppid=23683 vsize=77432 CPUtime=0
/proc/23685/task/23687/stat : 23687 (bprolog) S 23683 23685 23090 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174393164 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.5376 s]
/proc/loadavg: 1.95 1.88 1.75 3/87 23687
/proc/meminfo: memFree=1508048/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=77432 CPUtime=25.33
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 10882 0 0 0 2528 5 0 0 25 0 2 0 174392745 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 19358 8718 180 90 0 18896 0
[pid=23685/tid=23687] ppid=23683 vsize=77432 CPUtime=0
/proc/23685/task/23687/stat : 23687 (bprolog) S 23683 23685 23090 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174393164 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.33
Current children cumulated vsize (KiB) 77432

[startup+51.1819 s]
/proc/loadavg: 1.96 1.89 1.76 3/87 23687
/proc/meminfo: memFree=1508048/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=77432 CPUtime=50.77
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 10882 0 0 0 5072 5 0 0 25 0 2 0 174392745 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580517 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 19358 8718 180 90 0 18896 0
[pid=23685/tid=23687] ppid=23683 vsize=77432 CPUtime=0
/proc/23685/task/23687/stat : 23687 (bprolog) S 23683 23685 23090 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174393164 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.77
Current children cumulated vsize (KiB) 77432

[startup+102.469 s]
/proc/loadavg: 1.98 1.90 1.77 3/87 23687
/proc/meminfo: memFree=1508176/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=77432 CPUtime=101.65
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 10882 0 0 0 10160 5 0 0 25 0 2 0 174392745 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554260 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 19358 8718 180 90 0 18896 0
[pid=23685/tid=23687] ppid=23683 vsize=77432 CPUtime=0
/proc/23685/task/23687/stat : 23687 (bprolog) S 23683 23685 23090 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174393164 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.65
Current children cumulated vsize (KiB) 77432

[startup+162.477 s]
/proc/loadavg: 2.04 1.94 1.79 3/87 23687
/proc/meminfo: memFree=1508112/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=77432 CPUtime=161.2
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 10882 0 0 0 16114 6 0 0 25 0 2 0 174392745 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 19358 8718 180 90 0 18896 0
[pid=23685/tid=23687] ppid=23683 vsize=77432 CPUtime=0
/proc/23685/task/23687/stat : 23687 (bprolog) S 23683 23685 23090 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174393164 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.2
Current children cumulated vsize (KiB) 77432

[startup+222.486 s]
/proc/loadavg: 2.01 1.94 1.80 3/87 23687
/proc/meminfo: memFree=1508112/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=77432 CPUtime=220.73
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 10882 0 0 0 22067 6 0 0 25 0 2 0 174392745 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 19358 8718 180 90 0 18896 0
[pid=23685/tid=23687] ppid=23683 vsize=77432 CPUtime=0
/proc/23685/task/23687/stat : 23687 (bprolog) S 23683 23685 23090 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174393164 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.73
Current children cumulated vsize (KiB) 77432

[startup+282.489 s]
/proc/loadavg: 2.00 1.95 1.81 3/87 23687
/proc/meminfo: memFree=1508112/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=77432 CPUtime=280.26
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 10882 0 0 0 28020 6 0 0 25 0 2 0 174392745 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662559 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 19358 8718 180 90 0 18896 0
[pid=23685/tid=23687] ppid=23683 vsize=77432 CPUtime=0
/proc/23685/task/23687/stat : 23687 (bprolog) S 23683 23685 23090 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174393164 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) 280.26
Current children cumulated vsize (KiB) 77432

[startup+342.497 s]
/proc/loadavg: 2.00 1.96 1.82 3/87 23687
/proc/meminfo: memFree=1507920/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=77432 CPUtime=339.78
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 10939 0 0 0 33971 7 0 0 25 0 2 0 174392745 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 19358 8775 180 90 0 18896 0
[pid=23685/tid=23687] ppid=23683 vsize=77432 CPUtime=0
/proc/23685/task/23687/stat : 23687 (bprolog) S 23683 23685 23090 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174393164 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.78
Current children cumulated vsize (KiB) 77432

[startup+402.513 s]
/proc/loadavg: 2.00 1.96 1.83 3/87 23687
/proc/meminfo: memFree=1507920/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=77432 CPUtime=399.28
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 10939 0 0 0 39921 7 0 0 25 0 2 0 174392745 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 19358 8775 180 90 0 18896 0
[pid=23685/tid=23687] ppid=23683 vsize=77432 CPUtime=0
/proc/23685/task/23687/stat : 23687 (bprolog) S 23683 23685 23090 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174393164 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) 399.28
Current children cumulated vsize (KiB) 77432

[startup+462.525 s]
/proc/loadavg: 2.00 1.97 1.83 3/87 23687
/proc/meminfo: memFree=1507920/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=77432 CPUtime=458.78
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 10939 0 0 0 45870 8 0 0 25 0 2 0 174392745 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 19358 8775 180 90 0 18896 0
[pid=23685/tid=23687] ppid=23683 vsize=77432 CPUtime=0
/proc/23685/task/23687/stat : 23687 (bprolog) S 23683 23685 23090 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174393164 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.78
Current children cumulated vsize (KiB) 77432

[startup+522.549 s]
/proc/loadavg: 2.00 1.97 1.84 3/87 23687
/proc/meminfo: memFree=1507920/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=77432 CPUtime=518.27
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 10939 0 0 0 51819 8 0 0 25 0 2 0 174392745 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618422 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 19358 8775 180 90 0 18896 0
[pid=23685/tid=23687] ppid=23683 vsize=77432 CPUtime=0
/proc/23685/task/23687/stat : 23687 (bprolog) S 23683 23685 23090 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174393164 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) 518.27
Current children cumulated vsize (KiB) 77432

[startup+582.559 s]
/proc/loadavg: 2.00 1.97 1.84 3/87 23687
/proc/meminfo: memFree=1507920/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=77432 CPUtime=577.8
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 10939 0 0 0 57771 9 0 0 25 0 2 0 174392745 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580036 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 19358 8775 180 90 0 18896 0
[pid=23685/tid=23687] ppid=23683 vsize=77432 CPUtime=0
/proc/23685/task/23687/stat : 23687 (bprolog) S 23683 23685 23090 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174393164 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.8
Current children cumulated vsize (KiB) 77432

[startup+642.567 s]
/proc/loadavg: 2.00 1.97 1.85 3/87 23687
/proc/meminfo: memFree=1507856/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=77432 CPUtime=637.33
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 10939 0 0 0 63723 10 0 0 25 0 2 0 174392745 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0

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

/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 11762 0 0 0 117301 13 0 0 25 0 3 0 174392745 89780224 8776 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 21919 8776 180 90 0 21457 0
[pid=23685/tid=23687] ppid=23683 vsize=87676 CPUtime=0
/proc/23685/task/23687/stat : 23687 (bprolog) S 23683 23685 23090 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 174393164 89780224 8776 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23685/tid=23688] ppid=23683 vsize=87676 CPUtime=0
/proc/23685/task/23688/stat : 23688 (bprolog) S 23683 23685 23090 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 174483178 89780224 8776 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1173.14
Current children cumulated vsize (KiB) 87676

[startup+1242.8 s]
/proc/loadavg: 2.00 2.00 1.91 3/88 23688
/proc/meminfo: memFree=1507848/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=87676 CPUtime=1232.7
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 11763 0 0 0 123256 14 0 0 25 0 3 0 174392745 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 21919 8777 180 90 0 21457 0
[pid=23685/tid=23687] ppid=23683 vsize=87676 CPUtime=0
/proc/23685/task/23687/stat : 23687 (bprolog) S 23683 23685 23090 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 174393164 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23685/tid=23688] ppid=23683 vsize=87676 CPUtime=0
/proc/23685/task/23688/stat : 23688 (bprolog) S 23683 23685 23090 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 174483178 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1232.7
Current children cumulated vsize (KiB) 87676

[startup+1302.83 s]
/proc/loadavg: 2.00 2.00 1.91 3/88 23688
/proc/meminfo: memFree=1507784/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=87676 CPUtime=1292.24
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 11763 0 0 0 129210 14 0 0 25 0 3 0 174392745 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751718 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 21919 8777 180 90 0 21457 0
[pid=23685/tid=23687] ppid=23683 vsize=87676 CPUtime=0
/proc/23685/task/23687/stat : 23687 (bprolog) S 23683 23685 23090 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 174393164 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23685/tid=23688] ppid=23683 vsize=87676 CPUtime=0
/proc/23685/task/23688/stat : 23688 (bprolog) S 23683 23685 23090 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 174483178 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1292.24
Current children cumulated vsize (KiB) 87676

[startup+1362.87 s]
/proc/loadavg: 2.04 2.01 1.91 3/89 23689
/proc/meminfo: memFree=1507456/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=97920 CPUtime=1351.76
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 11850 0 0 0 135161 15 0 0 25 0 4 0 174392745 100270080 8864 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 24480 8864 180 90 0 24018 0
[pid=23685/tid=23687] ppid=23683 vsize=97920 CPUtime=0
/proc/23685/task/23687/stat : 23687 (bprolog) S 23683 23685 23090 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174393164 100270080 8864 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23685/tid=23688] ppid=23683 vsize=97920 CPUtime=0
/proc/23685/task/23688/stat : 23688 (bprolog) S 23683 23685 23090 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174483178 100270080 8864 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23685/tid=23689] ppid=23683 vsize=97920 CPUtime=0
/proc/23685/task/23689/stat : 23689 (bprolog) S 23683 23685 23090 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174528187 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) 1351.76
Current children cumulated vsize (KiB) 97920

[startup+1422.94 s]
/proc/loadavg: 2.01 2.01 1.91 3/95 23715
/proc/meminfo: memFree=1506240/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=97920 CPUtime=1411.27
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 11853 0 0 0 141112 15 0 0 25 0 4 0 174392745 100270080 8867 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664015 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 24480 8867 180 90 0 24018 0
[pid=23685/tid=23687] ppid=23683 vsize=97920 CPUtime=0
/proc/23685/task/23687/stat : 23687 (bprolog) S 23683 23685 23090 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174393164 100270080 8867 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23685/tid=23688] ppid=23683 vsize=97920 CPUtime=0
/proc/23685/task/23688/stat : 23688 (bprolog) S 23683 23685 23090 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174483178 100270080 8867 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23685/tid=23689] ppid=23683 vsize=97920 CPUtime=0
/proc/23685/task/23689/stat : 23689 (bprolog) S 23683 23685 23090 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174528187 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) 1411.27
Current children cumulated vsize (KiB) 97920

[startup+1482.95 s]
/proc/loadavg: 2.00 2.00 1.91 3/95 23839
/proc/meminfo: memFree=1506256/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=97920 CPUtime=1470.6
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 11855 0 0 0 147045 15 0 0 25 0 4 0 174392745 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 24480 8869 180 90 0 24018 0
[pid=23685/tid=23687] ppid=23683 vsize=97920 CPUtime=0
/proc/23685/task/23687/stat : 23687 (bprolog) S 23683 23685 23090 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174393164 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23685/tid=23688] ppid=23683 vsize=97920 CPUtime=0
/proc/23685/task/23688/stat : 23688 (bprolog) S 23683 23685 23090 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174483178 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23685/tid=23689] ppid=23683 vsize=97920 CPUtime=0
/proc/23685/task/23689/stat : 23689 (bprolog) S 23683 23685 23090 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174528187 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) 1470.6
Current children cumulated vsize (KiB) 97920

[startup+1543.04 s]
/proc/loadavg: 2.04 2.01 1.92 3/89 23891
/proc/meminfo: memFree=1507200/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=97920 CPUtime=1530.09
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 11855 0 0 0 152993 16 0 0 25 0 4 0 174392745 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662563 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 24480 8869 180 90 0 24018 0
[pid=23685/tid=23687] ppid=23683 vsize=97920 CPUtime=0
/proc/23685/task/23687/stat : 23687 (bprolog) S 23683 23685 23090 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174393164 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23685/tid=23688] ppid=23683 vsize=97920 CPUtime=0
/proc/23685/task/23688/stat : 23688 (bprolog) S 23683 23685 23090 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174483178 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23685/tid=23689] ppid=23683 vsize=97920 CPUtime=0
/proc/23685/task/23689/stat : 23689 (bprolog) S 23683 23685 23090 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174528187 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) 1530.09
Current children cumulated vsize (KiB) 97920

[startup+1603.13 s]
/proc/loadavg: 2.07 2.02 1.93 3/101 23944
/proc/meminfo: memFree=1461792/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=97944 CPUtime=1589.64
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 18858 0 0 0 158944 20 0 0 25 0 4 0 174392745 100294656 9658 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664594 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 24486 9658 180 90 0 24024 0
[pid=23685/tid=23687] ppid=23683 vsize=97944 CPUtime=0
/proc/23685/task/23687/stat : 23687 (bprolog) S 23683 23685 23090 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174393164 100294656 9658 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23685/tid=23688] ppid=23683 vsize=97944 CPUtime=0
/proc/23685/task/23688/stat : 23688 (bprolog) S 23683 23685 23090 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174483178 100294656 9658 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23685/tid=23689] ppid=23683 vsize=97944 CPUtime=0
/proc/23685/task/23689/stat : 23689 (bprolog) S 23683 23685 23090 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174528187 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) 1589.64
Current children cumulated vsize (KiB) 97944

[startup+1663.2 s]
/proc/loadavg: 2.02 2.02 1.93 3/101 23944
/proc/meminfo: memFree=1437344/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=97944 CPUtime=1649.15
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 18942 0 0 0 164895 20 0 0 25 0 4 0 174392745 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574047 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 24486 9742 180 90 0 24024 0
[pid=23685/tid=23687] ppid=23683 vsize=97944 CPUtime=0
/proc/23685/task/23687/stat : 23687 (bprolog) S 23683 23685 23090 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174393164 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23685/tid=23688] ppid=23683 vsize=97944 CPUtime=0
/proc/23685/task/23688/stat : 23688 (bprolog) S 23683 23685 23090 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174483178 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23685/tid=23689] ppid=23683 vsize=97944 CPUtime=0
/proc/23685/task/23689/stat : 23689 (bprolog) S 23683 23685 23090 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174528187 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) 1649.15
Current children cumulated vsize (KiB) 97944

[startup+1723.29 s]
/proc/loadavg: 2.04 2.03 1.93 3/101 23944
/proc/meminfo: memFree=1437344/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=97944 CPUtime=1708.7
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 18942 0 0 0 170850 20 0 0 25 0 4 0 174392745 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663934 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 24486 9742 180 90 0 24024 0
[pid=23685/tid=23687] ppid=23683 vsize=97944 CPUtime=0
/proc/23685/task/23687/stat : 23687 (bprolog) S 23683 23685 23090 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174393164 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23685/tid=23688] ppid=23683 vsize=97944 CPUtime=0
/proc/23685/task/23688/stat : 23688 (bprolog) S 23683 23685 23090 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174483178 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23685/tid=23689] ppid=23683 vsize=97944 CPUtime=0
/proc/23685/task/23689/stat : 23689 (bprolog) S 23683 23685 23090 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174528187 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) 1708.7
Current children cumulated vsize (KiB) 97944

[startup+1783.38 s]
/proc/loadavg: 2.01 2.02 1.93 3/101 23944
/proc/meminfo: memFree=1437344/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=97944 CPUtime=1768.25
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 18942 0 0 0 176804 21 0 0 25 0 4 0 174392745 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 24486 9742 180 90 0 24024 0
[pid=23685/tid=23687] ppid=23683 vsize=97944 CPUtime=0
/proc/23685/task/23687/stat : 23687 (bprolog) S 23683 23685 23090 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174393164 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23685/tid=23688] ppid=23683 vsize=97944 CPUtime=0
/proc/23685/task/23688/stat : 23688 (bprolog) S 23683 23685 23090 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174483178 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23685/tid=23689] ppid=23683 vsize=97944 CPUtime=0
/proc/23685/task/23689/stat : 23689 (bprolog) S 23683 23685 23090 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174528187 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) 1768.25
Current children cumulated vsize (KiB) 97944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.46 s]
/proc/loadavg: 2.01 2.02 1.93 3/98 23944
/proc/meminfo: memFree=1437408/2055920 swapFree=4191880/4192956
[pid=23685] ppid=23683 vsize=97944 CPUtime=1800.02
/proc/23685/stat : 23685 (bprolog) R 23683 23685 23090 0 -1 4194304 18943 0 0 0 179981 21 0 0 25 0 1 0 174392745 100294656 9743 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589211 0 0 4096 2 0 0 0 17 1 0 0
/proc/23685/statm: 24486 9743 181 90 0 24024 0
Current children cumulated CPU time (s) 1800.02
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): 1815.47
CPU time (s): 1800.04
CPU user time (s): 1799.82
CPU system time (s): 0.222966
CPU usage (%): 99.1501
Max. virtual memory (cumulated for all children) (KiB): 97944

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

runsolver used 2.11568 s user time and 5.48117 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Mon Jan  8 12:37:14 UTC 2007


IDJOB= 221551
IDBENCH= 5456
FILE ID= node72/221551-1168259833

PBS_JOBID= 3482632

Free space on /tmp= 66555 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-221551-1168259833 -o ROOT/results/node72/solver-221551-1168259833 -C 1800 -M 900  /tmp/evaluation/221551-1168259833/Complete/Ordinary/solver /tmp/evaluation/221551-1168259833/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  3d1bbada04eb4cd79b44c3443a752424

RANDOM SEED= 226545171

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.223
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.223
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:       1542640 kB
Buffers:         52084 kB
Cached:         319676 kB
SwapCached:        268 kB
Active:         177940 kB
Inactive:       269412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1542640 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3440 kB
Writeback:           0 kB
Mapped:          96420 kB
Slab:            50676 kB
Committed_AS:  3468100 kB
PageTables:       2312 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= 66556 MiB



End job on node72 on Mon Jan  8 13:07:35 UTC 2007