Trace number 221567

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.05 1802.64

General information on the benchmark

Namefapp/fapp31-35/fapp32/
fapp32-0550-6.xml
MD5SUM2c6dec1d19d2ffacb4834f0a9172b58d
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 benchmark12.2651
SatisfiableYES
(Un)Satisfiability was provedYES
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/221567-1168259963/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/node56/watcher-221567-1168259963 -o ROOT/results/node56/solver-221567-1168259963 -C 1800 -M 900 /tmp/evaluation/221567-1168259963/Complete/Ordinary/solver /tmp/evaluation/221567-1168259963/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.04 2.03 1.76 5/84 6066
/proc/meminfo: memFree=1116800/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=53472 CPUtime=0
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 488 0 0 0 0 0 0 0 20 0 1 0 174394989 54755328 207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550338 0 0 4096 2 0 0 0 17 1 0 0
/proc/6065/statm: 13368 207 123 90 0 12906 0

[startup+0.103984 s]
/proc/loadavg: 2.04 2.03 1.76 5/84 6066
/proc/meminfo: memFree=1116800/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=53824 CPUtime=0.08
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 2127 0 0 0 8 0 0 0 20 0 1 0 174394989 55115776 1843 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 0 0 0 17 1 0 0
/proc/6065/statm: 13456 1843 157 90 0 12994 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53824

[startup+0.513022 s]
/proc/loadavg: 2.04 2.03 1.76 5/84 6066
/proc/meminfo: memFree=1116800/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=66492 CPUtime=0.49
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 4847 0 0 0 47 2 0 0 23 0 1 0 174394989 68087808 4560 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 0 0 0 17 1 0 0
/proc/6065/statm: 16623 4560 160 90 0 16161 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 66492

[startup+1.3381 s]
/proc/loadavg: 2.04 2.03 1.76 3/84 6066
/proc/meminfo: memFree=1099072/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=66492 CPUtime=1.31
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 4874 0 0 0 129 2 0 0 25 0 1 0 174394989 68087808 4587 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 0 0 0 17 1 0 0
/proc/6065/statm: 16623 4587 176 90 0 16161 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 66492

[startup+2.97726 s]
/proc/loadavg: 2.03 2.03 1.76 3/84 6066
/proc/meminfo: memFree=1098368/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=66492 CPUtime=2.94
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 6126 0 0 0 291 3 0 0 25 0 1 0 174394989 68087808 5839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664625 0 0 4096 2 0 0 0 17 1 0 0
/proc/6065/statm: 16623 5839 176 90 0 16161 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 66492

[startup+6.25658 s]
/proc/loadavg: 2.03 2.03 1.76 3/85 6067
/proc/meminfo: memFree=1082560/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=77432 CPUtime=6.19
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 10878 0 0 0 614 5 0 0 25 0 2 0 174394989 79290368 8714 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557373 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6065/statm: 19358 8714 180 90 0 18896 0
[pid=6065/tid=6067] ppid=6063 vsize=77432 CPUtime=0
/proc/6065/task/6067/stat : 6067 (bprolog) S 6063 6065 5687 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174395416 79290368 8714 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.7232 s]
/proc/loadavg: 2.03 2.03 1.76 3/85 6067
/proc/meminfo: memFree=1082816/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=77432 CPUtime=12.59
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 10881 0 0 0 1254 5 0 0 25 0 2 0 174394989 79290368 8717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662545 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6065/statm: 19358 8717 180 90 0 18896 0
[pid=6065/tid=6067] ppid=6063 vsize=77432 CPUtime=0
/proc/6065/task/6067/stat : 6067 (bprolog) S 6063 6065 5687 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174395416 79290368 8717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 77432

[startup+25.5791 s]
/proc/loadavg: 2.02 2.03 1.76 3/85 6067
/proc/meminfo: memFree=1082048/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=77432 CPUtime=25.35
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 10881 0 0 0 2530 5 0 0 25 0 2 0 174394989 79290368 8717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6065/statm: 19358 8717 180 90 0 18896 0
[pid=6065/tid=6067] ppid=6063 vsize=77432 CPUtime=0
/proc/6065/task/6067/stat : 6067 (bprolog) S 6063 6065 5687 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174395416 79290368 8717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 77432

