Trace number 1541197

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 257.725 257.91

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/100/
unif-k5-r21.3-v100-c2130-S1698591437-083.cnf
MD5SUM24020efeef97a2534de77350f664299c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark731.459
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
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 52130
Number of clauses of size over 50

Solver Data

0.00/0.03	c Heuristic : G2WSAT
0.00/0.03	c Hybrid barrier : 1 
0.00/0.03	c Problem instance: numAtoms = 100, numClauses = 2130, numLiterals = 10650
0.00/0.03	c General parameters: seed=160127634, cutoff=1000000000, targetCost = 0, print solution: yes
0.00/0.03	c gNovelty+ parameters: noise = 0, walkprob = 1, smoothprob = 100
0.00/0.03	c tries = 1
0.00/0.03	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-1541197-1238444535/watcher-1541197-1238444535 -o /tmp/evaluation-result-1541197-1238444535/solver-1541197-1238444535 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hybridGM7 HOME/instance-1541197-1238444535.cnf 160127634 

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: 0.99 0.97 0.98 3/68 16894
/proc/meminfo: memFree=1532928/2055920 swapFree=4175244/4192956
[pid=16894] ppid=16892 vsize=260600 CPUtime=0
/proc/16894/stat : 16894 (hybridGM7) R 16892 16894 16791 0 -1 4194304 916 0 0 0 0 0 0 0 18 0 1 0 1117115085 266854400 900 1992294400 134512640 135204385 4294956224 18446744073709551615 134542712 0 0 4096 0 0 0 0 17 1 0 0
/proc/16894/statm: 65150 906 55 168 0 64980 0

[startup+0.0504209 s]
/proc/loadavg: 0.99 0.97 0.98 3/68 16894
/proc/meminfo: memFree=1532928/2055920 swapFree=4175244/4192956
[pid=16894] ppid=16892 vsize=268416 CPUtime=0.04
/proc/16894/stat : 16894 (hybridGM7) R 16892 16894 16791 0 -1 4194304 4555 0 0 0 3 1 0 0 18 0 1 0 1117115085 274857984 4538 1992294400 134512640 135204385 4294956224 18446744073709551615 134536678 0 0 4096 0 0 0 0 17 1 0 0
/proc/16894/statm: 67104 4538 64 168 0 66934 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 268416

[startup+0.102425 s]
/proc/loadavg: 0.99 0.97 0.98 3/68 16894
/proc/meminfo: memFree=1532928/2055920 swapFree=4175244/4192956
[pid=16894] ppid=16892 vsize=268588 CPUtime=0.09
/proc/16894/stat : 16894 (hybridGM7) R 16892 16894 16791 0 -1 4194304 4672 0 0 0 8 1 0 0 18 0 1 0 1117115085 275034112 4653 1992294400 134512640 135204385 4294956224 18446744073709551615 134537495 0 0 4096 0 0 0 0 17 1 0 0
/proc/16894/statm: 67147 4653 85 168 0 66977 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 268588

[startup+0.302444 s]
/proc/loadavg: 0.99 0.97 0.98 3/68 16894
/proc/meminfo: memFree=1532928/2055920 swapFree=4175244/4192956
[pid=16894] ppid=16892 vsize=268780 CPUtime=0.29
/proc/16894/stat : 16894 (hybridGM7) R 16892 16894 16791 0 -1 4194304 4731 0 0 0 28 1 0 0 19 0 1 0 1117115085 275230720 4712 1992294400 134512640 135204385 4294956224 18446744073709551615 134549148 0 0 4096 0 0 0 0 17 1 0 0
/proc/16894/statm: 67195 4712 85 168 0 67025 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 268780

[startup+0.701485 s]
/proc/loadavg: 0.99 0.97 0.98 3/68 16894
/proc/meminfo: memFree=1532928/2055920 swapFree=4175244/4192956
[pid=16894] ppid=16892 vsize=269188 CPUtime=0.69
/proc/16894/stat : 16894 (hybridGM7) R 16892 16894 16791 0 -1 4194304 4833 0 0 0 68 1 0 0 22 0 1 0 1117115085 275648512 4814 1992294400 134512640 135204385 4294956224 18446744073709551615 134537486 0 0 4096 0 0 0 0 17 1 0 0
/proc/16894/statm: 67297 4814 85 168 0 67127 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 269188

