Trace number 224710

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.09 1803.13

General information on the benchmark

Nametightness/tightness0.8/
rand-2-40-80-103-800-5_ext.xml
MD5SUM276a9c48db87d25dc522a8c999631d75
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.67259
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/224710-1168269518/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-224710-1168269518 -o ROOT/results/node6/solver-224710-1168269518 -C 1800 -M 900 /tmp/evaluation/224710-1168269518/Complete/Ordinary/solver /tmp/evaluation/224710-1168269518/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.98 1.97 5/98 26985
/proc/meminfo: memFree=1405840/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=61640 CPUtime=0.09
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 1921 0 0 0 9 0 0 0 20 0 1 0 175347477 63119360 1637 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 1 0 0
/proc/26984/statm: 15410 1637 158 90 0 14948 0

[startup+0.212783 s]
/proc/loadavg: 1.92 1.98 1.97 5/98 26985
/proc/meminfo: memFree=1405840/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=61640 CPUtime=0.2
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 2926 0 0 0 19 1 0 0 21 0 1 0 175347477 63119360 2642 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565783 0 0 4096 2 0 0 0 17 1 0 0
/proc/26984/statm: 15410 2642 158 90 0 14948 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 61640

[startup+0.620824 s]
/proc/loadavg: 1.92 1.98 1.97 5/98 26985
/proc/meminfo: memFree=1405840/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=61640 CPUtime=0.6
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 3624 0 0 0 59 1 0 0 25 0 1 0 175347477 63119360 3340 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564071 0 0 4096 2 0 0 0 17 1 0 0
/proc/26984/statm: 15410 3340 158 90 0 14948 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 61640

[startup+1.44193 s]
/proc/loadavg: 1.93 1.98 1.97 3/98 26985
/proc/meminfo: memFree=1363728/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=76196 CPUtime=1.42
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 13146 0 0 0 136 6 0 0 25 0 1 0 175347477 78024704 10966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/26984/statm: 19049 10966 158 90 0 18587 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 76196

[startup+3.07912 s]
/proc/loadavg: 1.93 1.98 1.97 3/98 26985
/proc/meminfo: memFree=1356304/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=86836 CPUtime=3.04
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17585 0 0 0 296 8 0 0 25 0 2 0 175347477 88920064 13168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555720 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26984/statm: 21709 13168 170 90 0 21247 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 86836

[startup+6.3695 s]
/proc/loadavg: 1.93 1.98 1.97 3/99 26986
/proc/meminfo: memFree=1353672/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=86836 CPUtime=6.3
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17585 0 0 0 622 8 0 0 25 0 2 0 175347477 88920064 13168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639109 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26984/statm: 21709 13168 170 90 0 21247 0
[pid=26984/tid=26986] ppid=26982 vsize=86836 CPUtime=0
/proc/26984/task/26986/stat : 26986 (bprolog) S 26982 26984 26361 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175347736 88920064 13168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 86836

[startup+12.8443 s]
/proc/loadavg: 1.94 1.98 1.97 3/99 26986
/proc/meminfo: memFree=1353800/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=86836 CPUtime=12.71
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17585 0 0 0 1263 8 0 0 25 0 2 0 175347477 88920064 13168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26984/statm: 21709 13168 170 90 0 21247 0
[pid=26984/tid=26986] ppid=26982 vsize=86836 CPUtime=0
/proc/26984/task/26986/stat : 26986 (bprolog) S 26982 26984 26361 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175347736 88920064 13168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 86836

[startup+25.7408 s]
/proc/loadavg: 1.95 1.98 1.97 3/99 26988
/proc/meminfo: memFree=1353928/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=86836 CPUtime=25.49
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17586 0 0 0 2541 8 0 0 25 0 2 0 175347477 88920064 13169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639147 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26984/statm: 21709 13169 170 90 0 21247 0
[pid=26984/tid=26986] ppid=26982 vsize=86836 CPUtime=0
/proc/26984/task/26986/stat : 26986 (bprolog) S 26982 26984 26361 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175347736 88920064 13169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86836

[startup+51.3808 s]
/proc/loadavg: 1.97 1.98 1.97 3/99 26988
/proc/meminfo: memFree=1353928/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=86836 CPUtime=50.9
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17586 0 0 0 5082 8 0 0 25 0 2 0 175347477 88920064 13169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26984/statm: 21709 13169 170 90 0 21247 0
[pid=26984/tid=26986] ppid=26982 vsize=86836 CPUtime=0
/proc/26984/task/26986/stat : 26986 (bprolog) S 26982 26984 26361 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175347736 88920064 13169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 86836

