Trace number 2068535

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
pcs 0.3.2? (MO) 536.117 536.343

General information on the benchmark

Namecsp/pseudo/primesDimacs/
normalized-hanoi5.xml
MD5SUM5125e2c8e16f9553ce00c9ebd3b2d74a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.95725
Satisfiable
(Un)Satisfiability was proved
Number of variables3862
Number of constraints16034
Maximum constraint arity8
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16034
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c has operations which may create big domains
0.00/0.02	c big-domain mode
0.00/0.03	c Seed is 365494448
0.00/0.03	c Constructing HOME/instance-2068535-1247706724.xml  with 42860 constraints
0.87/0.95	c Solving 

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068535-1247706724/watcher-2068535-1247706724 -o /tmp/evaluation-result-2068535-1247706724/solver-2068535-1247706724 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 365494448 HOME/instance-2068535-1247706724.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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


[startup+0 s]
/proc/loadavg: 2.03 2.11 2.14 4/82 8922
/proc/meminfo: memFree=1688352/2055920 swapFree=4191904/4192956
[pid=8922] ppid=8920 vsize=5356 CPUtime=0
/proc/8922/stat : 8922 (pcssolve) R 8920 8922 7354 0 -1 4194304 290 0 0 0 0 0 0 0 19 0 1 0 57734961 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 244276849311 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/8922/statm: 1339 241 200 169 0 50 0
[pid=8923] ppid=8922 vsize=0 CPUtime=0
/proc/8923/stat : 8923 (fgrep) Z 8922 8922 7354 0 -1 4194316 155 0 0 0 0 0 0 0 19 0 1 0 57734961 0 0 996147200 0 0 0 0 0 0 0 4096 0 18446744071563351923 0 0 17 1 0 0
/proc/8923/statm: 0 0 0 0 0 0 0
[pid=8924] ppid=8922 vsize=5356 CPUtime=0
/proc/8924/stat : 8924 (pcssolve) R 8922 8922 7354 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 1 0 57734961 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 244276849311 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/8924/statm: 1339 241 200 169 0 50 0

[startup+0.081089 s]
/proc/loadavg: 2.03 2.11 2.14 4/82 8922
/proc/meminfo: memFree=1688352/2055920 swapFree=4191904/4192956
[pid=8922] ppid=8920 vsize=6148 CPUtime=0.05
/proc/8922/stat : 8922 (pcs.big) R 8920 8922 7354 0 -1 4194304 1220 826 0 0 4 0 1 0 22 0 1 0 57734961 6295552 750 996147200 134512640 135215973 4294956304 18446744073709551615 134906919 0 0 4096 0 0 0 0 17 0 0 0
/proc/8922/statm: 1537 750 385 171 0 462 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6148

[startup+0.101089 s]
/proc/loadavg: 2.03 2.11 2.14 4/82 8922
/proc/meminfo: memFree=1688352/2055920 swapFree=4191904/4192956
[pid=8922] ppid=8920 vsize=6280 CPUtime=0.07
/proc/8922/stat : 8922 (pcs.big) R 8920 8922 7354 0 -1 4194304 1279 826 0 0 6 0 1 0 22 0 1 0 57734961 6430720 809 996147200 134512640 135215973 4294956304 18446744073709551615 12943107 0 0 4096 0 0 0 0 17 0 0 0
/proc/8922/statm: 1570 809 385 171 0 495 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6280

[startup+0.301113 s]
/proc/loadavg: 2.03 2.11 2.14 4/82 8922
/proc/meminfo: memFree=1688352/2055920 swapFree=4191904/4192956
[pid=8922] ppid=8920 vsize=8788 CPUtime=0.28
/proc/8922/stat : 8922 (pcs.big) R 8920 8922 7354 0 -1 4194304 2076 826 0 0 26 1 1 0 23 0 1 0 57734961 8998912 1351 996147200 134512640 135215973 4294956304 18446744073709551615 134848084 0 0 4096 0 0 0 0 17 0 0 0
/proc/8922/statm: 2197 1351 385 171 0 1122 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8788

