Trace number 196676

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.03 1804.16

General information on the benchmark

Namefapp/fapp06-10/fapp07/
fapp07-0600-9.xml
MD5SUMc58ec3e94dd15a2c27f2415f39a200bc
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 benchmark4.16937
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables600
Number of constraints8996
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8996
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/196676-1168124601/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/node6/watcher-196676-1168124601 -o ROOT/results/node6/solver-196676-1168124601 -C 1800 -M 900 /tmp/evaluation/196676-1168124601/Complete/Ordinary/solver /tmp/evaluation/196676-1168124601/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.08 2.08 2.14 5/94 22976
/proc/meminfo: memFree=1444144/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=18540 CPUtime=0
/proc/22975/stat : 22975 (runsolver) R 22973 22975 22036 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 160856328 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 268582841639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22975/statm: 4635 279 244 17 0 2626 0

[startup+0.107828 s]
/proc/loadavg: 2.08 2.08 2.14 5/94 22976
/proc/meminfo: memFree=1444144/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=53824 CPUtime=0.09
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 2406 0 0 0 8 1 0 0 18 0 1 0 160856328 55115776 2122 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550507 0 0 4096 2 0 0 0 17 0 0 0
/proc/22975/statm: 13456 2122 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.515875 s]
/proc/loadavg: 2.08 2.08 2.14 5/94 22976
/proc/meminfo: memFree=1444144/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=66448 CPUtime=0.5
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 4660 0 0 0 48 2 0 0 22 0 1 0 160856328 68042752 4373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 0 0 0 17 0 0 0
/proc/22975/statm: 16612 4373 160 90 0 16150 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 66448

[startup+1.33697 s]
/proc/loadavg: 2.08 2.08 2.14 3/94 22976
/proc/meminfo: memFree=1426864/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=66448 CPUtime=1.32
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 4684 0 0 0 130 2 0 0 25 0 1 0 160856328 68042752 4397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552366 0 0 4096 2 0 0 0 17 0 0 0
/proc/22975/statm: 16612 4397 176 90 0 16150 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 66448

[startup+2.97516 s]
/proc/loadavg: 2.08 2.08 2.14 3/94 22976
/proc/meminfo: memFree=1422320/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=66448 CPUtime=2.95
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 7302 0 0 0 292 3 0 0 25 0 1 0 160856328 68042752 7015 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552915 0 0 4096 2 0 0 0 17 0 0 0
/proc/22975/statm: 16612 7015 176 90 0 16150 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 66448

[startup+6.26354 s]
/proc/loadavg: 2.08 2.08 2.14 3/95 22977
/proc/meminfo: memFree=1406504/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=77136 CPUtime=6.23
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 8653 0 0 0 619 4 0 0 25 0 2 0 160856328 78987264 7804 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22975/statm: 19284 7804 180 90 0 18822 0
[pid=22975/tid=22977] ppid=22973 vsize=77136 CPUtime=0
/proc/22975/task/22977/stat : 22977 (bprolog) S 22973 22975 22036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160856641 78987264 7804 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 77136

[startup+12.7233 s]
/proc/loadavg: 2.06 2.08 2.13 3/95 22977
/proc/meminfo: memFree=1400360/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=77136 CPUtime=12.66
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 9594 0 0 0 1262 4 0 0 25 0 2 0 160856328 78987264 8745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22975/statm: 19284 8745 180 90 0 18822 0
[pid=22975/tid=22977] ppid=22973 vsize=77136 CPUtime=0
/proc/22975/task/22977/stat : 22977 (bprolog) S 22973 22975 22036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160856641 78987264 8745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 77136

