Trace number 460710

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 153.143 153.181

General information on the benchmark

Nameindustrial-aig/palacios/uts/
uts-l05-ipc5-h27-unknown.aig
MD5SUMe47d7a88f031f0af892f5a6a6825a8c5
Bench CategoryALL (all instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark26.166
SatisfiableNO
(Un)Satisfiability was proved

Solver Data (download as text)

4.98/5.01	c file: /tmp/evaluation/460710-1179250575/instance-460710-1179250575.aig
4.98/5.01	c Reading aig format..
4.98/5.01	c MAXVAR  129158
4.98/5.01	c INPUTS  1494
4.98/5.01	c LATCHES 0
4.98/5.01	c OUTPUTS 1
4.98/5.01	c AND     127664
4.98/5.01	c Before initialization time 4.87326
4.98/5.01	c Memory used (in MB): 108.699
49.38/49.49	c Using component size threshold as 85
49.38/49.49	c DBred=0 restart=31 est=0.0955627 GV=18020 GL=91179[ 64541,26638] HP=8624 Prune=113929 decisions=35164 random 71[0.201911]  HP Impl=1396075 DB Impl=21825535[20870006]  Lits/Cls 27 
49.38/49.49	c Memory used (in MB): 172.715
76.97/77.00	c DBred=1 restart=34 est=0.129381 GV=34178 GL=93124[ 64541,28583] HP=12610 Prune=185581 decisions=59907 random 148[0.24705]  HP Impl=1981741 DB Impl=35373563[33304256]  Lits/Cls 24 
76.97/77.00	c Memory used (in MB): 191.125
103.66/103.73	c DBred=2 restart=36 est=0.167968 GV=52489 GL=95907[ 64541,31366] HP=16544 Prune=264231 decisions=88194 random 224[0.253986]  HP Impl=2555304 DB Impl=48736169[45401930]  Lits/Cls 21 
103.66/103.73	c Memory used (in MB): 207.008
128.95/129.04	c DBred=3 restart=38 est=0.202016 GV=72963 GL=98998[ 64541,34457] HP=20630 Prune=342364 decisions=119332 random 317[0.265645]  HP Impl=2907829 DB Impl=60611621[55738178]  Lits/Cls 18 
128.95/129.04	c Memory used (in MB): 211.859
148.66/148.78	c DBred=4 restart=39 est=0.258762 GV=96749 GL=102038[ 64541,37497] HP=23601 Prune=414133 decisions=151463 random 438[0.28918]  HP Impl=3031280 DB Impl=68813464[62231992]  Lits/Cls 17 
148.66/148.78	c Memory used (in MB): 220.637
153.05/153.14	
153.05/153.14	s UNSATISFIABLE
153.05/153.14	c Total time (in seconds): 152.742
153.05/153.14	c Memory used (in MB): 223.18
153.05/153.14	c Conflict literals deleted: [41.7373%] Max learned #lits [5315208] Reduced #lits [3096783]

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/node41/watcher-460710-1179250575 -o ROOT/results/node41/solver-460710-1179250575 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460710-1179250575/aigsat-wc /tmp/evaluation/460710-1179250575/instance-460710-1179250575.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.91 3/77 32027
/proc/meminfo: memFree=1276352/2055920 swapFree=4169412/4192956
[pid=32027] ppid=32025 vsize=2332 CPUtime=0
/proc/32027/stat : 32027 (aigsat-wc) R 32025 32027 31577 0 -1 0 401 249 0 0 0 0 0 0 18 0 1 0 372969425 2387968 380 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135242916 0 0 4096 35 0 0 0 17 1 0 0
/proc/32027/statm: 583 388 124 293 0 284 0

[startup+0.076095 s]
/proc/loadavg: 0.91 0.95 0.91 3/77 32027
/proc/meminfo: memFree=1276352/2055920 swapFree=4169412/4192956
[pid=32027] ppid=32025 vsize=5668 CPUtime=0.06
/proc/32027/stat : 32027 (aigsat-wc) R 32025 32027 31577 0 -1 0 1244 249 0 0 6 0 0 0 18 0 1 0 372969425 5804032 1222 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/32027/statm: 1417 1223 136 293 0 1118 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5668

[startup+0.101097 s]
/proc/loadavg: 0.91 0.95 0.91 3/77 32027
/proc/meminfo: memFree=1276352/2055920 swapFree=4169412/4192956
[pid=32027] ppid=32025 vsize=6888 CPUtime=0.09
/proc/32027/stat : 32027 (aigsat-wc) R 32025 32027 31577 0 -1 0 1563 249 0 0 9 0 0 0 18 0 1 0 372969425 7053312 1541 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/32027/statm: 1722 1541 136 293 0 1423 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6888

[startup+0.301114 s]
/proc/loadavg: 0.91 0.95 0.91 3/77 32027
/proc/meminfo: memFree=1276352/2055920 swapFree=4169412/4192956
[pid=32027] ppid=32025 vsize=16880 CPUtime=0.29
/proc/32027/stat : 32027 (aigsat-wc) R 32025 32027 31577 0 -1 0 4070 249 0 0 28 1 0 0 20 0 1 0 372969425 17285120 3902 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/32027/statm: 4220 3902 136 293 0 3921 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16880

[startup+0.701149 s]
/proc/loadavg: 0.91 0.95 0.91 3/77 32027
/proc/meminfo: memFree=1276352/2055920 swapFree=4169412/4192956
[pid=32027] ppid=32025 vsize=27992 CPUtime=0.68
/proc/32027/stat : 32027 (aigsat-wc) R 32025 32027 31577 0 -1 0 7784 249 0 0 66 2 0 0 24 0 1 0 372969425 28663808 6727 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/32027/statm: 6998 6728 136 293 0 6699 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 27992

[startup+1.50122 s]
/proc/loadavg: 0.91 0.95 0.91 2/78 32029
/proc/meminfo: memFree=1237368/2055920 swapFree=4169412/4192956
[pid=32027] ppid=32025 vsize=63416 CPUtime=1.48
/proc/32027/stat : 32027 (aigsat-wc) R 32025 32027 31577 0 -1 0 16882 249 0 0 143 5 0 0 25 0 1 0 372969425 64937984 15388 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134637689 0 0 4096 35 0 0 0 17 1 0 0
/proc/32027/statm: 15854 15389 141 293 0 15555 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 63416

[startup+3.10236 s]
/proc/loadavg: 0.91 0.95 0.91 2/78 32029
/proc/meminfo: memFree=1209848/2055920 swapFree=4169412/4192956
[pid=32027] ppid=32025 vsize=92244 CPUtime=3.09
/proc/32027/stat : 32027 (aigsat-wc) R 32025 32027 31577 0 -1 0 28899 249 0 0 299 10 0 0 25 0 1 0 372969425 94457856 21925 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134665758 0 0 4096 35 0 0 0 17 1 0 0
/proc/32027/statm: 23061 21925 142 293 0 22762 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92244

[startup+6.30163 s]
/proc/loadavg: 0.92 0.95 0.91 2/78 32029
/proc/meminfo: memFree=1164024/2055920 swapFree=4169412/4192956
[pid=32027] ppid=32025 vsize=123360 CPUtime=6.29
/proc/32027/stat : 32027 (aigsat-wc) R 32025 32027 31577 0 -1 0 41126 249 0 0 614 15 0 0 25 0 1 0 372969425 126320640 28810 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134727573 0 0 4096 35 0 0 0 17 1 0 0
/proc/32027/statm: 30840 28810 160 293 0 30541 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 123360

[startup+12.7012 s]
/proc/loadavg: 0.93 0.95 0.91 2/78 32029
/proc/meminfo: memFree=1149496/2055920 swapFree=4169412/4192956
[pid=32027] ppid=32025 vsize=139212 CPUtime=12.68
/proc/32027/stat : 32027 (aigsat-wc) R 32025 32027 31577 0 -1 0 44740 249 0 0 1251 17 0 0 25 0 1 0 372969425 142553088 31908 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134725894 0 0 4096 35 0 0 0 17 1 0 0
/proc/32027/statm: 34803 31908 160 293 0 34504 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 139212

[startup+25.5013 s]
/proc/loadavg: 0.94 0.96 0.91 2/78 32029
/proc/meminfo: memFree=1135288/2055920 swapFree=4169412/4192956
[pid=32027] ppid=32025 vsize=155820 CPUtime=25.49
/proc/32027/stat : 32027 (aigsat-wc) R 32025 32027 31577 0 -1 0 48443 249 0 0 2528 21 0 0 25 0 1 0 372969425 159559680 35347 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134728170 0 0 4096 35 0 0 0 17 1 0 0
/proc/32027/statm: 38955 35347 160 293 0 38656 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 155820

[startup+51.1015 s]
/proc/loadavg: 0.96 0.96 0.91 2/78 32029
/proc/meminfo: memFree=1117304/2055920 swapFree=4169412/4192956
[pid=32027] ppid=32025 vsize=178216 CPUtime=51.07
/proc/32027/stat : 32027 (aigsat-wc) R 32025 32027 31577 0 -1 0 54047 249 0 0 5083 24 0 0 25 0 1 0 372969425 182493184 39802 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135242788 0 0 4096 35 0 0 0 17 1 0 0
/proc/32027/statm: 44554 39802 160 293 0 44255 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 178216

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.91 2/78 32029
/proc/meminfo: memFree=1093048/2055920 swapFree=4169412/4192956
[pid=32027] ppid=32025 vsize=210672 CPUtime=102.27
/proc/32027/stat : 32027 (aigsat-wc) R 32025 32027 31577 0 -1 0 63400 249 0 0 10196 31 0 0 25 0 1 0 372969425 215728128 45770 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134751935 0 0 4096 35 0 0 0 17 1 0 0
/proc/32027/statm: 52668 45770 160 293 0 52369 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 210672

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

[startup+127.901 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 32029
/proc/meminfo: memFree=1087608/2055920 swapFree=4169412/4192956
[pid=32027] ppid=32025 vsize=216808 CPUtime=127.85
/proc/32027/stat : 32027 (aigsat-wc) R 32025 32027 31577 0 -1 0 65707 249 0 0 12753 32 0 0 25 0 1 0 372969425 222011392 47143 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134731144 0 0 4096 35 0 0 0 17 1 0 0
/proc/32027/statm: 54202 47143 160 293 0 53903 0
Current children cumulated CPU time (s) 127.85
Current children cumulated vsize (KiB) 216808

[startup+140.701 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 32029
/proc/meminfo: memFree=1083192/2055920 swapFree=4169412/4192956
[pid=32027] ppid=32025 vsize=223164 CPUtime=140.66
/proc/32027/stat : 32027 (aigsat-wc) R 32025 32027 31577 0 -1 0 67888 249 0 0 14032 34 0 0 25 0 1 0 372969425 228519936 48183 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 1 0 0
/proc/32027/statm: 55791 48183 160 293 0 55492 0
Current children cumulated CPU time (s) 140.66
Current children cumulated vsize (KiB) 223164

[startup+147.102 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 32029
/proc/meminfo: memFree=1082360/2055920 swapFree=4169412/4192956
[pid=32027] ppid=32025 vsize=224176 CPUtime=147.05
/proc/32027/stat : 32027 (aigsat-wc) R 32025 32027 31577 0 -1 0 68435 249 0 0 14670 35 0 0 25 0 1 0 372969425 229556224 48499 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134727363 0 0 4096 35 0 0 0 17 1 0 0
/proc/32027/statm: 56044 48499 160 293 0 55745 0
Current children cumulated CPU time (s) 147.05
Current children cumulated vsize (KiB) 224176

[startup+150.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 32029
/proc/meminfo: memFree=1080760/2055920 swapFree=4169412/4192956
[pid=32027] ppid=32025 vsize=226600 CPUtime=150.25
/proc/32027/stat : 32027 (aigsat-wc) R 32025 32027 31577 0 -1 0 69353 249 0 0 14989 36 0 0 25 0 1 0 372969425 232038400 48897 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134718275 0 0 4096 35 0 0 0 17 1 0 0
/proc/32027/statm: 56650 48897 160 293 0 56351 0
Current children cumulated CPU time (s) 150.25
Current children cumulated vsize (KiB) 226600

[startup+151.901 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 32029
/proc/meminfo: memFree=1080056/2055920 swapFree=4169412/4192956
[pid=32027] ppid=32025 vsize=227372 CPUtime=151.85
/proc/32027/stat : 32027 (aigsat-wc) R 32025 32027 31577 0 -1 0 69631 249 0 0 15149 36 0 0 25 0 1 0 372969425 232828928 49010 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 1 0 0
/proc/32027/statm: 56843 49010 160 293 0 56544 0
Current children cumulated CPU time (s) 151.85
Current children cumulated vsize (KiB) 227372

[startup+152.701 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 32029
/proc/meminfo: memFree=1080056/2055920 swapFree=4169412/4192956
[pid=32027] ppid=32025 vsize=227628 CPUtime=152.65
/proc/32027/stat : 32027 (aigsat-wc) R 32025 32027 31577 0 -1 0 69733 249 0 0 15229 36 0 0 25 0 1 0 372969425 233091072 49046 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744715 0 0 4096 35 0 0 0 17 1 0 0
/proc/32027/statm: 56907 49046 160 293 0 56608 0
Current children cumulated CPU time (s) 152.65
Current children cumulated vsize (KiB) 227628

[startup+153.101 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 32029
/proc/meminfo: memFree=1079800/2055920 swapFree=4169412/4192956
[pid=32027] ppid=32025 vsize=228532 CPUtime=153.05
/proc/32027/stat : 32027 (aigsat-wc) R 32025 32027 31577 0 -1 0 69923 249 0 0 15269 36 0 0 25 0 1 0 372969425 234016768 49138 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744740 0 0 4096 35 0 0 0 17 1 0 0
/proc/32027/statm: 57133 49138 160 293 0 56834 0
Current children cumulated CPU time (s) 153.05
Current children cumulated vsize (KiB) 228532

Child status: 20
Real time (s): 153.181
CPU time (s): 153.143
CPU user time (s): 152.743
CPU system time (s): 0.399939
CPU usage (%): 99.9751
Max. virtual memory (cumulated for all children) (KiB): 228532

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

runsolver used 0.170974 second user time and 0.38994 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Tue May 15 17:36:15 UTC 2007

IDJOB= 460710
IDBENCH= 48522
IDSOLVER= 202
FILE ID= node41/460710-1179250575

PBS_JOBID= 5277074

Free space on /tmp= 66548 MiB

SOLVER NAME= aigsat-wc 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/industrial-aig/palacios/uts/uts-l05-ipc5-h27-unknown.aig
COMMAND LINE= /tmp/evaluation/460710-1179250575/aigsat-wc /tmp/evaluation/460710-1179250575/instance-460710-1179250575.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-460710-1179250575 -o ROOT/results/node41/solver-460710-1179250575 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460710-1179250575/aigsat-wc /tmp/evaluation/460710-1179250575/instance-460710-1179250575.aig            

META MD5SUM SOLVER= a44537a071ffb1a142b3275181a5083c
MD5SUM BENCH=  e47d7a88f031f0af892f5a6a6825a8c5

RANDOM SEED= 45420001

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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.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:       1276568 kB
Buffers:         43512 kB
Cached:         595312 kB
SwapCached:       3096 kB
Active:         292660 kB
Inactive:       370104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1276568 kB
SwapTotal:     4192956 kB
SwapFree:      4169412 kB
Dirty:            2080 kB
Writeback:           0 kB
Mapped:          31432 kB
Slab:           101852 kB
Committed_AS:  8658664 kB
PageTables:       2008 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= 66548 MiB

End job on node41 on Tue May 15 17:38:49 UTC 2007