Trace number 460686

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 180.204 180.318

General information on the benchmark

Nameindustrial-aig/palacios/uts/
uts-l06-ipc5-h30-unknown.aig
MD5SUMb95148cf89c05f659dc3c054c57cd22b
Bench CategoryALL (all instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.3943
SatisfiableNO
(Un)Satisfiability was proved

Solver Data (download as text)

9.28/9.33	c file: /tmp/evaluation/460686-1179250471/instance-460686-1179250471.aig
9.28/9.33	c Reading aig format..
9.28/9.33	c MAXVAR  235842
9.28/9.33	c INPUTS  2018
9.28/9.33	c LATCHES 0
9.28/9.33	c OUTPUTS 1
9.28/9.33	c AND     233824
9.28/9.33	c Before initialization time 8.95164
9.28/9.33	c Memory used (in MB): 248.93
53.35/53.47	c Using component size threshold as 135
53.35/53.47	c DBred=0 restart=33 est=0.0500066 GV=26992 GL=125031[ 89798,35233] HP=8251 Prune=136519 decisions=53529 random 104[0.194287]  HP Impl=1038048 DB Impl=19935835[18625848]  Lits/Cls 26 
53.35/53.47	c Memory used (in MB): 316.246
89.43/89.60	c DBred=1 restart=36 est=0.0500032 GV=51043 GL=129413[ 89798,39615] HP=11105 Prune=220726 decisions=87240 random 153[0.175378]  HP Impl=1580749 DB Impl=42081537[39303940]  Lits/Cls 28 
89.43/89.60	c Memory used (in MB): 348.48
120.82/120.93	c DBred=2 restart=38 est=0.0536398 GV=79053 GL=132568[ 89798,42770] HP=13273 Prune=309795 decisions=123802 random 213[0.172049]  HP Impl=1990306 DB Impl=58590012[54090671]  Lits/Cls 30 
120.82/120.93	c Memory used (in MB): 374.094
156.29/156.48	c DBred=3 restart=40 est=0.060913 GV=110024 GL=136469[ 89798,46671] HP=15852 Prune=410668 decisions=165690 random 290[0.175026]  HP Impl=2513312 DB Impl=78400198[71940836]  Lits/Cls 25 
156.29/156.48	c Memory used (in MB): 392.836
177.17/177.37	c DBred=4 restart=41 est=0.0772788 GV=145464 GL=140555[ 89798,50757] HP=16833 Prune=501083 decisions=209209 random 362[0.173033]  HP Impl=2596793 DB Impl=86220668[77743939]  Lits/Cls 23 
177.17/177.37	c Memory used (in MB): 401.168
180.08/180.25	
180.08/180.25	s UNSATISFIABLE
180.08/180.25	c Total time (in seconds): 179.418
180.08/180.25	c Memory used (in MB): 403.844
180.08/180.25	c Conflict literals deleted: [34.3425%] Max learned #lits [7822150] Reduced #lits [5135830]

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/node74/watcher-460686-1179250471 -o ROOT/results/node74/solver-460686-1179250471 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460686-1179250471/aigsat-wc /tmp/evaluation/460686-1179250471/instance-460686-1179250471.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.96 0.90 3/65 8749
/proc/meminfo: memFree=1202040/2055920 swapFree=4183240/4192956
[pid=8749] ppid=8747 vsize=3164 CPUtime=0
/proc/8749/stat : 8749 (aigsat-wc) R 8747 8749 8228 0 -1 0 462 249 0 0 0 0 0 0 19 0 1 0 372961859 3239936 442 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135242916 0 0 4096 35 0 0 0 17 0 0 0
/proc/8749/statm: 791 451 124 293 0 492 0

[startup+0.039409 s]
/proc/loadavg: 0.91 0.96 0.90 3/65 8749
/proc/meminfo: memFree=1202040/2055920 swapFree=4183240/4192956
[pid=8749] ppid=8747 vsize=5932 CPUtime=0.02
/proc/8749/stat : 8749 (aigsat-wc) R 8747 8749 8228 0 -1 0 1315 249 0 0 2 0 0 0 19 0 1 0 372961859 6074368 1294 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135276893 0 0 4096 35 0 0 0 17 0 0 0
/proc/8749/statm: 1483 1294 125 293 0 1184 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5932

[startup+0.101416 s]
/proc/loadavg: 0.91 0.96 0.90 3/65 8749
/proc/meminfo: memFree=1202040/2055920 swapFree=4183240/4192956
[pid=8749] ppid=8747 vsize=7656 CPUtime=0.09
/proc/8749/stat : 8749 (aigsat-wc) R 8747 8749 8228 0 -1 0 1753 249 0 0 8 1 0 0 19 0 1 0 372961859 7839744 1731 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/8749/statm: 1914 1731 136 293 0 1615 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7656

[startup+0.301439 s]
/proc/loadavg: 0.91 0.96 0.90 3/65 8749
/proc/meminfo: memFree=1202040/2055920 swapFree=4183240/4192956
[pid=8749] ppid=8747 vsize=18232 CPUtime=0.29
/proc/8749/stat : 8749 (aigsat-wc) R 8747 8749 8228 0 -1 0 4423 249 0 0 27 2 0 0 20 0 1 0 372961859 18669568 4255 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/8749/statm: 4558 4256 136 293 0 4259 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18232

[startup+0.701485 s]
/proc/loadavg: 0.91 0.96 0.90 3/65 8749
/proc/meminfo: memFree=1202040/2055920 swapFree=4183240/4192956
[pid=8749] ppid=8747 vsize=39024 CPUtime=0.69
/proc/8749/stat : 8749 (aigsat-wc) R 8747 8749 8228 0 -1 0 10030 249 0 0 64 5 0 0 24 0 1 0 372961859 39960576 9284 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/8749/statm: 9756 9285 136 293 0 9457 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39024

[startup+1.50158 s]
/proc/loadavg: 0.91 0.96 0.90 2/66 8751
/proc/meminfo: memFree=1158192/2055920 swapFree=4183240/4192956
[pid=8749] ppid=8747 vsize=66264 CPUtime=1.49
/proc/8749/stat : 8749 (aigsat-wc) R 8747 8749 8228 0 -1 0 18047 249 0 0 142 7 0 0 25 0 1 0 372961859 67854336 15959 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/8749/statm: 16566 15959 136 293 0 16267 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66264

[startup+3.10176 s]
/proc/loadavg: 0.92 0.96 0.90 2/66 8751
/proc/meminfo: memFree=1117104/2055920 swapFree=4183240/4192956
[pid=8749] ppid=8747 vsize=118628 CPUtime=3.08
/proc/8749/stat : 8749 (aigsat-wc) R 8747 8749 8228 0 -1 0 32734 249 0 0 296 12 0 0 25 0 1 0 372961859 121475072 26953 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134667694 0 0 4096 35 0 0 0 17 0 0 0
/proc/8749/statm: 29657 26953 141 293 0 29358 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 118628

[startup+6.30113 s]
/proc/loadavg: 0.92 0.96 0.90 2/66 8751
/proc/meminfo: memFree=1001584/2055920 swapFree=4183240/4192956
[pid=8749] ppid=8747 vsize=210832 CPUtime=6.29
/proc/8749/stat : 8749 (aigsat-wc) R 8747 8749 8228 0 -1 0 66758 249 0 0 603 26 0 0 25 0 1 0 372961859 215891968 51558 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134675075 0 0 4096 35 0 0 0 17 0 0 0
/proc/8749/statm: 52708 51558 143 293 0 52409 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 210832

[startup+12.7019 s]
/proc/loadavg: 0.93 0.96 0.91 2/66 8751
/proc/meminfo: memFree=941616/2055920 swapFree=4183240/4192956
[pid=8749] ppid=8747 vsize=266108 CPUtime=12.68
/proc/8749/stat : 8749 (aigsat-wc) R 8747 8749 8228 0 -1 0 98526 249 0 0 1227 41 0 0 25 0 1 0 372961859 272494592 65042 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134727326 0 0 4096 35 0 0 0 17 0 0 0
/proc/8749/statm: 66527 65042 160 293 0 66228 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 266108

[startup+25.5013 s]
/proc/loadavg: 0.94 0.96 0.91 2/66 8751
/proc/meminfo: memFree=927664/2055920 swapFree=4183240/4192956
[pid=8749] ppid=8747 vsize=283984 CPUtime=25.48
/proc/8749/stat : 8749 (aigsat-wc) R 8747 8749 8228 0 -1 0 102083 249 0 0 2504 44 0 0 25 0 1 0 372961859 290799616 68599 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 0 0 0
/proc/8749/statm: 70996 68599 160 293 0 70697 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 283984

[startup+51.1013 s]
/proc/loadavg: 0.96 0.96 0.91 2/66 8751
/proc/meminfo: memFree=898736/2055920 swapFree=4183240/4192956
[pid=8749] ppid=8747 vsize=320972 CPUtime=51.06
/proc/8749/stat : 8749 (aigsat-wc) R 8747 8749 8228 0 -1 0 112304 249 0 0 5055 51 0 0 25 0 1 0 372961859 328675328 75857 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134726505 0 0 4096 35 0 0 0 17 0 0 0
/proc/8749/statm: 80243 75857 160 293 0 79944 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 320972

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.91 2/66 8751
/proc/meminfo: memFree=865328/2055920 swapFree=4183240/4192956
[pid=8749] ppid=8747 vsize=363532 CPUtime=102.23
/proc/8749/stat : 8749 (aigsat-wc) R 8747 8749 8228 0 -1 0 124395 249 0 0 10163 60 0 0 25 0 1 0 372961859 372256768 84096 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134731359 0 0 4096 35 0 0 0 17 0 0 0
/proc/8749/statm: 90883 84096 160 293 0 90584 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 363532

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 8751
/proc/meminfo: memFree=834800/2055920 swapFree=4183240/4192956
[pid=8749] ppid=8747 vsize=406664 CPUtime=162.19
/proc/8749/stat : 8749 (aigsat-wc) R 8747 8749 8228 0 -1 0 138210 249 0 0 16148 71 0 0 25 0 1 0 372961859 416423936 91705 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134725860 0 0 4096 35 0 0 0 17 0 0 0
/proc/8749/statm: 101666 91705 160 293 0 101367 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 406664

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

[startup+166.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 8751
/proc/meminfo: memFree=834096/2055920 swapFree=4183240/4192956
[pid=8749] ppid=8747 vsize=407176 CPUtime=166.19
/proc/8749/stat : 8749 (aigsat-wc) R 8747 8749 8228 0 -1 0 138506 249 0 0 16548 71 0 0 25 0 1 0 372961859 416948224 91872 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 0 0 0
/proc/8749/statm: 101794 91872 160 293 0 101495 0
Current children cumulated CPU time (s) 166.19
Current children cumulated vsize (KiB) 407176

[startup+172.705 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 8751
/proc/meminfo: memFree=832624/2055920 swapFree=4183240/4192956
[pid=8749] ppid=8747 vsize=409240 CPUtime=172.59
/proc/8749/stat : 8749 (aigsat-wc) R 8747 8749 8228 0 -1 0 139244 249 0 0 17188 71 0 0 25 0 1 0 372961859 419061760 92219 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744828 0 0 4096 35 0 0 0 17 0 0 0
/proc/8749/statm: 102310 92219 160 293 0 102011 0
Current children cumulated CPU time (s) 172.59
Current children cumulated vsize (KiB) 409240

[startup+175.902 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 8751
/proc/meminfo: memFree=831664/2055920 swapFree=4183240/4192956
[pid=8749] ppid=8747 vsize=410404 CPUtime=175.78
/proc/8749/stat : 8749 (aigsat-wc) R 8747 8749 8228 0 -1 0 139682 249 0 0 17507 71 0 0 25 0 1 0 372961859 420253696 92461 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134750849 0 0 4096 35 0 0 0 17 0 0 0
/proc/8749/statm: 102601 92461 160 293 0 102302 0
Current children cumulated CPU time (s) 175.78
Current children cumulated vsize (KiB) 410404

[startup+177.502 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 8751
/proc/meminfo: memFree=831408/2055920 swapFree=4183240/4192956
[pid=8749] ppid=8747 vsize=410824 CPUtime=177.37
/proc/8749/stat : 8749 (aigsat-wc) R 8747 8749 8228 0 -1 0 140107 249 0 0 17666 71 0 0 25 0 1 0 372961859 420683776 92553 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134743665 0 0 4096 35 0 0 0 17 0 0 0
/proc/8749/statm: 102706 92553 160 293 0 102407 0
Current children cumulated CPU time (s) 177.37
Current children cumulated vsize (KiB) 410824

[startup+179.101 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 8751
/proc/meminfo: memFree=830896/2055920 swapFree=4183240/4192956
[pid=8749] ppid=8747 vsize=412748 CPUtime=178.98
/proc/8749/stat : 8749 (aigsat-wc) R 8747 8749 8228 0 -1 0 140702 249 0 0 17826 72 0 0 25 0 1 0 372961859 422653952 92694 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744777 0 0 4096 35 0 0 0 17 0 0 0
/proc/8749/statm: 103187 92694 160 293 0 102888 0
Current children cumulated CPU time (s) 178.98
Current children cumulated vsize (KiB) 412748

[startup+179.901 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 8751
/proc/meminfo: memFree=830576/2055920 swapFree=4183240/4192956
[pid=8749] ppid=8747 vsize=413136 CPUtime=179.78
/proc/8749/stat : 8749 (aigsat-wc) R 8747 8749 8228 0 -1 0 140816 249 0 0 17906 72 0 0 25 0 1 0 372961859 423051264 92743 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744350 0 0 4096 35 0 0 0 17 0 0 0
/proc/8749/statm: 103284 92743 160 293 0 102985 0
Current children cumulated CPU time (s) 179.78
Current children cumulated vsize (KiB) 413136

[startup+180.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 8751
/proc/meminfo: memFree=1107760/2055920 swapFree=4183240/4192956
[pid=8749] ppid=8747 vsize=0 CPUtime=180.18
/proc/8749/stat : 8749 (aigsat-wc) R 8747 8749 8228 0 -1 4 140887 249 0 0 17941 77 0 0 25 0 1 0 372961859 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 0 0 0
/proc/8749/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 180.18
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 180.318
CPU time (s): 180.204
CPU user time (s): 179.419
CPU system time (s): 0.78488
CPU usage (%): 99.9364
Max. virtual memory (cumulated for all children) (KiB): 413532

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

runsolver used 0.19197 second user time and 0.469928 second system time

The end

Launcher Data (download as text)

Begin job on node74 on Tue May 15 17:34:31 UTC 2007

IDJOB= 460686
IDBENCH= 48516
IDSOLVER= 202
FILE ID= node74/460686-1179250471

PBS_JOBID= 5277093

Free space on /tmp= 103228 MiB

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

META MD5SUM SOLVER= a44537a071ffb1a142b3275181a5083c
MD5SUM BENCH=  b95148cf89c05f659dc3c054c57cd22b

RANDOM SEED= 649337716

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node74.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.213
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.213
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:       1202256 kB
Buffers:         38380 kB
Cached:         664040 kB
SwapCached:       3012 kB
Active:         114532 kB
Inactive:       597800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1202256 kB
SwapTotal:     4192956 kB
SwapFree:      4183240 kB
Dirty:            2404 kB
Writeback:           0 kB
Mapped:          15936 kB
Slab:           127160 kB
Committed_AS:  7168808 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103228 MiB

End job on node74 on Tue May 15 17:37:32 UTC 2007