Trace number 221631

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.08 1802.3

General information on the benchmark

Namefapp/fapp31-35/fapp32/
fapp32-0550-10.xml
MD5SUMbf08c4135c764a4313d62d2351a170e4
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.5751
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/221631-1168260498/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/node51/watcher-221631-1168260498 -o ROOT/results/node51/solver-221631-1168260498 -C 1800 -M 900 /tmp/evaluation/221631-1168260498/Complete/Ordinary/solver /tmp/evaluation/221631-1168260498/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.00 0.97 0.91 5/81 25649
/proc/meminfo: memFree=1394320/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=53472 CPUtime=0
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 470 0 0 0 0 0 0 0 20 0 1 0 174448918 54755328 189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/25648/statm: 13368 189 123 90 0 12906 0

[startup+0.106483 s]
/proc/loadavg: 1.00 0.97 0.91 5/81 25649
/proc/meminfo: memFree=1394320/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=53824 CPUtime=0.09
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 2241 0 0 0 8 1 0 0 20 0 1 0 174448918 55115776 1957 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 1 0 0
/proc/25648/statm: 13456 1957 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.51855 s]
/proc/loadavg: 1.00 0.97 0.91 5/81 25649
/proc/meminfo: memFree=1394320/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=66492 CPUtime=0.5
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 4847 0 0 0 48 2 0 0 24 0 1 0 174448918 68087808 4560 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 0 0 0 17 1 0 0
/proc/25648/statm: 16623 4560 160 90 0 16161 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 66492

[startup+1.34068 s]
/proc/loadavg: 1.00 0.97 0.91 4/81 25649
/proc/meminfo: memFree=1357584/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=66492 CPUtime=1.31
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 4874 0 0 0 129 2 0 0 25 0 1 0 174448918 68087808 4587 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552886 0 0 4096 2 0 0 0 17 1 0 0
/proc/25648/statm: 16623 4587 176 90 0 16161 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 66492

[startup+2.97796 s]
/proc/loadavg: 1.00 0.97 0.91 4/81 25649
/proc/meminfo: memFree=1337424/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=66492 CPUtime=2.95
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 6152 0 0 0 292 3 0 0 25 0 1 0 174448918 68087808 5865 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664644 0 0 4096 2 0 0 0 17 1 0 0
/proc/25648/statm: 16623 5865 176 90 0 16161 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 66492

[startup+6.26652 s]
/proc/loadavg: 1.08 0.99 0.91 4/82 25650
/proc/meminfo: memFree=1263240/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=77444 CPUtime=6.22
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 16290 0 0 0 614 8 0 0 25 0 2 0 174448918 79302656 9181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25648/statm: 19361 9181 180 90 0 18899 0
[pid=25648/tid=25650] ppid=25646 vsize=77444 CPUtime=0
/proc/25648/task/25650/stat : 25650 (bprolog) S 25646 25648 25513 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174449342 79302656 9181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 77444

[startup+12.7306 s]
/proc/loadavg: 1.23 1.02 0.93 3/82 25650
/proc/meminfo: memFree=1154056/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=77452 CPUtime=12.65
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 19415 0 0 0 1255 10 0 0 25 0 2 0 174448918 79310848 9819 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618053 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25648/statm: 19363 9819 180 90 0 18901 0
[pid=25648/tid=25650] ppid=25646 vsize=77452 CPUtime=0
/proc/25648/task/25650/stat : 25650 (bprolog) S 25646 25648 25513 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174449342 79310848 9819 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 77452

[startup+25.5608 s]
/proc/loadavg: 1.48 1.08 0.95 4/82 25650
/proc/meminfo: memFree=988296/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=77452 CPUtime=25.42
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 19588 0 0 0 2532 10 0 0 25 0 2 0 174448918 79310848 9992 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25648/statm: 19363 9992 180 90 0 18901 0
[pid=25648/tid=25650] ppid=25646 vsize=77452 CPUtime=0
/proc/25648/task/25650/stat : 25650 (bprolog) S 25646 25648 25513 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174449342 79310848 9992 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 77452

[startup+51.2202 s]
/proc/loadavg: 1.94 1.22 1.00 4/82 25722
/proc/meminfo: memFree=1142792/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=77452 CPUtime=50.98
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 20008 0 0 0 5087 11 0 0 25 0 2 0 174448918 79310848 9996 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576084 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 19363 9996 180 90 0 18901 0
[pid=25648/tid=25650] ppid=25646 vsize=77452 CPUtime=0
/proc/25648/task/25650/stat : 25650 (bprolog) S 25646 25648 25513 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174449342 79310848 9996 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 77452

