Trace number 204551

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 1804.89

General information on the benchmark

Namefapp/fapp16-20/fapp19/
fapp19-0350-8.xml
MD5SUM43c80e21bf662b0ca615e326c6b3e715
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 benchmark6.13307
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables350
Number of constraints5873
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5873
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/204551-1168166163/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/node76/watcher-204551-1168166163 -o ROOT/results/node76/solver-204551-1168166163 -C 1800 -M 900 /tmp/evaluation/204551-1168166163/Complete/Ordinary/solver /tmp/evaluation/204551-1168166163/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.97 2.00 1.92 4/78 25879
/proc/meminfo: memFree=1354392/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=53476 CPUtime=0
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 515 0 0 0 0 0 0 0 18 0 1 0 165013661 54759424 236 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134531678 0 0 4096 2 0 0 0 17 1 0 0
/proc/25878/statm: 13369 236 124 90 0 12906 0

[startup+0.108881 s]
/proc/loadavg: 1.97 2.00 1.92 4/78 25879
/proc/meminfo: memFree=1354392/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=53828 CPUtime=0.1
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 2295 0 0 0 10 0 0 0 18 0 1 0 165013661 55119872 2013 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576933 0 0 4096 2 0 0 0 17 1 0 0
/proc/25878/statm: 13457 2013 154 90 0 12994 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 53828

[startup+0.51696 s]
/proc/loadavg: 1.97 2.00 1.92 4/78 25879
/proc/meminfo: memFree=1354392/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=66144 CPUtime=0.51
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 3324 0 0 0 50 1 0 0 22 0 1 0 165013661 67731456 3039 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 0 0 0 17 1 0 0
/proc/25878/statm: 16536 3039 173 90 0 16073 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 66144

[startup+1.33812 s]
/proc/loadavg: 1.97 2.00 1.92 3/78 25879
/proc/meminfo: memFree=1342296/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=66144 CPUtime=1.33
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 3765 0 0 0 132 1 0 0 25 0 1 0 165013661 67731456 3480 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552186 0 0 4096 2 0 0 0 17 1 0 0
/proc/25878/statm: 16536 3480 173 90 0 16073 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 66144

[startup+2.97944 s]
/proc/loadavg: 1.97 2.00 1.92 3/79 25880
/proc/meminfo: memFree=1334608/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=76388 CPUtime=2.96
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 5419 0 0 0 295 1 0 0 25 0 2 0 165013661 78221312 5134 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555032 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25878/statm: 19097 5134 177 90 0 18634 0
[pid=25878/tid=25880] ppid=25876 vsize=76388 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165013862 78221312 5134 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 76388

[startup+6.25808 s]
/proc/loadavg: 1.97 2.00 1.92 3/79 25880
/proc/meminfo: memFree=1334608/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=76388 CPUtime=6.24
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 5419 0 0 0 623 1 0 0 25 0 2 0 165013661 78221312 5134 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25878/statm: 19097 5134 177 90 0 18634 0
[pid=25878/tid=25880] ppid=25876 vsize=76388 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165013862 78221312 5134 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 76388

[startup+12.7183 s]
/proc/loadavg: 1.98 2.00 1.92 3/79 25880
/proc/meminfo: memFree=1330584/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=76388 CPUtime=12.71
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 6419 0 0 0 1269 2 0 0 25 0 2 0 165013661 78221312 6134 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25878/statm: 19097 6134 177 90 0 18634 0
[pid=25878/tid=25880] ppid=25876 vsize=76388 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165013862 78221312 6134 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) 76388

[startup+25.5329 s]
/proc/loadavg: 1.98 2.00 1.92 3/79 25880
/proc/meminfo: memFree=1330584/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=76388 CPUtime=25.51
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 6447 0 0 0 2549 2 0 0 25 0 2 0 165013661 78221312 6162 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25878/statm: 19097 6162 177 90 0 18634 0
[pid=25878/tid=25880] ppid=25876 vsize=76388 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165013862 78221312 6162 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 76388

