Trace number 427059

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
minisat SAT 2007UNSAT 46.7079 46.728

General information on the benchmark

Namerandom/2+p/p0.8/v1295/
unif2p-p0.8-v1295-c4027-S1239472001-19-UNSAT.cnf
MD5SUM914d3e80d7a891b747d01777ed9ce8d7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.02478
Satisfiable
(Un)Satisfiability was proved
Number of variables1294
Number of clauses4026
Sum of the clauses size11273
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2805
Number of clauses of size 33221
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  1295                                                 |
0.00/0.00	c |  Number of clauses:    4026                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |    1083     3709    11128 |     1236        0    nan |  0.000 % |
0.00/0.01	c |       100 |    1083     3709    11128 |     1359      100     17 |  0.077 % |
0.00/0.02	c |       251 |    1083     3709    11128 |     1495      251     17 |  0.077 % |
0.00/0.04	c |       476 |    1083     3709    11128 |     1645      476     17 |  0.077 % |
0.00/0.06	c |       813 |    1083     3709    11128 |     1810      813     18 |  0.078 % |
0.00/0.09	c |      1319 |    1083     3709    11128 |     1991     1319     18 |  0.077 % |
0.09/0.15	c |      2078 |    1083     3709    11128 |     2190     2078     19 |  0.078 % |
0.20/0.24	c |      3217 |    1083     3709    11128 |     2409     2104     19 |  0.077 % |
0.29/0.38	c |      4925 |    1083     3709    11128 |     2650     1294     17 |  0.077 % |
0.49/0.59	c |      7488 |    1083     3709    11128 |     2915     2483     18 |  0.077 % |
0.89/0.92	c |     11332 |    1083     3709    11128 |     3206     1804     16 |  0.077 % |
1.39/1.43	c |     17098 |    1083     3709    11128 |     3527     2619     16 |  0.077 % |
2.20/2.21	c |     25748 |    1083     3709    11128 |     3880     2224     18 |  0.077 % |
3.40/3.43	c |     38722 |    1083     3709    11128 |     4268     3310     17 |  0.077 % |
5.19/5.28	c |     58184 |    1083     3709    11128 |     4694     3166     19 |  0.077 % |
8.09/8.15	c |     87377 |    1083     3709    11128 |     5164     3598     18 |  0.077 % |
12.49/12.55	c |    131166 |    1082     3691    11065 |     5680     5193     16 |  0.155 % |
19.49/19.50	c |    196850 |    1081     3685    11048 |     6249     2907     17 |  0.232 % |
30.28/30.38	c |    295376 |    1081     3685    11048 |     6873     6269     20 |  0.232 % |
46.67/46.72	c ===============================================================================
46.67/46.72	c restarts              : 19
46.67/46.72	c conflicts             : 440963         (9442 /sec)
46.67/46.72	c decisions             : 539833         (1.74 % random) (11559 /sec)
46.67/46.72	c propagations          : 65232389       (1396812 /sec)
46.67/46.72	c conflict literals     : 8417256        (38.79 % deleted)
46.67/46.72	c Memory used           : 3.60 MB
46.67/46.72	c CPU time              : 46.7009 s
46.67/46.72	c 
46.67/46.72	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node40/watcher-427059-1177831614 -o ROOT/results/node40/solver-427059-1177831614 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/427059-1177831614/minisat_noassertions /tmp/evaluation/427059-1177831614/instance-427059-1177831614.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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.77 1.34 1.12 3/77 29877
/proc/meminfo: memFree=1593136/2055920 swapFree=4157428/4192956
[pid=29877] ppid=29875 vsize=1988 CPUtime=0
/proc/29877/stat : 29877 (minisat_noasser) R 29875 29877 28600 0 -1 4194304 178 0 0 0 0 0 0 0 18 0 1 0 112041014 2035712 164 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/29877/statm: 497 165 50 130 0 364 0