[startup+102.45 s]
/proc/loadavg: 2.08 1.37 1.06 3/82 25722
/proc/meminfo: memFree=746824/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=77452 CPUtime=101.91
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 20008 0 0 0 10180 11 0 0 25 0 2 0 174448918 79310848 9996 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554254 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 19363 9996 180 90 0 18901 0
[pid=25648/tid=25650] ppid=25646 vsize=77452 CPUtime=0
/proc/25648/task/25650/stat : 25650 (bprolog) S 25646 25648 25513 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174449342 79310848 9996 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 77452

[startup+162.476 s]
/proc/loadavg: 2.01 1.48 1.11 3/74 25759
/proc/meminfo: memFree=1431496/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=77452 CPUtime=161.72
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 20008 0 0 0 16160 12 0 0 25 0 2 0 174448918 79310848 9996 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 19363 9996 180 90 0 18901 0
[pid=25648/tid=25650] ppid=25646 vsize=77452 CPUtime=0
/proc/25648/task/25650/stat : 25650 (bprolog) S 25646 25648 25513 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174449342 79310848 9996 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.72
Current children cumulated vsize (KiB) 77452

[startup+222.57 s]
/proc/loadavg: 2.04 1.59 1.17 3/74 25985
/proc/meminfo: memFree=1429448/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=77452 CPUtime=221.75
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 20008 0 0 0 22163 12 0 0 25 0 2 0 174448918 79310848 9996 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 19363 9996 180 90 0 18901 0
[pid=25648/tid=25650] ppid=25646 vsize=77452 CPUtime=0
/proc/25648/task/25650/stat : 25650 (bprolog) S 25646 25648 25513 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174449342 79310848 9996 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.75
Current children cumulated vsize (KiB) 77452

[startup+282.658 s]
/proc/loadavg: 2.01 1.66 1.22 3/74 25985
/proc/meminfo: memFree=1429512/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=77452 CPUtime=281.76
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 20008 0 0 0 28164 12 0 0 25 0 2 0 174448918 79310848 9996 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664279 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 19363 9996 180 90 0 18901 0
[pid=25648/tid=25650] ppid=25646 vsize=77452 CPUtime=0
/proc/25648/task/25650/stat : 25650 (bprolog) S 25646 25648 25513 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174449342 79310848 9996 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.76
Current children cumulated vsize (KiB) 77452

[startup+342.75 s]
/proc/loadavg: 2.00 1.72 1.27 3/74 25985
/proc/meminfo: memFree=1429512/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=77452 CPUtime=341.8
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 20008 0 0 0 34168 12 0 0 25 0 2 0 174448918 79310848 9996 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 19363 9996 180 90 0 18901 0
[pid=25648/tid=25650] ppid=25646 vsize=77452 CPUtime=0
/proc/25648/task/25650/stat : 25650 (bprolog) S 25646 25648 25513 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174449342 79310848 9996 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.8
Current children cumulated vsize (KiB) 77452

[startup+402.836 s]
/proc/loadavg: 2.00 1.77 1.31 3/74 25985
/proc/meminfo: memFree=1429640/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=77452 CPUtime=401.85
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 20424 0 0 0 40172 13 0 0 25 0 2 0 174448918 79310848 9996 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552459 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 19363 9996 180 90 0 18901 0
[pid=25648/tid=25650] ppid=25646 vsize=77452 CPUtime=0
/proc/25648/task/25650/stat : 25650 (bprolog) S 25646 25648 25513 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174449342 79310848 9996 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.85
Current children cumulated vsize (KiB) 77452

[startup+462.841 s]
/proc/loadavg: 1.93 1.79 1.34 3/76 26071
/proc/meminfo: memFree=1429112/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=77452 CPUtime=461.76
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 20424 0 0 0 46162 14 0 0 25 0 2 0 174448918 79310848 9996 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 19363 9996 180 90 0 18901 0
[pid=25648/tid=25650] ppid=25646 vsize=77452 CPUtime=0
/proc/25648/task/25650/stat : 25650 (bprolog) S 25646 25648 25513 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174449342 79310848 9996 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.76
Current children cumulated vsize (KiB) 77452