[startup+25.5408 s]
/proc/loadavg: 2.05 2.07 2.13 3/95 22977
/proc/meminfo: memFree=1395880/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=77136 CPUtime=25.43
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 9597 0 0 0 2539 4 0 0 25 0 2 0 160856328 78987264 8748 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552419 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22975/statm: 19284 8748 180 90 0 18822 0
[pid=22975/tid=22977] ppid=22973 vsize=77136 CPUtime=0
/proc/22975/task/22977/stat : 22977 (bprolog) S 22973 22975 22036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160856641 78987264 8748 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 77136

[startup+51.1748 s]
/proc/loadavg: 1.96 2.05 2.12 3/87 23015
/proc/meminfo: memFree=1439336/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=77136 CPUtime=50.92
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 9599 0 0 0 5087 5 0 0 25 0 2 0 160856328 78987264 8750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22975/statm: 19284 8750 180 90 0 18822 0
[pid=22975/tid=22977] ppid=22973 vsize=77136 CPUtime=0
/proc/22975/task/22977/stat : 22977 (bprolog) S 22973 22975 22036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160856641 78987264 8750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 77136

[startup+102.445 s]
/proc/loadavg: 1.98 2.04 2.11 3/87 23015
/proc/meminfo: memFree=908008/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=77136 CPUtime=101.78
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 9599 0 0 0 10173 5 0 0 25 0 2 0 160856328 78987264 8750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663830 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22975/statm: 19284 8750 180 90 0 18822 0
[pid=22975/tid=22977] ppid=22973 vsize=77136 CPUtime=0
/proc/22975/task/22977/stat : 22977 (bprolog) S 22973 22975 22036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160856641 78987264 8750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 77136

[startup+162.541 s]
/proc/loadavg: 1.90 2.00 2.09 3/89 23102
/proc/meminfo: memFree=1570840/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=77136 CPUtime=161.54
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 9599 0 0 0 16148 6 0 0 25 0 2 0 160856328 78987264 8750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576084 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22975/statm: 19284 8750 180 90 0 18822 0
[pid=22975/tid=22977] ppid=22973 vsize=77136 CPUtime=0
/proc/22975/task/22977/stat : 22977 (bprolog) S 22973 22975 22036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160856641 78987264 8750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.54
Current children cumulated vsize (KiB) 77136

[startup+222.635 s]
/proc/loadavg: 1.74 1.95 2.07 2/82 23150
/proc/meminfo: memFree=1577672/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=77136 CPUtime=221.38
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 9604 0 0 0 22132 6 0 0 25 0 2 0 160856328 78987264 8755 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664011 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22975/statm: 19284 8755 180 90 0 18822 0
[pid=22975/tid=22977] ppid=22973 vsize=77136 CPUtime=0
/proc/22975/task/22977/stat : 22977 (bprolog) S 22973 22975 22036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160856641 78987264 8755 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.38
Current children cumulated vsize (KiB) 77136

[startup+282.735 s]
/proc/loadavg: 1.66 1.87 2.03 3/89 23296
/proc/meminfo: memFree=1571280/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=77136 CPUtime=281.41
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 9604 0 0 0 28133 8 0 0 25 0 2 0 160856328 78987264 8755 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566775 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22975/statm: 19284 8755 180 90 0 18822 0
[pid=22975/tid=22977] ppid=22973 vsize=77136 CPUtime=0
/proc/22975/task/22977/stat : 22977 (bprolog) S 22973 22975 22036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160856641 78987264 8755 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.41
Current children cumulated vsize (KiB) 77136

[startup+342.789 s]
/proc/loadavg: 1.87 1.89 2.02 3/89 23296
/proc/meminfo: memFree=1571088/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=77136 CPUtime=341.44
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 9604 0 0 0 34136 8 0 0 25 0 2 0 160856328 78987264 8755 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554117 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22975/statm: 19284 8755 180 90 0 18822 0
[pid=22975/tid=22977] ppid=22973 vsize=77136 CPUtime=0
/proc/22975/task/22977/stat : 22977 (bprolog) S 22973 22975 22036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160856641 78987264 8755 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 341.44
Current children cumulated vsize (KiB) 77136

