Trace number 228561

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 35.4786 35.6806

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-1_ext.xml
MD5SUM1b1c27f1174ad9d3519665d1cc58d473
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.83742
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/228561-1170105932/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/228561-1170105932/unknown.xml [Mon Jan 29 22:25:32 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/228561-1170105932/unknown.xml /tmp/evaluation/228561-1170105932/sugar27343.csp [Mon Jan 29 22:25:32 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/228561-1170105932/sugar-v0-40.jar -convert /tmp/evaluation/228561-1170105932/unknown.xml /tmp/evaluation/228561-1170105932/sugar27343.csp
0.17	c BEGIN convert /tmp/evaluation/228561-1170105932/unknown.xml
0.58	c END convert (0.404456 seconds)
0.61	c # CONVERT_XML  END : /tmp/evaluation/228561-1170105932/sugar27343.csp 323047 bytes (1 seconds) [Mon Jan 29 22:25:33 2007]
0.61	c # CONVERT_XML  CPU : 0.52 = 0 + 0 + 0.45 + 0.07
0.61	
0.61	c # GENERATE_SAT  BEGIN : /tmp/evaluation/228561-1170105932/sugar27343.bcnf [Mon Jan 29 22:25:33 2007]
0.61	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/228561-1170105932/sugar-v0-40.jar -bcnf -map /tmp/evaluation/228561-1170105932/sugar27343.map /tmp/evaluation/228561-1170105932/sugar27343.csp /tmp/evaluation/228561-1170105932/sugar27343.bcnf
0.72	c BEGIN parse /tmp/evaluation/228561-1170105932/sugar27343.csp
2.13	c END parse (1.40449 seconds)
2.13	c BEGIN simplify
2.14	c END simplify (0.008376 seconds)
2.14	c BEGIN encode /tmp/evaluation/228561-1170105932/sugar27343.bcnf
2.23	c END encode (0.091303 seconds)
2.25	c # GENERATE_SAT  END : 400 variables 10527 clauses 193156 bytes (2 seconds) [Mon Jan 29 22:25:35 2007]
2.25	c # GENERATE_SAT  CPU : 1.62 = 0 + 0 + 1.56 + 0.06
2.25	
2.25	c # SOLVE_SAT  BEGIN : /tmp/evaluation/228561-1170105932/sugar27343.bcnf [Mon Jan 29 22:25:35 2007]
2.25	c # CMD : /tmp/evaluation/228561-1170105932/minisat /tmp/evaluation/228561-1170105932/sugar27343.bcnf /tmp/evaluation/228561-1170105932/sugar27343.out
2.30	c ==================================[MINISAT]===================================
2.34	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
2.34	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
2.34	c ==============================================================================
2.34	c |         0 |   10527    37756 |    3509       0        0     nan |  0.000 % |
2.34	c |       101 |   10527    37756 |    3859     101      923     9.1 |  0.001 % |
2.34	c |       251 |   10527    37756 |    4245     251     2233     8.9 |  0.010 % |
2.34	c |       476 |   10528    37756 |    4670     475     4180     8.8 |  0.010 % |
2.34	c |       813 |   10528    37756 |    5137     812     7184     8.8 |  0.010 % |
2.34	c |      1320 |   10528    37756 |    5651    1319    11891     9.0 |  0.010 % |
2.39	c |      2079 |   10530    37756 |    6216    2076    19240     9.3 |  0.013 % |
2.46	c |      3219 |   10531    37756 |    6838    3215    32053    10.0 |  0.010 % |
2.58	c |      4928 |   10533    37756 |    7521    4922    51362    10.4 |  0.004 % |
2.79	c |      7490 |   10543    37756 |    8274    7474    76815    10.3 |  0.015 % |
3.10	c |     11334 |   10551    37756 |    9101    7139    72777    10.2 |  0.016 % |
3.57	c |     17100 |   10498    37603 |   10011    5486    62873    11.5 |  0.251 % |
4.34	c |     25750 |   10506    37603 |   11012    9084   109389    12.0 |  0.261 % |
5.59	c |     38724 |   10511    37603 |   12114   10938   125343    11.5 |  0.271 % |
7.46	c |     58185 |   10465    37474 |   13325   11807   156139    13.2 |  0.501 % |
10.50	c |     87379 |   10408    37315 |   14657    9773   131856    13.5 |  0.751 % |
15.39	c |    131168 |   10190    36482 |   16123    8399   105242    12.5 |  1.755 % |
23.01	c |    196852 |   10014    35832 |   17736    8965   110365    12.3 |  2.751 % |
35.16	c |    295379 |    9422    33753 |   19509   12367   143999    11.6 |  5.758 % |
35.67	c ==============================================================================
35.67	c restarts              : 19
35.67	c conflicts             : 299654         (9007 /sec)
35.67	c decisions             : 358225         (10768 /sec)
35.67	c propagations          : 21742096       (653545 /sec)
35.67	c conflict literals     : 4016646        (31.16 % deleted)
35.67	c Memory used           : 4.50 MB
35.67	c CPU time              : 33.2679 s
35.67	c 
35.67	c UNSATISFIABLE
35.68	c # SOLVE_SAT  END : UNSATISFIABLE (33 seconds) [Mon Jan 29 22:26:08 2007]
35.68	c # SOLVE_SAT  CPU : 33.28 = 0 + 0 + 33.27 + 0.01
35.68	
35.68	c # RESULT : UNSATISFIABLE
35.68	
35.68	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 22:26:08 2007]
35.68	s UNSATISFIABLE
35.68	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 22:26:08 2007]
35.68	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
35.68	
35.68	c # MAIN  END :  (36 seconds) [Mon Jan 29 22:26:08 2007]
35.68	c # MAIN  CPU : 35.42 = 0 + 0 + 35.28 + 0.14
35.68	

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/node65/watcher-228561-1170105932 -o ROOT/results/node65/solver-228561-1170105932 -C 1800 -M 900 /tmp/evaluation/228561-1170105932/solver /tmp/evaluation/228561-1170105932 /tmp/evaluation/228561-1170105932/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.82 1.27 1.09 5/82 27344
/proc/meminfo: memFree=1315144/2055920 swapFree=4192812/4192956
[pid=27343] ppid=27341 vsize=12268 CPUtime=0
/proc/27343/stat : 27343 (sugar) R 27341 27343 27142 0 -1 4194304 597 0 0 0 0 0 0 0 20 0 1 0 30550764 12562432 316 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257203862117 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/27343/statm: 3067 316 241 3 0 167 0

