Trace number 246860

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 13.28 13.5023

General information on the benchmark

Namepigeons_glb/
pigeons-12_ext.xml
MD5SUMb34228cd4b6c90a713e07ddc8b8114bb
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.010998
SatisfiableNO
(Un)Satisfiability was proved
Number of variables12
Number of constraints1
Maximum constraint arity12
Maximum domain size11
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)allDifferent(1)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/246860-1170109401/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/246860-1170109401/unknown.xml [Mon Jan 29 23:23:25 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/246860-1170109401/unknown.xml /tmp/evaluation/246860-1170109401/sugar26357.csp [Mon Jan 29 23:23:25 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/246860-1170109401/sugar-v0-40.jar -convert /tmp/evaluation/246860-1170109401/unknown.xml /tmp/evaluation/246860-1170109401/sugar26357.csp
0.16	c BEGIN convert /tmp/evaluation/246860-1170109401/unknown.xml
0.23	c END convert (0.065722 seconds)
0.27	c # CONVERT_XML  END : /tmp/evaluation/246860-1170109401/sugar26357.csp 1008 bytes (0 seconds) [Mon Jan 29 23:23:25 2007]
0.27	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.27	
0.27	c # GENERATE_SAT  BEGIN : /tmp/evaluation/246860-1170109401/sugar26357.bcnf [Mon Jan 29 23:23:25 2007]
0.27	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/246860-1170109401/sugar-v0-40.jar -bcnf -map /tmp/evaluation/246860-1170109401/sugar26357.map /tmp/evaluation/246860-1170109401/sugar26357.csp /tmp/evaluation/246860-1170109401/sugar26357.bcnf
0.39	c BEGIN parse /tmp/evaluation/246860-1170109401/sugar26357.csp
0.46	c END parse (0.073201 seconds)
0.46	c BEGIN simplify
0.46	c END simplify (0.004521 seconds)
0.47	c BEGIN encode /tmp/evaluation/246860-1170109401/sugar26357.bcnf
0.50	c END encode (0.037585 seconds)
0.56	c # GENERATE_SAT  END : 252 variables 1626 clauses 24288 bytes (0 seconds) [Mon Jan 29 23:23:25 2007]
0.56	c # GENERATE_SAT  CPU : 0 = 0 + 0 + 0 + 0
0.56	
0.56	c # SOLVE_SAT  BEGIN : /tmp/evaluation/246860-1170109401/sugar26357.bcnf [Mon Jan 29 23:23:25 2007]
0.56	c # CMD : /tmp/evaluation/246860-1170109401/minisat /tmp/evaluation/246860-1170109401/sugar26357.bcnf /tmp/evaluation/246860-1170109401/sugar26357.out
0.56	c ==================================[MINISAT]===================================
0.56	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
0.56	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
0.56	c ==============================================================================
0.56	c |         0 |    1626     4440 |     542       0        0     nan |  0.000 % |
0.56	c |       100 |    1626     4440 |     596     100      868     8.7 |  0.002 % |
0.56	c |       251 |    1626     4440 |     655     251     1861     7.4 |  0.006 % |
0.57	c |       476 |    1626     4440 |     721     476     3636     7.6 |  0.068 % |
0.57	c |       813 |    1626     4440 |     793     813     6272     7.7 |  0.068 % |
0.59	c |      1319 |    1626     4440 |     872     459     3541     7.7 |  0.005 % |
0.61	c |      2078 |    1626     4440 |     960     746     6336     8.5 |  0.006 % |
0.63	c |      3217 |    1626     4440 |    1056     749     5226     7.0 |  0.011 % |
0.68	c |      4925 |    1626     4440 |    1161     754     6033     8.0 |  0.003 % |
0.73	c |      7487 |    1626     4440 |    1278     716     5194     7.3 |  0.014 % |
0.83	c |     11332 |    1626     4440 |    1405    1147     7461     6.5 |  0.008 % |
0.97	c |     17099 |    1626     4440 |    1546     926     6374     6.9 |  0.005 % |
1.20	c |     25749 |    1626     4440 |    1701    1404    10414     7.4 |  0.008 % |
1.56	c |     38724 |    1626     4440 |    1871    1697    14414     8.5 |  0.005 % |
2.09	c |     58187 |    1626     4440 |    2058    1373    11431     8.3 |  0.006 % |
2.89	c |     87379 |    1626     4440 |    2264    1317    12118     9.2 |  0.011 % |
4.20	c |    131168 |    1627     4440 |    2490    1367    10408     7.6 |  0.020 % |
6.10	c |    196852 |    1604     4407 |    2739    1396     9674     6.9 |  0.798 % |
9.20	c |    295379 |    1607     4407 |    3013    2096    14797     7.1 |  0.833 % |
13.49	c ==============================================================================
13.49	c restarts              : 19
13.49	c conflicts             : 432749         (33484 /sec)
13.49	c decisions             : 549170         (42492 /sec)
13.49	c propagations          : 17201618       (1330979 /sec)
13.49	c conflict literals     : 4003785        (7.08 % deleted)
13.49	c Memory used           : 2.26 MB
13.49	c CPU time              : 12.924 s
13.49	c 
13.49	c UNSATISFIABLE
13.50	c # SOLVE_SAT  END : UNSATISFIABLE (13 seconds) [Mon Jan 29 23:23:38 2007]
13.50	c # SOLVE_SAT  CPU : 12.92 = 0 + 0 + 12.92 + 0
13.50	
13.50	c # RESULT : UNSATISFIABLE
13.50	
13.50	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 23:23:38 2007]
13.50	s UNSATISFIABLE
13.50	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 23:23:38 2007]
13.50	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
13.50	
13.50	c # MAIN  END :  (13 seconds) [Mon Jan 29 23:23:38 2007]
13.50	c # MAIN  CPU : 12.92 = 0 + 0 + 12.92 + 0
13.50	

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/node44/watcher-246860-1170109401 -o ROOT/results/node44/solver-246860-1170109401 -C 1800 -M 900 /tmp/evaluation/246860-1170109401/solver /tmp/evaluation/246860-1170109401 /tmp/evaluation/246860-1170109401/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: 0.78 1.91 2.55 4/65 26358
/proc/meminfo: memFree=1916904/2055920 swapFree=4192812/4192956
[pid=26357] ppid=26355 vsize=12132 CPUtime=0
/proc/26357/stat : 26357 (sugar) R 26355 26357 25590 0 -1 4194304 537 0 0 0 0 0 0 0 18 0 1 0 30896589 12423168 256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264840319713 0 0 4224 0 0 0 0 17 1 0 0
/proc/26357/statm: 3033 257 189 3 0 133 0