[startup+402.834 s]
/proc/loadavg: 1.95 1.91 2.02 3/89 23296
/proc/meminfo: memFree=1570960/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=77136 CPUtime=401.48
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 9604 0 0 0 40139 9 0 0 25 0 2 0 160856328 78987264 8755 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22975/statm: 19284 8755 180 90 0 18822 0
[pid=22975/tid=22977] ppid=22973 vsize=77136 CPUtime=0
/proc/22975/task/22977/stat : 22977 (bprolog) S 22973 22975 22036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160856641 78987264 8755 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 401.48
Current children cumulated vsize (KiB) 77136

[startup+462.848 s]
/proc/loadavg: 1.70 1.86 1.99 2/82 23520
/proc/meminfo: memFree=1573960/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=77136 CPUtime=461.43
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 9604 0 0 0 46134 9 0 0 25 0 2 0 160856328 78987264 8755 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22975/statm: 19284 8755 180 90 0 18822 0
[pid=22975/tid=22977] ppid=22973 vsize=77136 CPUtime=0
/proc/22975/task/22977/stat : 22977 (bprolog) S 22973 22975 22036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160856641 78987264 8755 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 461.43
Current children cumulated vsize (KiB) 77136

[startup+522.912 s]
/proc/loadavg: 1.25 1.70 1.93 2/82 23586
/proc/meminfo: memFree=1574216/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=77136 CPUtime=521.45
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 9604 0 0 0 52135 10 0 0 25 0 2 0 160856328 78987264 8755 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662627 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22975/statm: 19284 8755 180 90 0 18822 0
[pid=22975/tid=22977] ppid=22973 vsize=77136 CPUtime=0
/proc/22975/task/22977/stat : 22977 (bprolog) S 22973 22975 22036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160856641 78987264 8755 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 521.45
Current children cumulated vsize (KiB) 77136

[startup+582.983 s]
/proc/loadavg: 1.09 1.57 1.87 2/82 23813
/proc/meminfo: memFree=1576584/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=77136 CPUtime=581.46
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 9604 0 0 0 58135 11 0 0 25 0 2 0 160856328 78987264 8755 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566852 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22975/statm: 19284 8755 180 90 0 18822 0
[pid=22975/tid=22977] ppid=22973 vsize=77136 CPUtime=0
/proc/22975/task/22977/stat : 22977 (bprolog) S 22973 22975 22036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160856641 78987264 8755 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 581.46
Current children cumulated vsize (KiB) 77136

[startup+643.051 s]
/proc/loadavg: 1.20 1.51 1.82 2/82 23929
/proc/meminfo: memFree=1576512/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=77136 CPUtime=641.47
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 9604 0 0 0 64134 13 0 0 25 0 2 0 160856328 78987264 8755 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0

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

/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 9611 0 0 0 118144 19 0 0 25 0 3 0 160856328 89477120 8762 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664015 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22975/statm: 21845 8762 180 90 0 21383 0
[pid=22975/tid=22977] ppid=22973 vsize=87380 CPUtime=0
/proc/22975/task/22977/stat : 22977 (bprolog) S 22973 22975 22036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160856641 89477120 8762 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22975/tid=24224] ppid=22973 vsize=87380 CPUtime=0
/proc/22975/task/24224/stat : 24224 (bprolog) S 22973 22975 22036 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160946666 89477120 8762 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1181.63
Current children cumulated vsize (KiB) 87380

[startup+1243.75 s]
/proc/loadavg: 1.13 1.13 1.45 2/83 24794
/proc/meminfo: memFree=1572280/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=87380 CPUtime=1241.64
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 9611 0 0 0 124143 21 0 0 25 0 3 0 160856328 89477120 8762 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134617937 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22975/statm: 21845 8762 180 90 0 21383 0
[pid=22975/tid=22977] ppid=22973 vsize=87380 CPUtime=0
/proc/22975/task/22977/stat : 22977 (bprolog) S 22973 22975 22036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160856641 89477120 8762 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22975/tid=24224] ppid=22973 vsize=87380 CPUtime=0
/proc/22975/task/24224/stat : 24224 (bprolog) S 22973 22975 22036 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160946666 89477120 8762 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1241.64
Current children cumulated vsize (KiB) 87380