[startup+0.701158 s]
/proc/loadavg: 2.03 2.11 2.14 4/82 8922
/proc/meminfo: memFree=1688352/2055920 swapFree=4191904/4192956
[pid=8922] ppid=8920 vsize=13524 CPUtime=0.68
/proc/8922/stat : 8922 (pcs.big) R 8920 8922 7354 0 -1 4194304 3669 826 0 0 65 2 1 0 25 0 1 0 57734961 13848576 2470 996147200 134512640 135215973 4294956304 18446744073709551615 12936827 0 0 4096 0 0 0 0 17 0 0 0
/proc/8922/statm: 3381 2470 385 171 0 2306 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13524

[startup+1.50125 s]
/proc/loadavg: 2.03 2.11 2.14 3/83 8928
/proc/meminfo: memFree=1672280/2055920 swapFree=4191904/4192956
[pid=8922] ppid=8920 vsize=26248 CPUtime=1.47
/proc/8922/stat : 8922 (pcs.big) R 8920 8922 7354 0 -1 4194304 8227 826 0 0 143 3 1 0 25 0 1 0 57734961 26877952 5641 996147200 134512640 135215973 4294956304 18446744073709551615 12931141 0 0 4096 0 0 0 0 17 0 0 0
/proc/8922/statm: 6562 5641 409 171 0 5487 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 26248

[startup+3.10243 s]
/proc/loadavg: 2.03 2.11 2.14 3/83 8928
/proc/meminfo: memFree=1666648/2055920 swapFree=4191904/4192956
[pid=8922] ppid=8920 vsize=32588 CPUtime=3.07
/proc/8922/stat : 8922 (pcs.big) R 8920 8922 7354 0 -1 4194304 9896 826 0 0 302 4 1 0 25 0 1 0 57734961 33370112 6477 996147200 134512640 135215973 4294956304 18446744073709551615 134610629 0 0 4096 0 0 0 0 17 0 0 0
/proc/8922/statm: 8147 6477 409 171 0 7072 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 32588

[startup+6.30179 s]
/proc/loadavg: 2.03 2.11 2.14 3/83 8928
/proc/meminfo: memFree=1662040/2055920 swapFree=4191904/4192956
[pid=8922] ppid=8920 vsize=35288 CPUtime=6.28
/proc/8922/stat : 8922 (pcs.big) R 8920 8922 7354 0 -1 4194304 10621 826 0 0 622 5 1 0 25 0 1 0 57734961 36134912 7202 996147200 134512640 135215973 4294956304 18446744073709551615 134902586 0 0 4096 0 0 0 0 17 0 0 0
/proc/8922/statm: 8822 7202 409 171 0 7747 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 35288

[startup+12.7015 s]
/proc/loadavg: 2.03 2.10 2.13 3/83 8928
/proc/meminfo: memFree=1653856/2055920 swapFree=4191904/4192956
[pid=8922] ppid=8920 vsize=42556 CPUtime=12.67
/proc/8922/stat : 8922 (pcs.big) R 8920 8922 7354 0 -1 4194304 12571 826 0 0 1260 6 1 0 25 0 1 0 57734961 43577344 9152 996147200 134512640 135215973 4294956304 18446744073709551615 135095028 0 0 4096 0 0 0 0 17 0 0 0
/proc/8922/statm: 10639 9152 409 171 0 9564 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 42556

[startup+25.502 s]
/proc/loadavg: 2.02 2.10 2.13 3/83 8928
/proc/meminfo: memFree=1634592/2055920 swapFree=4191904/4192956
[pid=8922] ppid=8920 vsize=61600 CPUtime=25.46
/proc/8922/stat : 8922 (pcs.big) R 8920 8922 7354 0 -1 4194304 17355 826 0 0 2537 8 1 0 25 0 1 0 57734961 63078400 13903 996147200 134512640 135215973 4294956304 18446744073709551615 135097144 0 0 4096 0 0 0 0 17 0 0 0
/proc/8922/statm: 15400 13903 409 171 0 14325 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 61600