[startup+0.103192 s]
/proc/loadavg: 0.78 1.91 2.55 4/65 26358
/proc/meminfo: memFree=1916904/2055920 swapFree=4192812/4192956
[pid=26357] ppid=26355 vsize=13724 CPUtime=0.04
/proc/26357/stat : 26357 (sugar) S 26355 26357 25590 0 -1 4194304 1112 0 0 0 3 1 0 0 16 0 1 0 30896589 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26357/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.511263 s]
/proc/loadavg: 0.78 1.91 2.55 4/65 26358
/proc/meminfo: memFree=1916904/2055920 swapFree=4192812/4192956
[pid=26357] ppid=26355 vsize=13724 CPUtime=0.04
/proc/26357/stat : 26357 (sugar) S 26355 26357 25590 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30896589 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26357/statm: 3431 808 370 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33141 s]
/proc/loadavg: 0.78 1.91 2.55 2/68 26375
/proc/meminfo: memFree=1914576/2055920 swapFree=4192812/4192956
[pid=26357] ppid=26355 vsize=13724 CPUtime=0.04
/proc/26357/stat : 26357 (sugar) S 26355 26357 25590 0 -1 4194304 1321 0 0 0 3 1 0 0 15 0 1 0 30896589 14053376 833 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26357/statm: 3431 833 372 3 0 531 0
[pid=26359] ppid=26357 vsize=0 CPUtime=0.17
/proc/26359/stat : 26359 (java) Z 26357 26357 25590 0 -1 1036 3436 0 1 0 14 3 0 0 16 0 1 0 30896594 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26359/statm: 0 0 0 0 0 0 0
[pid=26367] ppid=26357 vsize=0 CPUtime=0.21
/proc/26367/stat : 26367 (java) Z 26357 26357 25590 0 -1 1036 4243 0 1 0 19 2 0 0 16 0 1 0 30896617 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26367/statm: 0 0 0 0 0 0 0
[pid=26375] ppid=26357 vsize=1916 CPUtime=0.76
/proc/26375/stat : 26375 (minisat) R 26357 26357 25590 0 -1 0 151 0 0 0 76 0 0 0 24 0 1 0 30896646 1961984 130 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/26375/statm: 479 130 51 112 0 363 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 15640

[startup+2.97271 s]
/proc/loadavg: 0.78 1.91 2.55 2/68 26375
/proc/meminfo: memFree=1914512/2055920 swapFree=4192812/4192956
[pid=26357] ppid=26355 vsize=13724 CPUtime=0.04
/proc/26357/stat : 26357 (sugar) S 26355 26357 25590 0 -1 4194304 1321 0 0 0 3 1 0 0 15 0 1 0 30896589 14053376 833 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26357/statm: 3431 833 372 3 0 531 0
[pid=26359] ppid=26357 vsize=0 CPUtime=0.17
/proc/26359/stat : 26359 (java) Z 26357 26357 25590 0 -1 1036 3436 0 1 0 14 3 0 0 16 0 1 0 30896594 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26359/statm: 0 0 0 0 0 0 0
[pid=26367] ppid=26357 vsize=0 CPUtime=0.21
/proc/26367/stat : 26367 (java) Z 26357 26357 25590 0 -1 1036 4243 0 1 0 19 2 0 0 16 0 1 0 30896617 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26367/statm: 0 0 0 0 0 0 0
[pid=26375] ppid=26357 vsize=2048 CPUtime=2.4
/proc/26375/stat : 26375 (minisat) R 26357 26357 25590 0 -1 0 184 0 0 0 240 0 0 0 25 0 1 0 30896646 2097152 163 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26375/statm: 512 163 51 112 0 396 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 15772