[startup+51.266 s]
/proc/loadavg: 2.01 2.02 1.77 3/85 6067
/proc/meminfo: memFree=1082688/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=77432 CPUtime=51
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 10882 0 0 0 5095 5 0 0 25 0 2 0 174394989 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6065/statm: 19358 8718 180 90 0 18896 0
[pid=6065/tid=6067] ppid=6063 vsize=77432 CPUtime=0
/proc/6065/task/6067/stat : 6067 (bprolog) S 6063 6065 5687 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174395416 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) 51
Current children cumulated vsize (KiB) 77432

[startup+102.518 s]
/proc/loadavg: 2.00 2.02 1.78 3/85 6067
/proc/meminfo: memFree=1082752/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=77432 CPUtime=102.2
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 10882 0 0 0 10214 6 0 0 25 0 2 0 174394989 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6065/statm: 19358 8718 180 90 0 18896 0
[pid=6065/tid=6067] ppid=6063 vsize=77432 CPUtime=0
/proc/6065/task/6067/stat : 6067 (bprolog) S 6063 6065 5687 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174395416 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) 102.2
Current children cumulated vsize (KiB) 77432

[startup+162.611 s]
/proc/loadavg: 2.26 2.08 1.81 4/85 6067
/proc/meminfo: memFree=1079488/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=77432 CPUtime=162.24
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 10882 0 0 0 16218 6 0 0 25 0 2 0 174394989 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554086 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6065/statm: 19358 8718 180 90 0 18896 0
[pid=6065/tid=6067] ppid=6063 vsize=77432 CPUtime=0
/proc/6065/task/6067/stat : 6067 (bprolog) S 6063 6065 5687 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174395416 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) 162.24
Current children cumulated vsize (KiB) 77432

[startup+222.704 s]
/proc/loadavg: 2.17 2.09 1.83 3/85 6067
/proc/meminfo: memFree=1076160/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=77432 CPUtime=222.05
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 10882 0 0 0 22199 6 0 0 25 0 2 0 174394989 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661355 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6065/statm: 19358 8718 180 90 0 18896 0
[pid=6065/tid=6067] ppid=6063 vsize=77432 CPUtime=0
/proc/6065/task/6067/stat : 6067 (bprolog) S 6063 6065 5687 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174395416 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) 222.05
Current children cumulated vsize (KiB) 77432

[startup+282.8 s]
/proc/loadavg: 2.06 2.07 1.83 3/85 6067
/proc/meminfo: memFree=1077888/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=77432 CPUtime=281.88
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 10882 0 0 0 28182 6 0 0 25 0 2 0 174394989 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6065/statm: 19358 8718 180 90 0 18896 0
[pid=6065/tid=6067] ppid=6063 vsize=77432 CPUtime=0
/proc/6065/task/6067/stat : 6067 (bprolog) S 6063 6065 5687 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174395416 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) 281.88
Current children cumulated vsize (KiB) 77432

[startup+342.896 s]
/proc/loadavg: 2.02 2.05 1.84 3/85 6067
/proc/meminfo: memFree=1076032/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=77432 CPUtime=341.71
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 10939 0 0 0 34165 6 0 0 25 0 2 0 174394989 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6065/statm: 19358 8775 180 90 0 18896 0
[pid=6065/tid=6067] ppid=6063 vsize=77432 CPUtime=0
/proc/6065/task/6067/stat : 6067 (bprolog) S 6063 6065 5687 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174395416 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) 341.71
Current children cumulated vsize (KiB) 77432

[startup+402.933 s]
/proc/loadavg: 2.05 2.06 1.85 3/82 6141
/proc/meminfo: memFree=1269720/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=77432 CPUtime=401.27
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 10939 0 0 0 40119 8 0 0 25 0 2 0 174394989 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662572 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6065/statm: 19358 8775 180 90 0 18896 0
[pid=6065/tid=6067] ppid=6063 vsize=77432 CPUtime=0
/proc/6065/task/6067/stat : 6067 (bprolog) S 6063 6065 5687 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174395416 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) 401.27
Current children cumulated vsize (KiB) 77432

[startup+462.964 s]
/proc/loadavg: 2.02 2.06 1.86 2/66 6155
/proc/meminfo: memFree=1826520/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=77432 CPUtime=460.79
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 10939 0 0 0 46070 9 0 0 25 0 2 0 174394989 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751536 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6065/statm: 19358 8775 180 90 0 18896 0
[pid=6065/tid=6067] ppid=6063 vsize=77432 CPUtime=0
/proc/6065/task/6067/stat : 6067 (bprolog) S 6063 6065 5687 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174395416 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) 460.79
Current children cumulated vsize (KiB) 77432

