Trace number 1037193

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
spider 2008-06-14SAT 229.047 230.951

DiagnosticValue
ASSIGNMENTS480934
CHECKS134917000

General information on the benchmark

Namecsp/QWH-20/
normalized-qwh-20-166-8_ext.xml
MD5SUM97207bee703f608d4151d78704fdd40e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.00669
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints5092
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension5092
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

228.99/230.92	s SATISFIABLE
228.99/230.92	v 13 8 17 18 7 1 10 5 15 11 6 19 14 3 16 9 4 0 2 12 12 15 18 9 16 4 13 0 2 19 8 17 6 14 7 11 10 5 3 1 2 0 13 11 8 9 15 1 7 6 10 4 19 12 14 16 17 18 5 3 18 19 6 0 4 13 12 11 3 14 15 10 5 7 9 2 1 16 8 17 6 11 7 3 10 17 14 16 8 13 2 12 0 19 5 15 9 1 4 18 19 16 3 7 14 10 1 17 18 9 11 5 2 15 0 12 8 13 6 4 3 6 0 1 19 12 16 14 13 2 4 9 15 18 17 5 11 7 10 8 7 2 11 17 1 0 3 18 19 8 9 16 12 5 4 13 15 6 14 10 0 9 10 2 18 7 17 8 5 3 14 6 1 13 19 4 16 15 12 11 10 17 8 5 11 14 9 19 1 12 3 15 13 6 18 7 2 4 0 16 16 4 19 8 12 15 5 13 10 18 7 11 9 17 2 0 3 14 1 6 15 18 9 16 13 5 8 4 12 10 1 2 17 0 11 19 6 3 7 14 8 14 2 15 9 16 6 3 0 4 12 7 18 10 1 17 13 11 19 5 14 3 4 19 5 6 0 2 11 17 13 1 7 8 12 10 18 9 16 15 9 1 15 10 6 2 18 12 17 7 5 13 4 16 3 8 14 19 11 0 11 10 5 12 2 19 4 6 16 0 18 14 3 9 8 1 7 17 15 13 17 12 1 14 0 8 2 15 9 16 19 3 11 4 6 18 5 10 13 7 4 7 12 13 15 3 11 9 6 5 17 8 16 1 10 14 0 2 18 19 1 5 16 4 3 11 7 10 14 15 0 18 8 2 13 6 19 12 17 9 5 13 14 6 17 18 19 7 4 1 16 0 10 11 15 3 12 8 9 2 
228.99/230.92	d CHECKS 134917219
228.99/230.92	d ASSIGNMENTS 480934

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1037193-1214960840/watcher-1037193-1214960840 -o /tmp/evaluation-result-1037193-1214960840/solver-1037193-1214960840 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/run -c HOME/instance-1037193-1214960840.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.00 2.00 4/74 10356
/proc/meminfo: memFree=1677112/2055920 swapFree=4120196/4192956
[pid=10356] ppid=10354 vsize=5356 CPUtime=0
/proc/10356/stat : 10356 (run) R 10354 10356 9284 0 -1 4194304 263 0 0 0 0 0 0 0 20 0 1 0 1525758073 5484544 231 996147200 4194304 4889804 548682068848 18446744073709551615 212234464551 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/10356/statm: 1339 231 192 169 0 50 0

[startup+0.210984 s]
/proc/loadavg: 2.03 2.00 2.00 4/74 10356
/proc/meminfo: memFree=1677112/2055920 swapFree=4120196/4192956
[pid=10356] ppid=10354 vsize=39488 CPUtime=0.19
/proc/10356/stat : 10356 (ld-linux.so.2) R 10354 10356 9284 0 -1 4194304 9462 0 0 0 15 4 0 0 19 0 1 0 1525758073 40435712 9193 996147200 1448431616 1448550632 4294956288 18446744073709551615 4157598267 0 0 4096 0 0 0 0 17 1 0 0
/proc/10356/statm: 9872 9193 330 29 0 8862 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 39488

[startup+0.301997 s]
/proc/loadavg: 2.03 2.00 2.00 4/74 10356
/proc/meminfo: memFree=1677112/2055920 swapFree=4120196/4192956
[pid=10356] ppid=10354 vsize=55196 CPUtime=0.28
/proc/10356/stat : 10356 (ld-linux.so.2) R 10354 10356 9284 0 -1 4194304 13386 0 0 0 21 7 0 0 19 0 1 0 1525758073 56520704 13117 996147200 1448431616 1448550632 4294956288 18446744073709551615 4157598267 0 0 4096 0 0 0 0 17 1 0 0
/proc/10356/statm: 13799 13117 330 29 0 12789 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 55196

