Trace number 227618

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 29.4325 29.7048

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-3_ext.xml
MD5SUM9c9268857e45b389f681d23ffd1931ad
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 benchmark3.77243
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/227618-1170105820/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/227618-1170105820/unknown.xml [Mon Jan 29 22:23:41 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/227618-1170105820/unknown.xml /tmp/evaluation/227618-1170105820/sugar20381.csp [Mon Jan 29 22:23:41 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/227618-1170105820/sugar-v0-40.jar -convert /tmp/evaluation/227618-1170105820/unknown.xml /tmp/evaluation/227618-1170105820/sugar20381.csp
0.16	c BEGIN convert /tmp/evaluation/227618-1170105820/unknown.xml
0.56	c END convert (0.390984 seconds)
0.60	c # CONVERT_XML  END : /tmp/evaluation/227618-1170105820/sugar20381.csp 152639 bytes (0 seconds) [Mon Jan 29 22:23:41 2007]
0.60	c # CONVERT_XML  CPU : 0.5 = 0 + 0 + 0.45 + 0.05
0.60	
0.60	c # GENERATE_SAT  BEGIN : /tmp/evaluation/227618-1170105820/sugar20381.bcnf [Mon Jan 29 22:23:41 2007]
0.60	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/227618-1170105820/sugar-v0-40.jar -bcnf -map /tmp/evaluation/227618-1170105820/sugar20381.map /tmp/evaluation/227618-1170105820/sugar20381.csp /tmp/evaluation/227618-1170105820/sugar20381.bcnf
0.71	c BEGIN parse /tmp/evaluation/227618-1170105820/sugar20381.csp
1.56	c END parse (0.847724 seconds)
1.56	c BEGIN simplify
1.57	c END simplify (0.005335 seconds)
1.57	c BEGIN encode /tmp/evaluation/227618-1170105820/sugar20381.bcnf
1.62	c END encode (0.054096 seconds)
1.67	c # GENERATE_SAT  END : 280 variables 5065 clauses 89596 bytes (1 seconds) [Mon Jan 29 22:23:42 2007]
1.67	c # GENERATE_SAT  CPU : 1.01 = 0 + 0 + 0.95 + 0.06
1.67	
1.67	c # SOLVE_SAT  BEGIN : /tmp/evaluation/227618-1170105820/sugar20381.bcnf [Mon Jan 29 22:23:42 2007]
1.67	c # CMD : /tmp/evaluation/227618-1170105820/minisat /tmp/evaluation/227618-1170105820/sugar20381.bcnf /tmp/evaluation/227618-1170105820/sugar20381.out
1.67	c ==================================[MINISAT]===================================
1.67	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
1.67	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
1.67	c ==============================================================================
1.67	c |         0 |    5065    17328 |    1688       0        0     nan |  0.000 % |
1.68	c |       103 |    5065    17328 |    1856     103      966     9.4 |  0.001 % |
1.68	c |       253 |    5066    17328 |    2042     252     2306     9.2 |  0.018 % |
1.69	c |       480 |    5066    17328 |    2246     479     4531     9.5 |  0.018 % |
1.71	c |       817 |    5067    17328 |    2471     815     7829     9.6 |  0.018 % |
1.73	c |      1325 |    5067    17328 |    2718    1323    12331     9.3 |  0.018 % |
1.77	c |      2084 |    5069    17328 |    2990    2080    20095     9.7 |  0.018 % |
1.83	c |      3223 |    5074    17328 |    3289    1686    15934     9.5 |  0.018 % |
1.93	c |      4932 |    5077    17328 |    3618    1712    17062    10.0 |  0.019 % |
2.08	c |      7494 |    5079    17328 |    3980    2429    25803    10.6 |  0.019 % |
2.32	c |     11339 |    5083    17328 |    4378    2215    25766    11.6 |  0.020 % |
2.69	c |     17105 |    5088    17328 |    4816    3521    34425     9.8 |  0.022 % |
3.24	c |     25756 |    5091    17328 |    5297    4846    59657    12.3 |  0.024 % |
4.14	c |     38730 |    5094    17328 |    5827    4371    48644    11.1 |  0.026 % |
5.49	c |     58194 |    5110    17328 |    6410    3157    38349    12.1 |  0.003 % |
7.55	c |     87386 |    5116    17328 |    7051    6384    80582    12.6 |  0.005 % |
10.87	c |    131176 |    5127    17328 |    7756    3818    48352    12.7 |  0.014 % |
15.87	c |    196860 |    5078    17155 |    8531    5764    73541    12.8 |  0.716 % |
23.20	c |    295387 |    5054    17101 |    9385    5135    64641    12.6 |  1.077 % |
29.69	c ==============================================================================
29.70	c restarts              : 19
29.70	c conflicts             : 382841         (13748 /sec)
29.70	c decisions             : 449951         (16158 /sec)
29.70	c propagations          : 21170840       (760235 /sec)
29.70	c conflict literals     : 5115192        (29.22 % deleted)
29.70	c Memory used           : 3.68 MB
29.70	c CPU time              : 27.8478 s
29.70	c 
29.70	c UNSATISFIABLE
29.70	c # SOLVE_SAT  END : UNSATISFIABLE (28 seconds) [Mon Jan 29 22:24:10 2007]
29.70	c # SOLVE_SAT  CPU : 27.86 = 0 + 0 + 27.85 + 0.01
29.70	
29.70	c # RESULT : UNSATISFIABLE
29.70	
29.70	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 22:24:10 2007]
29.70	s UNSATISFIABLE
29.70	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 22:24:10 2007]
29.70	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
29.70	
29.70	c # MAIN  END :  (29 seconds) [Mon Jan 29 22:24:10 2007]
29.70	c # MAIN  CPU : 29.37 = 0 + 0 + 29.25 + 0.12
29.70	

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/node61/watcher-227618-1170105820 -o ROOT/results/node61/solver-227618-1170105820 -C 1800 -M 900 /tmp/evaluation/227618-1170105820/solver /tmp/evaluation/227618-1170105820 /tmp/evaluation/227618-1170105820/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.75 2.77 3.09 5/76 20382
/proc/meminfo: memFree=1902720/2055920 swapFree=4192812/4192956
[pid=20381] ppid=20379 vsize=7504 CPUtime=0
/proc/20381/stat : 20381 (sugar) R 20379 20381 20016 0 -1 4194304 315 0 0 0 0 0 0 0 20 0 1 0 30538988 7684096 51 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246403888521 0 0 4096 0 0 0 0 17 1 0 0
/proc/20381/statm: 1876 51 38 3 0 55 0