[startup+523 s]
/proc/loadavg: 1.37 1.86 1.80 2/66 6155
/proc/meminfo: memFree=1826736/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=77432 CPUtime=520.82
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 10939 0 0 0 52072 10 0 0 25 0 2 0 174394989 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557373 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6065/statm: 19358 8775 180 90 0 18896 0
[pid=6065/tid=6067] ppid=6063 vsize=77432 CPUtime=0
/proc/6065/task/6067/stat : 6067 (bprolog) S 6063 6065 5687 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174395416 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) 520.82
Current children cumulated vsize (KiB) 77432

[startup+583.038 s]
/proc/loadavg: 1.13 1.70 1.75 2/66 6155
/proc/meminfo: memFree=1826736/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=77432 CPUtime=580.84
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 10939 0 0 0 58074 10 0 0 25 0 2 0 174394989 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662545 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6065/statm: 19358 8775 180 90 0 18896 0
[pid=6065/tid=6067] ppid=6063 vsize=77432 CPUtime=0
/proc/6065/task/6067/stat : 6067 (bprolog) S 6063 6065 5687 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174395416 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) 580.84
Current children cumulated vsize (KiB) 77432

[startup+643.073 s]
/proc/loadavg: 1.05 1.57 1.70 2/66 6155
/proc/meminfo: memFree=1826736/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=77432 CPUtime=640.86
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 10939 0 0 0 64076 10 0 0 25 0 2 0 174394989 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1181.18
Current children cumulated vsize (KiB) 87676

[startup+1243.6 s]
/proc/loadavg: 1.00 1.06 1.35 2/67 6156
/proc/meminfo: memFree=1826664/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=87676 CPUtime=1241.24
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 11352 0 0 0 124112 12 0 0 25 0 3 0 174394989 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6065/statm: 21919 8777 180 90 0 21457 0
[pid=6065/tid=6067] ppid=6063 vsize=87676 CPUtime=0
/proc/6065/task/6067/stat : 6067 (bprolog) S 6063 6065 5687 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 174395416 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6065/tid=6156] ppid=6063 vsize=87676 CPUtime=0
/proc/6065/task/6156/stat : 6156 (bprolog) S 6063 6065 5687 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 174485432 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1241.24
Current children cumulated vsize (KiB) 87676

[startup+1303.67 s]
/proc/loadavg: 1.00 1.05 1.32 2/73 6228
/proc/meminfo: memFree=1825400/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=87676 CPUtime=1301.26
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 11352 0 0 0 130114 12 0 0 25 0 3 0 174394989 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6065/statm: 21919 8777 180 90 0 21457 0
[pid=6065/tid=6067] ppid=6063 vsize=87676 CPUtime=0
/proc/6065/task/6067/stat : 6067 (bprolog) S 6063 6065 5687 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 174395416 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6065/tid=6156] ppid=6063 vsize=87676 CPUtime=0
/proc/6065/task/6156/stat : 6156 (bprolog) S 6063 6065 5687 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 174485432 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1301.26
Current children cumulated vsize (KiB) 87676

[startup+1363.77 s]
/proc/loadavg: 1.07 1.06 1.31 2/74 6321
/proc/meminfo: memFree=1824872/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=97920 CPUtime=1361.29
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 11437 0 0 0 136117 12 0 0 25 0 4 0 174394989 100270080 8862 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618342 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6065/statm: 24480 8862 180 90 0 24018 0
[pid=6065/tid=6067] ppid=6063 vsize=97920 CPUtime=0
/proc/6065/task/6067/stat : 6067 (bprolog) S 6063 6065 5687 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174395416 100270080 8862 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6065/tid=6156] ppid=6063 vsize=97920 CPUtime=0
/proc/6065/task/6156/stat : 6156 (bprolog) S 6063 6065 5687 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174485432 100270080 8862 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6065/tid=6309] ppid=6063 vsize=97920 CPUtime=0
/proc/6065/task/6309/stat : 6309 (bprolog) S 6063 6065 5687 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174530438 100270080 8862 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1361.29
Current children cumulated vsize (KiB) 97920

