Trace number 1541647

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
hybridGM7 7Signal 311.225 311.33

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/70/
unif-k7-r89-v70-c6230-S1758422766-080.cnf
MD5SUMd43ec7420ae06189526d8ca748662c3c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data

0.02/0.05	c Heuristic : G2WSAT
0.02/0.05	c Hybrid barrier : 1 
0.02/0.05	c Problem instance: numAtoms = 70, numClauses = 6230, numLiterals = 43610
0.02/0.05	c General parameters: seed=955676926, cutoff=1000000000, targetCost = 0, print solution: yes
0.02/0.05	c gNovelty+ parameters: noise = 0, walkprob = 1, smoothprob = 100
0.02/0.05	c tries = 1
0.02/0.05	c 

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1541647-1238466314/watcher-1541647-1238466314 -o /tmp/evaluation-result-1541647-1238466314/solver-1541647-1238466314 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hybridGM7 HOME/instance-1541647-1238466314.cnf 955676926 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 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: 1.00 1.00 1.00 3/66 7284
/proc/meminfo: memFree=1287272/2055920 swapFree=4176412/4192956
[pid=7284] ppid=7282 vsize=260600 CPUtime=0
/proc/7284/stat : 7284 (hybridGM7) R 7282 7284 6228 0 -1 4194304 888 0 0 0 0 0 0 0 18 0 1 0 1119294324 266854400 872 1992294400 134512640 135204385 4294956208 18446744073709551615 134542712 0 0 4096 0 0 0 0 17 1 0 0
/proc/7284/statm: 65150 877 55 168 0 64980 0