[startup+102.627 s]
/proc/loadavg: 2.14 2.02 1.98 3/99 26988
/proc/meminfo: memFree=1353928/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=86836 CPUtime=101.68
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17587 0 0 0 10159 9 0 0 25 0 2 0 175347477 88920064 13170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26984/statm: 21709 13170 170 90 0 21247 0
[pid=26984/tid=26986] ppid=26982 vsize=86836 CPUtime=0
/proc/26984/task/26986/stat : 26986 (bprolog) S 26982 26984 26361 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175347736 88920064 13170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 86836

[startup+162.669 s]
/proc/loadavg: 2.01 2.00 1.97 3/87 27070
/proc/meminfo: memFree=1620520/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=86836 CPUtime=161.45
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17587 0 0 0 16135 10 0 0 25 0 2 0 175347477 88920064 13170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670068 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26984/statm: 21709 13170 170 90 0 21247 0
[pid=26984/tid=26986] ppid=26982 vsize=86836 CPUtime=0
/proc/26984/task/26986/stat : 26986 (bprolog) S 26982 26984 26361 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175347736 88920064 13170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.45
Current children cumulated vsize (KiB) 86836

[startup+222.692 s]
/proc/loadavg: 2.00 2.00 1.97 3/87 27070
/proc/meminfo: memFree=1619880/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=86836 CPUtime=221.4
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17587 0 0 0 22130 10 0 0 25 0 2 0 175347477 88920064 13170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26984/statm: 21709 13170 170 90 0 21247 0
[pid=26984/tid=26986] ppid=26982 vsize=86836 CPUtime=0
/proc/26984/task/26986/stat : 26986 (bprolog) S 26982 26984 26361 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175347736 88920064 13170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.4
Current children cumulated vsize (KiB) 86836

[startup+282.712 s]
/proc/loadavg: 2.05 2.01 1.98 3/87 27070
/proc/meminfo: memFree=1615080/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=86836 CPUtime=281.35
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17587 0 0 0 28124 11 0 0 25 0 2 0 175347477 88920064 13170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26984/statm: 21709 13170 170 90 0 21247 0
[pid=26984/tid=26986] ppid=26982 vsize=86836 CPUtime=0
/proc/26984/task/26986/stat : 26986 (bprolog) S 26982 26984 26361 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175347736 88920064 13170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.35
Current children cumulated vsize (KiB) 86836

[startup+342.728 s]
/proc/loadavg: 2.02 2.01 1.98 3/87 27070
/proc/meminfo: memFree=1621160/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=86836 CPUtime=341.31
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17587 0 0 0 34120 11 0 0 25 0 2 0 175347477 88920064 13170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670116 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26984/statm: 21709 13170 170 90 0 21247 0
[pid=26984/tid=26986] ppid=26982 vsize=86836 CPUtime=0
/proc/26984/task/26986/stat : 26986 (bprolog) S 26982 26984 26361 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175347736 88920064 13170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.31
Current children cumulated vsize (KiB) 86836

[startup+402.813 s]
/proc/loadavg: 2.00 2.00 1.98 3/89 27080
/proc/meminfo: memFree=1623576/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=86836 CPUtime=401.31
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17587 0 0 0 40120 11 0 0 25 0 2 0 175347477 88920064 13170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26984/statm: 21709 13170 170 90 0 21247 0
[pid=26984/tid=26986] ppid=26982 vsize=86836 CPUtime=0
/proc/26984/task/26986/stat : 26986 (bprolog) S 26982 26984 26361 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175347736 88920064 13170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.31
Current children cumulated vsize (KiB) 86836

[startup+462.876 s]
/proc/loadavg: 2.00 2.00 1.98 4/89 27080
/proc/meminfo: memFree=1623576/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=86836 CPUtime=461.31
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17587 0 0 0 46120 11 0 0 25 0 2 0 175347477 88920064 13170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711375 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26984/statm: 21709 13170 170 90 0 21247 0
[pid=26984/tid=26986] ppid=26982 vsize=86836 CPUtime=0
/proc/26984/task/26986/stat : 26986 (bprolog) S 26982 26984 26361 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175347736 88920064 13170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.31
Current children cumulated vsize (KiB) 86836