[startup+1303.83 s]
/proc/loadavg: 1.05 1.11 1.42 2/83 24795
/proc/meminfo: memFree=1575424/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=87380 CPUtime=1301.71
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 9611 0 0 0 130150 21 0 0 25 0 3 0 160856328 89477120 8762 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22975/statm: 21845 8762 180 90 0 21383 0
[pid=22975/tid=22977] ppid=22973 vsize=87380 CPUtime=0
/proc/22975/task/22977/stat : 22977 (bprolog) S 22973 22975 22036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160856641 89477120 8762 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22975/tid=24224] ppid=22973 vsize=87380 CPUtime=0
/proc/22975/task/24224/stat : 24224 (bprolog) S 22973 22975 22036 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160946666 89477120 8762 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1301.71
Current children cumulated vsize (KiB) 87380

[startup+1363.84 s]
/proc/loadavg: 1.13 1.11 1.40 2/84 24866
/proc/meminfo: memFree=1574904/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=97624 CPUtime=1361.67
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 9612 0 0 0 136145 22 0 0 25 0 4 0 160856328 99966976 8763 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22975/statm: 24406 8763 180 90 0 23944 0
[pid=22975/tid=22977] ppid=22973 vsize=97624 CPUtime=0
/proc/22975/task/22977/stat : 22977 (bprolog) S 22973 22975 22036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160856641 99966976 8763 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22975/tid=24224] ppid=22973 vsize=97624 CPUtime=0
/proc/22975/task/24224/stat : 24224 (bprolog) S 22973 22975 22036 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160946666 99966976 8763 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22975/tid=24858] ppid=22973 vsize=97624 CPUtime=0
/proc/22975/task/24858/stat : 24858 (bprolog) S 22973 22975 22036 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160991674 99966976 8763 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1361.67
Current children cumulated vsize (KiB) 97624

[startup+1423.85 s]
/proc/loadavg: 1.04 1.09 1.37 2/84 24867
/proc/meminfo: memFree=1570040/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=105436 CPUtime=1421.66
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 12911 0 0 0 142143 23 0 0 25 0 4 0 160856328 107966464 10108 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662616 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22975/statm: 26359 10108 180 90 0 25897 0
[pid=22975/tid=22977] ppid=22973 vsize=105436 CPUtime=0
/proc/22975/task/22977/stat : 22977 (bprolog) S 22973 22975 22036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160856641 107966464 10108 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22975/tid=24224] ppid=22973 vsize=105436 CPUtime=0
/proc/22975/task/24224/stat : 24224 (bprolog) S 22973 22975 22036 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160946666 107966464 10108 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22975/tid=24858] ppid=22973 vsize=105436 CPUtime=0
/proc/22975/task/24858/stat : 24858 (bprolog) S 22973 22975 22036 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160991674 107966464 10108 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1421.66
Current children cumulated vsize (KiB) 105436

[startup+1483.86 s]
/proc/loadavg: 1.01 1.07 1.35 2/84 24919
/proc/meminfo: memFree=1567096/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=105436 CPUtime=1481.63
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 12912 0 0 0 148139 24 0 0 25 0 4 0 160856328 107966464 10109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580485 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22975/statm: 26359 10109 180 90 0 25897 0
[pid=22975/tid=22977] ppid=22973 vsize=105436 CPUtime=0
/proc/22975/task/22977/stat : 22977 (bprolog) S 22973 22975 22036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160856641 107966464 10109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22975/tid=24224] ppid=22973 vsize=105436 CPUtime=0
/proc/22975/task/24224/stat : 24224 (bprolog) S 22973 22975 22036 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160946666 107966464 10109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22975/tid=24858] ppid=22973 vsize=105436 CPUtime=0
/proc/22975/task/24858/stat : 24858 (bprolog) S 22973 22975 22036 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160991674 107966464 10109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1481.63
Current children cumulated vsize (KiB) 105436