[startup+0.402018 s]
/proc/loadavg: 2.03 2.00 2.00 4/74 10356
/proc/meminfo: memFree=1677112/2055920 swapFree=4120196/4192956
[pid=10356] ppid=10354 vsize=73412 CPUtime=0.38
/proc/10356/stat : 10356 (ld-linux.so.2) R 10354 10356 9284 0 -1 4194304 17941 0 0 0 29 9 0 0 20 0 1 0 1525758073 75173888 17672 996147200 1448431616 1448550632 4294956288 18446744073709551615 4157603900 0 0 4096 0 0 0 0 17 1 0 0
/proc/10356/statm: 18353 17672 330 29 0 17343 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 73412

[startup+0.701061 s]
/proc/loadavg: 2.03 2.00 2.00 4/74 10356
/proc/meminfo: memFree=1677112/2055920 swapFree=4120196/4192956
[pid=10356] ppid=10354 vsize=105904 CPUtime=0.68
/proc/10356/stat : 10356 (ld-linux.so.2) R 10354 10356 9284 0 -1 4194304 26071 0 0 0 54 14 0 0 23 0 1 0 1525758073 108445696 25802 996147200 1448431616 1448550632 4294956288 18446744073709551615 134544920 0 0 4096 0 0 0 0 17 1 0 0
/proc/10356/statm: 26476 25802 342 29 0 25466 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 105904

[startup+1.5012 s]
/proc/loadavg: 2.03 2.00 2.00 3/75 10357
/proc/meminfo: memFree=1574832/2055920 swapFree=4120196/4192956
[pid=10356] ppid=10354 vsize=106064 CPUtime=1.47
/proc/10356/stat : 10356 (ld-linux.so.2) R 10354 10356 9284 0 -1 4194304 26107 0 0 0 133 14 0 0 25 0 1 0 1525758073 108609536 25838 996147200 1448431616 1448550632 4294956288 18446744073709551615 134545029 0 0 4096 0 0 0 0 17 1 0 0
/proc/10356/statm: 26516 25838 342 29 0 25506 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 106064

[startup+3.10148 s]
/proc/loadavg: 2.03 2.00 2.00 3/75 10357
/proc/meminfo: memFree=1574640/2055920 swapFree=4120196/4192956
[pid=10356] ppid=10354 vsize=106064 CPUtime=3.06
/proc/10356/stat : 10356 (ld-linux.so.2) R 10354 10356 9284 0 -1 4194304 26118 0 0 0 292 14 0 0 25 0 1 0 1525758073 108609536 25849 996147200 1448431616 1448550632 4294956288 18446744073709551615 134544042 0 0 4096 0 0 0 0 17 1 0 0
/proc/10356/statm: 26516 25849 342 29 0 25506 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 106064

[startup+6.30203 s]
/proc/loadavg: 2.03 2.00 2.00 3/75 10357
/proc/meminfo: memFree=1574576/2055920 swapFree=4120196/4192956
[pid=10356] ppid=10354 vsize=106072 CPUtime=6.23
/proc/10356/stat : 10356 (ld-linux.so.2) R 10354 10356 9284 0 -1 4194304 26130 0 0 0 609 14 0 0 25 0 1 0 1525758073 108617728 25861 996147200 1448431616 1448550632 4294956288 18446744073709551615 134535381 0 0 4096 0 0 0 0 17 1 0 0
/proc/10356/statm: 26518 25861 342 29 0 25508 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 106072

[startup+12.7011 s]
/proc/loadavg: 2.03 2.00 2.00 3/75 10357
/proc/meminfo: memFree=1574320/2055920 swapFree=4120196/4192956
[pid=10356] ppid=10354 vsize=106240 CPUtime=12.58
/proc/10356/stat : 10356 (ld-linux.so.2) R 10354 10356 9284 0 -1 4194304 26140 0 0 0 1244 14 0 0 25 0 1 0 1525758073 108789760 25871 996147200 1448431616 1448550632 4294956288 18446744073709551615 134544027 0 0 4096 0 0 0 0 17 1 0 0
/proc/10356/statm: 26560 25871 342 29 0 25550 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 106240