[startup+0.116001 s]
/proc/loadavg: 1.82 1.27 1.09 5/82 27344
/proc/meminfo: memFree=1315144/2055920 swapFree=4192812/4192956
[pid=27343] ppid=27341 vsize=13724 CPUtime=0.03
/proc/27343/stat : 27343 (sugar) S 27341 27343 27142 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30550764 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27343/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.52808 s]
/proc/loadavg: 1.82 1.27 1.09 5/82 27344
/proc/meminfo: memFree=1315144/2055920 swapFree=4192812/4192956
[pid=27343] ppid=27341 vsize=13724 CPUtime=0.03
/proc/27343/stat : 27343 (sugar) S 27341 27343 27142 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 30550764 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27343/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.3532 s]
/proc/loadavg: 1.82 1.27 1.09 3/90 27360
/proc/meminfo: memFree=1288904/2055920 swapFree=4192812/4192956
[pid=27343] ppid=27341 vsize=13724 CPUtime=0.55
/proc/27343/stat : 27343 (sugar) S 27341 27343 27142 0 -1 4194304 1190 6922 0 1 3 0 45 7 16 0 1 0 30550764 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27343/statm: 3431 809 371 3 0 531 0
[pid=27353] ppid=27343 vsize=807336 CPUtime=0.72
/proc/27353/stat : 27353 (java) R 27343 27343 27142 0 -1 0 7944 0 1 0 69 3 0 0 25 0 8 0 30550825 826712064 7691 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27353/statm: 201834 7693 1506 14 0 189112 0
[pid=27353/tid=27354] ppid=27343 vsize=807336 CPUtime=0.09
/proc/27353/task/27354/stat : 27354 (java) R 27343 27343 27142 0 -1 64 1771 0 0 0 9 0 0 0 16 0 8 0 30550828 826712064 7695 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153968433 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27353/tid=27355] ppid=27343 vsize=807336 CPUtime=0
/proc/27353/task/27355/stat : 27355 (java) S 27343 27343 27142 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30550828 826712064 7697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27353/tid=27356] ppid=27343 vsize=807336 CPUtime=0
/proc/27353/task/27356/stat : 27356 (java) S 27343 27343 27142 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30550828 826712064 7699 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27353/tid=27357] ppid=27343 vsize=807336 CPUtime=0
/proc/27353/task/27357/stat : 27357 (java) S 27343 27343 27142 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 30550831 826712064 7701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27353/tid=27358] ppid=27343 vsize=807336 CPUtime=0.11
/proc/27353/task/27358/stat : 27358 (java) S 27343 27343 27142 0 -1 64 392 0 0 0 11 0 0 0 16 0 8 0 30550831 826712064 7703 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27353/tid=27359] ppid=27343 vsize=807336 CPUtime=0
/proc/27353/task/27359/stat : 27359 (java) S 27343 27343 27142 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30550832 826712064 7705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27353/tid=27360] ppid=27343 vsize=807336 CPUtime=0
/proc/27353/task/27360/stat : 27360 (java) S 27343 27343 27142 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30550832 826712064 7708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 821060