[startup+1543.86 s]
/proc/loadavg: 1.00 1.06 1.33 2/81 24925
/proc/meminfo: memFree=1575056/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=105436 CPUtime=1541.62
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 12912 0 0 0 154138 24 0 0 25 0 4 0 160856328 107966464 10109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22975/statm: 26359 10109 180 90 0 25897 0
[pid=22975/tid=22977] ppid=22973 vsize=105436 CPUtime=0
/proc/22975/task/22977/stat : 22977 (bprolog) S 22973 22975 22036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160856641 107966464 10109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22975/tid=24224] ppid=22973 vsize=105436 CPUtime=0
/proc/22975/task/24224/stat : 24224 (bprolog) S 22973 22975 22036 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160946666 107966464 10109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22975/tid=24858] ppid=22973 vsize=105436 CPUtime=0
/proc/22975/task/24858/stat : 24858 (bprolog) S 22973 22975 22036 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160991674 107966464 10109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.62
Current children cumulated vsize (KiB) 105436

[startup+1603.9 s]
/proc/loadavg: 1.44 1.15 1.34 3/89 25021
/proc/meminfo: memFree=1214152/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=105436 CPUtime=1601.43
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 12912 0 0 0 160115 28 0 0 25 0 4 0 160856328 107966464 10109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22975/statm: 26359 10109 180 90 0 25897 0
[pid=22975/tid=22977] ppid=22973 vsize=105436 CPUtime=0
/proc/22975/task/22977/stat : 22977 (bprolog) S 22973 22975 22036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160856641 107966464 10109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22975/tid=24224] ppid=22973 vsize=105436 CPUtime=0
/proc/22975/task/24224/stat : 24224 (bprolog) S 22973 22975 22036 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160946666 107966464 10109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22975/tid=24858] ppid=22973 vsize=105436 CPUtime=0
/proc/22975/task/24858/stat : 24858 (bprolog) S 22973 22975 22036 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160991674 107966464 10109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.43
Current children cumulated vsize (KiB) 105436

[startup+1663.95 s]
/proc/loadavg: 1.79 1.31 1.38 3/89 25021
/proc/meminfo: memFree=1249096/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=105436 CPUtime=1660.96
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 12912 0 0 0 166068 28 0 0 25 0 4 0 160856328 107966464 10109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663830 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22975/statm: 26359 10109 180 90 0 25897 0
[pid=22975/tid=22977] ppid=22973 vsize=105436 CPUtime=0
/proc/22975/task/22977/stat : 22977 (bprolog) S 22973 22975 22036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160856641 107966464 10109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22975/tid=24224] ppid=22973 vsize=105436 CPUtime=0
/proc/22975/task/24224/stat : 24224 (bprolog) S 22973 22975 22036 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160946666 107966464 10109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22975/tid=24858] ppid=22973 vsize=105436 CPUtime=0
/proc/22975/task/24858/stat : 24858 (bprolog) S 22973 22975 22036 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160991674 107966464 10109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.96
Current children cumulated vsize (KiB) 105436

[startup+1724 s]
/proc/loadavg: 1.92 1.43 1.41 3/89 25021
/proc/meminfo: memFree=1296072/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=105436 CPUtime=1720.52
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 12912 0 0 0 172024 28 0 0 25 0 4 0 160856328 107966464 10109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662629 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22975/statm: 26359 10109 180 90 0 25897 0
[pid=22975/tid=22977] ppid=22973 vsize=105436 CPUtime=0
/proc/22975/task/22977/stat : 22977 (bprolog) S 22973 22975 22036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160856641 107966464 10109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22975/tid=24224] ppid=22973 vsize=105436 CPUtime=0
/proc/22975/task/24224/stat : 24224 (bprolog) S 22973 22975 22036 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160946666 107966464 10109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22975/tid=24858] ppid=22973 vsize=105436 CPUtime=0
/proc/22975/task/24858/stat : 24858 (bprolog) S 22973 22975 22036 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160991674 107966464 10109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.52
Current children cumulated vsize (KiB) 105436