[startup+0.02725 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 7284
/proc/meminfo: memFree=1287272/2055920 swapFree=4176412/4192956
[pid=7284] ppid=7282 vsize=268416 CPUtime=0.02
/proc/7284/stat : 7284 (hybridGM7) R 7282 7284 6228 0 -1 4194304 1119 0 0 0 2 0 0 0 18 0 1 0 1119294324 274857984 1103 1992294400 134512640 135204385 4294956208 18446744073709551615 134859484 0 0 4096 0 0 0 0 17 1 0 0
/proc/7284/statm: 67104 1103 57 168 0 66934 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 268416

[startup+0.101258 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 7284
/proc/meminfo: memFree=1287272/2055920 swapFree=4176412/4192956
[pid=7284] ppid=7282 vsize=268416 CPUtime=0.1
/proc/7284/stat : 7284 (hybridGM7) R 7282 7284 6228 0 -1 4194304 4645 0 0 0 8 2 0 0 18 0 1 0 1119294324 274857984 4628 1992294400 134512640 135204385 4294956208 18446744073709551615 134537486 0 0 4096 0 0 0 0 17 1 0 0
/proc/7284/statm: 67104 4628 64 168 0 66934 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 268416

[startup+0.301284 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 7284
/proc/meminfo: memFree=1287272/2055920 swapFree=4176412/4192956
[pid=7284] ppid=7282 vsize=268416 CPUtime=0.3
/proc/7284/stat : 7284 (hybridGM7) R 7282 7284 6228 0 -1 4194304 4645 0 0 0 28 2 0 0 19 0 1 0 1119294324 274857984 4628 1992294400 134512640 135204385 4294956208 18446744073709551615 134536993 0 0 4096 0 0 0 0 17 1 0 0
/proc/7284/statm: 67104 4628 64 168 0 66934 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 268416

[startup+0.701336 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 7284
/proc/meminfo: memFree=1287272/2055920 swapFree=4176412/4192956
[pid=7284] ppid=7282 vsize=269192 CPUtime=0.7
/proc/7284/stat : 7284 (hybridGM7) R 7282 7284 6228 0 -1 4194304 4975 0 0 0 68 2 0 0 22 0 1 0 1119294324 275652608 4942 1992294400 134512640 135204385 4294956208 18446744073709551615 134925342 0 0 4096 0 0 0 0 17 1 0 0
/proc/7284/statm: 67298 4942 85 168 0 67128 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 269192

[startup+1.50144 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7285
/proc/meminfo: memFree=1267552/2055920 swapFree=4176412/4192956
[pid=7284] ppid=7282 vsize=269644 CPUtime=1.49
/proc/7284/stat : 7284 (hybridGM7) R 7282 7284 6228 0 -1 4194304 5092 0 0 0 147 2 0 0 25 0 1 0 1119294324 276115456 5054 1992294400 134512640 135204385 4294956208 18446744073709551615 134537443 0 0 4096 0 0 0 0 17 1 0 0
/proc/7284/statm: 67411 5054 85 168 0 67241 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 269644

[startup+3.10165 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7285
/proc/meminfo: memFree=1266720/2055920 swapFree=4176412/4192956
[pid=7284] ppid=7282 vsize=270288 CPUtime=3.09
/proc/7284/stat : 7284 (hybridGM7) R 7282 7284 6228 0 -1 4194304 5263 0 0 0 307 2 0 0 25 0 1 0 1119294324 276774912 5214 1992294400 134512640 135204385 4294956208 18446744073709551615 134537256 0 0 4096 0 0 0 0 17 1 0 0
/proc/7284/statm: 67572 5214 85 168 0 67402 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 270288

[startup+6.30106 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7285
/proc/meminfo: memFree=1265760/2055920 swapFree=4176412/4192956
[pid=7284] ppid=7282 vsize=271120 CPUtime=6.29
/proc/7284/stat : 7284 (hybridGM7) R 7282 7284 6228 0 -1 4194304 5503 0 0 0 627 2 0 0 25 0 1 0 1119294324 277626880 5427 1992294400 134512640 135204385 4294956208 18446744073709551615 134536986 0 0 4096 0 0 0 0 17 1 0 0
/proc/7284/statm: 67780 5427 85 168 0 67610 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 271120

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7285
/proc/meminfo: memFree=1263520/2055920 swapFree=4176412/4192956
[pid=7284] ppid=7282 vsize=273036 CPUtime=12.69
/proc/7284/stat : 7284 (hybridGM7) R 7282 7284 6228 0 -1 4194304 6072 0 0 0 1267 2 0 0 25 0 1 0 1119294324 279588864 5941 1992294400 134512640 135204385 4294956208 18446744073709551615 134537403 0 0 4096 0 0 0 0 17 1 0 0
/proc/7284/statm: 68259 5941 85 168 0 68089 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 273036

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7285
/proc/meminfo: memFree=1260064/2055920 swapFree=4176412/4192956
[pid=7284] ppid=7282 vsize=276448 CPUtime=25.48
/proc/7284/stat : 7284 (hybridGM7) R 7282 7284 6228 0 -1 4194304 6913 0 0 0 2546 2 0 0 25 0 1 0 1119294324 283082752 6778 1992294400 134512640 135204385 4294956208 18446744073709551615 134537224 0 0 4096 0 0 0 0 17 1 0 0
/proc/7284/statm: 69112 6778 85 168 0 68942 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 276448

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7285
/proc/meminfo: memFree=1253280/2055920 swapFree=4176412/4192956
[pid=7284] ppid=7282 vsize=283248 CPUtime=51.08
/proc/7284/stat : 7284 (hybridGM7) R 7282 7284 6228 0 -1 4194304 8621 0 0 0 5105 3 0 0 25 0 1 0 1119294324 290045952 8486 1992294400 134512640 135204385 4294956208 18446744073709551615 134536993 0 0 4096 0 0 0 0 17 1 0 0
/proc/7284/statm: 70812 8486 85 168 0 70642 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 283248

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7285
/proc/meminfo: memFree=1236448/2055920 swapFree=4176412/4192956
[pid=7284] ppid=7282 vsize=300204 CPUtime=102.27
/proc/7284/stat : 7284 (hybridGM7) R 7282 7284 6228 0 -1 4194304 12841 0 0 0 10222 5 0 0 25 0 1 0 1119294324 307408896 12706 1992294400 134512640 135204385 4294956208 18446744073709551615 134537466 0 0 4096 0 0 0 0 17 1 0 0
/proc/7284/statm: 75051 12706 85 168 0 74881 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 300204

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7285
/proc/meminfo: memFree=1208992/2055920 swapFree=4176412/4192956
[pid=7284] ppid=7282 vsize=327624 CPUtime=162.25
/proc/7284/stat : 7284 (hybridGM7) R 7282 7284 6228 0 -1 4194304 19693 0 0 0 16217 8 0 0 25 0 1 0 1119294324 335486976 19558 1992294400 134512640 135204385 4294956208 18446744073709551615 134587296 0 0 4096 0 0 0 0 17 1 0 0
/proc/7284/statm: 81906 19558 85 168 0 81736 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 327624

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7285
/proc/meminfo: memFree=1184224/2055920 swapFree=4176412/4192956
[pid=7284] ppid=7282 vsize=352396 CPUtime=222.23
/proc/7284/stat : 7284 (hybridGM7) R 7282 7284 6228 0 -1 4194304 25895 0 0 0 22212 11 0 0 25 0 1 0 1119294324 360853504 25760 1992294400 134512640 135204385 4294956208 18446744073709551615 134536744 0 0 4096 0 0 0 0 17 1 0 0
/proc/7284/statm: 88099 25760 85 168 0 87929 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 352396

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7285
/proc/meminfo: memFree=1160608/2055920 swapFree=4176412/4192956
[pid=7284] ppid=7282 vsize=376068 CPUtime=282.22
/proc/7284/stat : 7284 (hybridGM7) R 7282 7284 6228 0 -1 4194304 31821 0 0 0 28208 14 0 0 25 0 1 0 1119294324 385093632 31686 1992294400 134512640 135204385 4294956208 18446744073709551615 134537558 0 0 4096 0 0 0 0 17 1 0 0
/proc/7284/statm: 94017 31686 85 168 0 93847 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 376068

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

[startup+294.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7285
/proc/meminfo: memFree=1154400/2055920 swapFree=4176412/4192956
[pid=7284] ppid=7282 vsize=382124 CPUtime=294.21
/proc/7284/stat : 7284 (hybridGM7) R 7282 7284 6228 0 -1 4194304 33332 0 0 0 29406 15 0 0 25 0 1 0 1119294324 391294976 33197 1992294400 134512640 135204385 4294956208 18446744073709551615 134536891 0 0 4096 0 0 0 0 17 1 0 0
/proc/7284/statm: 95531 33197 85 168 0 95361 0
Current children cumulated CPU time (s) 294.21
Current children cumulated vsize (KiB) 382124

[startup+300.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7285
/proc/meminfo: memFree=1152160/2055920 swapFree=4176412/4192956
[pid=7284] ppid=7282 vsize=384276 CPUtime=300.61
/proc/7284/stat : 7284 (hybridGM7) R 7282 7284 6228 0 -1 4194304 33865 0 0 0 30046 15 0 0 25 0 1 0 1119294324 393498624 33730 1992294400 134512640 135204385 4294956208 18446744073709551615 134536929 0 0 4096 0 0 0 0 17 1 0 0
/proc/7284/statm: 96069 33730 85 168 0 95899 0
Current children cumulated CPU time (s) 300.61
Current children cumulated vsize (KiB) 384276

[startup+307.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7285
/proc/meminfo: memFree=1149152/2055920 swapFree=4176412/4192956
[pid=7284] ppid=7282 vsize=387284 CPUtime=307.01
/proc/7284/stat : 7284 (hybridGM7) R 7282 7284 6228 0 -1 4194304 34620 0 0 0 30686 15 0 0 25 0 1 0 1119294324 396578816 34485 1992294400 134512640 135204385 4294956208 18446744073709551615 134536993 0 0 4096 0 0 0 0 17 1 0 0
/proc/7284/statm: 96821 34485 85 168 0 96651 0
Current children cumulated CPU time (s) 307.01
Current children cumulated vsize (KiB) 387284

[startup+308.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7285
/proc/meminfo: memFree=1148704/2055920 swapFree=4176412/4192956
[pid=7284] ppid=7282 vsize=387988 CPUtime=308.61
/proc/7284/stat : 7284 (hybridGM7) R 7282 7284 6228 0 -1 4194304 34796 0 0 0 30846 15 0 0 25 0 1 0 1119294324 397299712 34661 1992294400 134512640 135204385 4294956208 18446744073709551615 134537167 0 0 4096 0 0 0 0 17 1 0 0
/proc/7284/statm: 96997 34661 85 168 0 96827 0
Current children cumulated CPU time (s) 308.61
Current children cumulated vsize (KiB) 387988

[startup+310.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7285
/proc/meminfo: memFree=1147616/2055920 swapFree=4176412/4192956
[pid=7284] ppid=7282 vsize=388660 CPUtime=310.2
/proc/7284/stat : 7284 (hybridGM7) R 7282 7284 6228 0 -1 4194304 34975 0 0 0 31005 15 0 0 25 0 1 0 1119294324 397987840 34840 1992294400 134512640 135204385 4294956208 18446744073709551615 134572856 0 0 4096 0 0 0 0 17 1 0 0
/proc/7284/statm: 97165 34840 85 168 0 96995 0
Current children cumulated CPU time (s) 310.2
Current children cumulated vsize (KiB) 388660

[startup+311.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7285
/proc/meminfo: memFree=1147616/2055920 swapFree=4176412/4192956
[pid=7284] ppid=7282 vsize=388836 CPUtime=311.01
/proc/7284/stat : 7284 (hybridGM7) R 7282 7284 6228 0 -1 4195840 45843 0 0 0 31048 53 0 0 25 0 1 0 1119294324 398168064 34873 1992294400 134512640 135204385 4294956208 18446744073709551615 134532951 0 0 4096 0 0 0 0 17 1 0 0
/proc/7284/statm: 97209 34873 85 168 0 97039 0
Current children cumulated CPU time (s) 311.01
Current children cumulated vsize (KiB) 388836

[startup+311.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7285
/proc/meminfo: memFree=1031136/2055920 swapFree=4176412/4192956
[pid=7284] ppid=7282 vsize=0 CPUtime=311.19
/proc/7284/stat : 7284 (hybridGM7) R 7282 7284 6228 0 -1 4195844 47084 0 0 0 31048 71 0 0 25 0 1 0 1119294324 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/7284/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 311.19
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 311.33
CPU time (s): 311.225
CPU user time (s): 310.482
CPU system time (s): 0.742887
CPU usage (%): 99.9663
Max. virtual memory (cumulated for all children) (KiB): 388836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 310.482
system time used= 0.742887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47084
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= 3
involuntary context switches= 826

runsolver used 0.425935 second user time and 0.715891 second system time

The end

Launcher Data

Begin job on node40 at 2009-03-31 04:25:14
IDJOB=1541647
IDBENCH=70471
IDSOLVER=535
FILE ID=node40/1541647-1238466314
PBS_JOBID= 9061703
Free space on /tmp= 63504 MiB

SOLVER NAME= hybridGM7 7
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/70/unif-k7-r89-v70-c6230-S1758422766-080.cnf
COMMAND LINE= HOME/hybridGM7 BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1541647-1238466314/watcher-1541647-1238466314 -o /tmp/evaluation-result-1541647-1238466314/solver-1541647-1238466314 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hybridGM7 HOME/instance-1541647-1238466314.cnf 955676926 

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

MD5SUM BENCH= d43ec7420ae06189526d8ca748662c3c
RANDOM SEED=955676926

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1287688 kB
Buffers:         80700 kB
Cached:         596548 kB
SwapCached:       9688 kB
Active:         170140 kB
Inactive:       518452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1287688 kB
SwapTotal:     4192956 kB
SwapFree:      4176412 kB
Dirty:            1200 kB
Writeback:           0 kB
Mapped:          17180 kB
Slab:            65544 kB
Committed_AS:  2770084 kB
PageTables:       1476 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= 63364 MiB
End job on node40 at 2009-03-31 04:30:25