[startup+1.50156 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 16895
/proc/meminfo: memFree=1513400/2055920 swapFree=4175244/4192956
[pid=16894] ppid=16892 vsize=270520 CPUtime=1.49
/proc/16894/stat : 16894 (hybridGM7) R 16892 16894 16791 0 -1 4194304 5162 0 0 0 148 1 0 0 25 0 1 0 1117115085 277012480 5143 1992294400 134512640 135204385 4294956224 18446744073709551615 134572697 0 0 4096 0 0 0 0 17 1 0 0
/proc/16894/statm: 67630 5143 85 168 0 67460 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 270520

[startup+3.10172 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 16895
/proc/meminfo: memFree=1511416/2055920 swapFree=4175244/4192956
[pid=16894] ppid=16892 vsize=272844 CPUtime=3.09
/proc/16894/stat : 16894 (hybridGM7) R 16892 16894 16791 0 -1 4194304 5747 0 0 0 308 1 0 0 25 0 1 0 1117115085 279392256 5728 1992294400 134512640 135204385 4294956224 18446744073709551615 134712584 0 0 4096 0 0 0 0 17 1 0 0
/proc/16894/statm: 68211 5728 85 168 0 68041 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 272844

[startup+6.30104 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 16895
/proc/meminfo: memFree=1506616/2055920 swapFree=4175244/4192956
[pid=16894] ppid=16892 vsize=277668 CPUtime=6.29
/proc/16894/stat : 16894 (hybridGM7) R 16892 16894 16791 0 -1 4194304 6960 0 0 0 627 2 0 0 25 0 1 0 1117115085 284332032 6941 1992294400 134512640 135204385 4294956224 18446744073709551615 134536669 0 0 4096 0 0 0 0 17 1 0 0
/proc/16894/statm: 69417 6941 85 168 0 69247 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 277668

[startup+12.7017 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 16895
/proc/meminfo: memFree=1496568/2055920 swapFree=4175244/4192956
[pid=16894] ppid=16892 vsize=286836 CPUtime=12.69
/proc/16894/stat : 16894 (hybridGM7) R 16892 16894 16791 0 -1 4194304 9244 0 0 0 1265 4 0 0 25 0 1 0 1117115085 293720064 9225 1992294400 134512640 135204385 4294956224 18446744073709551615 134536737 0 0 4096 0 0 0 0 17 1 0 0
/proc/16894/statm: 71709 9225 85 168 0 71539 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 286836

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 16895
/proc/meminfo: memFree=1477560/2055920 swapFree=4175244/4192956
[pid=16894] ppid=16892 vsize=305448 CPUtime=25.48
/proc/16894/stat : 16894 (hybridGM7) R 16892 16894 16791 0 -1 4194304 13897 0 0 0 2542 6 0 0 25 0 1 0 1117115085 312778752 13878 1992294400 134512640 135204385 4294956224 18446744073709551615 134536676 0 0 4096 0 0 0 0 17 1 0 0
/proc/16894/statm: 76362 13878 85 168 0 76192 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 305448

[startup+51.1015 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 16895
/proc/meminfo: memFree=1443256/2055920 swapFree=4175244/4192956
[pid=16894] ppid=16892 vsize=340112 CPUtime=51.08
/proc/16894/stat : 16894 (hybridGM7) R 16892 16894 16791 0 -1 4194304 22556 0 0 0 5097 11 0 0 25 0 1 0 1117115085 348274688 22537 1992294400 134512640 135204385 4294956224 18446744073709551615 134537544 0 0 4096 0 0 0 0 17 1 0 0
/proc/16894/statm: 85028 22537 85 168 0 84858 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 340112

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 16895
/proc/meminfo: memFree=1364280/2055920 swapFree=4175244/4192956
[pid=16894] ppid=16892 vsize=418100 CPUtime=102.26
/proc/16894/stat : 16894 (hybridGM7) R 16892 16894 16791 0 -1 4194304 42061 0 0 0 10207 19 0 0 25 0 1 0 1117115085 428134400 42042 1992294400 134512640 135204385 4294956224 18446744073709551615 134697977 0 0 4096 0 0 0 0 17 1 0 0
/proc/16894/statm: 104525 42042 85 168 0 104355 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 418100

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 16895
/proc/meminfo: memFree=1266744/2055920 swapFree=4175244/4192956
[pid=16894] ppid=16892 vsize=516736 CPUtime=162.25
/proc/16894/stat : 16894 (hybridGM7) R 16892 16894 16791 0 -1 4194304 66723 0 0 0 16194 31 0 0 25 0 1 0 1117115085 529137664 66704 1992294400 134512640 135204385 4294956224 18446744073709551615 134537259 0 0 4096 0 0 0 0 17 1 0 0
/proc/16894/statm: 129184 66704 85 168 0 129014 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 516736

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 16895
/proc/meminfo: memFree=1169208/2055920 swapFree=4175244/4192956
[pid=16894] ppid=16892 vsize=613032 CPUtime=222.23
/proc/16894/stat : 16894 (hybridGM7) R 16892 16894 16791 0 -1 4194304 90778 0 0 0 22182 41 0 0 25 0 1 0 1117115085 627744768 90759 1992294400 134512640 135204385 4294956224 18446744073709551615 134925342 0 0 4096 0 0 0 0 17 1 0 0
/proc/16894/statm: 153258 90759 85 168 0 153088 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 613032

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

[startup+230.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 16895
/proc/meminfo: memFree=1156920/2055920 swapFree=4175244/4192956
[pid=16894] ppid=16892 vsize=625780 CPUtime=230.22
/proc/16894/stat : 16894 (hybridGM7) R 16892 16894 16791 0 -1 4194304 93981 0 0 0 22980 42 0 0 25 0 1 0 1117115085 640798720 93962 1992294400 134512640 135204385 4294956224 18446744073709551615 134536986 0 0 4096 0 0 0 0 17 1 0 0
/proc/16894/statm: 156445 93962 85 168 0 156275 0
Current children cumulated CPU time (s) 230.22
Current children cumulated vsize (KiB) 625780

[startup+243.105 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 16895
/proc/meminfo: memFree=1136312/2055920 swapFree=4175244/4192956
[pid=16894] ppid=16892 vsize=645692 CPUtime=243.03
/proc/16894/stat : 16894 (hybridGM7) R 16892 16894 16791 0 -1 4194304 98961 0 0 0 24259 44 0 0 25 0 1 0 1117115085 661188608 98942 1992294400 134512640 135204385 4294956224 18446744073709551615 134572912 0 0 4096 0 0 0 0 17 1 0 0
/proc/16894/statm: 161423 98942 85 168 0 161253 0
Current children cumulated CPU time (s) 243.03
Current children cumulated vsize (KiB) 645692

[startup+249.501 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 16895
/proc/meminfo: memFree=1126968/2055920 swapFree=4175244/4192956
[pid=16894] ppid=16892 vsize=656292 CPUtime=249.42
/proc/16894/stat : 16894 (hybridGM7) R 16892 16894 16791 0 -1 4194304 101592 0 0 0 24896 46 0 0 25 0 1 0 1117115085 672043008 101573 1992294400 134512640 135204385 4294956224 18446744073709551615 134536656 0 0 4096 0 0 0 0 17 1 0 0
/proc/16894/statm: 164073 101573 85 168 0 163903 0
Current children cumulated CPU time (s) 249.42
Current children cumulated vsize (KiB) 656292

[startup+252.701 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 16895
/proc/meminfo: memFree=1122360/2055920 swapFree=4175244/4192956
[pid=16894] ppid=16892 vsize=660852 CPUtime=252.62
/proc/16894/stat : 16894 (hybridGM7) R 16892 16894 16791 0 -1 4194304 102733 0 0 0 25215 47 0 0 25 0 1 0 1117115085 676712448 102714 1992294400 134512640 135204385 4294956224 18446744073709551615 134705374 0 0 4096 0 0 0 0 17 1 0 0
/proc/16894/statm: 165213 102714 85 168 0 165043 0
Current children cumulated CPU time (s) 252.62
Current children cumulated vsize (KiB) 660852

[startup+255.902 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 16895
/proc/meminfo: memFree=1117368/2055920 swapFree=4175244/4192956
[pid=16894] ppid=16892 vsize=665928 CPUtime=255.82
/proc/16894/stat : 16894 (hybridGM7) R 16892 16894 16791 0 -1 4194304 104014 0 0 0 25534 48 0 0 25 0 1 0 1117115085 681910272 103995 1992294400 134512640 135204385 4294956224 18446744073709551615 134537510 0 0 4096 0 0 0 0 17 1 0 0
/proc/16894/statm: 166482 103995 85 168 0 166312 0
Current children cumulated CPU time (s) 255.82
Current children cumulated vsize (KiB) 665928

[startup+256.703 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 16895
/proc/meminfo: memFree=1090424/2055920 swapFree=4175244/4192956
[pid=16894] ppid=16892 vsize=666296 CPUtime=256.6
/proc/16894/stat : 16894 (hybridGM7) R 16892 16894 16791 0 -1 4195840 114960 0 0 0 25552 108 0 0 24 0 1 0 1117115085 682287104 104074 1992294400 134512640 135204385 4294956224 18446744073709551615 134532951 0 0 4096 0 0 0 0 17 0 0 0
/proc/16894/statm: 166574 104074 85 168 0 166404 0
Current children cumulated CPU time (s) 256.6
Current children cumulated vsize (KiB) 666296

[startup+257.502 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 16895
/proc/meminfo: memFree=823416/2055920 swapFree=4175244/4192956
[pid=16894] ppid=16892 vsize=666296 CPUtime=257.3
/proc/16894/stat : 16894 (hybridGM7) R 16892 16894 16791 0 -1 4195840 114960 0 0 0 25552 178 0 0 25 0 1 0 1117115085 682287104 104074 1992294400 134512640 135204385 4294956224 18446744073709551615 134532951 0 0 4096 0 0 0 0 17 1 0 0
/proc/16894/statm: 166574 104074 85 168 0 166404 0
Current children cumulated CPU time (s) 257.3
Current children cumulated vsize (KiB) 666296

[startup+257.902 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 16895
/proc/meminfo: memFree=823416/2055920 swapFree=4175244/4192956
[pid=16894] ppid=16892 vsize=0 CPUtime=257.7
/proc/16894/stat : 16894 (hybridGM7) R 16892 16894 16791 0 -1 4195844 116333 0 0 0 25552 218 0 0 25 0 1 0 1117115085 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/16894/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 257.7
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 257.91
CPU time (s): 257.725
CPU user time (s): 255.529
CPU system time (s): 2.19567
CPU usage (%): 99.9282
Max. virtual memory (cumulated for all children) (KiB): 666296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 255.529
system time used= 2.19567
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116333
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= 5
involuntary context switches= 420

runsolver used 0.269958 second user time and 0.676897 second system time

The end

Launcher Data

Begin job on node60 at 2009-03-30 22:22:15
IDJOB=1541197
IDBENCH=70396
IDSOLVER=535
FILE ID=node60/1541197-1238444535
PBS_JOBID= 9061663
Free space on /tmp= 66548 MiB

SOLVER NAME= hybridGM7 7
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/100/unif-k5-r21.3-v100-c2130-S1698591437-083.cnf
COMMAND LINE= HOME/hybridGM7 BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1541197-1238444535/watcher-1541197-1238444535 -o /tmp/evaluation-result-1541197-1238444535/solver-1541197-1238444535 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hybridGM7 HOME/instance-1541197-1238444535.cnf 160127634 

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

MD5SUM BENCH= 24020efeef97a2534de77350f664299c
RANDOM SEED=160127634

node60.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.202
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.202
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:       1533344 kB
Buffers:         88164 kB
Cached:         344404 kB
SwapCached:      10996 kB
Active:         147800 kB
Inactive:       297888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1533344 kB
SwapTotal:     4192956 kB
SwapFree:      4175244 kB
Dirty:            1080 kB
Writeback:           0 kB
Mapped:          18380 kB
Slab:            62484 kB
Committed_AS:  3284980 kB
PageTables:       1712 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= 66140 MiB
End job on node60 at 2009-03-30 22:26:33