[startup+522.913 s]
/proc/loadavg: 1.91 1.97 1.97 2/82 27334
/proc/meminfo: memFree=1627984/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=86836 CPUtime=521.3
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17587 0 0 0 52113 17 0 0 25 0 2 0 175347477 88920064 13170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554126 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26984/statm: 21709 13170 170 90 0 21247 0
[pid=26984/tid=26986] ppid=26982 vsize=86836 CPUtime=0
/proc/26984/task/26986/stat : 26986 (bprolog) S 26982 26984 26361 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175347736 88920064 13170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.3
Current children cumulated vsize (KiB) 86836

[startup+582.985 s]
/proc/loadavg: 1.97 1.97 1.97 3/88 27399
/proc/meminfo: memFree=1571232/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=86836 CPUtime=581.28
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17587 0 0 0 58111 17 0 0 25 0 2 0 175347477 88920064 13170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670350 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26984/statm: 21709 13170 170 90 0 21247 0
[pid=26984/tid=26986] ppid=26982 vsize=86836 CPUtime=0
/proc/26984/task/26986/stat : 26986 (bprolog) S 26982 26984 26361 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175347736 88920064 13170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.28
Current children cumulated vsize (KiB) 86836

[startup+643.05 s]
/proc/loadavg: 1.99 1.97 1.97 3/88 27399
/proc/meminfo: memFree=1547936/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=86836 CPUtime=641.29
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17587 0 0 0 64112 17 0 0 25 0 2 0 175347477 88920064 13170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664615 0 0 4096 2 18446744073709551615 0 0 17 0 0 0

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

/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17588 0 0 0 118085 26 0 0 25 0 3 0 175347477 99409920 13171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26984/statm: 24270 13171 170 90 0 23808 0
[pid=26984/tid=26986] ppid=26982 vsize=97080 CPUtime=0
/proc/26984/task/26986/stat : 26986 (bprolog) S 26982 26984 26361 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175347736 99409920 13171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26984/tid=27699] ppid=26982 vsize=97080 CPUtime=0
/proc/26984/task/27699/stat : 27699 (bprolog) S 26982 26984 26361 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175437752 99409920 13171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.11
Current children cumulated vsize (KiB) 97080

[startup+1243.56 s]
/proc/loadavg: 1.99 1.97 1.95 3/88 27791
/proc/meminfo: memFree=1624608/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=97080 CPUtime=1241.1
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17588 0 0 0 124084 26 0 0 25 0 3 0 175347477 99409920 13171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26984/statm: 24270 13171 170 90 0 23808 0
[pid=26984/tid=26986] ppid=26982 vsize=97080 CPUtime=0
/proc/26984/task/26986/stat : 26986 (bprolog) S 26982 26984 26361 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175347736 99409920 13171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26984/tid=27699] ppid=26982 vsize=97080 CPUtime=0
/proc/26984/task/27699/stat : 27699 (bprolog) S 26982 26984 26361 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175437752 99409920 13171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1241.1
Current children cumulated vsize (KiB) 97080

[startup+1303.6 s]
/proc/loadavg: 1.99 1.97 1.95 3/88 27791
/proc/meminfo: memFree=1617696/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=97080 CPUtime=1301.07
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17588 0 0 0 130081 26 0 0 25 0 3 0 175347477 99409920 13171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614777 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26984/statm: 24270 13171 170 90 0 23808 0
[pid=26984/tid=26986] ppid=26982 vsize=97080 CPUtime=0
/proc/26984/task/26986/stat : 26986 (bprolog) S 26982 26984 26361 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175347736 99409920 13171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26984/tid=27699] ppid=26982 vsize=97080 CPUtime=0
/proc/26984/task/27699/stat : 27699 (bprolog) S 26982 26984 26361 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175437752 99409920 13171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1301.07
Current children cumulated vsize (KiB) 97080

[startup+1363.69 s]
/proc/loadavg: 1.99 1.97 1.95 3/91 27802
/proc/meminfo: memFree=1619976/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=107324 CPUtime=1361.11
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17605 0 0 0 136084 27 0 0 25 0 4 0 175347477 109899776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711600 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26984/statm: 26831 13188 170 90 0 26369 0
[pid=26984/tid=26986] ppid=26982 vsize=107324 CPUtime=0
/proc/26984/task/26986/stat : 26986 (bprolog) S 26982 26984 26361 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175347736 109899776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26984/tid=27699] ppid=26982 vsize=107324 CPUtime=0
/proc/26984/task/27699/stat : 27699 (bprolog) S 26982 26984 26361 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175437752 109899776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26984/tid=27802] ppid=26982 vsize=107324 CPUtime=0
/proc/26984/task/27802/stat : 27802 (bprolog) S 26982 26984 26361 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175482763 109899776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1361.11
Current children cumulated vsize (KiB) 107324