[startup+25.5064 s]
/proc/loadavg: 2.02 2.00 2.00 3/75 10357
/proc/meminfo: memFree=1574320/2055920 swapFree=4120196/4192956
[pid=10356] ppid=10354 vsize=106240 CPUtime=25.27
/proc/10356/stat : 10356 (ld-linux.so.2) R 10354 10356 9284 0 -1 4194304 26150 0 0 0 2513 14 0 0 25 0 1 0 1525758073 108789760 25881 996147200 1448431616 1448550632 4294956288 18446744073709551615 134544071 0 0 4096 0 0 0 0 17 1 0 0
/proc/10356/statm: 26560 25881 342 29 0 25550 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 106240

[startup+51.1018 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 10357
/proc/meminfo: memFree=1574320/2055920 swapFree=4120196/4192956
[pid=10356] ppid=10354 vsize=106240 CPUtime=50.65
/proc/10356/stat : 10356 (ld-linux.so.2) R 10354 10356 9284 0 -1 4194304 26171 0 0 0 5051 14 0 0 25 0 1 0 1525758073 108789760 25902 996147200 1448431616 1448550632 4294956288 18446744073709551615 134535396 0 0 4096 0 0 0 0 17 1 0 0
/proc/10356/statm: 26560 25902 342 29 0 25550 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 106240

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 10357
/proc/meminfo: memFree=1574128/2055920 swapFree=4120196/4192956
[pid=10356] ppid=10354 vsize=106404 CPUtime=101.45
/proc/10356/stat : 10356 (ld-linux.so.2) R 10354 10356 9284 0 -1 4194304 26181 0 0 0 10130 15 0 0 25 0 1 0 1525758073 108957696 25912 996147200 1448431616 1448550632 4294956288 18446744073709551615 134546226 0 0 4096 0 0 0 0 17 1 0 0
/proc/10356/statm: 26601 25912 342 29 0 25591 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 106404

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 10357
/proc/meminfo: memFree=1574000/2055920 swapFree=4120196/4192956
[pid=10356] ppid=10354 vsize=106404 CPUtime=160.94
/proc/10356/stat : 10356 (ld-linux.so.2) R 10354 10356 9284 0 -1 4194304 26181 0 0 0 16079 15 0 0 25 0 1 0 1525758073 108957696 25912 996147200 1448431616 1448550632 4294956288 18446744073709551615 134545027 0 0 4096 0 0 0 0 17 1 0 0
/proc/10356/statm: 26601 25912 342 29 0 25591 0
Current children cumulated CPU time (s) 160.94
Current children cumulated vsize (KiB) 106404

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 10357
/proc/meminfo: memFree=1573808/2055920 swapFree=4120196/4192956
[pid=10356] ppid=10354 vsize=106408 CPUtime=220.46
/proc/10356/stat : 10356 (ld-linux.so.2) R 10354 10356 9284 0 -1 4194304 26193 0 0 0 22030 16 0 0 25 0 1 0 1525758073 108961792 25924 996147200 1448431616 1448550632 4294956288 18446744073709551615 134543935 0 0 4096 0 0 0 0 17 1 0 0
/proc/10356/statm: 26602 25924 342 29 0 25592 0
Current children cumulated CPU time (s) 220.46
Current children cumulated vsize (KiB) 106408

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

[startup+224.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 10357
/proc/meminfo: memFree=1573808/2055920 swapFree=4120196/4192956
[pid=10356] ppid=10354 vsize=106408 CPUtime=222.24
/proc/10356/stat : 10356 (ld-linux.so.2) R 10354 10356 9284 0 -1 4194304 26193 0 0 0 22208 16 0 0 25 0 1 0 1525758073 108961792 25924 996147200 1448431616 1448550632 4294956288 18446744073709551615 134544036 0 0 4096 0 0 0 0 17 1 0 0
/proc/10356/statm: 26602 25924 342 29 0 25592 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 106408

[startup+227.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 10357
/proc/meminfo: memFree=1573808/2055920 swapFree=4120196/4192956
[pid=10356] ppid=10354 vsize=106408 CPUtime=225.42
/proc/10356/stat : 10356 (ld-linux.so.2) R 10354 10356 9284 0 -1 4194304 26193 0 0 0 22526 16 0 0 25 0 1 0 1525758073 108961792 25924 996147200 1448431616 1448550632 4294956288 18446744073709551615 134546371 0 0 4096 0 0 0 0 17 1 0 0
/proc/10356/statm: 26602 25924 342 29 0 25592 0
Current children cumulated CPU time (s) 225.42
Current children cumulated vsize (KiB) 106408

[startup+228.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 10357
/proc/meminfo: memFree=1573808/2055920 swapFree=4120196/4192956
[pid=10356] ppid=10354 vsize=106408 CPUtime=227.01
/proc/10356/stat : 10356 (ld-linux.so.2) R 10354 10356 9284 0 -1 4194304 26193 0 0 0 22685 16 0 0 25 0 1 0 1525758073 108961792 25924 996147200 1448431616 1448550632 4294956288 18446744073709551615 134544033 0 0 4096 0 0 0 0 17 1 0 0
/proc/10356/statm: 26602 25924 342 29 0 25592 0
Current children cumulated CPU time (s) 227.01
Current children cumulated vsize (KiB) 106408

[startup+229.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 10357
/proc/meminfo: memFree=1573808/2055920 swapFree=4120196/4192956
[pid=10356] ppid=10354 vsize=106408 CPUtime=227.8
/proc/10356/stat : 10356 (ld-linux.so.2) R 10354 10356 9284 0 -1 4194304 26193 0 0 0 22764 16 0 0 25 0 1 0 1525758073 108961792 25924 996147200 1448431616 1448550632 4294956288 18446744073709551615 134546371 0 0 4096 0 0 0 0 17 1 0 0
/proc/10356/statm: 26602 25924 342 29 0 25592 0
Current children cumulated CPU time (s) 227.8
Current children cumulated vsize (KiB) 106408

[startup+230.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 10357
/proc/meminfo: memFree=1573808/2055920 swapFree=4120196/4192956
[pid=10356] ppid=10354 vsize=106408 CPUtime=228.59
/proc/10356/stat : 10356 (ld-linux.so.2) R 10354 10356 9284 0 -1 4194304 26193 0 0 0 22843 16 0 0 25 0 1 0 1525758073 108961792 25924 996147200 1448431616 1448550632 4294956288 18446744073709551615 134546223 0 0 4096 0 0 0 0 17 1 0 0
/proc/10356/statm: 26602 25924 342 29 0 25592 0
Current children cumulated CPU time (s) 228.59
Current children cumulated vsize (KiB) 106408

[startup+230.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 10357
/proc/meminfo: memFree=1573808/2055920 swapFree=4120196/4192956
[pid=10356] ppid=10354 vsize=106408 CPUtime=228.99
/proc/10356/stat : 10356 (ld-linux.so.2) R 10354 10356 9284 0 -1 4194304 26193 0 0 0 22883 16 0 0 25 0 1 0 1525758073 108961792 25924 996147200 1448431616 1448550632 4294956288 18446744073709551615 134546226 0 0 4096 0 0 0 0 17 1 0 0
/proc/10356/statm: 26602 25924 342 29 0 25592 0
Current children cumulated CPU time (s) 228.99
Current children cumulated vsize (KiB) 106408

Child status: 0
Real time (s): 230.951
CPU time (s): 229.047
CPU user time (s): 228.867
CPU system time (s): 0.179972
CPU usage (%): 99.1755
Max. virtual memory (cumulated for all children) (KiB): 106408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 228.867
system time used= 0.179972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26210
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= 25
involuntary context switches= 5174

runsolver used 0.249962 second user time and 0.6539 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-02 03:07:20
IDJOB=1037193
IDBENCH=53495
IDSOLVER=328
FILE ID=node14/1037193-1214960840
PBS_JOBID= 7870306
Free space on /tmp= 66536 MiB

SOLVER NAME= spider 2008-06-14
BENCH NAME= CPAI08/csp/QWH-20/normalized-qwh-20-166-8_ext.xml
COMMAND LINE= HOME/run -c BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1037193-1214960840/watcher-1037193-1214960840 -o /tmp/evaluation-result-1037193-1214960840/solver-1037193-1214960840 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/run -c HOME/instance-1037193-1214960840.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 97207bee703f608d4151d78704fdd40e
RANDOM SEED=2120049373

node14.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.267
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	: 5931.00
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.267
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:       1677592 kB
Buffers:         27808 kB
Cached:         159052 kB
SwapCached:      66848 kB
Active:         182572 kB
Inactive:       127656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1677592 kB
SwapTotal:     4192956 kB
SwapFree:      4120196 kB
Dirty:            1876 kB
Writeback:           0 kB
Mapped:         130536 kB
Slab:            53248 kB
Committed_AS:  2947396 kB
PageTables:       2100 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= 66536 MiB
End job on node14 at 2008-07-02 03:11:11