Trace number 227920

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
sugar 0.40UNSAT 32.2961 32.6635

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-69_ext.xml
MD5SUM04b6ef40d046d95df438236f19078da6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.5823
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/227920-1170105848/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/227920-1170105848/unknown.xml [Mon Jan 29 22:24:09 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/227920-1170105848/unknown.xml /tmp/evaluation/227920-1170105848/sugar23659.csp [Mon Jan 29 22:24:09 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/227920-1170105848/sugar-v0-40.jar -convert /tmp/evaluation/227920-1170105848/unknown.xml /tmp/evaluation/227920-1170105848/sugar23659.csp
0.17	c BEGIN convert /tmp/evaluation/227920-1170105848/unknown.xml
0.53	c END convert (0.36135 seconds)
0.55	c # CONVERT_XML  END : /tmp/evaluation/227920-1170105848/sugar23659.csp 320485 bytes (0 seconds) [Mon Jan 29 22:24:09 2007]
0.55	c # CONVERT_XML  CPU : 0.46 = 0 + 0 + 0.43 + 0.03
0.55	
0.55	c # GENERATE_SAT  BEGIN : /tmp/evaluation/227920-1170105848/sugar23659.bcnf [Mon Jan 29 22:24:09 2007]
0.55	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/227920-1170105848/sugar-v0-40.jar -bcnf -map /tmp/evaluation/227920-1170105848/sugar23659.map /tmp/evaluation/227920-1170105848/sugar23659.csp /tmp/evaluation/227920-1170105848/sugar23659.bcnf
0.66	c BEGIN parse /tmp/evaluation/227920-1170105848/sugar23659.csp
2.10	c END parse (1.439052 seconds)
2.10	c BEGIN simplify
2.11	c END simplify (0.008861 seconds)
2.11	c BEGIN encode /tmp/evaluation/227920-1170105848/sugar23659.bcnf
2.21	c END encode (0.103595 seconds)
2.24	c # GENERATE_SAT  END : 400 variables 10454 clauses 191900 bytes (2 seconds) [Mon Jan 29 22:24:11 2007]
2.24	c # GENERATE_SAT  CPU : 1.65 = 0 + 0 + 1.56 + 0.09
2.24	
2.24	c # SOLVE_SAT  BEGIN : /tmp/evaluation/227920-1170105848/sugar23659.bcnf [Mon Jan 29 22:24:11 2007]
2.24	c # CMD : /tmp/evaluation/227920-1170105848/minisat /tmp/evaluation/227920-1170105848/sugar23659.bcnf /tmp/evaluation/227920-1170105848/sugar23659.out
2.29	c ==================================[MINISAT]===================================
2.33	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
2.33	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
2.33	c ==============================================================================
2.33	c |         0 |   10454    37515 |    3484       0        0     nan |  0.000 % |
2.33	c |       100 |   10454    37515 |    3832     100      834     8.3 |  0.001 % |
2.33	c |       250 |   10454    37515 |    4215     250     2116     8.5 |  0.013 % |
2.33	c |       475 |   10455    37515 |    4637     474     4422     9.3 |  0.013 % |
2.33	c |       814 |   10456    37515 |    5100     812     8011     9.9 |  0.010 % |
2.33	c |      1320 |   10456    37515 |    5611    1318    13257    10.1 |  0.003 % |
2.39	c |      2079 |   10458    37515 |    6172    2075    21588    10.4 |  0.013 % |
2.46	c |      3218 |   10460    37515 |    6789    3212    34063    10.6 |  0.013 % |
2.60	c |      4928 |   10461    37515 |    7468    4921    53852    10.9 |  0.013 % |
2.81	c |      7491 |   10464    37515 |    8215    7481    84365    11.3 |  0.013 % |
3.13	c |     11335 |   10466    37515 |    9036    7168    80821    11.3 |  0.006 % |
3.66	c |     17101 |   10469    37515 |    9940    8362    91193    10.9 |  0.001 % |
4.40	c |     25753 |   10412    37353 |   10934    9969   120904    12.1 |  0.251 % |
5.70	c |     38728 |   10418    37353 |   12027    6380    79592    12.5 |  0.255 % |
7.59	c |     58191 |   10383    37224 |   13230    8846   113111    12.8 |  0.501 % |
10.76	c |     87385 |   10395    37224 |   14553   11386   145550    12.8 |  0.505 % |
15.53	c |    131174 |   10359    37098 |   16008   10132   141914    14.0 |  0.751 % |
23.27	c |    196858 |   10366    37098 |   17609   11479   141641    12.3 |  0.762 % |
32.65	c ==============================================================================
32.65	c restarts              : 18
32.65	c conflicts             : 273185         (9071 /sec)
32.65	c decisions             : 328646         (10913 /sec)
32.65	c propagations          : 19830597       (658486 /sec)
32.65	c conflict literals     : 3701748        (30.31 % deleted)
32.65	c Memory used           : 4.29 MB
32.65	c CPU time              : 30.1154 s
32.65	c 
32.65	c UNSATISFIABLE
32.66	c # SOLVE_SAT  END : UNSATISFIABLE (30 seconds) [Mon Jan 29 22:24:41 2007]
32.66	c # SOLVE_SAT  CPU : 30.13 = 0 + 0 + 30.12 + 0.01
32.66	
32.66	c # RESULT : UNSATISFIABLE
32.66	
32.66	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 22:24:41 2007]
32.66	s UNSATISFIABLE
32.66	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 22:24:41 2007]
32.66	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
32.66	
32.66	c # MAIN  END :  (32 seconds) [Mon Jan 29 22:24:41 2007]
32.66	c # MAIN  CPU : 32.24 = 0 + 0 + 32.11 + 0.13
32.66	

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node58/watcher-227920-1170105848 -o ROOT/results/node58/solver-227920-1170105848 -C 1800 -M 900 /tmp/evaluation/227920-1170105848/solver /tmp/evaluation/227920-1170105848 /tmp/evaluation/227920-1170105848/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.09 1.03 1.01 5/82 23660
/proc/meminfo: memFree=1311456/2055920 swapFree=4191892/4192956
[pid=23659] ppid=23657 vsize=18540 CPUtime=0
/proc/23659/stat : 23659 (runsolver) R 23657 23659 23594 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30541531 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 226238197031 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23659/statm: 4635 279 244 17 0 2626 0