[startup+0.101004 s]
/proc/loadavg: 1.77 1.34 1.12 3/77 29877
/proc/meminfo: memFree=1593136/2055920 swapFree=4157428/4192956
[pid=29877] ppid=29875 vsize=2220 CPUtime=0.09
/proc/29877/stat : 29877 (minisat_noasser) R 29875 29877 28600 0 -1 4194304 236 0 0 0 9 0 0 0 18 0 1 0 112041014 2273280 222 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/29877/statm: 555 222 66 130 0 422 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2220

[startup+0.202024 s]
/proc/loadavg: 1.77 1.34 1.12 3/77 29877
/proc/meminfo: memFree=1593136/2055920 swapFree=4157428/4192956
[pid=29877] ppid=29875 vsize=2220 CPUtime=0.2
/proc/29877/stat : 29877 (minisat_noasser) R 29875 29877 28600 0 -1 4194304 255 0 0 0 20 0 0 0 18 0 1 0 112041014 2273280 241 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/29877/statm: 555 241 66 130 0 422 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 2220

[startup+0.301045 s]
/proc/loadavg: 1.77 1.34 1.12 3/77 29877
/proc/meminfo: memFree=1593136/2055920 swapFree=4157428/4192956
[pid=29877] ppid=29875 vsize=2352 CPUtime=0.29
/proc/29877/stat : 29877 (minisat_noasser) R 29875 29877 28600 0 -1 4194304 267 0 0 0 29 0 0 0 19 0 1 0 112041014 2408448 253 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552768 0 0 4096 3 0 0 0 17 1 0 0
/proc/29877/statm: 588 253 66 130 0 455 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2352

[startup+0.701129 s]
/proc/loadavg: 1.77 1.34 1.12 3/77 29877
/proc/meminfo: memFree=1593136/2055920 swapFree=4157428/4192956
[pid=29877] ppid=29875 vsize=2352 CPUtime=0.69
/proc/29877/stat : 29877 (minisat_noasser) R 29875 29877 28600 0 -1 4194304 289 0 0 0 69 0 0 0 23 0 1 0 112041014 2408448 275 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/29877/statm: 588 275 66 130 0 455 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2352

[startup+1.50129 s]
/proc/loadavg: 1.77 1.34 1.12 2/78 29878
/proc/meminfo: memFree=1592232/2055920 swapFree=4157428/4192956
[pid=29877] ppid=29875 vsize=2484 CPUtime=1.49
/proc/29877/stat : 29877 (minisat_noasser) R 29875 29877 28600 0 -1 4194304 307 0 0 0 149 0 0 0 25 0 1 0 112041014 2543616 293 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546842 0 0 4096 3 0 0 0 17 1 0 0
/proc/29877/statm: 621 293 66 130 0 488 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2484

[startup+3.10163 s]
/proc/loadavg: 1.77 1.34 1.12 2/78 29878
/proc/meminfo: memFree=1591976/2055920 swapFree=4157428/4192956
[pid=29877] ppid=29875 vsize=2616 CPUtime=3.09
/proc/29877/stat : 29877 (minisat_noasser) R 29875 29877 28600 0 -1 4194304 350 0 0 0 309 0 0 0 25 0 1 0 112041014 2678784 336 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/29877/statm: 654 336 66 130 0 521 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2616

[startup+6.3013 s]
/proc/loadavg: 1.71 1.34 1.12 2/78 29878
/proc/meminfo: memFree=1591720/2055920 swapFree=4157428/4192956
[pid=29877] ppid=29875 vsize=2880 CPUtime=6.29
/proc/29877/stat : 29877 (minisat_noasser) R 29875 29877 28600 0 -1 4194304 400 0 0 0 629 0 0 0 25 0 1 0 112041014 2949120 386 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552604 0 0 4096 3 0 0 0 17 1 0 0
/proc/29877/statm: 720 386 66 130 0 587 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2880

