Trace number 227326

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 41.9756 42.2643

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-65_ext.xml
MD5SUM1c1a721bf016466adc2036ba0d99c64b
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 benchmark5.57215
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
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/227326-1170105752/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/227326-1170105752/unknown.xml [Mon Jan 29 22:22:32 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/227326-1170105752/unknown.xml /tmp/evaluation/227326-1170105752/sugar23069.csp [Mon Jan 29 22:22:32 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/227326-1170105752/sugar-v0-40.jar -convert /tmp/evaluation/227326-1170105752/unknown.xml /tmp/evaluation/227326-1170105752/sugar23069.csp
0.16	c BEGIN convert /tmp/evaluation/227326-1170105752/unknown.xml
0.55	c END convert (0.385081 seconds)
0.59	c # CONVERT_XML  END : /tmp/evaluation/227326-1170105752/sugar23069.csp 150419 bytes (1 seconds) [Mon Jan 29 22:22:33 2007]
0.59	c # CONVERT_XML  CPU : 0.48 = 0 + 0 + 0.44 + 0.04
0.59	
0.59	c # GENERATE_SAT  BEGIN : /tmp/evaluation/227326-1170105752/sugar23069.bcnf [Mon Jan 29 22:22:33 2007]
0.59	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/227326-1170105752/sugar-v0-40.jar -bcnf -map /tmp/evaluation/227326-1170105752/sugar23069.map /tmp/evaluation/227326-1170105752/sugar23069.csp /tmp/evaluation/227326-1170105752/sugar23069.bcnf
0.71	c BEGIN parse /tmp/evaluation/227326-1170105752/sugar23069.csp
1.53	c END parse (0.820073 seconds)
1.53	c BEGIN simplify
1.54	c END simplify (0.005076 seconds)
1.54	c BEGIN encode /tmp/evaluation/227326-1170105752/sugar23069.bcnf
1.59	c END encode (0.052692 seconds)
1.61	c # GENERATE_SAT  END : 280 variables 4996 clauses 88480 bytes (1 seconds) [Mon Jan 29 22:22:34 2007]
1.61	c # GENERATE_SAT  CPU : 1 = 0 + 0 + 0.93 + 0.07
1.61	
1.61	c # SOLVE_SAT  BEGIN : /tmp/evaluation/227326-1170105752/sugar23069.bcnf [Mon Jan 29 22:22:34 2007]
1.61	c # CMD : /tmp/evaluation/227326-1170105752/minisat /tmp/evaluation/227326-1170105752/sugar23069.bcnf /tmp/evaluation/227326-1170105752/sugar23069.out
1.62	c ==================================[MINISAT]===================================
1.62	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
1.62	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
1.62	c ==============================================================================
1.62	c |         0 |    4996    17118 |    1665       0        0     nan |  0.000 % |
1.62	c |       103 |    4996    17118 |    1831     103      941     9.1 |  0.001 % |
1.63	c |       254 |    4997    17118 |    2014     253     2282     9.0 |  0.027 % |
1.64	c |       480 |    4998    17118 |    2216     478     4389     9.2 |  0.026 % |
1.65	c |       817 |    4998    17118 |    2437     815     7862     9.6 |  0.027 % |
1.68	c |      1324 |    4999    17118 |    2681    1321    12698     9.6 |  0.026 % |
1.72	c |      2083 |    5002    17118 |    2949    2077    21044    10.1 |  0.026 % |
1.78	c |      3222 |    5003    17118 |    3244    1702    17510    10.3 |  0.026 % |
1.88	c |      4932 |    5007    17118 |    3569    1765    17705    10.0 |  0.027 % |
2.03	c |      7494 |    5009    17118 |    3925    2502    26517    10.6 |  0.027 % |
2.27	c |     11338 |    5015    17118 |    4318    2356    23591    10.0 |  0.023 % |
2.61	c |     17104 |    5023    17118 |    4750    3725    46362    12.4 |  0.024 % |
3.16	c |     25755 |    5029    17118 |    5225    2708    27455    10.1 |  0.027 % |
4.01	c |     38729 |    5037    17118 |    5748    5073    58660    11.6 |  0.031 % |
5.31	c |     58191 |    5013    17049 |    6322    3490    43715    12.5 |  0.358 % |
7.38	c |     87384 |    5025    17049 |    6955    3909    47442    12.1 |  0.366 % |
10.46	c |    131175 |    4960    16866 |    7650    6217    83865    13.5 |  1.073 % |
14.97	c |    196860 |    4920    16788 |    8415    6998    98575    14.1 |  1.430 % |
22.10	c |    295387 |    4924    16788 |    9257    7864    94674    12.0 |  1.435 % |
33.27	c |    443176 |    4924    16788 |   10182    6290    89561    14.2 |  1.430 % |
42.20	c ==============================================================================
42.20	c restarts              : 20
42.20	c conflicts             : 558344         (13814 /sec)
42.20	c decisions             : 661092         (16356 /sec)
42.20	c propagations          : 30498109       (754552 /sec)
42.20	c conflict literals     : 7684982        (28.67 % deleted)
42.20	c Memory used           : 4.12 MB
42.20	c CPU time              : 40.4189 s
42.20	c 
42.20	c UNSATISFIABLE
42.26	c # SOLVE_SAT  END : UNSATISFIABLE (41 seconds) [Mon Jan 29 22:23:15 2007]
42.26	c # SOLVE_SAT  CPU : 40.43 = 0 + 0 + 40.42 + 0.01
42.26	
42.26	c # RESULT : UNSATISFIABLE
42.26	
42.26	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 22:23:15 2007]
42.26	s UNSATISFIABLE
42.26	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 22:23:15 2007]
42.26	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
42.26	
42.26	c # MAIN  END :  (43 seconds) [Mon Jan 29 22:23:15 2007]
42.26	c # MAIN  CPU : 41.91 = 0 + 0 + 41.79 + 0.12
42.26	

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/node21/watcher-227326-1170105752 -o ROOT/results/node21/solver-227326-1170105752 -C 1800 -M 900 /tmp/evaluation/227326-1170105752/solver /tmp/evaluation/227326-1170105752 /tmp/evaluation/227326-1170105752/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: 2.08 2.89 3.08 5/95 23070
/proc/meminfo: memFree=1846136/2055920 swapFree=4192812/4192956
[pid=23069] ppid=23067 vsize=12268 CPUtime=0
/proc/23069/stat : 23069 (sugar) R 23067 23069 21938 0 -1 4194304 606 0 0 0 0 0 0 0 20 0 1 0 30529153 12562432 325 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245389822 0 0 4224 0 0 0 0 17 1 0 0
/proc/23069/statm: 3067 325 246 3 0 167 0