[startup+51.1629 s]
/proc/loadavg: 1.99 2.00 1.92 3/79 25880
/proc/meminfo: memFree=1330648/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=76388 CPUtime=51.13
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 6449 0 0 0 5111 2 0 0 25 0 2 0 165013661 78221312 6164 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664582 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25878/statm: 19097 6164 177 90 0 18634 0
[pid=25878/tid=25880] ppid=25876 vsize=76388 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165013862 78221312 6164 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 76388

[startup+102.417 s]
/proc/loadavg: 1.99 2.00 1.92 3/79 25917
/proc/meminfo: memFree=1233688/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=76388 CPUtime=102.32
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 6449 0 0 0 10230 2 0 0 25 0 2 0 165013661 78221312 6164 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25878/statm: 19097 6164 177 90 0 18634 0
[pid=25878/tid=25880] ppid=25876 vsize=76388 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165013862 78221312 6164 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 76388

[startup+162.507 s]
/proc/loadavg: 1.99 2.00 1.92 3/79 25917
/proc/meminfo: memFree=806168/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=76388 CPUtime=162.39
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 6449 0 0 0 16237 2 0 0 25 0 2 0 165013661 78221312 6164 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25878/statm: 19097 6164 177 90 0 18634 0
[pid=25878/tid=25880] ppid=25876 vsize=76388 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165013862 78221312 6164 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 76388

[startup+222.592 s]
/proc/loadavg: 1.92 1.98 1.91 3/79 26144
/proc/meminfo: memFree=1328376/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=76388 CPUtime=222.25
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 6449 0 0 0 22222 3 0 0 25 0 2 0 165013661 78221312 6164 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671416 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25878/statm: 19097 6164 177 90 0 18634 0
[pid=25878/tid=25880] ppid=25876 vsize=76388 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165013862 78221312 6164 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 76388

[startup+282.658 s]
/proc/loadavg: 1.97 1.98 1.91 3/79 26144
/proc/meminfo: memFree=1328680/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=76388 CPUtime=282.29
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 6449 0 0 0 28226 3 0 0 25 0 2 0 165013661 78221312 6164 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620102 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25878/statm: 19097 6164 177 90 0 18634 0
[pid=25878/tid=25880] ppid=25876 vsize=76388 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165013862 78221312 6164 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 76388

[startup+342.732 s]
/proc/loadavg: 1.78 1.93 1.90 3/79 26408
/proc/meminfo: memFree=1328080/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=76388 CPUtime=342.16
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 6449 0 0 0 34213 3 0 0 25 0 2 0 165013661 78221312 6164 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662563 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25878/statm: 19097 6164 177 90 0 18634 0
[pid=25878/tid=25880] ppid=25876 vsize=76388 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165013862 78221312 6164 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 76388

[startup+402.819 s]
/proc/loadavg: 1.92 1.94 1.91 3/79 26408
/proc/meminfo: memFree=1328152/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=76388 CPUtime=401.76
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 6450 0 0 0 40172 4 0 0 25 0 2 0 165013661 78221312 6165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662572 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25878/statm: 19097 6165 177 90 0 18634 0
[pid=25878/tid=25880] ppid=25876 vsize=76388 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165013862 78221312 6165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.76
Current children cumulated vsize (KiB) 76388

[startup+462.843 s]
/proc/loadavg: 2.02 1.96 1.91 3/90 26459
/proc/meminfo: memFree=1116680/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=76388 CPUtime=461.37
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 6450 0 0 0 46133 4 0 0 25 0 2 0 165013661 78221312 6165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620397 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25878/statm: 19097 6165 177 90 0 18634 0
[pid=25878/tid=25880] ppid=25876 vsize=76388 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165013862 78221312 6165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.37
Current children cumulated vsize (KiB) 76388

[startup+522.863 s]
/proc/loadavg: 2.01 1.97 1.91 3/90 26459
/proc/meminfo: memFree=905416/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=76388 CPUtime=521.15
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 6450 0 0 0 52111 4 0 0 25 0 2 0 165013661 78221312 6165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663850 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25878/statm: 19097 6165 177 90 0 18634 0
[pid=25878/tid=25880] ppid=25876 vsize=76388 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165013862 78221312 6165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.15
Current children cumulated vsize (KiB) 76388