[startup+12.7016 s]
/proc/loadavg: 1.65 1.33 1.12 2/78 29878
/proc/meminfo: memFree=1591472/2055920 swapFree=4157428/4192956
[pid=29877] ppid=29875 vsize=3156 CPUtime=12.69
/proc/29877/stat : 29877 (minisat_noasser) R 29875 29877 28600 0 -1 4194304 459 0 0 0 1269 0 0 0 25 0 1 0 112041014 3231744 445 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546614 0 0 4096 3 0 0 0 17 1 0 0
/proc/29877/statm: 789 445 66 130 0 656 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3156

[startup+25.5013 s]
/proc/loadavg: 1.51 1.31 1.12 2/78 29878
/proc/meminfo: memFree=1591024/2055920 swapFree=4157428/4192956
[pid=29877] ppid=29875 vsize=3420 CPUtime=25.48
/proc/29877/stat : 29877 (minisat_noasser) R 29875 29877 28600 0 -1 4194304 548 0 0 0 2548 0 0 0 25 0 1 0 112041014 3502080 534 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/29877/statm: 855 534 66 130 0 722 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3420

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

[startup+25.6013 s]
/proc/loadavg: 1.51 1.31 1.12 2/78 29878
/proc/meminfo: memFree=1591024/2055920 swapFree=4157428/4192956
[pid=29877] ppid=29875 vsize=3420 CPUtime=25.58
/proc/29877/stat : 29877 (minisat_noasser) R 29875 29877 28600 0 -1 4194304 548 0 0 0 2558 0 0 0 25 0 1 0 112041014 3502080 534 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 1 0 0
/proc/29877/statm: 855 534 66 130 0 722 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 3420

[startup+38.402 s]
/proc/loadavg: 1.43 1.30 1.12 2/78 29878
/proc/meminfo: memFree=1590832/2055920 swapFree=4157428/4192956
[pid=29877] ppid=29875 vsize=3684 CPUtime=38.38
/proc/29877/stat : 29877 (minisat_noasser) R 29875 29877 28600 0 -1 4194304 594 0 0 0 3838 0 0 0 25 0 1 0 112041014 3772416 580 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547032 0 0 4096 3 0 0 0 17 1 0 0
/proc/29877/statm: 921 580 66 130 0 788 0
Current children cumulated CPU time (s) 38.38
Current children cumulated vsize (KiB) 3684

[startup+41.6017 s]
/proc/loadavg: 1.39 1.30 1.11 2/78 29878
/proc/meminfo: memFree=1590832/2055920 swapFree=4157428/4192956
[pid=29877] ppid=29875 vsize=3684 CPUtime=41.57
/proc/29877/stat : 29877 (minisat_noasser) R 29875 29877 28600 0 -1 4194304 604 0 0 0 4157 0 0 0 25 0 1 0 112041014 3772416 590 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547304 0 0 4096 3 0 0 0 17 1 0 0
/proc/29877/statm: 921 590 66 130 0 788 0
Current children cumulated CPU time (s) 41.57
Current children cumulated vsize (KiB) 3684

[startup+44.8013 s]
/proc/loadavg: 1.36 1.29 1.11 2/78 29878
/proc/meminfo: memFree=1590768/2055920 swapFree=4157428/4192956
[pid=29877] ppid=29875 vsize=3684 CPUtime=44.77
/proc/29877/stat : 29877 (minisat_noasser) R 29875 29877 28600 0 -1 4194304 605 0 0 0 4477 0 0 0 25 0 1 0 112041014 3772416 591 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546842 0 0 4096 3 0 0 0 17 1 0 0
/proc/29877/statm: 921 591 66 130 0 788 0
Current children cumulated CPU time (s) 44.77
Current children cumulated vsize (KiB) 3684

