Trace number 461402

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
aigsat-wc 2007-05-15UNSAT 225.223 225.356

General information on the benchmark

Nameadditional-aig/minisat+/
lseu.unsat.aig
MD5SUM7efdde1afe59ed9135cb74926783d9c3
Bench CategoryALL (all instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark74.5137
SatisfiableNO
(Un)Satisfiability was proved

Solver Data (download as text)

1.39/1.42	c file: /tmp/evaluation/461402-1179253359/instance-461402-1179253359.aig
1.39/1.42	c Reading aig format..
1.39/1.42	c MAXVAR  17655
1.39/1.42	c INPUTS  89
1.39/1.42	c LATCHES 0
1.39/1.42	c OUTPUTS 1
1.39/1.42	c AND     17566
1.39/1.42	c Before initialization time 1.39179
1.39/1.42	c Memory used (in MB): 35.2617
32.47/32.53	c Using component size threshold as 19
32.47/32.53	c DBred=0 restart=29 est=6.23541 GV=17157 GL=64880[ 46540,18340] HP=1219 Prune=58043 decisions=24882 random 207[0.831927]  HP Impl=70009 DB Impl=37353834[36779684]  Lits/Cls 51 
32.47/32.53	c Memory used (in MB): 49.2227
61.26/61.33	c DBred=1 restart=32 est=7.83605 GV=32046 GL=68143[ 46540,21603] HP=1719 Prune=103515 decisions=44333 random 358[0.807525]  HP Impl=114015 DB Impl=64380704[63001077]  Lits/Cls 58 
61.26/61.33	c Memory used (in MB): 56.418
91.14/91.26	c DBred=2 restart=35 est=8.99139 GV=47104 GL=68770[ 46540,22230] HP=2121 Prune=148005 decisions=63002 random 483[0.766642]  HP Impl=155287 DB Impl=89630759[87337102]  Lits/Cls 60 
91.14/91.26	c Memory used (in MB): 56.4453
128.41/128.54	c DBred=3 restart=36 est=10.9899 GV=65667 GL=72294[ 46540,25754] HP=2534 Prune=201689 decisions=85783 random 628[0.73208]  HP Impl=200570 DB Impl=119117896[115515603]  Lits/Cls 59 
128.41/128.54	c Memory used (in MB): 60.4102
168.90/169.08	c DBred=4 restart=38 est=15.4129 GV=85642 GL=74809[ 46540,28269] HP=2784 Prune=258371 decisions=109580 random 790[0.720934]  HP Impl=247583 DB Impl=150672641[145560101]  Lits/Cls 48 
168.90/169.08	c Memory used (in MB): 60.4375
216.58/216.78	c DBred=5 restart=39 est=16.4848 GV=107591 GL=77804[ 46540,31264] HP=3164 Prune=321099 decisions=136248 random 968[0.710469]  HP Impl=299049 DB Impl=186043076[179118892]  Lits/Cls 45 
216.58/216.78	c Memory used (in MB): 62.9531
225.16/225.34	
225.16/225.34	s UNSATISFIABLE
225.16/225.34	c Total time (in seconds): 225.087
225.16/225.34	c Memory used (in MB): 62.9727
225.16/225.34	c Conflict literals deleted: [57.0777%] Max learned #lits [16738588] Reduced #lits [7184585]

Verifier Data (download as text)

No verification made

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node55/watcher-461402-1179253359 -o ROOT/results/node55/solver-461402-1179253359 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461402-1179253359/aigsat-wc /tmp/evaluation/461402-1179253359/instance-461402-1179253359.aig 

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 Stack size limit: 1048576 KiB
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: 1048576 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 18720
/proc/meminfo: memFree=1783668/2055920 swapFree=4184564/4192956
[pid=18720] ppid=18718 vsize=1668 CPUtime=0
/proc/18720/stat : 18720 (aigsat-wc) R 18718 18720 18379 0 -1 0 249 249 0 0 0 0 0 0 19 0 1 0 373245915 1708032 228 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135276893 0 0 4096 35 0 0 0 17 0 0 0
/proc/18720/statm: 417 228 125 293 0 118 0

[startup+0.100483 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 18720
/proc/meminfo: memFree=1783668/2055920 swapFree=4184564/4192956
[pid=18720] ppid=18718 vsize=6004 CPUtime=0.09
/proc/18720/stat : 18720 (aigsat-wc) R 18718 18720 18379 0 -1 0 1378 249 0 0 9 0 0 0 19 0 1 0 373245915 6148096 1269 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/18720/statm: 1501 1269 136 293 0 1202 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6004

[startup+0.201493 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 18720
/proc/meminfo: memFree=1783668/2055920 swapFree=4184564/4192956
[pid=18720] ppid=18718 vsize=10824 CPUtime=0.19
/proc/18720/stat : 18720 (aigsat-wc) R 18718 18720 18379 0 -1 0 2668 249 0 0 18 1 0 0 19 0 1 0 373245915 11083776 2510 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/18720/statm: 2706 2511 137 293 0 2407 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10824

[startup+0.301502 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 18720
/proc/meminfo: memFree=1783668/2055920 swapFree=4184564/4192956
[pid=18720] ppid=18718 vsize=12672 CPUtime=0.29
/proc/18720/stat : 18720 (aigsat-wc) R 18718 18720 18379 0 -1 0 3022 249 0 0 28 1 0 0 20 0 1 0 373245915 12976128 2864 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134576902 0 0 4096 35 0 0 0 17 0 0 0
/proc/18720/statm: 3168 2864 137 293 0 2869 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12672

[startup+0.701538 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 18720
/proc/meminfo: memFree=1783668/2055920 swapFree=4184564/4192956
[pid=18720] ppid=18718 vsize=23076 CPUtime=0.68
/proc/18720/stat : 18720 (aigsat-wc) R 18718 18720 18379 0 -1 0 6109 249 0 0 67 1 0 0 24 0 1 0 373245915 23629824 5455 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134637689 0 0 4096 35 0 0 0 17 0 0 0
/proc/18720/statm: 5769 5455 141 293 0 5470 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 23076

[startup+1.50162 s]
/proc/loadavg: 0.91 0.95 0.90 2/65 18722
/proc/meminfo: memFree=1754540/2055920 swapFree=4184564/4192956
[pid=18720] ppid=18718 vsize=37448 CPUtime=1.49
/proc/18720/stat : 18720 (aigsat-wc) R 18718 18720 18379 0 -1 0 13040 249 0 0 146 3 0 0 25 0 1 0 373245915 38346752 8780 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134753298 0 0 4096 35 0 0 0 17 0 0 0
/proc/18720/statm: 9362 8780 158 293 0 9063 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37448

[startup+3.10177 s]
/proc/loadavg: 0.91 0.95 0.90 2/65 18722
/proc/meminfo: memFree=1748780/2055920 swapFree=4184564/4192956
[pid=18720] ppid=18718 vsize=37680 CPUtime=3.09
/proc/18720/stat : 18720 (aigsat-wc) R 18718 18720 18379 0 -1 0 13127 249 0 0 306 3 0 0 25 0 1 0 373245915 38584320 8867 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134751633 0 0 4096 35 0 0 0 17 0 0 0
/proc/18720/statm: 9420 8867 160 293 0 9121 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37680

[startup+6.30107 s]
/proc/loadavg: 0.92 0.95 0.90 2/65 18722
/proc/meminfo: memFree=1747500/2055920 swapFree=4184564/4192956
[pid=18720] ppid=18718 vsize=38788 CPUtime=6.28
/proc/18720/stat : 18720 (aigsat-wc) R 18718 18720 18379 0 -1 0 13448 249 0 0 624 4 0 0 25 0 1 0 373245915 39718912 9188 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744666 0 0 4096 35 0 0 0 17 0 0 0
/proc/18720/statm: 9697 9188 160 293 0 9398 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 38788

[startup+12.7017 s]
/proc/loadavg: 0.93 0.95 0.90 2/65 18722
/proc/meminfo: memFree=1745004/2055920 swapFree=4184564/4192956
[pid=18720] ppid=18718 vsize=40888 CPUtime=12.68
/proc/18720/stat : 18720 (aigsat-wc) R 18718 18720 18379 0 -1 0 14037 249 0 0 1263 5 0 0 25 0 1 0 373245915 41869312 9777 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744841 0 0 4096 35 0 0 0 17 0 0 0
/proc/18720/statm: 10222 9777 160 293 0 9923 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 40888

[startup+25.5019 s]
/proc/loadavg: 0.94 0.96 0.90 2/65 18722
/proc/meminfo: memFree=1740076/2055920 swapFree=4184564/4192956
[pid=18720] ppid=18718 vsize=45288 CPUtime=25.47
/proc/18720/stat : 18720 (aigsat-wc) R 18718 18720 18379 0 -1 0 15244 249 0 0 2541 6 0 0 25 0 1 0 373245915 46374912 10984 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134752653 0 0 4096 35 0 0 0 17 0 0 0
/proc/18720/statm: 11322 10984 160 293 0 11023 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 45288

[startup+51.1013 s]
/proc/loadavg: 0.96 0.96 0.90 2/65 18722
/proc/meminfo: memFree=1735916/2055920 swapFree=4184564/4192956
[pid=18720] ppid=18718 vsize=50908 CPUtime=51.06
/proc/18720/stat : 18720 (aigsat-wc) R 18718 18720 18379 0 -1 0 16273 249 0 0 5098 8 0 0 25 0 1 0 373245915 52129792 12013 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 0 0 0
/proc/18720/statm: 12727 12013 160 293 0 12428 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 50908

[startup+102.301 s]
/proc/loadavg: 0.98 0.96 0.91 2/65 18722
/proc/meminfo: memFree=1730220/2055920 swapFree=4184564/4192956
[pid=18720] ppid=18718 vsize=57800 CPUtime=102.23
/proc/18720/stat : 18720 (aigsat-wc) R 18718 18720 18379 0 -1 0 18427 249 0 0 10214 9 0 0 25 0 1 0 373245915 59187200 13390 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134745327 0 0 4096 35 0 0 0 17 0 0 0
/proc/18720/statm: 14450 13390 160 293 0 14151 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 57800

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 18722
/proc/meminfo: memFree=1725996/2055920 swapFree=4184564/4192956
[pid=18720] ppid=18718 vsize=61884 CPUtime=162.2
/proc/18720/stat : 18720 (aigsat-wc) R 18718 18720 18379 0 -1 0 19612 249 0 0 16209 11 0 0 25 0 1 0 373245915 63369216 14440 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134750250 0 0 4096 35 0 0 0 17 0 0 0
/proc/18720/statm: 15471 14440 160 293 0 15172 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 61884

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 18722
/proc/meminfo: memFree=1723180/2055920 swapFree=4184564/4192956
[pid=18720] ppid=18718 vsize=64480 CPUtime=222.16
/proc/18720/stat : 18720 (aigsat-wc) R 18718 18720 18379 0 -1 0 20593 249 0 0 22204 12 0 0 25 0 1 0 373245915 66027520 15132 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135242788 0 0 4096 35 0 0 0 17 0 0 0
/proc/18720/statm: 16120 15132 160 293 0 15821 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 64480

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

[startup+222.402 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 18722
/proc/meminfo: memFree=1723180/2055920 swapFree=4184564/4192956
[pid=18720] ppid=18718 vsize=64480 CPUtime=222.26
/proc/18720/stat : 18720 (aigsat-wc) R 18718 18720 18379 0 -1 0 20593 249 0 0 22214 12 0 0 25 0 1 0 373245915 66027520 15132 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744170 0 0 4096 35 0 0 0 17 0 0 0
/proc/18720/statm: 16120 15132 160 293 0 15821 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 64480

[startup+224.002 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 18722
/proc/meminfo: memFree=1723180/2055920 swapFree=4184564/4192956
[pid=18720] ppid=18718 vsize=64480 CPUtime=223.86
/proc/18720/stat : 18720 (aigsat-wc) R 18718 18720 18379 0 -1 0 20593 249 0 0 22374 12 0 0 25 0 1 0 373245915 66027520 15132 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744170 0 0 4096 35 0 0 0 17 0 0 0
/proc/18720/statm: 16120 15132 160 293 0 15821 0
Current children cumulated CPU time (s) 223.86
Current children cumulated vsize (KiB) 64480

[startup+224.802 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 18722
/proc/meminfo: memFree=1723180/2055920 swapFree=4184564/4192956
[pid=18720] ppid=18718 vsize=64480 CPUtime=224.66
/proc/18720/stat : 18720 (aigsat-wc) R 18718 18720 18379 0 -1 0 20593 249 0 0 22454 12 0 0 25 0 1 0 373245915 66027520 15132 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744666 0 0 4096 35 0 0 0 17 0 0 0
/proc/18720/statm: 16120 15132 160 293 0 15821 0
Current children cumulated CPU time (s) 224.66
Current children cumulated vsize (KiB) 64480

[startup+225.203 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 18722
/proc/meminfo: memFree=1723180/2055920 swapFree=4184564/4192956
[pid=18720] ppid=18718 vsize=64480 CPUtime=225.06
/proc/18720/stat : 18720 (aigsat-wc) R 18718 18720 18379 0 -1 0 20593 249 0 0 22494 12 0 0 25 0 1 0 373245915 66027520 15132 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134752426 0 0 4096 35 0 0 0 17 0 0 0
/proc/18720/statm: 16120 15132 160 293 0 15821 0
Current children cumulated CPU time (s) 225.06
Current children cumulated vsize (KiB) 64480

[startup+225.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 18722
/proc/meminfo: memFree=1723180/2055920 swapFree=4184564/4192956
[pid=18720] ppid=18718 vsize=64480 CPUtime=225.16
/proc/18720/stat : 18720 (aigsat-wc) R 18718 18720 18379 0 -1 0 20593 249 0 0 22504 12 0 0 25 0 1 0 373245915 66027520 15132 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134745138 0 0 4096 35 0 0 0 17 0 0 0
/proc/18720/statm: 16120 15132 160 293 0 15821 0
Current children cumulated CPU time (s) 225.16
Current children cumulated vsize (KiB) 64480

Child status: 20
Real time (s): 225.356
CPU time (s): 225.223
CPU user time (s): 225.087
CPU system time (s): 0.135979
CPU usage (%): 99.9407
Max. virtual memory (cumulated for all children) (KiB): 64480

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

runsolver used 0.207968 second user time and 0.615906 second system time

The end

Launcher Data (download as text)

Begin job on node55 on Tue May 15 18:22:39 UTC 2007

IDJOB= 461402
IDBENCH= 48695
IDSOLVER= 202
FILE ID= node55/461402-1179253359

PBS_JOBID= 5277123

Free space on /tmp= 66540 MiB

SOLVER NAME= aigsat-wc 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/additional-aig/minisat+/lseu.unsat.aig
COMMAND LINE= /tmp/evaluation/461402-1179253359/aigsat-wc /tmp/evaluation/461402-1179253359/instance-461402-1179253359.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-461402-1179253359 -o ROOT/results/node55/solver-461402-1179253359 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461402-1179253359/aigsat-wc /tmp/evaluation/461402-1179253359/instance-461402-1179253359.aig            

META MD5SUM SOLVER= a44537a071ffb1a142b3275181a5083c
MD5SUM BENCH=  7efdde1afe59ed9135cb74926783d9c3

RANDOM SEED= 21694140

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node55.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.216
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.216
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:       1783884 kB
Buffers:          6424 kB
Cached:         147960 kB
SwapCached:       2424 kB
Active:          20952 kB
Inactive:       143124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1783884 kB
SwapTotal:     4192956 kB
SwapFree:      4184564 kB
Dirty:            1560 kB
Writeback:           0 kB
Mapped:          16180 kB
Slab:            93972 kB
Committed_AS:  5119544 kB
PageTables:       1408 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= 66540 MiB

End job on node55 on Tue May 15 18:26:24 UTC 2007