[startup+582.869 s]
/proc/loadavg: 2.00 1.97 1.91 3/90 26459
/proc/meminfo: memFree=698888/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=76388 CPUtime=580.64
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 6450 0 0 0 58060 4 0 0 25 0 2 0 165013661 78221312 6165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557361 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25878/statm: 19097 6165 177 90 0 18634 0
[pid=25878/tid=25880] ppid=25876 vsize=76388 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165013862 78221312 6165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.64
Current children cumulated vsize (KiB) 76388

[startup+642.88 s]
/proc/loadavg: 2.06 2.00 1.92 3/90 26459
/proc/meminfo: memFree=600456/2055888 swapFree=4095388/4096564

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

/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 6451 0 0 0 117919 7 0 0 25 0 3 0 165013661 88711168 6166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25878/statm: 21658 6166 177 90 0 21195 0
[pid=25878/tid=25880] ppid=25876 vsize=86632 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 3 0 165013862 88711168 6166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25878/tid=26550] ppid=25876 vsize=86632 CPUtime=0
/proc/25878/task/26550/stat : 26550 (bprolog) S 25876 25878 24695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165103881 88711168 6166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1179.26
Current children cumulated vsize (KiB) 86632

[startup+1243.36 s]
/proc/loadavg: 1.10 1.53 1.77 2/75 26891
/proc/meminfo: memFree=1341264/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=86632 CPUtime=1239.3
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 6451 0 0 0 123923 7 0 0 25 0 3 0 165013661 88711168 6166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25878/statm: 21658 6166 177 90 0 21195 0
[pid=25878/tid=25880] ppid=25876 vsize=86632 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 3 0 165013862 88711168 6166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25878/tid=26550] ppid=25876 vsize=86632 CPUtime=0
/proc/25878/task/26550/stat : 26550 (bprolog) S 25876 25878 24695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165103881 88711168 6166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1239.3
Current children cumulated vsize (KiB) 86632

[startup+1303.45 s]
/proc/loadavg: 1.25 1.51 1.74 2/75 26964
/proc/meminfo: memFree=1340944/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=86632 CPUtime=1299.29
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 6451 0 0 0 129922 7 0 0 25 0 3 0 165013661 88711168 6166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618372 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25878/statm: 21658 6166 177 90 0 21195 0
[pid=25878/tid=25880] ppid=25876 vsize=86632 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 3 0 165013862 88711168 6166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25878/tid=26550] ppid=25876 vsize=86632 CPUtime=0
/proc/25878/task/26550/stat : 26550 (bprolog) S 25876 25878 24695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165103881 88711168 6166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1299.29
Current children cumulated vsize (KiB) 86632

[startup+1363.54 s]
/proc/loadavg: 1.37 1.48 1.71 3/83 27045
/proc/meminfo: memFree=1337928/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=96876 CPUtime=1359.29
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 6452 0 0 0 135922 7 0 0 25 0 4 0 165013661 99201024 6167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25878/statm: 24219 6167 177 90 0 23756 0
[pid=25878/tid=25880] ppid=25876 vsize=96876 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 165013862 99201024 6167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25878/tid=26550] ppid=25876 vsize=96876 CPUtime=0
/proc/25878/task/26550/stat : 26550 (bprolog) S 25876 25878 24695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165103881 99201024 6167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25878/tid=27045] ppid=25876 vsize=96876 CPUtime=0
/proc/25878/task/27045/stat : 27045 (bprolog) S 25876 25878 24695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165148889 99201024 6167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1359.29
Current children cumulated vsize (KiB) 96876

[startup+1423.63 s]
/proc/loadavg: 1.17 1.40 1.67 2/76 27056
/proc/meminfo: memFree=1340944/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=96876 CPUtime=1419.35
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 6452 0 0 0 141928 7 0 0 25 0 4 0 165013661 99201024 6167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25878/statm: 24219 6167 177 90 0 23756 0
[pid=25878/tid=25880] ppid=25876 vsize=96876 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 165013862 99201024 6167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25878/tid=26550] ppid=25876 vsize=96876 CPUtime=0
/proc/25878/task/26550/stat : 26550 (bprolog) S 25876 25878 24695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165103881 99201024 6167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25878/tid=27045] ppid=25876 vsize=96876 CPUtime=0
/proc/25878/task/27045/stat : 27045 (bprolog) S 25876 25878 24695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165148889 99201024 6167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1419.35
Current children cumulated vsize (KiB) 96876