[startup+51.1019 s]
/proc/loadavg: 2.01 2.09 2.13 3/83 8928
/proc/meminfo: memFree=1599904/2055920 swapFree=4191904/4192956
[pid=8922] ppid=8920 vsize=96492 CPUtime=51.05
/proc/8922/stat : 8922 (pcs.big) R 8920 8922 7354 0 -1 4194304 26114 826 0 0 5091 13 1 0 25 0 1 0 57734961 98807808 22662 996147200 134512640 135215973 4294956304 18446744073709551615 4158960272 0 0 4096 0 0 0 0 17 0 0 0
/proc/8922/statm: 24123 22662 409 171 0 23048 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 96492

[startup+102.307 s]
/proc/loadavg: 2.00 2.07 2.12 3/83 8928
/proc/meminfo: memFree=1568864/2055920 swapFree=4191904/4192956
[pid=8922] ppid=8920 vsize=126216 CPUtime=102.23
/proc/8922/stat : 8922 (pcs.big) R 8920 8922 7354 0 -1 4194304 33593 826 0 0 10205 17 1 0 25 0 1 0 57734961 129245184 30141 996147200 134512640 135215973 4294956304 18446744073709551615 134587409 0 0 4096 0 0 0 0 17 0 0 0
/proc/8922/statm: 31554 30141 409 171 0 30479 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 126216

[startup+162.302 s]
/proc/loadavg: 2.00 2.06 2.10 3/83 8928
/proc/meminfo: memFree=1463840/2055920 swapFree=4191904/4192956
[pid=8922] ppid=8920 vsize=231480 CPUtime=162.2
/proc/8922/stat : 8922 (pcs.big) R 8920 8922 7354 0 -1 4194304 60140 826 0 0 16188 31 1 0 25 0 1 0 57734961 237035520 56460 996147200 134512640 135215973 4294956304 18446744073709551615 134591409 0 0 4096 0 0 0 0 17 0 0 0
/proc/8922/statm: 57870 56460 409 171 0 56795 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 231480

[startup+222.301 s]
/proc/loadavg: 2.00 2.04 2.09 3/83 8928
/proc/meminfo: memFree=1347680/2055920 swapFree=4191904/4192956
[pid=8922] ppid=8920 vsize=346000 CPUtime=222.18
/proc/8922/stat : 8922 (pcs.big) R 8920 8922 7354 0 -1 4194304 88824 826 0 0 22170 47 1 0 25 0 1 0 57734961 354304000 85144 996147200 134512640 135215973 4294956304 18446744073709551615 134902534 0 0 4096 0 0 0 0 17 0 0 0
/proc/8922/statm: 86500 85144 409 171 0 85425 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 346000

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.09 3/83 8928
/proc/meminfo: memFree=1227936/2055920 swapFree=4191904/4192956
[pid=8922] ppid=8920 vsize=469552 CPUtime=282.16
/proc/8922/stat : 8922 (pcs.big) R 8920 8922 7354 0 -1 4194304 119828 826 0 0 28153 62 1 0 25 0 1 0 57734961 480821248 115313 996147200 134512640 135215973 4294956304 18446744073709551615 134641100 0 0 4096 0 0 0 0 17 0 0 0
/proc/8922/statm: 117388 115313 409 171 0 116313 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 469552

[startup+342.302 s]
/proc/loadavg: 2.00 2.03 2.08 3/83 8928
/proc/meminfo: memFree=1130592/2055920 swapFree=4191904/4192956
[pid=8922] ppid=8920 vsize=564728 CPUtime=342.13
/proc/8922/stat : 8922 (pcs.big) R 8920 8922 7354 0 -1 4194304 143677 826 0 0 34136 76 1 0 25 0 1 0 57734961 578281472 139162 996147200 134512640 135215973 4294956304 18446744073709551615 134640977 0 0 4096 0 0 0 0 17 0 0 0
/proc/8922/statm: 141182 139162 409 171 0 140107 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 564728

[startup+402.302 s]
/proc/loadavg: 2.00 2.02 2.07 3/83 8928
/proc/meminfo: memFree=1072352/2055920 swapFree=4191904/4192956
[pid=8922] ppid=8920 vsize=623964 CPUtime=402.11
/proc/8922/stat : 8922 (pcs.big) R 8920 8922 7354 0 -1 4194304 158536 826 0 0 40126 84 1 0 25 0 1 0 57734961 638939136 154021 996147200 134512640 135215973 4294956304 18446744073709551615 134590633 0 0 4096 0 0 0 0 17 0 0 0
/proc/8922/statm: 155991 154021 409 171 0 154916 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 623964