[startup+45.6025 s]
/proc/loadavg: 1.36 1.29 1.11 2/78 29878
/proc/meminfo: memFree=1590768/2055920 swapFree=4157428/4192956
[pid=29877] ppid=29875 vsize=3684 CPUtime=45.57
/proc/29877/stat : 29877 (minisat_noasser) R 29875 29877 28600 0 -1 4194304 607 0 0 0 4557 0 0 0 25 0 1 0 112041014 3772416 593 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/29877/statm: 921 593 66 130 0 788 0
Current children cumulated CPU time (s) 45.57
Current children cumulated vsize (KiB) 3684

[startup+46.4017 s]
/proc/loadavg: 1.36 1.29 1.11 2/78 29878
/proc/meminfo: memFree=1590768/2055920 swapFree=4157428/4192956
[pid=29877] ppid=29875 vsize=3684 CPUtime=46.37
/proc/29877/stat : 29877 (minisat_noasser) R 29875 29877 28600 0 -1 4194304 611 0 0 0 4637 0 0 0 25 0 1 0 112041014 3772416 597 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548419 0 0 4096 3 0 0 0 17 1 0 0
/proc/29877/statm: 921 597 66 130 0 788 0
Current children cumulated CPU time (s) 46.37
Current children cumulated vsize (KiB) 3684

[startup+46.6017 s]
/proc/loadavg: 1.36 1.29 1.11 2/78 29878
/proc/meminfo: memFree=1590768/2055920 swapFree=4157428/4192956
[pid=29877] ppid=29875 vsize=3684 CPUtime=46.57
/proc/29877/stat : 29877 (minisat_noasser) R 29875 29877 28600 0 -1 4194304 611 0 0 0 4657 0 0 0 25 0 1 0 112041014 3772416 597 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/29877/statm: 921 597 66 130 0 788 0
Current children cumulated CPU time (s) 46.57
Current children cumulated vsize (KiB) 3684

[startup+46.7017 s]
/proc/loadavg: 1.36 1.29 1.11 2/78 29878
/proc/meminfo: memFree=1590768/2055920 swapFree=4157428/4192956
[pid=29877] ppid=29875 vsize=3684 CPUtime=46.67
/proc/29877/stat : 29877 (minisat_noasser) R 29875 29877 28600 0 -1 4194304 611 0 0 0 4667 0 0 0 25 0 1 0 112041014 3772416 597 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 1 0 0
/proc/29877/statm: 921 597 66 130 0 788 0
Current children cumulated CPU time (s) 46.67
Current children cumulated vsize (KiB) 3684

Child status: 20
Real time (s): 46.728
CPU time (s): 46.7079
CPU user time (s): 46.7009
CPU system time (s): 0.006998
CPU usage (%): 99.957
Max. virtual memory (cumulated for all children) (KiB): 3684

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

runsolver used 0.046992 second user time and 0.092985 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Sun Apr 29 07:26:54 UTC 2007

IDJOB= 427059
IDBENCH= 20303
IDSOLVER= 189
FILE ID= node40/427059-1177831614

PBS_JOBID= 4718279

Free space on /tmp= 66543 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.8/v1295/unif2p-p0.8-v1295-c4027-S1239472001-19-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/427059-1177831614/minisat_noassertions /tmp/evaluation/427059-1177831614/instance-427059-1177831614.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-427059-1177831614 -o ROOT/results/node40/solver-427059-1177831614 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/427059-1177831614/minisat_noassertions /tmp/evaluation/427059-1177831614/instance-427059-1177831614.cnf

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  914d3e80d7a891b747d01777ed9ce8d7

RANDOM SEED= 846282352

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

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

/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.283
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.283
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:       1593544 kB
Buffers:         44024 kB
Cached:         345056 kB
SwapCached:      16880 kB
Active:         224976 kB
Inactive:       189008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1593544 kB
SwapTotal:     4192956 kB
SwapFree:      4157428 kB
Dirty:            1684 kB
Writeback:           0 kB
Mapped:          30344 kB
Slab:            33800 kB
Committed_AS:  1086156 kB
PageTables:       1932 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= 66543 MiB

End job on node40 on Sun Apr 29 07:27:41 UTC 2007