[startup+1483.65 s]
/proc/loadavg: 1.33 1.40 1.65 2/76 27109
/proc/meminfo: memFree=1338000/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=96876 CPUtime=1479.32
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 6452 0 0 0 147924 8 0 0 25 0 4 0 165013661 99201024 6167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663822 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25878/statm: 24219 6167 177 90 0 23756 0
[pid=25878/tid=25880] ppid=25876 vsize=96876 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 165013862 99201024 6167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25878/tid=26550] ppid=25876 vsize=96876 CPUtime=0
/proc/25878/task/26550/stat : 26550 (bprolog) S 25876 25878 24695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165103881 99201024 6167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25878/tid=27045] ppid=25876 vsize=96876 CPUtime=0
/proc/25878/task/27045/stat : 27045 (bprolog) S 25876 25878 24695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165148889 99201024 6167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1479.32
Current children cumulated vsize (KiB) 96876

[startup+1543.66 s]
/proc/loadavg: 1.12 1.33 1.61 2/82 27253
/proc/meminfo: memFree=1339168/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=96876 CPUtime=1539.26
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 6452 0 0 0 153918 8 0 0 25 0 4 0 165013661 99201024 6167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25878/statm: 24219 6167 177 90 0 23756 0
[pid=25878/tid=25880] ppid=25876 vsize=96876 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 165013862 99201024 6167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25878/tid=26550] ppid=25876 vsize=96876 CPUtime=0
/proc/25878/task/26550/stat : 26550 (bprolog) S 25876 25878 24695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165103881 99201024 6167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25878/tid=27045] ppid=25876 vsize=96876 CPUtime=0
/proc/25878/task/27045/stat : 27045 (bprolog) S 25876 25878 24695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165148889 99201024 6167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1539.26
Current children cumulated vsize (KiB) 96876

[startup+1603.67 s]
/proc/loadavg: 1.16 1.29 1.58 2/76 27571
/proc/meminfo: memFree=1335504/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=96876 CPUtime=1598.97
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 6922 0 0 0 159888 9 0 0 25 0 4 0 165013661 99201024 6637 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25878/statm: 24219 6637 177 90 0 23756 0
[pid=25878/tid=25880] ppid=25876 vsize=96876 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 165013862 99201024 6637 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25878/tid=26550] ppid=25876 vsize=96876 CPUtime=0
/proc/25878/task/26550/stat : 26550 (bprolog) S 25876 25878 24695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165103881 99201024 6637 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25878/tid=27045] ppid=25876 vsize=96876 CPUtime=0
/proc/25878/task/27045/stat : 27045 (bprolog) S 25876 25878 24695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165148889 99201024 6637 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.97
Current children cumulated vsize (KiB) 96876

[startup+1663.76 s]
/proc/loadavg: 1.06 1.24 1.54 4/89 27617
/proc/meminfo: memFree=1313960/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=96876 CPUtime=1659
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 6924 0 0 0 165891 9 0 0 25 0 4 0 165013661 99201024 6639 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554139 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25878/statm: 24219 6639 177 90 0 23756 0
[pid=25878/tid=25880] ppid=25876 vsize=96876 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 165013862 99201024 6639 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25878/tid=26550] ppid=25876 vsize=96876 CPUtime=0
/proc/25878/task/26550/stat : 26550 (bprolog) S 25876 25878 24695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165103881 99201024 6639 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25878/tid=27045] ppid=25876 vsize=96876 CPUtime=0
/proc/25878/task/27045/stat : 27045 (bprolog) S 25876 25878 24695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165148889 99201024 6639 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659
Current children cumulated vsize (KiB) 96876