[startup+1423.86 s]
/proc/loadavg: 1.02 1.04 1.28 2/68 6355
/proc/meminfo: memFree=1826016/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=97920 CPUtime=1421.35
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 11444 0 0 0 142123 12 0 0 25 0 4 0 174394989 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6065/statm: 24480 8869 180 90 0 24018 0
[pid=6065/tid=6067] ppid=6063 vsize=97920 CPUtime=0
/proc/6065/task/6067/stat : 6067 (bprolog) S 6063 6065 5687 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174395416 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6065/tid=6156] ppid=6063 vsize=97920 CPUtime=0
/proc/6065/task/6156/stat : 6156 (bprolog) S 6063 6065 5687 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174485432 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6065/tid=6309] ppid=6063 vsize=97920 CPUtime=0
/proc/6065/task/6309/stat : 6309 (bprolog) S 6063 6065 5687 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174530438 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1421.35
Current children cumulated vsize (KiB) 97920

[startup+1483.95 s]
/proc/loadavg: 1.01 1.03 1.26 2/68 6355
/proc/meminfo: memFree=1825952/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=97920 CPUtime=1481.42
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 11445 0 0 0 148130 12 0 0 25 0 4 0 174394989 100270080 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6065/statm: 24480 8870 180 90 0 24018 0
[pid=6065/tid=6067] ppid=6063 vsize=97920 CPUtime=0
/proc/6065/task/6067/stat : 6067 (bprolog) S 6063 6065 5687 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174395416 100270080 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6065/tid=6156] ppid=6063 vsize=97920 CPUtime=0
/proc/6065/task/6156/stat : 6156 (bprolog) S 6063 6065 5687 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174485432 100270080 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6065/tid=6309] ppid=6063 vsize=97920 CPUtime=0
/proc/6065/task/6309/stat : 6309 (bprolog) S 6063 6065 5687 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174530438 100270080 8870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.42
Current children cumulated vsize (KiB) 97920

[startup+1544.03 s]
/proc/loadavg: 1.00 1.02 1.24 2/68 6355
/proc/meminfo: memFree=1826080/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=97920 CPUtime=1541.48
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 11446 0 0 0 154136 12 0 0 25 0 4 0 174394989 100270080 8871 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6065/statm: 24480 8871 180 90 0 24018 0
[pid=6065/tid=6067] ppid=6063 vsize=97920 CPUtime=0
/proc/6065/task/6067/stat : 6067 (bprolog) S 6063 6065 5687 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174395416 100270080 8871 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6065/tid=6156] ppid=6063 vsize=97920 CPUtime=0
/proc/6065/task/6156/stat : 6156 (bprolog) S 6063 6065 5687 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174485432 100270080 8871 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6065/tid=6309] ppid=6063 vsize=97920 CPUtime=0
/proc/6065/task/6309/stat : 6309 (bprolog) S 6063 6065 5687 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174530438 100270080 8871 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.48
Current children cumulated vsize (KiB) 97920

[startup+1604.12 s]
/proc/loadavg: 1.00 1.02 1.23 2/68 6355
/proc/meminfo: memFree=1822880/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=97944 CPUtime=1601.56
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 18447 0 0 0 160140 16 0 0 25 0 4 0 174394989 100294656 9658 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580043 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6065/statm: 24486 9658 180 90 0 24024 0
[pid=6065/tid=6067] ppid=6063 vsize=97944 CPUtime=0
/proc/6065/task/6067/stat : 6067 (bprolog) S 6063 6065 5687 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174395416 100294656 9658 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6065/tid=6156] ppid=6063 vsize=97944 CPUtime=0
/proc/6065/task/6156/stat : 6156 (bprolog) S 6063 6065 5687 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174485432 100294656 9658 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6065/tid=6309] ppid=6063 vsize=97944 CPUtime=0
/proc/6065/task/6309/stat : 6309 (bprolog) S 6063 6065 5687 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174530438 100294656 9658 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.56
Current children cumulated vsize (KiB) 97944

[startup+1664.21 s]
/proc/loadavg: 1.00 1.01 1.21 2/68 6355
/proc/meminfo: memFree=1822560/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=97944 CPUtime=1661.63
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 18529 0 0 0 166147 16 0 0 25 0 4 0 174394989 100294656 9740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751565 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6065/statm: 24486 9740 180 90 0 24024 0
[pid=6065/tid=6067] ppid=6063 vsize=97944 CPUtime=0
/proc/6065/task/6067/stat : 6067 (bprolog) S 6063 6065 5687 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174395416 100294656 9740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6065/tid=6156] ppid=6063 vsize=97944 CPUtime=0
/proc/6065/task/6156/stat : 6156 (bprolog) S 6063 6065 5687 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174485432 100294656 9740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6065/tid=6309] ppid=6063 vsize=97944 CPUtime=0
/proc/6065/task/6309/stat : 6309 (bprolog) S 6063 6065 5687 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174530438 100294656 9740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.63
Current children cumulated vsize (KiB) 97944

