Trace number 318407

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
tinisat 2007-02-08UNSAT 263.246 263.321

General information on the benchmark

Nameindustrial/babic/dspam/
dspam_dump_vc950.cnf
MD5SUM36e67e1ba9821e3da23147686112d6b9
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.07883
Satisfiable
(Un)Satisfiability was proved
Number of variables112784
Number of clauses360419
Sum of the clauses size955179
Maximum clause length3
Minimum clause length1
Number of clauses of size 13092
Number of clauses of size 2119894
Number of clauses of size 3237433
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.49/0.51	c Tinisat 0.22
0.49/0.51	c solving /tmp/evaluation/318407-1176318199/instance-318407-1176318199.cnf
0.49/0.51	c 112856 variables, 360419 clauses
263.21/263.30	s UNSATISFIABLE
263.21/263.30	c 1110896 decisions, 336108 conflicts, 200 restarts
263.21/263.30	c solved in 263.22s

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node71/watcher-318407-1176318199 -o ROOT/results/node71/solver-318407-1176318199 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318407-1176318199/tinisat /tmp/evaluation/318407-1176318199/instance-318407-1176318199.cnf 

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): 2400 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.93 0.97 0.99 3/64 13521
/proc/meminfo: memFree=1553352/2055920 swapFree=4191892/4192956
[pid=13521] ppid=13519 vsize=3532 CPUtime=0
/proc/13521/stat : 13521 (tinisat) R 13519 13521 13173 0 -1 4194304 101 0 0 0 0 0 0 0 18 0 1 0 107809231 3616768 86 18446744073709551615 134512640 134966189 4294956592 18446744073709551615 134514772 0 0 4096 0 0 0 0 17 1 0 0
/proc/13521/statm: 883 86 48 110 0 770 0

[startup+0.0352379 s]
/proc/loadavg: 0.93 0.97 0.99 3/64 13521
/proc/meminfo: memFree=1553352/2055920 swapFree=4191892/4192956
[pid=13521] ppid=13519 vsize=4060 CPUtime=0.03
/proc/13521/stat : 13521 (tinisat) R 13519 13521 13173 0 -1 4194304 261 0 0 0 3 0 0 0 18 0 1 0 107809231 4157440 246 18446744073709551615 134512640 134966189 4294956592 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/13521/statm: 1015 248 48 110 0 902 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4060

[startup+0.101247 s]
/proc/loadavg: 0.93 0.97 0.99 3/64 13521
/proc/meminfo: memFree=1553352/2055920 swapFree=4191892/4192956
[pid=13521] ppid=13519 vsize=4984 CPUtime=0.09
/proc/13521/stat : 13521 (tinisat) R 13519 13521 13173 0 -1 4194304 592 0 0 0 9 0 0 0 18 0 1 0 107809231 5103616 577 18446744073709551615 134512640 134966189 4294956592 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/13521/statm: 1246 577 48 110 0 1133 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4984

[startup+0.301273 s]
/proc/loadavg: 0.93 0.97 0.99 3/64 13521
/proc/meminfo: memFree=1553352/2055920 swapFree=4191892/4192956
[pid=13521] ppid=13519 vsize=7888 CPUtime=0.29
/proc/13521/stat : 13521 (tinisat) R 13519 13521 13173 0 -1 4194304 1597 0 0 0 29 0 0 0 19 0 1 0 107809231 8077312 1582 18446744073709551615 134512640 134966189 4294956592 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/13521/statm: 1972 1582 48 110 0 1859 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7888

[startup+0.701328 s]
/proc/loadavg: 0.93 0.97 0.99 3/64 13521
/proc/meminfo: memFree=1553352/2055920 swapFree=4191892/4192956
[pid=13521] ppid=13519 vsize=44244 CPUtime=0.69
/proc/13521/stat : 13521 (tinisat) R 13519 13521 13173 0 -1 4194304 8990 0 0 0 65 4 0 0 22 0 1 0 107809231 45305856 8974 18446744073709551615 134512640 134966189 4294956592 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/13521/statm: 11061 8976 51 110 0 10948 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44244