[startup+0.10422 s]
/proc/loadavg: 1.75 2.77 3.09 5/76 20382
/proc/meminfo: memFree=1902720/2055920 swapFree=4192812/4192956
[pid=20381] ppid=20379 vsize=13724 CPUtime=0.04
/proc/20381/stat : 20381 (sugar) S 20379 20381 20016 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 30538988 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20381/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.512255 s]
/proc/loadavg: 1.75 2.77 3.09 5/76 20382
/proc/meminfo: memFree=1902720/2055920 swapFree=4192812/4192956
[pid=20381] ppid=20379 vsize=13724 CPUtime=0.04
/proc/20381/stat : 20381 (sugar) S 20379 20381 20016 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30538988 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20381/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33334 s]
/proc/loadavg: 1.75 2.77 3.09 4/84 20398
/proc/meminfo: memFree=1880840/2055920 swapFree=4192812/4192956
[pid=20381] ppid=20379 vsize=13724 CPUtime=0.54
/proc/20381/stat : 20381 (sugar) S 20379 20381 20016 0 -1 4194304 1190 5596 0 1 3 1 45 5 15 0 1 0 30538988 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20381/statm: 3431 809 371 3 0 531 0
[pid=20391] ppid=20381 vsize=807328 CPUtime=0.71
/proc/20391/stat : 20391 (java) R 20381 20381 20016 0 -1 0 7752 0 1 0 66 5 0 0 17 0 8 0 30539048 826703872 7500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073650456 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20391/statm: 201832 7500 1506 14 0 189110 0
[pid=20391/tid=20392] ppid=20381 vsize=807328 CPUtime=0.06
/proc/20391/task/20392/stat : 20392 (java) S 20381 20381 20016 0 -1 64 1567 0 0 0 6 0 0 0 16 0 8 0 30539051 826703872 7500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20391/tid=20393] ppid=20381 vsize=807328 CPUtime=0
/proc/20391/task/20393/stat : 20393 (java) S 20381 20381 20016 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30539052 826703872 7500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20391/tid=20394] ppid=20381 vsize=807328 CPUtime=0
/proc/20391/task/20394/stat : 20394 (java) S 20381 20381 20016 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30539052 826703872 7500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20391/tid=20395] ppid=20381 vsize=807328 CPUtime=0
/proc/20391/task/20395/stat : 20395 (java) S 20381 20381 20016 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30539055 826703872 7500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20391/tid=20396] ppid=20381 vsize=807328 CPUtime=0.13
/proc/20391/task/20396/stat : 20396 (java) R 20381 20381 20016 0 -1 64 399 0 0 0 13 0 0 0 20 0 8 0 30539055 826703872 7500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20391/tid=20397] ppid=20381 vsize=807328 CPUtime=0
/proc/20391/task/20397/stat : 20397 (java) S 20381 20381 20016 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30539055 826703872 7500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20391/tid=20398] ppid=20381 vsize=807328 CPUtime=0
/proc/20391/task/20398/stat : 20398 (java) S 20381 20381 20016 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30539055 826703872 7500 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.97148 s]
/proc/loadavg: 1.75 2.77 3.09 3/77 20399
/proc/meminfo: memFree=1899712/2055920 swapFree=4192812/4192956
[pid=20381] ppid=20379 vsize=13724 CPUtime=1.55
/proc/20381/stat : 20381 (sugar) S 20379 20381 20016 0 -1 4194304 1280 13832 0 2 3 1 140 11 15 0 1 0 30538988 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20381/statm: 3431 819 373 3 0 531 0
[pid=20399] ppid=20381 vsize=2308 CPUtime=1.28
/proc/20399/stat : 20399 (minisat) R 20381 20381 20016 0 -1 0 280 0 0 0 128 0 0 0 25 0 1 0 30539155 2363392 244 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/20399/statm: 577 244 51 112 0 461 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 16032