[startup+462.302 s]
/proc/loadavg: 2.00 2.01 2.07 3/83 8928
/proc/meminfo: memFree=923360/2055920 swapFree=4191904/4192956
[pid=8922] ppid=8920 vsize=771984 CPUtime=462.09
/proc/8922/stat : 8922 (pcs.big) R 8920 8922 7354 0 -1 4194304 195594 826 0 0 46109 99 1 0 25 0 1 0 57734961 790511616 191079 996147200 134512640 135215973 4294956304 18446744073709551615 135094939 0 0 4096 0 0 0 0 17 0 0 0
/proc/8922/statm: 192996 191079 409 171 0 191921 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 771984

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.06 3/83 8928
/proc/meminfo: memFree=803424/2055920 swapFree=4191904/4192956
[pid=8922] ppid=8920 vsize=891756 CPUtime=522.06
/proc/8922/stat : 8922 (pcs.big) R 8920 8922 7354 0 -1 4194304 225586 826 0 0 52092 113 1 0 25 0 1 0 57734961 913158144 221071 996147200 134512640 135215973 4294956304 18446744073709551615 134532916 0 0 4096 0 0 0 0 17 0 0 0
/proc/8922/statm: 222939 221071 409 171 0 221864 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 891756



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+536.201 s]
/proc/loadavg: 2.00 2.01 2.06 3/83 8928
/proc/meminfo: memFree=771616/2055920 swapFree=4191904/4192956
[pid=8922] ppid=8920 vsize=921756 CPUtime=535.96
/proc/8922/stat : 8922 (pcs.big) R 8920 8922 7354 0 -1 4194304 233097 826 0 0 53478 117 1 0 25 0 1 0 57734961 943878144 228582 996147200 134512640 135215973 4294956304 18446744073709551615 134599837 0 0 4096 0 0 0 0 17 0 0 0
/proc/8922/statm: 230439 228582 409 171 0 229364 0
Current children cumulated CPU time (s) 535.96
Current children cumulated vsize (KiB) 921756

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

Solver just ended. Dumping a history of the last processes samples

[startup+536.306 s]
/proc/loadavg: 2.00 2.01 2.06 3/83 8928
/proc/meminfo: memFree=771616/2055920 swapFree=4191904/4192956
[pid=8922] ppid=8920 vsize=0 CPUtime=536.06
/proc/8922/stat : 8922 (pcs.big) R 8920 8922 7354 0 -1 4195332 233097 826 0 0 53478 127 1 0 25 0 1 0 57734961 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/8922/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 536.06
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 536.343
CPU time (s): 536.117
CPU user time (s): 534.798
CPU system time (s): 1.3198
CPU usage (%): 99.958
Max. virtual memory (cumulated for all children) (KiB): 921756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 534.798
system time used= 1.3198
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233923
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= 17
involuntary context switches= 1795

runsolver used 0.563914 second user time and 1.39679 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-16 03:12:04
IDJOB=2068535
IDBENCH=54874
IDSOLVER=733
FILE ID=node63/2068535-1247706724
PBS_JOBID= 9521186
Free space on /tmp= 66204 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/pseudo/primesDimacs/normalized-hanoi5.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068535-1247706724/watcher-2068535-1247706724 -o /tmp/evaluation-result-2068535-1247706724/solver-2068535-1247706724 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 365494448 HOME/instance-2068535-1247706724.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5125e2c8e16f9553ce00c9ebd3b2d74a
RANDOM SEED=365494448

node63.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1688768 kB
Buffers:         74992 kB
Cached:         160300 kB
SwapCached:        260 kB
Active:          67436 kB
Inactive:       209980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1688768 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            3996 kB
Writeback:           0 kB
Mapped:          62036 kB
Slab:            74668 kB
Committed_AS:   570564 kB
PageTables:       1988 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66204 MiB
End job on node63 at 2009-07-16 03:21:02