[startup+0.102697 s]
/proc/loadavg: 1.09 1.03 1.01 5/82 23660
/proc/meminfo: memFree=1311456/2055920 swapFree=4191892/4192956
[pid=23659] ppid=23657 vsize=13724 CPUtime=0.03
/proc/23659/stat : 23659 (sugar) S 23657 23659 23594 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30541531 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23659/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.510732 s]
/proc/loadavg: 1.09 1.03 1.01 5/82 23660
/proc/meminfo: memFree=1311456/2055920 swapFree=4191892/4192956
[pid=23659] ppid=23657 vsize=13724 CPUtime=0.03
/proc/23659/stat : 23659 (sugar) S 23657 23659 23594 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30541531 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23659/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.3318 s]
/proc/loadavg: 1.17 1.04 1.01 3/90 23676
/proc/meminfo: memFree=1285024/2055920 swapFree=4191892/4192956
[pid=23659] ppid=23657 vsize=13724 CPUtime=0.49
/proc/23659/stat : 23659 (sugar) S 23657 23659 23594 0 -1 4194304 1190 6922 0 1 3 0 43 3 15 0 1 0 30541531 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23659/statm: 3431 809 371 3 0 531 0
[pid=23669] ppid=23659 vsize=807336 CPUtime=0.75
/proc/23669/stat : 23669 (java) R 23659 23659 23594 0 -1 0 8255 0 1 0 69 6 0 0 25 0 8 0 30541586 826712064 8002 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23669/statm: 201834 8002 1506 14 0 189112 0
[pid=23669/tid=23670] ppid=23659 vsize=807336 CPUtime=0.1
/proc/23669/task/23670/stat : 23670 (java) R 23659 23659 23594 0 -1 64 2077 0 0 0 10 0 0 0 16 0 8 0 30541589 826712064 8002 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23669/tid=23671] ppid=23659 vsize=807336 CPUtime=0
/proc/23669/task/23671/stat : 23671 (java) S 23659 23659 23594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30541589 826712064 8002 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23669/tid=23672] ppid=23659 vsize=807336 CPUtime=0
/proc/23669/task/23672/stat : 23672 (java) S 23659 23659 23594 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30541589 826712064 8002 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23669/tid=23673] ppid=23659 vsize=807336 CPUtime=0
/proc/23669/task/23673/stat : 23673 (java) S 23659 23659 23594 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30541593 826712064 8002 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23669/tid=23674] ppid=23659 vsize=807336 CPUtime=0.11
/proc/23669/task/23674/stat : 23674 (java) S 23659 23659 23594 0 -1 64 392 0 0 0 11 0 0 0 16 0 8 0 30541593 826712064 8002 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23669/tid=23675] ppid=23659 vsize=807336 CPUtime=0
/proc/23669/task/23675/stat : 23675 (java) S 23659 23659 23594 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 30541593 826712064 8002 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23669/tid=23676] ppid=23659 vsize=807336 CPUtime=0
/proc/23669/task/23676/stat : 23676 (java) S 23659 23659 23594 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30541593 826712064 8002 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 821060

