Trace number 318852

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
SATzilla CRAFTEDUNSAT 69.4574 69.6028

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc11944.cnf
MD5SUMeef911a782905fce2d6d67e1fb443023
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.05084
Satisfiable
(Un)Satisfiability was proved
Number of variables178730
Number of clauses508210
Sum of the clauses size1309303
Maximum clause length3
Minimum clause length1
Number of clauses of size 121343
Number of clauses of size 2172641
Number of clauses of size 3314226
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

69.03/69.22	c run March_dl for 5 seconds ... 
69.03/69.22	c Bin: Executing march_dl
69.03/69.22	c child exit by a signal
69.03/69.22	c march_dl returned code 137.
69.03/69.22	c run saps (UBCSAT implementation) for 2 seconds ... 
69.03/69.22	c Bin: Executing ubcsat2006
69.03/69.22	c child exited successfully
69.03/69.22	c ubcsat2006 returned code 0.
69.03/69.22	c satzilla computing base features
69.03/69.22	Error!!! VCG-VAR-entropy
69.03/69.22	Satzilla is runing default solver ... 
69.03/69.22	 c satzilla running minisat20 ... 
69.03/69.23	This is MiniSat 2.0 beta
69.03/69.23	WARNING: for repeatability, setting FPU to use double precision
69.03/69.23	============================[ Problem Statistics ]=============================
69.03/69.23	|                                                                             |
69.03/69.23	|  Number of variables:  178771                                               |
69.03/69.23	|  Number of clauses:    508210                                               |
69.06/69.55	|  Parsing time:         0.29         s                                       |
69.06/69.57	============================[ Search Statistics ]==============================
69.06/69.57	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
69.06/69.57	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
69.06/69.57	===============================================================================
69.06/69.57	|         0 |  156753   484901  1283800 |   161633        0    nan |  0.000 % |
69.06/69.58	===============================================================================
69.06/69.59	restarts              : 1
69.06/69.59	conflicts             : 31             (95 /sec)
69.06/69.59	decisions             : 4298           (1.79 % random) (13227 /sec)
69.06/69.59	propagations          : 77391          (238163 /sec)
69.06/69.59	conflict literals     : 108            (2.70 % deleted)
69.06/69.59	Memory used           : 33.20 MB
69.06/69.59	CPU time              : 0.32495 s
69.06/69.59	
69.06/69.59	c Bin: Executing minisat20
69.06/69.59	c child exited successfully
69.06/69.59	c minisat20 returned code 20.
69.06/69.59	s UNSATISFIABLE
69.06/69.59	c SATZILLA_TIME=69.440000

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/node44/watcher-318852-1176322541 -o ROOT/results/node44/solver-318852-1176322541 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318852-1176322541/SATzilla2007_C /tmp/evaluation/318852-1176322541/instance-318852-1176322541.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.81 0.95 0.97 3/64 649
/proc/meminfo: memFree=1812248/2055920 swapFree=4191268/4192956
[pid=649] ppid=647 vsize=1440 CPUtime=0
/proc/649/stat : 649 (SATzilla2007_C) D 647 649 31822 0 -1 4194304 127 0 0 0 0 0 0 0 19 0 1 0 80165891 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135221597 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/649/statm: 360 110 95 260 0 84 0

[startup+0.068218 s]
/proc/loadavg: 0.81 0.95 0.97 3/64 649
/proc/meminfo: memFree=1812248/2055920 swapFree=4191268/4192956
[pid=649] ppid=647 vsize=1440 CPUtime=0
/proc/649/stat : 649 (SATzilla2007_C) S 647 649 31822 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80165891 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/649/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.101219 s]
/proc/loadavg: 0.81 0.95 0.97 3/64 649
/proc/meminfo: memFree=1812248/2055920 swapFree=4191268/4192956
[pid=649] ppid=647 vsize=1440 CPUtime=0
/proc/649/stat : 649 (SATzilla2007_C) S 647 649 31822 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80165891 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/649/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.301239 s]
/proc/loadavg: 0.81 0.95 0.97 3/64 649
/proc/meminfo: memFree=1812248/2055920 swapFree=4191268/4192956
[pid=649] ppid=647 vsize=1440 CPUtime=0
/proc/649/stat : 649 (SATzilla2007_C) S 647 649 31822 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80165891 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/649/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.701281 s]
/proc/loadavg: 0.81 0.95 0.97 3/64 649
/proc/meminfo: memFree=1812248/2055920 swapFree=4191268/4192956
[pid=649] ppid=647 vsize=1440 CPUtime=0
/proc/649/stat : 649 (SATzilla2007_C) S 647 649 31822 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80165891 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/649/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+1.50236 s]
/proc/loadavg: 0.81 0.95 0.97 2/66 651
/proc/meminfo: memFree=1772808/2055920 swapFree=4191268/4192956
[pid=649] ppid=647 vsize=1440 CPUtime=0
/proc/649/stat : 649 (SATzilla2007_C) S 647 649 31822 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80165891 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/649/statm: 360 110 95 260 0 84 0
[pid=651] ppid=649 vsize=66344 CPUtime=1.47
/proc/651/stat : 651 (march_dl) R 649 649 31822 0 -1 4194304 16956 0 0 0 141 6 0 0 25 0 1 0 80165893 67936256 14666 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134650690 0 0 8392704 0 0 0 0 17 1 0 0
/proc/651/statm: 16586 14666 55 118 0 16465 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 67784