[startup+1.50144 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 13522
/proc/meminfo: memFree=1521216/2055920 swapFree=4191892/4192956
[pid=13521] ppid=13519 vsize=39176 CPUtime=1.49
/proc/13521/stat : 13521 (tinisat) R 13519 13521 13173 0 -1 4194304 9516 0 0 0 145 4 0 0 25 0 1 0 107809231 40116224 8134 18446744073709551615 134512640 134966189 4294956592 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/13521/statm: 9794 8134 52 110 0 9681 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39176

[startup+3.10166 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 13522
/proc/meminfo: memFree=1520576/2055920 swapFree=4191892/4192956
[pid=13521] ppid=13519 vsize=39176 CPUtime=3.09
/proc/13521/stat : 13521 (tinisat) R 13519 13521 13173 0 -1 4194304 9670 0 0 0 304 5 0 0 25 0 1 0 107809231 40116224 8288 18446744073709551615 134512640 134966189 4294956592 18446744073709551615 134519567 0 0 4096 0 0 0 0 17 1 0 0
/proc/13521/statm: 9794 8288 52 110 0 9681 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39176

[startup+6.30109 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 13522
/proc/meminfo: memFree=1518720/2055920 swapFree=4191892/4192956
[pid=13521] ppid=13519 vsize=39176 CPUtime=6.29
/proc/13521/stat : 13521 (tinisat) R 13519 13521 13173 0 -1 4194304 10098 0 0 0 624 5 0 0 25 0 1 0 107809231 40116224 8716 18446744073709551615 134512640 134966189 4294956592 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/13521/statm: 9794 8716 52 110 0 9681 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39176

[startup+12.702 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 13522
/proc/meminfo: memFree=1515264/2055920 swapFree=4191892/4192956
[pid=13521] ppid=13519 vsize=39176 CPUtime=12.69
/proc/13521/stat : 13521 (tinisat) R 13519 13521 13173 0 -1 4194304 10965 0 0 0 1263 6 0 0 25 0 1 0 107809231 40116224 9583 18446744073709551615 134512640 134966189 4294956592 18446744073709551615 134518765 0 0 4096 0 0 0 0 17 1 0 0
/proc/13521/statm: 9794 9583 52 110 0 9681 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39176

[startup+25.5017 s]
/proc/loadavg: 0.95 0.97 0.99 2/65 13522
/proc/meminfo: memFree=1511488/2055920 swapFree=4191892/4192956
[pid=13521] ppid=13519 vsize=59736 CPUtime=25.49
/proc/13521/stat : 13521 (tinisat) R 13519 13521 13173 0 -1 4194304 11850 0 0 0 2541 8 0 0 25 0 1 0 107809231 61169664 10468 18446744073709551615 134512640 134966189 4294956592 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/13521/statm: 14934 10468 52 110 0 14821 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59736

[startup+51.1012 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 13522
/proc/meminfo: memFree=1504384/2055920 swapFree=4191892/4192956
[pid=13521] ppid=13519 vsize=59736 CPUtime=51.08
/proc/13521/stat : 13521 (tinisat) R 13519 13521 13173 0 -1 4194304 13637 0 0 0 5097 11 0 0 25 0 1 0 107809231 61169664 12255 18446744073709551615 134512640 134966189 4294956592 18446744073709551615 134515541 0 0 4096 0 0 0 0 17 1 0 0
/proc/13521/statm: 14934 12255 52 110 0 14821 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 59736

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 13522
/proc/meminfo: memFree=1493568/2055920 swapFree=4191892/4192956
[pid=13521] ppid=13519 vsize=100852 CPUtime=102.26
/proc/13521/stat : 13521 (tinisat) R 13519 13521 13173 0 -1 4194304 16313 0 0 0 10213 13 0 0 25 0 1 0 107809231 103272448 14931 18446744073709551615 134512640 134966189 4294956592 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13521/statm: 25213 14931 52 110 0 25100 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 100852

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13522
/proc/meminfo: memFree=1470400/2055920 swapFree=4191892/4192956
[pid=13521] ppid=13519 vsize=100852 CPUtime=162.24
/proc/13521/stat : 13521 (tinisat) R 13519 13521 13173 0 -1 4194304 22126 0 0 0 16205 19 0 0 25 0 1 0 107809231 103272448 20744 18446744073709551615 134512640 134966189 4294956592 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13521/statm: 25213 20744 52 110 0 25100 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 100852

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13522
/proc/meminfo: memFree=1455360/2055920 swapFree=4191892/4192956
[pid=13521] ppid=13519 vsize=102904 CPUtime=222.23
/proc/13521/stat : 13521 (tinisat) R 13519 13521 13173 0 -1 4194304 25858 0 0 0 22199 24 0 0 25 0 1 0 107809231 105373696 24476 18446744073709551615 134512640 134966189 4294956592 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/13521/statm: 25726 24476 52 110 0 25613 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 102904

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

[startup+230.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13522
/proc/meminfo: memFree=1453312/2055920 swapFree=4191892/4192956
[pid=13521] ppid=13519 vsize=102904 CPUtime=230.22
/proc/13521/stat : 13521 (tinisat) R 13519 13521 13173 0 -1 4194304 26407 0 0 0 22998 24 0 0 25 0 1 0 107809231 105373696 25025 18446744073709551615 134512640 134966189 4294956592 18446744073709551615 134515474 0 0 4096 0 0 0 0 17 1 0 0
/proc/13521/statm: 25726 25025 52 110 0 25613 0
Current children cumulated CPU time (s) 230.22
Current children cumulated vsize (KiB) 102904

[startup+243.105 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13522
/proc/meminfo: memFree=1449344/2055920 swapFree=4191892/4192956
[pid=13521] ppid=13519 vsize=185132 CPUtime=243.03
/proc/13521/stat : 13521 (tinisat) R 13519 13521 13173 0 -1 4194304 27349 0 0 0 24278 25 0 0 25 0 1 0 107809231 189575168 25967 18446744073709551615 134512640 134966189 4294956592 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13521/statm: 46283 25967 52 110 0 46170 0
Current children cumulated CPU time (s) 243.03
Current children cumulated vsize (KiB) 185132

[startup+255.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13522
/proc/meminfo: memFree=1446720/2055920 swapFree=4191892/4192956
[pid=13521] ppid=13519 vsize=185132 CPUtime=255.81
/proc/13521/stat : 13521 (tinisat) R 13519 13521 13173 0 -1 4194304 28037 0 0 0 25555 26 0 0 25 0 1 0 107809231 189575168 26655 18446744073709551615 134512640 134966189 4294956592 18446744073709551615 134519898 0 0 4096 0 0 0 0 17 1 0 0
/proc/13521/statm: 46283 26655 52 110 0 46170 0
Current children cumulated CPU time (s) 255.81
Current children cumulated vsize (KiB) 185132

[startup+259.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13522
/proc/meminfo: memFree=1446144/2055920 swapFree=4191892/4192956
[pid=13521] ppid=13519 vsize=185132 CPUtime=259.01
/proc/13521/stat : 13521 (tinisat) R 13519 13521 13173 0 -1 4194304 28190 0 0 0 25875 26 0 0 25 0 1 0 107809231 189575168 26808 18446744073709551615 134512640 134966189 4294956592 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/13521/statm: 46283 26808 52 110 0 46170 0
Current children cumulated CPU time (s) 259.01
Current children cumulated vsize (KiB) 185132

[startup+260.706 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13522
/proc/meminfo: memFree=1445824/2055920 swapFree=4191892/4192956
[pid=13521] ppid=13519 vsize=185132 CPUtime=260.62
/proc/13521/stat : 13521 (tinisat) R 13519 13521 13173 0 -1 4194304 28237 0 0 0 26036 26 0 0 25 0 1 0 107809231 189575168 26855 18446744073709551615 134512640 134966189 4294956592 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/13521/statm: 46283 26855 52 110 0 46170 0
Current children cumulated CPU time (s) 260.62
Current children cumulated vsize (KiB) 185132

[startup+262.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13522
/proc/meminfo: memFree=1445632/2055920 swapFree=4191892/4192956
[pid=13521] ppid=13519 vsize=185132 CPUtime=262.21
/proc/13521/stat : 13521 (tinisat) R 13519 13521 13173 0 -1 4194304 28304 0 0 0 26195 26 0 0 25 0 1 0 107809231 189575168 26922 18446744073709551615 134512640 134966189 4294956592 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/13521/statm: 46283 26922 52 110 0 46170 0
Current children cumulated CPU time (s) 262.21
Current children cumulated vsize (KiB) 185132

[startup+263.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13522
/proc/meminfo: memFree=1445440/2055920 swapFree=4191892/4192956
[pid=13521] ppid=13519 vsize=185132 CPUtime=263.01
/proc/13521/stat : 13521 (tinisat) R 13519 13521 13173 0 -1 4194304 28338 0 0 0 26275 26 0 0 25 0 1 0 107809231 189575168 26956 18446744073709551615 134512640 134966189 4294956592 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13521/statm: 46283 26956 52 110 0 46170 0
Current children cumulated CPU time (s) 263.01
Current children cumulated vsize (KiB) 185132

[startup+263.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13522
/proc/meminfo: memFree=1445440/2055920 swapFree=4191892/4192956
[pid=13521] ppid=13519 vsize=185132 CPUtime=263.21
/proc/13521/stat : 13521 (tinisat) R 13519 13521 13173 0 -1 4194304 28340 0 0 0 26295 26 0 0 25 0 1 0 107809231 189575168 26958 18446744073709551615 134512640 134966189 4294956592 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13521/statm: 46283 26958 52 110 0 46170 0
Current children cumulated CPU time (s) 263.21
Current children cumulated vsize (KiB) 185132

Child status: 20
Real time (s): 263.321
CPU time (s): 263.246
CPU user time (s): 262.957
CPU system time (s): 0.288956
CPU usage (%): 99.9714
Max. virtual memory (cumulated for all children) (KiB): 185132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 262.957
system time used= 0.288956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28347
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= 283

runsolver used 0.208968 second user time and 0.52092 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Wed Apr 11 19:03:19 UTC 2007

IDJOB= 318407
IDBENCH= 20454
IDSOLVER= 100
FILE ID= node71/318407-1176318199

PBS_JOBID= 4516711

Free space on /tmp= 66558 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/dspam/dspam_dump_vc950.cnf
COMMAND LINE= /tmp/evaluation/318407-1176318199/tinisat /tmp/evaluation/318407-1176318199/instance-318407-1176318199.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-318407-1176318199 -o ROOT/results/node71/solver-318407-1176318199 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/318407-1176318199/tinisat /tmp/evaluation/318407-1176318199/instance-318407-1176318199.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  36e67e1ba9821e3da23147686112d6b9

RANDOM SEED= 37529525

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.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.234
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.234
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:       1553824 kB
Buffers:         34756 kB
Cached:         318576 kB
SwapCached:        268 kB
Active:         149408 kB
Inactive:       218668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1553824 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            7376 kB
Writeback:           0 kB
Mapped:          24396 kB
Slab:           120132 kB
Committed_AS:   118548 kB
PageTables:       1448 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= 66558 MiB

End job on node71 on Wed Apr 11 19:07:43 UTC 2007