[startup+2.97394 s]
/proc/loadavg: 1.17 1.04 1.01 5/83 23677
/proc/meminfo: memFree=1308312/2055920 swapFree=4191892/4192956
[pid=23659] ppid=23657 vsize=13724 CPUtime=2.14
/proc/23659/stat : 23659 (sugar) S 23657 23659 23594 0 -1 4194304 1280 18128 0 2 3 0 199 12 15 0 1 0 30541531 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23659/statm: 3431 819 373 3 0 531 0
[pid=23677] ppid=23659 vsize=2708 CPUtime=0.71
/proc/23677/stat : 23677 (minisat) R 23659 23659 23594 0 -1 0 405 0 0 0 71 0 0 0 24 0 1 0 30541755 2772992 344 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528116 0 0 4096 3 0 0 0 17 0 0 0
/proc/23677/statm: 677 344 51 112 0 561 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 16432

[startup+6.17478 s]
/proc/loadavg: 1.17 1.04 1.01 4/83 23677
/proc/meminfo: memFree=1307288/2055920 swapFree=4191892/4192956
[pid=23659] ppid=23657 vsize=13724 CPUtime=2.14
/proc/23659/stat : 23659 (sugar) S 23657 23659 23594 0 -1 4194304 1280 18128 0 2 3 0 199 12 16 0 1 0 30541531 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23659/statm: 3431 819 373 3 0 531 0
[pid=23677] ppid=23659 vsize=3236 CPUtime=3.88
/proc/23677/stat : 23677 (minisat) R 23659 23659 23594 0 -1 0 538 0 0 0 388 0 0 0 25 0 1 0 30541755 3313664 477 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134532777 0 0 4096 3 0 0 0 17 0 0 0
/proc/23677/statm: 809 477 51 112 0 693 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 16960

[startup+12.6564 s]
/proc/loadavg: 1.45 1.11 1.03 4/83 23677
/proc/meminfo: memFree=1306776/2055920 swapFree=4191892/4192956
[pid=23659] ppid=23657 vsize=13724 CPUtime=2.14
/proc/23659/stat : 23659 (sugar) S 23657 23659 23594 0 -1 4194304 1280 18128 0 2 3 0 199 12 16 0 1 0 30541531 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23659/statm: 3431 819 373 3 0 531 0
[pid=23677] ppid=23659 vsize=3820 CPUtime=10.3
/proc/23677/stat : 23677 (minisat) R 23659 23659 23594 0 -1 0 674 0 0 0 1030 0 0 0 25 0 1 0 30541755 3911680 613 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528062 0 0 4096 3 0 0 0 17 0 0 0
/proc/23677/statm: 955 613 51 112 0 839 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 17544

[startup+25.5426 s]
/proc/loadavg: 1.61 1.15 1.05 3/83 23677
/proc/meminfo: memFree=1306392/2055920 swapFree=4191892/4192956
[pid=23659] ppid=23657 vsize=13724 CPUtime=2.14
/proc/23659/stat : 23659 (sugar) S 23657 23659 23594 0 -1 4194304 1280 18128 0 2 3 0 199 12 16 0 1 0 30541531 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23659/statm: 3431 819 373 3 0 531 0
[pid=23677] ppid=23659 vsize=4216 CPUtime=23.05
/proc/23677/stat : 23677 (minisat) R 23659 23659 23594 0 -1 0 786 0 0 0 2305 0 0 0 25 0 1 0 30541755 4317184 725 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528388 0 0 4096 3 0 0 0 17 0 0 0
/proc/23677/statm: 1054 725 51 112 0 938 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 17940

Child status: 0
Real time (s): 32.6635
CPU time (s): 32.2961
CPU user time (s): 32.1481
CPU system time (s): 0.147977
CPU usage (%): 98.8752
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.1481
system time used= 0.147977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20341
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1271
involuntary context switches= 2269

runsolver used 0.039993 s user time and 0.108983 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Mon Jan 29 21:24:09 UTC 2007


IDJOB= 227920
IDBENCH= 6134
IDSOLVER= 86
FILE ID= node58/227920-1170105848

PBS_JOBID= 3689843

Free space on /tmp= 66553 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.2/rand-2-40-11-414-200-69_ext.xml
COMMAND LINE= /tmp/evaluation/227920-1170105848/solver /tmp/evaluation/227920-1170105848 /tmp/evaluation/227920-1170105848/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-227920-1170105848 -o ROOT/results/node58/solver-227920-1170105848 -C 1800 -M 900  /tmp/evaluation/227920-1170105848/solver /tmp/evaluation/227920-1170105848 /tmp/evaluation/227920-1170105848/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  04b6ef40d046d95df438236f19078da6

RANDOM SEED= 166739106

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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:       1312000 kB
Buffers:         16888 kB
Cached:          56376 kB
SwapCached:        448 kB
Active:         662308 kB
Inactive:        31852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1312000 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:             992 kB
Writeback:           0 kB
Mapped:         636920 kB
Slab:            33872 kB
Committed_AS:   918464 kB
PageTables:       2964 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= 66553 MiB



End job on node58 on Mon Jan 29 21:24:41 UTC 2007