[startup+3.10153 s]
/proc/loadavg: 0.81 0.95 0.97 2/66 651
/proc/meminfo: memFree=1757320/2055920 swapFree=4191268/4192956
[pid=649] ppid=647 vsize=1440 CPUtime=0
/proc/649/stat : 649 (SATzilla2007_C) S 647 649 31822 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80165891 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/649/statm: 360 110 95 260 0 84 0
[pid=651] ppid=649 vsize=62320 CPUtime=3.07
/proc/651/stat : 651 (march_dl) R 649 649 31822 0 -1 4194304 23939 0 0 0 298 9 0 0 25 0 1 0 80165893 63815680 13688 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134644039 0 0 8392704 0 0 0 0 17 1 0 0
/proc/651/statm: 15580 13688 55 118 0 15459 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 63760

[startup+6.30186 s]
/proc/loadavg: 0.82 0.95 0.97 2/66 652
/proc/meminfo: memFree=1806472/2055920 swapFree=4191268/4192956
[pid=649] ppid=647 vsize=1440 CPUtime=4.99
/proc/649/stat : 649 (SATzilla2007_C) S 647 649 31822 0 -1 4194304 135 35183 0 0 0 0 485 14 16 0 1 0 80165891 1474560 111 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/649/statm: 360 111 96 260 0 84 0
[pid=652] ppid=649 vsize=44104 CPUtime=1.17
/proc/652/stat : 652 (ubcsat2006) R 649 649 31822 0 -1 4194304 8741 0 13 0 114 3 0 0 25 0 1 0 80166394 45162496 8737 18446744073709551615 134512640 134777720 4294956464 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/652/statm: 11026 8737 156 64 0 10607 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 45544

[startup+12.7015 s]
/proc/loadavg: 0.84 0.95 0.97 2/65 652
/proc/meminfo: memFree=1758808/2055920 swapFree=4191268/4192956
[pid=649] ppid=647 vsize=57524 CPUtime=12.56
/proc/649/stat : 649 (SATzilla2007_C) R 647 649 31822 0 -1 4194304 13171 43934 0 13 477 6 754 19 25 0 1 0 80165891 58904576 13140 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/649/statm: 14381 13140 121 260 0 14105 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 57524

[startup+25.5018 s]
/proc/loadavg: 0.87 0.95 0.97 2/65 652
/proc/meminfo: memFree=1758488/2055920 swapFree=4191268/4192956
[pid=649] ppid=647 vsize=57524 CPUtime=25.36
/proc/649/stat : 649 (SATzilla2007_C) R 647 649 31822 0 -1 4194304 13268 43934 0 13 1755 8 754 19 25 0 1 0 80165891 58904576 13237 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/649/statm: 14381 13237 121 260 0 14105 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 57524

[startup+51.1015 s]
/proc/loadavg: 0.91 0.96 0.97 2/65 652
/proc/meminfo: memFree=1757912/2055920 swapFree=4191268/4192956
[pid=649] ppid=647 vsize=57524 CPUtime=50.94
/proc/649/stat : 649 (SATzilla2007_C) R 647 649 31822 0 -1 4194304 13466 43934 0 13 4311 10 754 19 25 0 1 0 80165891 58904576 13435 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/649/statm: 14381 13435 121 260 0 14105 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 57524

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

[startup+57.5011 s]
/proc/loadavg: 0.92 0.96 0.97 2/65 652
/proc/meminfo: memFree=1757656/2055920 swapFree=4191268/4192956
[pid=649] ppid=647 vsize=57524 CPUtime=57.34
/proc/649/stat : 649 (SATzilla2007_C) R 647 649 31822 0 -1 4194304 13516 43934 0 13 4950 11 754 19 25 0 1 0 80165891 58904576 13485 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 134537941 0 0 4096 0 0 0 0 17 1 0 0
/proc/649/statm: 14381 13485 121 260 0 14105 0
Current children cumulated CPU time (s) 57.34
Current children cumulated vsize (KiB) 57524

[startup+63.9018 s]
/proc/loadavg: 0.93 0.96 0.97 2/65 652
/proc/meminfo: memFree=1757528/2055920 swapFree=4191268/4192956
[pid=649] ppid=647 vsize=57524 CPUtime=63.73
/proc/649/stat : 649 (SATzilla2007_C) R 647 649 31822 0 -1 4194304 13566 43934 0 13 5589 11 754 19 25 0 1 0 80165891 58904576 13535 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 134537941 0 0 4096 0 0 0 0 17 1 0 0
/proc/649/statm: 14381 13535 121 260 0 14105 0
Current children cumulated CPU time (s) 63.73
Current children cumulated vsize (KiB) 57524