[startup+2.99047 s]
/proc/loadavg: 1.91 1.30 1.10 4/83 27361
/proc/meminfo: memFree=1312192/2055920 swapFree=4192812/4192956
[pid=27343] ppid=27341 vsize=13724 CPUtime=2.17
/proc/27343/stat : 27343 (sugar) S 27341 27343 27142 0 -1 4194304 1280 18133 0 2 3 0 201 13 15 0 1 0 30550764 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27343/statm: 3431 819 373 3 0 531 0
[pid=27361] ppid=27343 vsize=2716 CPUtime=0.73
/proc/27361/stat : 27361 (minisat) R 27343 27343 27142 0 -1 0 397 0 0 0 73 0 0 0 23 0 1 0 30550989 2781184 335 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/27361/statm: 679 335 51 112 0 563 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 16440

[startup+6.28002 s]
/proc/loadavg: 1.91 1.30 1.10 3/83 27361
/proc/meminfo: memFree=1311104/2055920 swapFree=4192812/4192956
[pid=27343] ppid=27341 vsize=13724 CPUtime=2.17
/proc/27343/stat : 27343 (sugar) S 27341 27343 27142 0 -1 4194304 1280 18133 0 2 3 0 201 13 16 0 1 0 30550764 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27343/statm: 3431 819 373 3 0 531 0
[pid=27361] ppid=27343 vsize=3384 CPUtime=4.01
/proc/27361/stat : 27361 (minisat) R 27343 27343 27142 0 -1 0 548 0 0 0 401 0 0 0 25 0 1 0 30550989 3465216 486 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/27361/statm: 846 486 51 112 0 730 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 17108

[startup+12.7489 s]
/proc/loadavg: 2.01 1.34 1.12 3/83 27361
/proc/meminfo: memFree=1309248/2055920 swapFree=4192812/4192956
[pid=27343] ppid=27341 vsize=13724 CPUtime=2.17
/proc/27343/stat : 27343 (sugar) S 27341 27343 27142 0 -1 4194304 1280 18133 0 2 3 0 201 13 16 0 1 0 30550764 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27343/statm: 3431 819 373 3 0 531 0
[pid=27361] ppid=27343 vsize=3924 CPUtime=10.43
/proc/27361/stat : 27361 (minisat) R 27343 27343 27142 0 -1 0 689 0 0 0 1043 0 0 0 25 0 1 0 30550989 4018176 627 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 0 0 0
/proc/27361/statm: 981 627 51 112 0 865 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 17648

[startup+25.572 s]
/proc/loadavg: 2.01 1.36 1.13 3/83 27361
/proc/meminfo: memFree=1308864/2055920 swapFree=4192812/4192956
[pid=27343] ppid=27341 vsize=13724 CPUtime=2.17
/proc/27343/stat : 27343 (sugar) S 27341 27343 27142 0 -1 4194304 1280 18133 0 2 3 0 201 13 16 0 1 0 30550764 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27343/statm: 3431 819 373 3 0 531 0
[pid=27361] ppid=27343 vsize=4328 CPUtime=23.2
/proc/27361/stat : 27361 (minisat) R 27343 27343 27142 0 -1 0 800 0 0 0 2320 0 0 0 25 0 1 0 30550989 4431872 738 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/27361/statm: 1082 738 51 112 0 966 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 18052

Child status: 0
Real time (s): 35.6806
CPU time (s): 35.4786
CPU user time (s): 35.3216
CPU system time (s): 0.156976
CPU usage (%): 99.4338
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.3216
system time used= 0.156976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20377
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= 1100
involuntary context switches= 1412

runsolver used 0.041993 s user time and 0.102984 s system time

The end

Launcher Data (download as text)

Begin job on node65 on Mon Jan 29 21:25:32 UTC 2007


IDJOB= 228561
IDBENCH= 6207
IDSOLVER= 86
FILE ID= node65/228561-1170105932

PBS_JOBID= 3689840

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  1b1c27f1174ad9d3519665d1cc58d473

RANDOM SEED= 639078898

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.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	: 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.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:       1315624 kB
Buffers:         33492 kB
Cached:          43076 kB
SwapCached:          0 kB
Active:         646984 kB
Inactive:        41884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1315624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             964 kB
Writeback:           0 kB
Mapped:         629024 kB
Slab:            35408 kB
Committed_AS:   840840 kB
PageTables:       3064 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= 66560 MiB



End job on node65 on Mon Jan 29 21:26:09 UTC 2007