[startup+522.875 s]
/proc/loadavg: 1.97 1.83 1.38 3/76 26071
/proc/meminfo: memFree=1429240/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=77452 CPUtime=521.74
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 20424 0 0 0 52160 14 0 0 25 0 2 0 174448918 79310848 9996 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618376 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 19363 9996 180 90 0 18901 0
[pid=25648/tid=25650] ppid=25646 vsize=77452 CPUtime=0
/proc/25648/task/25650/stat : 25650 (bprolog) S 25646 25648 25513 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174449342 79310848 9996 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.74
Current children cumulated vsize (KiB) 77452

[startup+582.923 s]
/proc/loadavg: 2.07 1.87 1.42 3/76 26071
/proc/meminfo: memFree=1429240/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=77452 CPUtime=581.74
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 20424 0 0 0 58160 14 0 0 25 0 2 0 174448918 79310848 9996 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 19363 9996 180 90 0 18901 0
[pid=25648/tid=25650] ppid=25646 vsize=77452 CPUtime=0
/proc/25648/task/25650/stat : 25650 (bprolog) S 25646 25648 25513 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 174449342 79310848 9996 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.74
Current children cumulated vsize (KiB) 77452

[startup+642.959 s]
/proc/loadavg: 2.02 1.89 1.46 3/76 26071
/proc/meminfo: memFree=1429176/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=77452 CPUtime=641.69
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 20424 0 0 0 64155 14 0 0 25 0 2 0 174448918 79310848 9996 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1182.19
Current children cumulated vsize (KiB) 87696

[startup+1243.72 s]
/proc/loadavg: 1.02 1.12 1.23 2/67 26287
/proc/meminfo: memFree=1439776/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=87696 CPUtime=1242.25
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 20841 0 0 0 124197 28 0 0 25 0 3 0 174448918 89800704 9997 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 21924 9997 180 90 0 21462 0
[pid=25648/tid=25650] ppid=25646 vsize=87696 CPUtime=0
/proc/25648/task/25650/stat : 25650 (bprolog) S 25646 25648 25513 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 174449342 89800704 9997 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25648/tid=26287] ppid=25646 vsize=87696 CPUtime=0
/proc/25648/task/26287/stat : 26287 (bprolog) S 25646 25648 25513 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 174539370 89800704 9997 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 87696

[startup+1303.81 s]
/proc/loadavg: 1.01 1.10 1.21 2/67 26287
/proc/meminfo: memFree=1439712/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=87696 CPUtime=1302.32
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 20841 0 0 0 130204 28 0 0 25 0 3 0 174448918 89800704 9997 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620096 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 21924 9997 180 90 0 21462 0
[pid=25648/tid=25650] ppid=25646 vsize=87696 CPUtime=0
/proc/25648/task/25650/stat : 25650 (bprolog) S 25646 25648 25513 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 174449342 89800704 9997 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25648/tid=26287] ppid=25646 vsize=87696 CPUtime=0
/proc/25648/task/26287/stat : 26287 (bprolog) S 25646 25648 25513 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 174539370 89800704 9997 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 87696

[startup+1363.9 s]
/proc/loadavg: 1.00 1.08 1.19 2/68 26288
/proc/meminfo: memFree=1439704/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=97940 CPUtime=1362.39
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 20864 0 0 0 136211 28 0 0 25 0 4 0 174448918 100290560 10020 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663858 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 24485 10020 180 90 0 24023 0
[pid=25648/tid=25650] ppid=25646 vsize=97940 CPUtime=0
/proc/25648/task/25650/stat : 25650 (bprolog) S 25646 25648 25513 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174449342 100290560 10020 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25648/tid=26287] ppid=25646 vsize=97940 CPUtime=0
/proc/25648/task/26287/stat : 26287 (bprolog) S 25646 25648 25513 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174539370 100290560 10020 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25648/tid=26288] ppid=25646 vsize=97940 CPUtime=0
/proc/25648/task/26288/stat : 26288 (bprolog) S 25646 25648 25513 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174584376 100290560 10020 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1362.39
Current children cumulated vsize (KiB) 97940

[startup+1423.91 s]
/proc/loadavg: 1.00 1.06 1.18 2/68 26288
/proc/meminfo: memFree=1439704/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=97940 CPUtime=1422.39
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 20866 0 0 0 142210 29 0 0 25 0 4 0 174448918 100290560 10022 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 24485 10022 180 90 0 24023 0
[pid=25648/tid=25650] ppid=25646 vsize=97940 CPUtime=0
/proc/25648/task/25650/stat : 25650 (bprolog) S 25646 25648 25513 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174449342 100290560 10022 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25648/tid=26287] ppid=25646 vsize=97940 CPUtime=0
/proc/25648/task/26287/stat : 26287 (bprolog) S 25646 25648 25513 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174539370 100290560 10022 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25648/tid=26288] ppid=25646 vsize=97940 CPUtime=0
/proc/25648/task/26288/stat : 26288 (bprolog) S 25646 25648 25513 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174584376 100290560 10022 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1422.39
Current children cumulated vsize (KiB) 97940