[startup+67.1051 s]
/proc/loadavg: 0.93 0.96 0.97 2/65 652
/proc/meminfo: memFree=1757400/2055920 swapFree=4191268/4192956
[pid=649] ppid=647 vsize=57524 CPUtime=66.94
/proc/649/stat : 649 (SATzilla2007_C) R 647 649 31822 0 -1 4194304 13591 43934 0 13 5909 12 754 19 25 0 1 0 80165891 58904576 13560 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/649/statm: 14381 13560 121 260 0 14105 0
Current children cumulated CPU time (s) 66.94
Current children cumulated vsize (KiB) 57524

[startup+68.7013 s]
/proc/loadavg: 0.93 0.96 0.97 2/65 652
/proc/meminfo: memFree=1757400/2055920 swapFree=4191268/4192956
[pid=649] ppid=647 vsize=57524 CPUtime=68.54
/proc/649/stat : 649 (SATzilla2007_C) R 647 649 31822 0 -1 4194304 13606 43934 0 13 6069 12 754 19 25 0 1 0 80165891 58904576 13575 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/649/statm: 14381 13575 121 260 0 14105 0
Current children cumulated CPU time (s) 68.54
Current children cumulated vsize (KiB) 57524

[startup+69.1013 s]
/proc/loadavg: 0.93 0.96 0.97 2/65 652
/proc/meminfo: memFree=1757400/2055920 swapFree=4191268/4192956
[pid=649] ppid=647 vsize=43820 CPUtime=68.93
/proc/649/stat : 649 (SATzilla2007_C) R 647 649 31822 0 -1 4194304 14491 43934 0 13 6108 12 754 19 25 0 1 0 80165891 44871680 8202 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 134699948 0 0 4096 0 0 0 0 17 1 0 0
/proc/649/statm: 10955 8202 124 260 0 10679 0
Current children cumulated CPU time (s) 68.93
Current children cumulated vsize (KiB) 43820

[startup+69.5024 s]
/proc/loadavg: 0.93 0.96 0.97 2/65 652
/proc/meminfo: memFree=1769432/2055920 swapFree=4191268/4192956
[pid=649] ppid=647 vsize=34340 CPUtime=69.06
/proc/649/stat : 649 (SATzilla2007_C) S 647 649 31822 0 -1 4194304 16858 43934 0 13 6119 14 754 19 25 0 1 0 80165891 35164160 8196 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/649/statm: 8585 8196 126 260 0 8309 0
Current children cumulated CPU time (s) 69.06
Current children cumulated vsize (KiB) 34340

[startup+69.6024 s]
/proc/loadavg: 0.93 0.96 0.97 2/65 652
/proc/meminfo: memFree=1769432/2055920 swapFree=4191268/4192956
[pid=649] ppid=647 vsize=0 CPUtime=69.43
/proc/649/stat : 649 (SATzilla2007_C) R 647 649 31822 0 -1 4194308 16872 51684 0 13 6119 14 787 23 18 0 1 0 80165891 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/649/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 69.43
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 69.6028
CPU time (s): 69.4574
CPU user time (s): 69.0735
CPU system time (s): 0.383941
CPU usage (%): 99.7911
Max. virtual memory (cumulated for all children) (KiB): 68592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.0735
system time used= 0.383941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68556
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58
involuntary context switches= 250

runsolver used 0.055991 second user time and 0.149977 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Wed Apr 11 20:15:42 UTC 2007

IDJOB= 318852
IDBENCH= 20464
IDSOLVER= 135
FILE ID= node44/318852-1176322541

PBS_JOBID= 4516704

Free space on /tmp= 66547 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/hsatv17/hsat_vc11944.cnf
COMMAND LINE= /tmp/evaluation/318852-1176322541/SATzilla2007_C /tmp/evaluation/318852-1176322541/instance-318852-1176322541.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-318852-1176322541 -o ROOT/results/node44/solver-318852-1176322541 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/318852-1176322541/SATzilla2007_C /tmp/evaluation/318852-1176322541/instance-318852-1176322541.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  eef911a782905fce2d6d67e1fb443023

RANDOM SEED= 410546003

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node44.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:       1812656 kB
Buffers:         11596 kB
Cached:         129460 kB
SwapCached:        384 kB
Active:          53716 kB
Inactive:       101600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1812656 kB
SwapTotal:     4192956 kB
SwapFree:      4191268 kB
Dirty:           18268 kB
Writeback:           0 kB
Mapped:          23104 kB
Slab:            73952 kB
Committed_AS:   110720 kB
PageTables:       1396 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= 66547 MiB

End job on node44 on Wed Apr 11 20:16:52 UTC 2007