[startup+1423.71 s]
/proc/loadavg: 1.99 1.97 1.95 3/91 27802
/proc/meminfo: memFree=1619976/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=107324 CPUtime=1421.08
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17607 0 0 0 142081 27 0 0 25 0 4 0 175347477 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26984/statm: 26831 13190 170 90 0 26369 0
[pid=26984/tid=26986] ppid=26982 vsize=107324 CPUtime=0
/proc/26984/task/26986/stat : 26986 (bprolog) S 26982 26984 26361 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175347736 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26984/tid=27699] ppid=26982 vsize=107324 CPUtime=0
/proc/26984/task/27699/stat : 27699 (bprolog) S 26982 26984 26361 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175437752 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26984/tid=27802] ppid=26982 vsize=107324 CPUtime=0
/proc/26984/task/27802/stat : 27802 (bprolog) S 26982 26984 26361 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175482763 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1421.08
Current children cumulated vsize (KiB) 107324

[startup+1483.73 s]
/proc/loadavg: 1.99 1.97 1.95 3/91 27802
/proc/meminfo: memFree=1619912/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=107324 CPUtime=1481
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17607 0 0 0 148073 27 0 0 25 0 4 0 175347477 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26984/statm: 26831 13190 170 90 0 26369 0
[pid=26984/tid=26986] ppid=26982 vsize=107324 CPUtime=0
/proc/26984/task/26986/stat : 26986 (bprolog) S 26982 26984 26361 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175347736 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26984/tid=27699] ppid=26982 vsize=107324 CPUtime=0
/proc/26984/task/27699/stat : 27699 (bprolog) S 26982 26984 26361 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175437752 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26984/tid=27802] ppid=26982 vsize=107324 CPUtime=0
/proc/26984/task/27802/stat : 27802 (bprolog) S 26982 26984 26361 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175482763 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481
Current children cumulated vsize (KiB) 107324

[startup+1543.74 s]
/proc/loadavg: 1.99 1.97 1.95 3/91 27802
/proc/meminfo: memFree=1619912/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=107324 CPUtime=1540.96
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17607 0 0 0 154069 27 0 0 25 0 4 0 175347477 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26984/statm: 26831 13190 170 90 0 26369 0
[pid=26984/tid=26986] ppid=26982 vsize=107324 CPUtime=0
/proc/26984/task/26986/stat : 26986 (bprolog) S 26982 26984 26361 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175347736 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26984/tid=27699] ppid=26982 vsize=107324 CPUtime=0
/proc/26984/task/27699/stat : 27699 (bprolog) S 26982 26984 26361 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175437752 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26984/tid=27802] ppid=26982 vsize=107324 CPUtime=0
/proc/26984/task/27802/stat : 27802 (bprolog) S 26982 26984 26361 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175482763 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.96
Current children cumulated vsize (KiB) 107324

[startup+1603.75 s]
/proc/loadavg: 1.99 1.97 1.95 3/91 27802
/proc/meminfo: memFree=1619912/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=107324 CPUtime=1600.93
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17607 0 0 0 160065 28 0 0 25 0 4 0 175347477 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26984/statm: 26831 13190 170 90 0 26369 0
[pid=26984/tid=26986] ppid=26982 vsize=107324 CPUtime=0
/proc/26984/task/26986/stat : 26986 (bprolog) S 26982 26984 26361 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175347736 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26984/tid=27699] ppid=26982 vsize=107324 CPUtime=0
/proc/26984/task/27699/stat : 27699 (bprolog) S 26982 26984 26361 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175437752 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26984/tid=27802] ppid=26982 vsize=107324 CPUtime=0
/proc/26984/task/27802/stat : 27802 (bprolog) S 26982 26984 26361 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175482763 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.93
Current children cumulated vsize (KiB) 107324