[startup+0.109483 s]
/proc/loadavg: 2.08 2.89 3.08 5/95 23070
/proc/meminfo: memFree=1846136/2055920 swapFree=4192812/4192956
[pid=23069] ppid=23067 vsize=13724 CPUtime=0.04
/proc/23069/stat : 23069 (sugar) S 23067 23069 21938 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 30529153 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23069/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.520527 s]
/proc/loadavg: 2.08 2.89 3.08 5/95 23070
/proc/meminfo: memFree=1846136/2055920 swapFree=4192812/4192956
[pid=23069] ppid=23067 vsize=13724 CPUtime=0.04
/proc/23069/stat : 23069 (sugar) S 23067 23069 21938 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30529153 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23069/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34862 s]
/proc/loadavg: 2.08 2.87 3.08 4/96 23087
/proc/meminfo: memFree=1827184/2055920 swapFree=4192812/4192956
[pid=23069] ppid=23067 vsize=13724 CPUtime=0.52
/proc/23069/stat : 23069 (sugar) S 23067 23069 21938 0 -1 4194304 1190 5575 0 1 3 1 44 4 15 0 1 0 30529153 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23069/statm: 3431 809 371 3 0 531 0
[pid=23079] ppid=23069 vsize=807328 CPUtime=0.73
/proc/23079/stat : 23079 (java) R 23069 23069 21938 0 -1 0 7744 0 1 0 68 5 0 0 20 0 8 0 30529213 826703872 7492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073571880 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23079/statm: 201832 7492 1507 14 0 189110 0
[pid=23079/tid=23080] ppid=23069 vsize=807328 CPUtime=0.06
/proc/23079/task/23080/stat : 23080 (java) S 23069 23069 21938 0 -1 64 1559 0 0 0 6 0 0 0 16 0 8 0 30529216 826703872 7492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23079/tid=23081] ppid=23069 vsize=807328 CPUtime=0
/proc/23079/task/23081/stat : 23081 (java) S 23069 23069 21938 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30529216 826703872 7492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23079/tid=23082] ppid=23069 vsize=807328 CPUtime=0
/proc/23079/task/23082/stat : 23082 (java) S 23069 23069 21938 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30529216 826703872 7492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23079/tid=23083] ppid=23069 vsize=807328 CPUtime=0
/proc/23079/task/23083/stat : 23083 (java) S 23069 23069 21938 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30529219 826703872 7492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23079/tid=23084] ppid=23069 vsize=807328 CPUtime=0.12
/proc/23079/task/23084/stat : 23084 (java) S 23069 23069 21938 0 -1 64 399 0 0 0 12 0 0 0 16 0 8 0 30529219 826703872 7492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23079/tid=23085] ppid=23069 vsize=807328 CPUtime=0
/proc/23079/task/23085/stat : 23085 (java) S 23069 23069 21938 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30529219 826703872 7492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23079/tid=23086] ppid=23069 vsize=807328 CPUtime=0
/proc/23079/task/23086/stat : 23086 (java) S 23069 23069 21938 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30529219 826703872 7492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 821052