[startup+6.25631 s]
/proc/loadavg: 0.80 1.89 2.54 2/68 26375
/proc/meminfo: memFree=1914256/2055920 swapFree=4192812/4192956
[pid=26357] ppid=26355 vsize=13724 CPUtime=0.04
/proc/26357/stat : 26357 (sugar) S 26355 26357 25590 0 -1 4194304 1321 0 0 0 3 1 0 0 16 0 1 0 30896589 14053376 833 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26357/statm: 3431 833 372 3 0 531 0
[pid=26359] ppid=26357 vsize=0 CPUtime=0.17
/proc/26359/stat : 26359 (java) Z 26357 26357 25590 0 -1 1036 3436 0 1 0 14 3 0 0 16 0 1 0 30896594 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26359/statm: 0 0 0 0 0 0 0
[pid=26367] ppid=26357 vsize=0 CPUtime=0.21
/proc/26367/stat : 26367 (java) Z 26357 26357 25590 0 -1 1036 4243 0 1 0 19 2 0 0 16 0 1 0 30896617 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26367/statm: 0 0 0 0 0 0 0
[pid=26375] ppid=26357 vsize=2180 CPUtime=5.68
/proc/26375/stat : 26375 (minisat) R 26357 26357 25590 0 -1 0 214 0 0 0 568 0 0 0 25 0 1 0 30896646 2232320 193 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528354 0 0 4096 3 0 0 0 17 1 0 0
/proc/26375/statm: 545 193 51 112 0 429 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 15904

[startup+12.7185 s]
/proc/loadavg: 0.81 1.88 2.54 2/68 26375
/proc/meminfo: memFree=1914192/2055920 swapFree=4192812/4192956
[pid=26357] ppid=26355 vsize=13724 CPUtime=0.04
/proc/26357/stat : 26357 (sugar) S 26355 26357 25590 0 -1 4194304 1321 0 0 0 3 1 0 0 16 0 1 0 30896589 14053376 833 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26357/statm: 3431 833 372 3 0 531 0
[pid=26359] ppid=26357 vsize=0 CPUtime=0.17
/proc/26359/stat : 26359 (java) Z 26357 26357 25590 0 -1 1036 3436 0 1 0 14 3 0 0 16 0 1 0 30896594 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26359/statm: 0 0 0 0 0 0 0
[pid=26367] ppid=26357 vsize=0 CPUtime=0.21
/proc/26367/stat : 26367 (java) Z 26357 26357 25590 0 -1 1036 4243 0 1 0 19 2 0 0 16 0 1 0 30896617 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26367/statm: 0 0 0 0 0 0 0
[pid=26375] ppid=26357 vsize=2312 CPUtime=12.14
/proc/26375/stat : 26375 (minisat) R 26357 26357 25590 0 -1 0 247 0 0 0 1214 0 0 0 25 0 1 0 30896646 2367488 226 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528572 0 0 4096 3 0 0 0 17 1 0 0
/proc/26375/statm: 578 226 51 112 0 462 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 16036

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 26357 and gives childrusage.ru_utime.tv_sec=12 childrusage.ru_utime.tv_usec=960029 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=17997
CPU time returned by wait4() is 12.978
while last known CPU time is 13.28

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 13.5023
CPU time (s): 13.28
CPU user time (s): 13.22
CPU system time (s): 0.06
CPU usage (%): 98.3539
Max. virtual memory (cumulated for all children) (KiB): 16036

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

runsolver used 0.018997 s user time and 0.032994 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Mon Jan 29 22:23:22 UTC 2007


IDJOB= 246860
IDBENCH= 10729
IDSOLVER= 86
FILE ID= node44/246860-1170109401

PBS_JOBID= 3689921

Free space on /tmp= 66564 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pigeons_glb/pigeons-12_ext.xml
COMMAND LINE= /tmp/evaluation/246860-1170109401/solver /tmp/evaluation/246860-1170109401 /tmp/evaluation/246860-1170109401/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-246860-1170109401 -o ROOT/results/node44/solver-246860-1170109401 -C 1800 -M 900  /tmp/evaluation/246860-1170109401/solver /tmp/evaluation/246860-1170109401 /tmp/evaluation/246860-1170109401/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  b34228cd4b6c90a713e07ddc8b8114bb

RANDOM SEED= 967418557

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.261
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.261
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:       1917256 kB
Buffers:         35120 kB
Cached:          36552 kB
SwapCached:          0 kB
Active:          47976 kB
Inactive:        39468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1917256 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             992 kB
Writeback:           0 kB
Mapped:          25908 kB
Slab:            37184 kB
Committed_AS:   296896 kB
PageTables:       1396 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= 66564 MiB



End job on node44 on Mon Jan 29 22:23:38 UTC 2007