[startup+1723.83 s]
/proc/loadavg: 2.00 1.48 1.60 4/89 27625
/proc/meminfo: memFree=638568/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=96876 CPUtime=1719.05
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 6931 0 0 0 171894 11 0 0 25 0 4 0 165013661 99201024 6646 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25878/statm: 24219 6646 177 90 0 23756 0
[pid=25878/tid=25880] ppid=25876 vsize=96876 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 165013862 99201024 6646 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25878/tid=26550] ppid=25876 vsize=96876 CPUtime=0
/proc/25878/task/26550/stat : 26550 (bprolog) S 25876 25878 24695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165103881 99201024 6646 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25878/tid=27045] ppid=25876 vsize=96876 CPUtime=0
/proc/25878/task/27045/stat : 27045 (bprolog) S 25876 25878 24695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165148889 99201024 6646 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.05
Current children cumulated vsize (KiB) 96876

[startup+1783.93 s]
/proc/loadavg: 2.07 1.59 1.63 4/89 27625
/proc/meminfo: memFree=626088/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=96876 CPUtime=1779.12
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 6932 0 0 0 177901 11 0 0 25 0 4 0 165013661 99201024 6647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25878/statm: 24219 6647 177 90 0 23756 0
[pid=25878/tid=25880] ppid=25876 vsize=96876 CPUtime=0
/proc/25878/task/25880/stat : 25880 (bprolog) S 25876 25878 24695 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 165013862 99201024 6647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25878/tid=26550] ppid=25876 vsize=96876 CPUtime=0
/proc/25878/task/26550/stat : 26550 (bprolog) S 25876 25878 24695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165103881 99201024 6647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25878/tid=27045] ppid=25876 vsize=96876 CPUtime=0
/proc/25878/task/27045/stat : 27045 (bprolog) S 25876 25878 24695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165148889 99201024 6647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.12
Current children cumulated vsize (KiB) 96876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.88 s]
/proc/loadavg: 2.05 1.61 1.64 3/86 27625
/proc/meminfo: memFree=623144/2055888 swapFree=4095388/4096564
[pid=25878] ppid=25876 vsize=96876 CPUtime=1800.07
/proc/25878/stat : 25878 (bprolog) R 25876 25878 24695 0 -1 4194304 6934 0 0 0 179996 11 0 0 25 0 1 0 165013661 99201024 6649 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663830 0 0 4096 2 0 0 0 17 1 0 0
/proc/25878/statm: 24219 6649 178 90 0 23756 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 96876

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.89
CPU time (s): 1800.09
CPU user time (s): 1799.97
CPU system time (s): 0.122981
CPU usage (%): 99.734
Max. virtual memory (cumulated for all children) (KiB): 96876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 0.122981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6934
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= 18355

runsolver used 1.86772 s user time and 4.5993 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Sun Jan  7 10:36:03 UTC 2007


IDJOB= 204551
IDBENCH= 4040
FILE ID= node76/204551-1168166163

PBS_JOBID= 3478611

Free space on /tmp= 66643 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp16-20/fapp19/fapp19-0350-8.xml
COMMAND LINE= /tmp/evaluation/204551-1168166163/Complete/Ordinary/solver /tmp/evaluation/204551-1168166163/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node76/convwatcher-204551-1168166163 -o ROOT/results/node76/conversion-204551-1168166163 -C 600 -M 900 /tmp/evaluation/204551-1168166163/Complete/Ordinary/conversion /tmp/evaluation/204551-1168166163/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-204551-1168166163 -o ROOT/results/node76/solver-204551-1168166163 -C 1800 -M 900  /tmp/evaluation/204551-1168166163/Complete/Ordinary/solver /tmp/evaluation/204551-1168166163/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  43c80e21bf662b0ca615e326c6b3e715

RANDOM SEED= 300085843

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1354936 kB
Buffers:         61788 kB
Cached:         550096 kB
SwapCached:        456 kB
Active:         328616 kB
Inactive:       317572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1354936 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:            6512 kB
Writeback:           0 kB
Mapped:          44540 kB
Slab:            40524 kB
Committed_AS:  6130356 kB
PageTables:       1780 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66567 MiB



End job on node76 on Sun Jan  7 11:06:11 UTC 2007