[startup+2.98479 s]
/proc/loadavg: 2.08 2.87 3.08 3/89 23088
/proc/meminfo: memFree=1845800/2055920 swapFree=4192812/4192956
[pid=23069] ppid=23067 vsize=13724 CPUtime=1.52
/proc/23069/stat : 23069 (sugar) S 23067 23069 21938 0 -1 4194304 1280 13802 0 2 3 1 137 11 15 0 1 0 30529153 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23069/statm: 3431 819 373 3 0 531 0
[pid=23088] ppid=23069 vsize=2328 CPUtime=1.36
/proc/23088/stat : 23088 (minisat) R 23069 23069 21938 0 -1 0 284 0 0 0 136 0 0 0 25 0 1 0 30529315 2383872 248 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134637644 0 0 4096 3 0 0 0 17 1 0 0
/proc/23088/statm: 582 248 51 112 0 466 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 16052

[startup+6.26415 s]
/proc/loadavg: 2.08 2.87 3.08 3/89 23088
/proc/meminfo: memFree=1844904/2055920 swapFree=4192812/4192956
[pid=23069] ppid=23067 vsize=13724 CPUtime=1.52
/proc/23069/stat : 23069 (sugar) S 23067 23069 21938 0 -1 4194304 1280 13802 0 2 3 1 137 11 16 0 1 0 30529153 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23069/statm: 3431 819 373 3 0 531 0
[pid=23088] ppid=23069 vsize=2728 CPUtime=4.64
/proc/23088/stat : 23088 (minisat) R 23069 23069 21938 0 -1 0 388 0 0 0 464 0 0 0 25 0 1 0 30529315 2793472 352 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528455 0 0 4096 3 0 0 0 17 1 0 0
/proc/23088/statm: 682 352 51 112 0 566 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 16452

[startup+12.7339 s]
/proc/loadavg: 2.06 2.84 3.06 3/89 23160
/proc/meminfo: memFree=1844904/2055920 swapFree=4192812/4192956
[pid=23069] ppid=23067 vsize=13724 CPUtime=1.52
/proc/23069/stat : 23069 (sugar) S 23067 23069 21938 0 -1 4194304 1280 13802 0 2 3 1 137 11 16 0 1 0 30529153 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23069/statm: 3431 819 373 3 0 531 0
[pid=23088] ppid=23069 vsize=3264 CPUtime=11.08
/proc/23088/stat : 23088 (minisat) R 23069 23069 21938 0 -1 0 500 0 0 0 1108 0 0 0 25 0 1 0 30529315 3342336 464 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528442 0 0 4096 3 0 0 0 17 0 0 0
/proc/23088/statm: 816 464 51 112 0 700 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 16988

[startup+25.5493 s]
/proc/loadavg: 2.05 2.81 3.05 3/89 23160
/proc/meminfo: memFree=1843304/2055920 swapFree=4192812/4192956
[pid=23069] ppid=23067 vsize=13724 CPUtime=1.52
/proc/23069/stat : 23069 (sugar) S 23067 23069 21938 0 -1 4194304 1280 13802 0 2 3 1 137 11 16 0 1 0 30529153 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23069/statm: 3431 819 373 3 0 531 0
[pid=23088] ppid=23069 vsize=3812 CPUtime=23.83
/proc/23088/stat : 23088 (minisat) R 23069 23069 21938 0 -1 0 649 0 0 0 2383 0 0 0 25 0 1 0 30529315 3903488 613 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 0 0 0
/proc/23088/statm: 953 613 51 112 0 837 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 17536

Child status: 0
Real time (s): 42.2643
CPU time (s): 41.9756
CPU user time (s): 41.8326
CPU system time (s): 0.142978
CPU usage (%): 99.317
Max. virtual memory (cumulated for all children) (KiB): 821052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.8326
system time used= 0.142978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15930
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= 1199
involuntary context switches= 1912

runsolver used 0.043993 s user time and 0.116982 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Mon Jan 29 21:22:32 UTC 2007


IDJOB= 227326
IDBENCH= 6069
IDSOLVER= 86
FILE ID= node21/227326-1170105752

PBS_JOBID= 3689756

Free space on /tmp= 66563 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.1/rand-2-40-8-753-100-65_ext.xml
COMMAND LINE= /tmp/evaluation/227326-1170105752/solver /tmp/evaluation/227326-1170105752 /tmp/evaluation/227326-1170105752/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-227326-1170105752 -o ROOT/results/node21/solver-227326-1170105752 -C 1800 -M 900  /tmp/evaluation/227326-1170105752/solver /tmp/evaluation/227326-1170105752 /tmp/evaluation/227326-1170105752/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  1c1a721bf016466adc2036ba0d99c64b

RANDOM SEED= 212185790

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.245
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.245
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:       1846872 kB
Buffers:         34944 kB
Cached:          60936 kB
SwapCached:          0 kB
Active:         106548 kB
Inactive:        54328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1846872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2160 kB
Writeback:           0 kB
Mapped:          89492 kB
Slab:            33148 kB
Committed_AS:   574868 kB
PageTables:       2088 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= 66563 MiB



End job on node21 on Mon Jan 29 21:23:15 UTC 2007