[startup+1724.29 s]
/proc/loadavg: 1.00 1.01 1.19 2/68 6355
/proc/meminfo: memFree=1822560/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=97944 CPUtime=1721.7
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 18529 0 0 0 172154 16 0 0 25 0 4 0 174394989 100294656 9740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618046 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6065/statm: 24486 9740 180 90 0 24024 0
[pid=6065/tid=6067] ppid=6063 vsize=97944 CPUtime=0
/proc/6065/task/6067/stat : 6067 (bprolog) S 6063 6065 5687 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174395416 100294656 9740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6065/tid=6156] ppid=6063 vsize=97944 CPUtime=0
/proc/6065/task/6156/stat : 6156 (bprolog) S 6063 6065 5687 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174485432 100294656 9740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6065/tid=6309] ppid=6063 vsize=97944 CPUtime=0
/proc/6065/task/6309/stat : 6309 (bprolog) S 6063 6065 5687 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174530438 100294656 9740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 97944

[startup+1784.38 s]
/proc/loadavg: 1.00 1.00 1.18 2/68 6355
/proc/meminfo: memFree=1822496/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=97944 CPUtime=1781.78
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 18529 0 0 0 178161 17 0 0 25 0 4 0 174394989 100294656 9740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6065/statm: 24486 9740 180 90 0 24024 0
[pid=6065/tid=6067] ppid=6063 vsize=97944 CPUtime=0
/proc/6065/task/6067/stat : 6067 (bprolog) S 6063 6065 5687 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174395416 100294656 9740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6065/tid=6156] ppid=6063 vsize=97944 CPUtime=0
/proc/6065/task/6156/stat : 6156 (bprolog) S 6063 6065 5687 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174485432 100294656 9740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6065/tid=6309] ppid=6063 vsize=97944 CPUtime=0
/proc/6065/task/6309/stat : 6309 (bprolog) S 6063 6065 5687 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174530438 100294656 9740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 97944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.63 s]
/proc/loadavg: 1.00 1.00 1.17 2/68 6355
/proc/meminfo: memFree=1822496/2055920 swapFree=4184772/4192956
[pid=6065] ppid=6063 vsize=97944 CPUtime=1800.03
/proc/6065/stat : 6065 (bprolog) R 6063 6065 5687 0 -1 4194304 18529 0 0 0 179986 17 0 0 25 0 4 0 174394989 100294656 9740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6065/statm: 24486 9740 180 90 0 24024 0
[pid=6065/tid=6067] ppid=6063 vsize=97944 CPUtime=0
/proc/6065/task/6067/stat : 6067 (bprolog) S 6063 6065 5687 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174395416 100294656 9740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6065/tid=6156] ppid=6063 vsize=97944 CPUtime=0
/proc/6065/task/6156/stat : 6156 (bprolog) S 6063 6065 5687 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174485432 100294656 9740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6065/tid=6309] ppid=6063 vsize=97944 CPUtime=0
/proc/6065/task/6309/stat : 6309 (bprolog) S 6063 6065 5687 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174530438 100294656 9740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
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): 1802.64
CPU time (s): 1800.05
CPU user time (s): 1799.87
CPU system time (s): 0.176973
CPU usage (%): 99.8559
Max. virtual memory (cumulated for all children) (KiB): 97944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.176973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18529
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= 14
involuntary context switches= 12666

runsolver used 1.62275 s user time and 4.04738 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Mon Jan  8 12:39:23 UTC 2007


IDJOB= 221567
IDBENCH= 5457
FILE ID= node56/221567-1168259963

PBS_JOBID= 3482624

Free space on /tmp= 66557 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-221567-1168259963 -o ROOT/results/node56/solver-221567-1168259963 -C 1800 -M 900  /tmp/evaluation/221567-1168259963/Complete/Ordinary/solver /tmp/evaluation/221567-1168259963/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  2c6dec1d19d2ffacb4834f0a9172b58d

RANDOM SEED= 824842461

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.232
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.232
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:       1117280 kB
Buffers:         20688 kB
Cached:         115712 kB
SwapCached:       2048 kB
Active:         819992 kB
Inactive:        65840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1117280 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            3404 kB
Writeback:           0 kB
Mapped:         766876 kB
Slab:            36492 kB
Committed_AS:  4482248 kB
PageTables:       3368 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= 66560 MiB



End job on node56 on Mon Jan  8 13:09:31 UTC 2007