Trace number 339190

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
TTS 4.0UNSAT 246.077 246.165

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2c-3cage-unsat-10-2.sat05-2567.reshuffled-07.cnf
MD5SUM1be89b02b6d55244be2e1f715fd977d6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark246.077
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses560
Sum of the clauses size2240
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4560
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

246.00/246.12	c Command: /tmp/evaluation/339190-1173700105/tts-4-0 /tmp/evaluation/339190-1173700105/instance-339190-1173700105.cnf 
246.00/246.12	c CPU limit set to 1200.000000
246.00/246.12	c Variables = 140
246.00/246.12	c Clauses = 560
246.00/246.12	c Literals = 2240
246.00/246.12	c Reduced size:
246.00/246.12	c Variables = 140
246.00/246.12	c Clauses = 560
246.00/246.12	c Literals = 2240
246.00/246.12	c Independent sub-problems = 1
246.00/246.12	c Sub-problem with 140 variables
246.00/246.12	c using permutation method 4
246.00/246.12	c Ordering finished 0.000 seconds
246.00/246.12	c mapped 0.000 seconds
246.00/246.12	c permuted 0.000 seconds
246.00/246.12	c init finished 0.000 seconds
246.00/246.12	c tree built 0.000 seconds
246.00/246.12	c Partial assignments = 19286843, improvements = 5001663
246.00/246.12	s UNSATISFIABLE
246.00/246.12	c Time = 246.07 seconds

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/node66/watcher-339190-1173700105 -o ROOT/results/node66/solver-339190-1173700105 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339190-1173700105/tts-4-0 /tmp/evaluation/339190-1173700105/instance-339190-1173700105.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.99 0.98 0.97 3/64 12023
/proc/meminfo: memFree=1796880/2055920 swapFree=4183892/4192956
[pid=12023] ppid=12021 vsize=928 CPUtime=0
/proc/12023/stat : 12023 (tts-4-0) R 12021 12023 11560 0 -1 4194304 131 0 0 0 0 0 0 0 18 0 1 0 389968066 950272 116 18446744073709551615 134512640 134976056 4294956704 18446744073709551615 134536200 0 0 4096 0 0 0 0 17 1 0 0
/proc/12023/statm: 232 116 62 113 0 116 0

[startup+0.0335239 s]
/proc/loadavg: 0.99 0.98 0.97 3/64 12023
/proc/meminfo: memFree=1796880/2055920 swapFree=4183892/4192956
[pid=12023] ppid=12021 vsize=1204 CPUtime=0.03
/proc/12023/stat : 12023 (tts-4-0) R 12021 12023 11560 0 -1 4194304 230 0 0 0 3 0 0 0 18 0 1 0 389968066 1232896 215 18446744073709551615 134512640 134976056 4294956704 18446744073709551615 134534110 0 0 4096 0 0 0 0 17 1 0 0
/proc/12023/statm: 301 215 66 113 0 185 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1204

[startup+0.101538 s]
/proc/loadavg: 0.99 0.98 0.97 3/64 12023
/proc/meminfo: memFree=1796880/2055920 swapFree=4183892/4192956
[pid=12023] ppid=12021 vsize=1412 CPUtime=0.09
/proc/12023/stat : 12023 (tts-4-0) R 12021 12023 11560 0 -1 4194304 256 0 0 0 9 0 0 0 18 0 1 0 389968066 1445888 241 18446744073709551615 134512640 134976056 4294956704 18446744073709551615 134535181 0 0 4096 0 0 0 0 17 1 0 0
/proc/12023/statm: 353 241 66 113 0 237 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1412

[startup+0.301577 s]
/proc/loadavg: 0.99 0.98 0.97 3/64 12023
/proc/meminfo: memFree=1796880/2055920 swapFree=4183892/4192956
[pid=12023] ppid=12021 vsize=1648 CPUtime=0.29
/proc/12023/stat : 12023 (tts-4-0) R 12021 12023 11560 0 -1 4194304 327 0 0 0 29 0 0 0 19 0 1 0 389968066 1687552 312 18446744073709551615 134512640 134976056 4294956704 18446744073709551615 134535187 0 0 4096 0 0 0 0 17 1 0 0
/proc/12023/statm: 412 312 66 113 0 296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1648