[startup+1663.76 s]
/proc/loadavg: 1.99 1.97 1.95 3/91 27802
/proc/meminfo: memFree=1619976/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=107324 CPUtime=1660.85
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17607 0 0 0 166057 28 0 0 25 0 4 0 175347477 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26984/statm: 26831 13190 170 90 0 26369 0
[pid=26984/tid=26986] ppid=26982 vsize=107324 CPUtime=0
/proc/26984/task/26986/stat : 26986 (bprolog) S 26982 26984 26361 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175347736 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26984/tid=27699] ppid=26982 vsize=107324 CPUtime=0
/proc/26984/task/27699/stat : 27699 (bprolog) S 26982 26984 26361 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175437752 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26984/tid=27802] ppid=26982 vsize=107324 CPUtime=0
/proc/26984/task/27802/stat : 27802 (bprolog) S 26982 26984 26361 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175482763 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.85
Current children cumulated vsize (KiB) 107324

[startup+1723.78 s]
/proc/loadavg: 1.99 1.97 1.95 3/91 27802
/proc/meminfo: memFree=1619912/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=107324 CPUtime=1720.82
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17607 0 0 0 172054 28 0 0 25 0 4 0 175347477 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670290 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26984/statm: 26831 13190 170 90 0 26369 0
[pid=26984/tid=26986] ppid=26982 vsize=107324 CPUtime=0
/proc/26984/task/26986/stat : 26986 (bprolog) S 26982 26984 26361 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175347736 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26984/tid=27699] ppid=26982 vsize=107324 CPUtime=0
/proc/26984/task/27699/stat : 27699 (bprolog) S 26982 26984 26361 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175437752 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26984/tid=27802] ppid=26982 vsize=107324 CPUtime=0
/proc/26984/task/27802/stat : 27802 (bprolog) S 26982 26984 26361 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175482763 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.82
Current children cumulated vsize (KiB) 107324

[startup+1783.8 s]
/proc/loadavg: 1.99 1.97 1.95 3/91 27802
/proc/meminfo: memFree=1619848/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=107324 CPUtime=1780.77
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17607 0 0 0 178049 28 0 0 25 0 4 0 175347477 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670196 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26984/statm: 26831 13190 170 90 0 26369 0
[pid=26984/tid=26986] ppid=26982 vsize=107324 CPUtime=0
/proc/26984/task/26986/stat : 26986 (bprolog) S 26982 26984 26361 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175347736 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26984/tid=27699] ppid=26982 vsize=107324 CPUtime=0
/proc/26984/task/27699/stat : 27699 (bprolog) S 26982 26984 26361 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175437752 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26984/tid=27802] ppid=26982 vsize=107324 CPUtime=0
/proc/26984/task/27802/stat : 27802 (bprolog) S 26982 26984 26361 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175482763 109899776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.77
Current children cumulated vsize (KiB) 107324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.12 s]
/proc/loadavg: 1.99 1.97 1.95 3/88 27802
/proc/meminfo: memFree=1619848/2055924 swapFree=4165672/4192956
[pid=26984] ppid=26982 vsize=107324 CPUtime=1800.06
/proc/26984/stat : 26984 (bprolog) R 26982 26984 26361 0 -1 4194304 17608 0 0 0 179978 28 0 0 25 0 1 0 175347477 109899776 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 0 0 0 17 0 0 0
/proc/26984/statm: 26831 13191 171 90 0 26369 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 107324

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.13
CPU time (s): 1800.09
CPU user time (s): 1799.79
CPU system time (s): 0.297954
CPU usage (%): 99.8309
Max. virtual memory (cumulated for all children) (KiB): 107324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.79
system time used= 0.297954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17608
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 18751

runsolver used 2.04169 s user time and 5.83111 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Mon Jan  8 15:18:38 UTC 2007


IDJOB= 224710
IDBENCH= 5789
FILE ID= node6/224710-1168269518

PBS_JOBID= 3482904

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.8/rand-2-40-80-103-800-5_ext.xml
COMMAND LINE= /tmp/evaluation/224710-1168269518/Complete/Ordinary/solver /tmp/evaluation/224710-1168269518/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node6/convwatcher-224710-1168269518 -o ROOT/results/node6/conversion-224710-1168269518 -C 600 -M 900 /tmp/evaluation/224710-1168269518/Complete/Ordinary/conversion /tmp/evaluation/224710-1168269518/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  276a9c48db87d25dc522a8c999631d75

RANDOM SEED= 802111829

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:       1406320 kB
Buffers:         61216 kB
Cached:         212736 kB
SwapCached:       2944 kB
Active:         451236 kB
Inactive:       137292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1406320 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            3052 kB
Writeback:           0 kB
Mapped:         333808 kB
Slab:            45052 kB
Committed_AS:  6196408 kB
PageTables:       2948 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= 66548 MiB



End job on node6 on Mon Jan  8 15:48:44 UTC 2007