[startup+1483.92 s]
/proc/loadavg: 1.00 1.05 1.16 2/68 26288
/proc/meminfo: memFree=1439640/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=97940 CPUtime=1482.37
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 20870 0 0 0 148208 29 0 0 25 0 4 0 174448918 100290560 10026 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554126 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 24485 10026 180 90 0 24023 0
[pid=25648/tid=25650] ppid=25646 vsize=97940 CPUtime=0
/proc/25648/task/25650/stat : 25650 (bprolog) S 25646 25648 25513 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174449342 100290560 10026 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25648/tid=26287] ppid=25646 vsize=97940 CPUtime=0
/proc/25648/task/26287/stat : 26287 (bprolog) S 25646 25648 25513 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174539370 100290560 10026 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25648/tid=26288] ppid=25646 vsize=97940 CPUtime=0
/proc/25648/task/26288/stat : 26288 (bprolog) S 25646 25648 25513 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174584376 100290560 10026 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1482.37
Current children cumulated vsize (KiB) 97940

[startup+1544.02 s]
/proc/loadavg: 1.00 1.04 1.15 2/68 26288
/proc/meminfo: memFree=1439576/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=97940 CPUtime=1542.46
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 20879 0 0 0 154217 29 0 0 25 0 4 0 174448918 100290560 10035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 24485 10035 180 90 0 24023 0
[pid=25648/tid=25650] ppid=25646 vsize=97940 CPUtime=0
/proc/25648/task/25650/stat : 25650 (bprolog) S 25646 25648 25513 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174449342 100290560 10035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25648/tid=26287] ppid=25646 vsize=97940 CPUtime=0
/proc/25648/task/26287/stat : 26287 (bprolog) S 25646 25648 25513 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174539370 100290560 10035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25648/tid=26288] ppid=25646 vsize=97940 CPUtime=0
/proc/25648/task/26288/stat : 26288 (bprolog) S 25646 25648 25513 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174584376 100290560 10035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1542.46
Current children cumulated vsize (KiB) 97940

[startup+1604.02 s]
/proc/loadavg: 1.00 1.03 1.14 2/68 26288
/proc/meminfo: memFree=1438936/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=97944 CPUtime=1602.44
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 22744 0 0 0 160214 30 0 0 25 0 4 0 174448918 100294656 10234 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664648 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 24486 10234 180 90 0 24024 0
[pid=25648/tid=25650] ppid=25646 vsize=97944 CPUtime=0
/proc/25648/task/25650/stat : 25650 (bprolog) S 25646 25648 25513 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174449342 100294656 10234 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25648/tid=26287] ppid=25646 vsize=97944 CPUtime=0
/proc/25648/task/26287/stat : 26287 (bprolog) S 25646 25648 25513 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174539370 100294656 10234 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25648/tid=26288] ppid=25646 vsize=97944 CPUtime=0
/proc/25648/task/26288/stat : 26288 (bprolog) S 25646 25648 25513 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174584376 100294656 10234 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.44
Current children cumulated vsize (KiB) 97944

[startup+1664.03 s]
/proc/loadavg: 1.00 1.02 1.13 2/68 26288
/proc/meminfo: memFree=1438936/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=97944 CPUtime=1662.44
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 22744 0 0 0 166214 30 0 0 25 0 4 0 174448918 100294656 10234 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 24486 10234 180 90 0 24024 0
[pid=25648/tid=25650] ppid=25646 vsize=97944 CPUtime=0
/proc/25648/task/25650/stat : 25650 (bprolog) S 25646 25648 25513 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174449342 100294656 10234 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25648/tid=26287] ppid=25646 vsize=97944 CPUtime=0
/proc/25648/task/26287/stat : 26287 (bprolog) S 25646 25648 25513 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174539370 100294656 10234 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25648/tid=26288] ppid=25646 vsize=97944 CPUtime=0
/proc/25648/task/26288/stat : 26288 (bprolog) S 25646 25648 25513 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174584376 100294656 10234 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.44
Current children cumulated vsize (KiB) 97944