[startup+0.701658 s]
/proc/loadavg: 0.99 0.98 0.97 3/64 12023
/proc/meminfo: memFree=1796880/2055920 swapFree=4183892/4192956
[pid=12023] ppid=12021 vsize=2116 CPUtime=0.69
/proc/12023/stat : 12023 (tts-4-0) R 12021 12023 11560 0 -1 4194304 455 0 0 0 69 0 0 0 22 0 1 0 389968066 2166784 440 18446744073709551615 134512640 134976056 4294956704 18446744073709551615 134535187 0 0 4096 0 0 0 0 17 1 0 0
/proc/12023/statm: 529 440 66 113 0 413 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2116

[startup+1.50282 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 12024
/proc/meminfo: memFree=1794952/2055920 swapFree=4183892/4192956
[pid=12023] ppid=12021 vsize=3056 CPUtime=1.49
/proc/12023/stat : 12023 (tts-4-0) R 12021 12023 11560 0 -1 4194304 677 0 0 0 149 0 0 0 25 0 1 0 389968066 3129344 662 18446744073709551615 134512640 134976056 4294956704 18446744073709551615 134534054 0 0 4096 0 0 0 0 17 1 0 0
/proc/12023/statm: 764 662 66 113 0 648 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3056

[startup+3.10114 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 12024
/proc/meminfo: memFree=1793672/2055920 swapFree=4183892/4192956
[pid=12023] ppid=12021 vsize=4928 CPUtime=3.09
/proc/12023/stat : 12023 (tts-4-0) R 12021 12023 11560 0 -1 4194304 1154 0 0 0 309 0 0 0 25 0 1 0 389968066 5046272 1139 18446744073709551615 134512640 134976056 4294956704 18446744073709551615 134641336 0 0 4096 0 0 0 0 17 1 0 0
/proc/12023/statm: 1232 1139 66 113 0 1116 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4928

[startup+6.30178 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 12024
/proc/meminfo: memFree=1789776/2055920 swapFree=4183892/4192956
[pid=12023] ppid=12021 vsize=8448 CPUtime=6.29
/proc/12023/stat : 12023 (tts-4-0) R 12021 12023 11560 0 -1 4194304 2028 0 0 0 628 1 0 0 25 0 1 0 389968066 8650752 2013 18446744073709551615 134512640 134976056 4294956704 18446744073709551615 134543340 0 0 4096 0 0 0 0 17 1 0 0
/proc/12023/statm: 2112 2013 66 113 0 1996 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8448

[startup+12.7011 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 12024
/proc/meminfo: memFree=1782224/2055920 swapFree=4183892/4192956
[pid=12023] ppid=12021 vsize=15712 CPUtime=12.69
/proc/12023/stat : 12023 (tts-4-0) R 12021 12023 11560 0 -1 4194304 3852 0 0 0 1267 2 0 0 25 0 1 0 389968066 16089088 3837 18446744073709551615 134512640 134976056 4294956704 18446744073709551615 134591676 0 0 4096 0 0 0 0 17 1 0 0
/proc/12023/statm: 3928 3837 66 113 0 3812 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15712

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 12024
/proc/meminfo: memFree=1767504/2055920 swapFree=4183892/4192956
[pid=12023] ppid=12021 vsize=30012 CPUtime=25.48
/proc/12023/stat : 12023 (tts-4-0) R 12021 12023 11560 0 -1 4194304 7408 0 0 0 2544 4 0 0 25 0 1 0 389968066 30732288 7393 18446744073709551615 134512640 134976056 4294956704 18446744073709551615 134641336 0 0 4096 0 0 0 0 17 1 0 0
/proc/12023/statm: 7503 7393 66 113 0 7387 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30012

[startup+51.1018 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 12024
/proc/meminfo: memFree=1740240/2055920 swapFree=4183892/4192956
[pid=12023] ppid=12021 vsize=57436 CPUtime=51.07
/proc/12023/stat : 12023 (tts-4-0) R 12021 12023 11560 0 -1 4194304 14280 0 0 0 5100 7 0 0 25 0 1 0 389968066 58814464 14265 18446744073709551615 134512640 134976056 4294956704 18446744073709551615 134535187 0 0 4096 0 0 0 0 17 1 0 0
/proc/12023/statm: 14359 14265 66 113 0 14243 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 57436

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 12024
/proc/meminfo: memFree=1672976/2055920 swapFree=4183892/4192956
[pid=12023] ppid=12021 vsize=124004 CPUtime=102.26
/proc/12023/stat : 12023 (tts-4-0) R 12021 12023 11560 0 -1 4194304 30930 0 0 0 10211 15 0 0 25 0 1 0 389968066 126980096 30915 18446744073709551615 134512640 134976056 4294956704 18446744073709551615 134591676 0 0 4096 0 0 0 0 17 1 0 0
/proc/12023/statm: 31001 30915 66 113 0 30885 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 124004

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 12024
/proc/meminfo: memFree=1611024/2055920 swapFree=4183892/4192956
[pid=12023] ppid=12021 vsize=186352 CPUtime=162.24
/proc/12023/stat : 12023 (tts-4-0) R 12021 12023 11560 0 -1 4194304 46531 0 0 0 16201 23 0 0 25 0 1 0 389968066 190824448 46516 18446744073709551615 134512640 134976056 4294956704 18446744073709551615 134641338 0 0 4096 0 0 0 0 17 1 0 0
/proc/12023/statm: 46588 46516 66 113 0 46472 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 186352

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 12024
/proc/meminfo: memFree=1533072/2055920 swapFree=4183892/4192956
[pid=12023] ppid=12021 vsize=263700 CPUtime=222.21
/proc/12023/stat : 12023 (tts-4-0) R 12021 12023 11560 0 -1 4194304 65846 0 0 0 22191 30 0 0 25 0 1 0 389968066 270028800 65831 18446744073709551615 134512640 134976056 4294956704 18446744073709551615 134535187 0 0 4096 0 0 0 0 17 1 0 0
/proc/12023/statm: 65925 65831 66 113 0 65809 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 263700

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

[startup+230.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 12024
/proc/meminfo: memFree=1524944/2055920 swapFree=4183892/4192956
[pid=12023] ppid=12021 vsize=272140 CPUtime=230.21
/proc/12023/stat : 12023 (tts-4-0) R 12021 12023 11560 0 -1 4194304 67955 0 0 0 22990 31 0 0 25 0 1 0 389968066 278671360 67940 18446744073709551615 134512640 134976056 4294956704 18446744073709551615 134552573 0 0 4096 0 0 0 0 17 1 0 0
/proc/12023/statm: 68035 67940 66 113 0 67919 0
Current children cumulated CPU time (s) 230.21
Current children cumulated vsize (KiB) 272140

[startup+236.701 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 12024
/proc/meminfo: memFree=1517840/2055920 swapFree=4183892/4192956
[pid=12023] ppid=12021 vsize=278936 CPUtime=236.61
/proc/12023/stat : 12023 (tts-4-0) R 12021 12023 11560 0 -1 4194304 69674 0 0 0 23629 32 0 0 25 0 1 0 389968066 285630464 69659 18446744073709551615 134512640 134976056 4294956704 18446744073709551615 134534117 0 0 4096 0 0 0 0 17 1 0 0
/proc/12023/statm: 69734 69659 66 113 0 69618 0
Current children cumulated CPU time (s) 236.61
Current children cumulated vsize (KiB) 278936

[startup+243.105 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 12024
/proc/meminfo: memFree=1510864/2055920 swapFree=4183892/4192956
[pid=12023] ppid=12021 vsize=285736 CPUtime=243.01
/proc/12023/stat : 12023 (tts-4-0) R 12021 12023 11560 0 -1 4194304 71356 0 0 0 24269 32 0 0 25 0 1 0 389968066 292593664 71341 18446744073709551615 134512640 134976056 4294956704 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 1 0 0
/proc/12023/statm: 71434 71341 66 113 0 71318 0
Current children cumulated CPU time (s) 243.01
Current children cumulated vsize (KiB) 285736

[startup+244.702 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 12024
/proc/meminfo: memFree=1509712/2055920 swapFree=4183892/4192956
[pid=12023] ppid=12021 vsize=287376 CPUtime=244.6
/proc/12023/stat : 12023 (tts-4-0) R 12021 12023 11560 0 -1 4194304 71789 0 0 0 24428 32 0 0 25 0 1 0 389968066 294273024 71774 18446744073709551615 134512640 134976056 4294956704 18446744073709551615 134535231 0 0 4096 0 0 0 0 17 1 0 0
/proc/12023/statm: 71844 71774 66 113 0 71728 0
Current children cumulated CPU time (s) 244.6
Current children cumulated vsize (KiB) 287376

[startup+245.502 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 12024
/proc/meminfo: memFree=1508432/2055920 swapFree=4183892/4192956
[pid=12023] ppid=12021 vsize=288312 CPUtime=245.4
/proc/12023/stat : 12023 (tts-4-0) R 12021 12023 11560 0 -1 4194304 72013 0 0 0 24508 32 0 0 25 0 1 0 389968066 295231488 71998 18446744073709551615 134512640 134976056 4294956704 18446744073709551615 134534074 0 0 4096 0 0 0 0 17 1 0 0
/proc/12023/statm: 72078 71998 66 113 0 71962 0
Current children cumulated CPU time (s) 245.4
Current children cumulated vsize (KiB) 288312

[startup+245.902 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 12024
/proc/meminfo: memFree=1508432/2055920 swapFree=4183892/4192956
[pid=12023] ppid=12021 vsize=288780 CPUtime=245.8
/proc/12023/stat : 12023 (tts-4-0) R 12021 12023 11560 0 -1 4194304 72122 0 0 0 24548 32 0 0 25 0 1 0 389968066 295710720 72107 18446744073709551615 134512640 134976056 4294956704 18446744073709551615 134591705 0 0 4096 0 0 0 0 17 1 0 0
/proc/12023/statm: 72195 72107 66 113 0 72079 0
Current children cumulated CPU time (s) 245.8
Current children cumulated vsize (KiB) 288780

[startup+246.102 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 12024
/proc/meminfo: memFree=1508432/2055920 swapFree=4183892/4192956
[pid=12023] ppid=12021 vsize=289016 CPUtime=246
/proc/12023/stat : 12023 (tts-4-0) R 12021 12023 11560 0 -1 4194304 72181 0 0 0 24568 32 0 0 25 0 1 0 389968066 295952384 72166 18446744073709551615 134512640 134976056 4294956704 18446744073709551615 134535878 0 0 4096 0 0 0 0 17 1 0 0
/proc/12023/statm: 72254 72166 66 113 0 72138 0
Current children cumulated CPU time (s) 246
Current children cumulated vsize (KiB) 289016

Child status: 20
Real time (s): 246.165
CPU time (s): 246.077
CPU user time (s): 245.703
CPU system time (s): 0.373943
CPU usage (%): 99.964
Max. virtual memory (cumulated for all children) (KiB): 289016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.703
system time used= 0.373943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72189
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= 8
involuntary context switches= 483

runsolver used 0.172973 second user time and 0.504923 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Mon Mar 12 11:48:25 UTC 2007

IDJOB= 339190
IDBENCH= 24741
IDSOLVER= 98
FILE ID= node66/339190-1173700105

PBS_JOBID= 4101758

Free space on /tmp= 66548 MiB

SOLVER NAME= TTS 4.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/jarvisalo/mod2c-3cage-unsat-10-2.sat05-2567.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339190-1173700105/tts-4-0 /tmp/evaluation/339190-1173700105/instance-339190-1173700105.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-339190-1173700105 -o ROOT/results/node66/solver-339190-1173700105 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339190-1173700105/tts-4-0 /tmp/evaluation/339190-1173700105/instance-339190-1173700105.cnf            

META MD5SUM SOLVER= 73a7a27d0c2e86f9b1191433fde766ff
MD5SUM BENCH=  1be89b02b6d55244be2e1f715fd977d6

RANDOM SEED= 26238715

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.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.259
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	: 5931.00
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.259
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:       1797288 kB
Buffers:         31908 kB
Cached:         177996 kB
SwapCached:       3344 kB
Active:          93100 kB
Inactive:       127444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1797288 kB
SwapTotal:     4192956 kB
SwapFree:      4183892 kB
Dirty:             532 kB
Writeback:           0 kB
Mapped:          16012 kB
Slab:            24124 kB
Committed_AS:   835564 kB
PageTables:       1380 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 node66 on Mon Mar 12 11:52:32 UTC 2007