[startup+1784.04 s]
/proc/loadavg: 1.97 1.53 1.45 3/89 25021
/proc/meminfo: memFree=1218056/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=105436 CPUtime=1780.08
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 12912 0 0 0 177980 28 0 0 25 0 4 0 160856328 107966464 10109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22975/statm: 26359 10109 180 90 0 25897 0
[pid=22975/tid=22977] ppid=22973 vsize=105436 CPUtime=0
/proc/22975/task/22977/stat : 22977 (bprolog) S 22973 22975 22036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160856641 107966464 10109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22975/tid=24224] ppid=22973 vsize=105436 CPUtime=0
/proc/22975/task/24224/stat : 24224 (bprolog) S 22973 22975 22036 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160946666 107966464 10109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22975/tid=24858] ppid=22973 vsize=105436 CPUtime=0
/proc/22975/task/24858/stat : 24858 (bprolog) S 22973 22975 22036 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160991674 107966464 10109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.08
Current children cumulated vsize (KiB) 105436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.15 s]
/proc/loadavg: 1.98 1.56 1.46 4/86 25021
/proc/meminfo: memFree=1228104/2055924 swapFree=4165672/4192956
[pid=22975] ppid=22973 vsize=105436 CPUtime=1800.01
/proc/22975/stat : 22975 (bprolog) R 22973 22975 22036 0 -1 4194304 12913 0 0 0 179973 28 0 0 25 0 1 0 160856328 107966464 10110 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662629 0 0 4096 2 0 0 0 17 0 0 0
/proc/22975/statm: 26359 10110 181 90 0 25897 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 105436

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.16
CPU time (s): 1800.03
CPU user time (s): 1799.74
CPU system time (s): 0.295955
CPU usage (%): 99.7709
Max. virtual memory (cumulated for all children) (KiB): 105436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.74
system time used= 0.295955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12913
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 40170

runsolver used 1.77673 s user time and 4.67029 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Jan  6 23:03:23 UTC 2007


IDJOB= 196676
IDBENCH= 3366
FILE ID= node6/196676-1168124601

PBS_JOBID= 3477182

Free space on /tmp= 66529 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp06-10/fapp07/fapp07-0600-9.xml
COMMAND LINE= /tmp/evaluation/196676-1168124601/Complete/Ordinary/solver /tmp/evaluation/196676-1168124601/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node6/convwatcher-196676-1168124601 -o ROOT/results/node6/conversion-196676-1168124601 -C 600 -M 900 /tmp/evaluation/196676-1168124601/Complete/Ordinary/conversion /tmp/evaluation/196676-1168124601/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-196676-1168124601 -o ROOT/results/node6/solver-196676-1168124601 -C 1800 -M 900  /tmp/evaluation/196676-1168124601/Complete/Ordinary/solver /tmp/evaluation/196676-1168124601/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  c58ec3e94dd15a2c27f2415f39a200bc

RANDOM SEED= 720123319

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.240
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.240
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:      2055924 kB
MemFree:       1444752 kB
Buffers:         57116 kB
Cached:         261028 kB
SwapCached:       2476 kB
Active:         321524 kB
Inactive:       199036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1444752 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            3436 kB
Writeback:           0 kB
Mapped:         220016 kB
Slab:            74960 kB
Committed_AS:  4641584 kB
PageTables:       2768 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= 66452 MiB



End job on node6 on Sat Jan  6 23:33:34 UTC 2007