[startup+1724.04 s]
/proc/loadavg: 1.00 1.01 1.12 2/68 26288
/proc/meminfo: memFree=1438872/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=97944 CPUtime=1722.42
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 22745 0 0 0 172212 30 0 0 25 0 4 0 174448918 100294656 10235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 24486 10235 180 90 0 24024 0
[pid=25648/tid=25650] ppid=25646 vsize=97944 CPUtime=0
/proc/25648/task/25650/stat : 25650 (bprolog) S 25646 25648 25513 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174449342 100294656 10235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25648/tid=26287] ppid=25646 vsize=97944 CPUtime=0
/proc/25648/task/26287/stat : 26287 (bprolog) S 25646 25648 25513 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174539370 100294656 10235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25648/tid=26288] ppid=25646 vsize=97944 CPUtime=0
/proc/25648/task/26288/stat : 26288 (bprolog) S 25646 25648 25513 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174584376 100294656 10235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.42
Current children cumulated vsize (KiB) 97944

[startup+1784.06 s]
/proc/loadavg: 1.00 1.01 1.11 2/68 26288
/proc/meminfo: memFree=1438872/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=97944 CPUtime=1782.41
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 22745 0 0 0 178211 30 0 0 25 0 4 0 174448918 100294656 10235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554611 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 24486 10235 180 90 0 24024 0
[pid=25648/tid=25650] ppid=25646 vsize=97944 CPUtime=0
/proc/25648/task/25650/stat : 25650 (bprolog) S 25646 25648 25513 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174449342 100294656 10235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25648/tid=26287] ppid=25646 vsize=97944 CPUtime=0
/proc/25648/task/26287/stat : 26287 (bprolog) S 25646 25648 25513 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174539370 100294656 10235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25648/tid=26288] ppid=25646 vsize=97944 CPUtime=0
/proc/25648/task/26288/stat : 26288 (bprolog) S 25646 25648 25513 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174584376 100294656 10235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.41
Current children cumulated vsize (KiB) 97944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.69 s]
/proc/loadavg: 1.00 1.01 1.10 2/68 26290
/proc/meminfo: memFree=1438616/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=97944 CPUtime=1800.05
/proc/25648/stat : 25648 (bprolog) R 25646 25648 25513 0 -1 4194304 22745 0 0 0 179975 30 0 0 25 0 4 0 174448918 100294656 10235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 24486 10235 180 90 0 24024 0
[pid=25648/tid=25650] ppid=25646 vsize=97944 CPUtime=0
/proc/25648/task/25650/stat : 25650 (bprolog) S 25646 25648 25513 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174449342 100294656 10235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25648/tid=26287] ppid=25646 vsize=97944 CPUtime=0
/proc/25648/task/26287/stat : 26287 (bprolog) S 25646 25648 25513 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174539370 100294656 10235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25648/tid=26288] ppid=25646 vsize=97944 CPUtime=0
/proc/25648/task/26288/stat : 26288 (bprolog) S 25646 25648 25513 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174584376 100294656 10235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
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.3
CPU time (s): 1800.08
CPU user time (s): 1799.76
CPU system time (s): 0.311952
CPU usage (%): 99.8765
Max. virtual memory (cumulated for all children) (KiB): 97944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.311952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22745
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= 16
involuntary context switches= 6728

runsolver used 1.77573 s user time and 4.90525 s system time

The end

Launcher Data (download as text)

Begin job on node51 on Mon Jan  8 12:48:19 UTC 2007


IDJOB= 221631
IDBENCH= 5461
FILE ID= node51/221631-1168260498

PBS_JOBID= 3482647

Free space on /tmp= 66560 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-221631-1168260498 -o ROOT/results/node51/solver-221631-1168260498 -C 1800 -M 900  /tmp/evaluation/221631-1168260498/Complete/Ordinary/solver /tmp/evaluation/221631-1168260498/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  bf08c4135c764a4313d62d2351a170e4

RANDOM SEED= 920452303

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.277
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.277
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:       1394800 kB
Buffers:         49660 kB
Cached:         476592 kB
SwapCached:          0 kB
Active:         233052 kB
Inactive:       373768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1394800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           22124 kB
Writeback:           0 kB
Mapped:          97272 kB
Slab:            39444 kB
Committed_AS:  4112956 kB
PageTables:       1972 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= 66561 MiB



End job on node51 on Mon Jan  8 13:18:26 UTC 2007