Trace number 461234

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-15SAT 348.244 348.363

General information on the benchmark

Nameadditional-aig/ibm/
ibm18_len29_sat.aig
MD5SUM2bb9e6befce7e8214c203b317cf7265e
Bench CategoryALL (all instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.7666
SatisfiableYES
(Un)Satisfiability was proved

Solver Data (download as text)

3.99/4.05	c file: /tmp/evaluation/461234-1179252419/instance-461234-1179252419.aig
3.99/4.05	c Reading aig format..
3.99/4.05	c MAXVAR  68357
3.99/4.05	c INPUTS  983
3.99/4.05	c LATCHES 0
3.99/4.05	c OUTPUTS 1
3.99/4.05	c AND     67374
3.99/4.05	c Before initialization time 3.9214
3.99/4.05	c Memory used (in MB): 80.918
45.37/45.44	c Using component size threshold as 12
45.37/45.44	c DBred=0 restart=33 est=1.30747 GV=28872 GL=122042[ 85293,36749] HP=8016 Prune=548546 decisions=266958 random 1375[0.515062]  HP Impl=1250069 DB Impl=30349320[26968394]  Lits/Cls 13 
45.37/45.44	c Memory used (in MB): 97.8945
87.36/87.43	c DBred=1 restart=36 est=1.61604 GV=53153 GL=125776[ 85293,40483] HP=11579 Prune=829681 decisions=389041 random 1898[0.487866]  HP Impl=2077011 DB Impl=58440056[50551205]  Lits/Cls 23 
87.36/87.43	c Memory used (in MB): 104.84
151.54/151.66	c DBred=2 restart=38 est=1.69316 GV=80437 GL=129992[ 85293,44699] HP=14669 Prune=1069191 decisions=485474 random 2307[0.475206]  HP Impl=2880953 DB Impl=97321870[82525144]  Lits/Cls 37 
151.54/151.66	c Memory used (in MB): 115.426
223.31/223.46	c DBred=3 restart=40 est=1.79921 GV=110598 GL=134666[ 85293,49373] HP=17957 Prune=1340259 decisions=594423 random 2740[0.460951]  HP Impl=3799195 DB Impl=142208838[119074147]  Lits/Cls 31 
223.31/223.46	c Memory used (in MB): 124.461
318.08/318.22	c DBred=4 restart=41 est=1.98821 GV=144694 GL=139843[ 85293,54550] HP=20732 Prune=1661273 decisions=762014 random 3198[0.419677]  HP Impl=4634400 DB Impl=195614497[161877661]  Lits/Cls 37 
318.08/318.22	c Memory used (in MB): 133.387
348.18/348.33	
348.18/348.33	s SATISFIABLE
348.18/348.33	c Total time (in seconds): 347.897
348.18/348.33	c Memory used (in MB): 133.426
348.18/348.33	c Conflict literals deleted: [51.7251%] Max learned #lits [14158014] Reduced #lits [6834772]

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/node67/watcher-461234-1179252419 -o ROOT/results/node67/solver-461234-1179252419 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461234-1179252419/aigsat-wc /tmp/evaluation/461234-1179252419/instance-461234-1179252419.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.02 0.20 0.55 3/64 25951
/proc/meminfo: memFree=1792680/2055920 swapFree=4183164/4192956
[pid=25951] ppid=25949 vsize=2660 CPUtime=0
/proc/25951/stat : 25951 (aigsat-wc) R 25949 25951 25892 0 -1 0 364 249 0 0 0 0 0 0 18 0 1 0 401231433 2723840 343 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135242916 0 0 4096 35 0 0 0 17 1 0 0
/proc/25951/statm: 665 353 124 293 0 366 0

[startup+0.027666 s]
/proc/loadavg: 0.02 0.20 0.55 3/64 25951
/proc/meminfo: memFree=1792680/2055920 swapFree=4183164/4192956
[pid=25951] ppid=25949 vsize=3064 CPUtime=0.02
/proc/25951/stat : 25951 (aigsat-wc) R 25949 25951 25892 0 -1 0 606 249 0 0 2 0 0 0 18 0 1 0 401231433 3137536 584 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/25951/statm: 766 585 136 293 0 467 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3064

[startup+0.101679 s]
/proc/loadavg: 0.02 0.20 0.55 3/64 25951
/proc/meminfo: memFree=1792680/2055920 swapFree=4183164/4192956
[pid=25951] ppid=25949 vsize=6816 CPUtime=0.09
/proc/25951/stat : 25951 (aigsat-wc) R 25949 25951 25892 0 -1 0 1594 249 0 0 9 0 0 0 18 0 1 0 401231433 6979584 1523 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/25951/statm: 1704 1523 136 293 0 1405 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6816

[startup+0.301715 s]
/proc/loadavg: 0.02 0.20 0.55 3/64 25951
/proc/meminfo: memFree=1792680/2055920 swapFree=4183164/4192956
[pid=25951] ppid=25949 vsize=14384 CPUtime=0.28
/proc/25951/stat : 25951 (aigsat-wc) R 25949 25951 25892 0 -1 0 3801 249 0 0 27 1 0 0 19 0 1 0 401231433 14729216 3301 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134592732 0 0 4096 35 0 0 0 17 1 0 0
/proc/25951/statm: 3596 3302 136 293 0 3297 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 14384

[startup+0.701787 s]
/proc/loadavg: 0.02 0.20 0.55 3/64 25951
/proc/meminfo: memFree=1792680/2055920 swapFree=4183164/4192956
[pid=25951] ppid=25949 vsize=29688 CPUtime=0.69
/proc/25951/stat : 25951 (aigsat-wc) R 25949 25951 25892 0 -1 0 7599 249 0 0 66 3 0 0 23 0 1 0 401231433 30400512 6880 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/25951/statm: 7422 6881 137 293 0 7123 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29688

[startup+1.50193 s]
/proc/loadavg: 0.02 0.20 0.55 2/65 25953
/proc/meminfo: memFree=1765408/2055920 swapFree=4183164/4192956
[pid=25951] ppid=25949 vsize=49188 CPUtime=1.49
/proc/25951/stat : 25951 (aigsat-wc) R 25949 25951 25892 0 -1 0 13198 249 0 0 144 5 0 0 25 0 1 0 401231433 50368512 11802 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134637683 0 0 4096 35 0 0 0 17 1 0 0
/proc/25951/statm: 12297 11802 141 293 0 11998 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49188

[startup+3.10223 s]
/proc/loadavg: 0.10 0.21 0.55 2/65 25953
/proc/meminfo: memFree=1736864/2055920 swapFree=4183164/4192956
[pid=25951] ppid=25949 vsize=75604 CPUtime=3.08
/proc/25951/stat : 25951 (aigsat-wc) R 25949 25951 25892 0 -1 0 24848 249 0 0 298 10 0 0 25 0 1 0 401231433 77418496 17981 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134675194 0 0 4096 35 0 0 0 17 1 0 0
/proc/25951/statm: 18901 17981 143 293 0 18602 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 75604

[startup+6.30181 s]
/proc/loadavg: 0.10 0.21 0.55 2/65 25953
/proc/meminfo: memFree=1705632/2055920 swapFree=4183164/4192956
[pid=25951] ppid=25949 vsize=90624 CPUtime=6.29
/proc/25951/stat : 25951 (aigsat-wc) R 25949 25951 25892 0 -1 0 33331 249 0 0 615 14 0 0 25 0 1 0 401231433 92798976 21901 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 1 0 0
/proc/25951/statm: 22656 21901 160 293 0 22357 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 90624

[startup+12.702 s]
/proc/loadavg: 0.24 0.24 0.56 2/65 25953
/proc/meminfo: memFree=1703584/2055920 swapFree=4183164/4192956
[pid=25951] ppid=25949 vsize=95780 CPUtime=12.69
/proc/25951/stat : 25951 (aigsat-wc) R 25949 25951 25892 0 -1 0 33784 249 0 0 1254 15 0 0 25 0 1 0 401231433 98078720 22354 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134731514 0 0 4096 35 0 0 0 17 1 0 0
/proc/25951/statm: 23945 22354 160 293 0 23646 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 95780

[startup+25.5013 s]
/proc/loadavg: 0.35 0.26 0.56 2/65 25953
/proc/meminfo: memFree=1700448/2055920 swapFree=4183164/4192956
[pid=25951] ppid=25949 vsize=97812 CPUtime=25.47
/proc/25951/stat : 25951 (aigsat-wc) R 25949 25951 25892 0 -1 0 34534 249 0 0 2531 16 0 0 25 0 1 0 401231433 100159488 23104 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134745274 0 0 4096 35 0 0 0 17 1 0 0
/proc/25951/statm: 24453 23104 160 293 0 24154 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 97812

[startup+51.102 s]
/proc/loadavg: 0.57 0.32 0.57 2/65 25953
/proc/meminfo: memFree=1695904/2055920 swapFree=4183164/4192956
[pid=25951] ppid=25949 vsize=101264 CPUtime=51.07
/proc/25951/stat : 25951 (aigsat-wc) R 25949 25951 25892 0 -1 0 35662 249 0 0 5089 18 0 0 25 0 1 0 401231433 103694336 24232 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134745286 0 0 4096 35 0 0 0 17 1 0 0
/proc/25951/statm: 25316 24232 160 293 0 25017 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 101264

[startup+102.305 s]
/proc/loadavg: 0.83 0.43 0.59 2/65 25953
/proc/meminfo: memFree=1689440/2055920 swapFree=4183164/4192956
[pid=25951] ppid=25949 vsize=107380 CPUtime=102.26
/proc/25951/stat : 25951 (aigsat-wc) R 25949 25951 25892 0 -1 0 37519 249 0 0 10204 22 0 0 25 0 1 0 401231433 109957120 25850 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744740 0 0 4096 35 0 0 0 17 1 0 0
/proc/25951/statm: 26845 25850 160 293 0 26546 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 107380

[startup+162.301 s]
/proc/loadavg: 0.93 0.53 0.62 2/65 25953
/proc/meminfo: memFree=1678368/2055920 swapFree=4183164/4192956
[pid=25951] ppid=25949 vsize=118224 CPUtime=162.23
/proc/25951/stat : 25951 (aigsat-wc) R 25949 25951 25892 0 -1 0 40514 249 0 0 16197 26 0 0 25 0 1 0 401231433 121061376 28599 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 1 0 0
/proc/25951/statm: 29556 28599 160 293 0 29257 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 118224

[startup+222.301 s]
/proc/loadavg: 0.97 0.62 0.64 2/65 25953
/proc/meminfo: memFree=1671968/2055920 swapFree=4183164/4192956
[pid=25951] ppid=25949 vsize=127444 CPUtime=222.21
/proc/25951/stat : 25951 (aigsat-wc) R 25949 25951 25892 0 -1 0 43113 249 0 0 22194 27 0 0 25 0 1 0 401231433 130502656 30170 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744715 0 0 4096 35 0 0 0 17 1 0 0
/proc/25951/statm: 31861 30170 160 293 0 31562 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 127444

[startup+282.302 s]
/proc/loadavg: 0.99 0.68 0.66 2/65 25953
/proc/meminfo: memFree=1672032/2055920 swapFree=4183164/4192956
[pid=25951] ppid=25949 vsize=127484 CPUtime=282.19
/proc/25951/stat : 25951 (aigsat-wc) R 25949 25951 25892 0 -1 0 43383 249 0 0 28192 27 0 0 25 0 1 0 401231433 130543616 30186 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744715 0 0 4096 35 0 0 0 17 1 0 0
/proc/25951/statm: 31871 30186 160 293 0 31572 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 127484

[startup+342.301 s]
/proc/loadavg: 0.99 0.74 0.67 2/65 25953
/proc/meminfo: memFree=1662752/2055920 swapFree=4183164/4192956
[pid=25951] ppid=25949 vsize=136624 CPUtime=342.17
/proc/25951/stat : 25951 (aigsat-wc) R 25949 25951 25892 0 -1 0 45954 249 0 0 34186 31 0 0 25 0 1 0 401231433 139902976 32493 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134750820 0 0 4096 35 0 0 0 17 1 0 0
/proc/25951/statm: 34156 32493 160 293 0 33857 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 136624

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

[startup+345.502 s]
/proc/loadavg: 0.99 0.74 0.67 2/65 25953
/proc/meminfo: memFree=1662752/2055920 swapFree=4183164/4192956
[pid=25951] ppid=25949 vsize=136624 CPUtime=345.38
/proc/25951/stat : 25951 (aigsat-wc) R 25949 25951 25892 0 -1 0 45954 249 0 0 34506 32 0 0 25 0 1 0 401231433 139902976 32493 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134731797 0 0 4096 35 0 0 0 17 1 0 0
/proc/25951/statm: 34156 32493 160 293 0 33857 0
Current children cumulated CPU time (s) 345.38
Current children cumulated vsize (KiB) 136624

[startup+347.101 s]
/proc/loadavg: 0.99 0.74 0.67 2/65 25953
/proc/meminfo: memFree=1662752/2055920 swapFree=4183164/4192956
[pid=25951] ppid=25949 vsize=136624 CPUtime=346.97
/proc/25951/stat : 25951 (aigsat-wc) R 25949 25951 25892 0 -1 0 45954 249 0 0 34665 32 0 0 25 0 1 0 401231433 139902976 32493 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744858 0 0 4096 35 0 0 0 17 1 0 0
/proc/25951/statm: 34156 32493 160 293 0 33857 0
Current children cumulated CPU time (s) 346.97
Current children cumulated vsize (KiB) 136624

[startup+347.901 s]
/proc/loadavg: 0.99 0.74 0.67 2/65 25953
/proc/meminfo: memFree=1662752/2055920 swapFree=4183164/4192956
[pid=25951] ppid=25949 vsize=136624 CPUtime=347.77
/proc/25951/stat : 25951 (aigsat-wc) R 25949 25951 25892 0 -1 0 45954 249 0 0 34745 32 0 0 25 0 1 0 401231433 139902976 32493 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134743495 0 0 4096 35 0 0 0 17 1 0 0
/proc/25951/statm: 34156 32493 160 293 0 33857 0
Current children cumulated CPU time (s) 347.77
Current children cumulated vsize (KiB) 136624

[startup+348.302 s]
/proc/loadavg: 0.99 0.74 0.67 2/65 25953
/proc/meminfo: memFree=1662752/2055920 swapFree=4183164/4192956
[pid=25951] ppid=25949 vsize=136624 CPUtime=348.18
/proc/25951/stat : 25951 (aigsat-wc) R 25949 25951 25892 0 -1 0 45954 249 0 0 34786 32 0 0 25 0 1 0 401231433 139902976 32493 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134756130 0 0 4096 35 0 0 0 17 1 0 0
/proc/25951/statm: 34156 32493 160 293 0 33857 0
Current children cumulated CPU time (s) 348.18
Current children cumulated vsize (KiB) 136624

Child status: 10
Real time (s): 348.363
CPU time (s): 348.244
CPU user time (s): 347.898
CPU system time (s): 0.345947
CPU usage (%): 99.9658
Max. virtual memory (cumulated for all children) (KiB): 136624

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

runsolver used 0.345947 second user time and 0.703892 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Tue May 15 18:06:59 UTC 2007

IDJOB= 461234
IDBENCH= 48653
IDSOLVER= 202
FILE ID= node67/461234-1179252419

PBS_JOBID= 5277206

Free space on /tmp= 66546 MiB

SOLVER NAME= aigsat-wc 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/additional-aig/ibm/ibm18_len29_sat.aig
COMMAND LINE= /tmp/evaluation/461234-1179252419/aigsat-wc /tmp/evaluation/461234-1179252419/instance-461234-1179252419.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-461234-1179252419 -o ROOT/results/node67/solver-461234-1179252419 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461234-1179252419/aigsat-wc /tmp/evaluation/461234-1179252419/instance-461234-1179252419.aig            

META MD5SUM SOLVER= a44537a071ffb1a142b3275181a5083c
MD5SUM BENCH=  2bb9e6befce7e8214c203b317cf7265e

RANDOM SEED= 345460488

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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.263
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.263
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:       1793024 kB
Buffers:          5488 kB
Cached:         148304 kB
SwapCached:       3900 kB
Active:          25928 kB
Inactive:       137512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1793024 kB
SwapTotal:     4192956 kB
SwapFree:      4183164 kB
Dirty:            1760 kB
Writeback:           0 kB
Mapped:          15676 kB
Slab:            85392 kB
Committed_AS:  3187572 kB
PageTables:       1452 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= 66546 MiB

End job on node67 on Tue May 15 18:12:48 UTC 2007