[startup+6.25079 s]
/proc/loadavg: 1.77 2.76 3.08 3/77 20399
/proc/meminfo: memFree=1899136/2055920 swapFree=4192812/4192956
[pid=20381] ppid=20379 vsize=13724 CPUtime=1.55
/proc/20381/stat : 20381 (sugar) S 20379 20381 20016 0 -1 4194304 1280 13832 0 2 3 1 140 11 16 0 1 0 30538988 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20381/statm: 3431 819 373 3 0 531 0
[pid=20399] ppid=20381 vsize=2700 CPUtime=4.53
/proc/20399/stat : 20399 (minisat) R 20381 20381 20016 0 -1 0 374 0 0 0 453 0 0 0 25 0 1 0 30539155 2764800 338 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528710 0 0 4096 3 0 0 0 17 1 0 0
/proc/20399/statm: 675 338 51 112 0 559 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 16424

[startup+12.7194 s]
/proc/loadavg: 1.79 2.74 3.08 3/77 20399
/proc/meminfo: memFree=1898368/2055920 swapFree=4192812/4192956
[pid=20381] ppid=20379 vsize=13724 CPUtime=1.55
/proc/20381/stat : 20381 (sugar) S 20379 20381 20016 0 -1 4194304 1280 13832 0 2 3 1 140 11 16 0 1 0 30538988 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20381/statm: 3431 819 373 3 0 531 0
[pid=20399] ppid=20381 vsize=3096 CPUtime=10.94
/proc/20399/stat : 20399 (minisat) R 20381 20381 20016 0 -1 0 480 0 0 0 1094 0 0 0 25 0 1 0 30539155 3170304 444 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 1 0 0
/proc/20399/statm: 774 444 51 112 0 658 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 16820

[startup+25.5496 s]
/proc/loadavg: 1.76 2.69 3.05 4/82 20470
/proc/meminfo: memFree=1877008/2055920 swapFree=4192812/4192956
[pid=20381] ppid=20379 vsize=13724 CPUtime=1.55
/proc/20381/stat : 20381 (sugar) S 20379 20381 20016 0 -1 4194304 1280 13832 0 2 3 1 140 11 16 0 1 0 30538988 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20381/statm: 3431 819 373 3 0 531 0
[pid=20399] ppid=20381 vsize=3628 CPUtime=23.72
/proc/20399/stat : 20399 (minisat) R 20381 20381 20016 0 -1 0 617 0 0 0 2371 1 0 0 25 0 1 0 30539155 3715072 581 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528549 0 0 4096 3 0 0 0 17 0 0 0
/proc/20399/statm: 907 581 51 112 0 791 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 17352

Child status: 0
Real time (s): 29.7048
CPU time (s): 29.4325
CPU user time (s): 29.2885
CPU system time (s): 0.143978
CPU usage (%): 99.0834
Max. virtual memory (cumulated for all children) (KiB): 821052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.2885
system time used= 0.143978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15842
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= 1134
involuntary context switches= 1554

runsolver used 0.044993 s user time and 0.087986 s system time

The end

Launcher Data (download as text)

Begin job on node61 on Mon Jan 29 21:23:40 UTC 2007


IDJOB= 227618
IDBENCH= 6095
IDSOLVER= 86
FILE ID= node61/227618-1170105820

PBS_JOBID= 3689836

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-3_ext.xml
COMMAND LINE= /tmp/evaluation/227618-1170105820/solver /tmp/evaluation/227618-1170105820 /tmp/evaluation/227618-1170105820/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-227618-1170105820 -o ROOT/results/node61/solver-227618-1170105820 -C 1800 -M 900  /tmp/evaluation/227618-1170105820/solver /tmp/evaluation/227618-1170105820 /tmp/evaluation/227618-1170105820/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  9c9268857e45b389f681d23ffd1931ad

RANDOM SEED= 258036079

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.216
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.216
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:       1903264 kB
Buffers:         36964 kB
Cached:          44636 kB
SwapCached:          0 kB
Active:          55432 kB
Inactive:        49852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1903264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2400 kB
Writeback:           0 kB
Mapped:          34724 kB
Slab:            32892 kB
Committed_AS:   317560 kB
PageTables:       1764 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 node61 on Mon Jan 29 21:24:10 UTC 2007