Trace number 421497

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
minisat SAT 2007UNSAT 85.507 85.5328

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h27-unknown.cnf
MD5SUM7634252332633927f116161c1beb6151
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.6907
Satisfiable
(Un)Satisfiability was proved
Number of variables93573
Number of clauses439508
Sum of the clauses size1132510
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2347239
Number of clauses of size 388215
Number of clauses of size 41000
Number of clauses of size 5107
Number of clauses of size over 52757

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  95421                                                |
0.00/0.00	c |  Number of clauses:    439508                                               |
0.39/0.47	c |  Parsing time:         0.42         s                                       |
10.89/11.00	c ============================[ Search Statistics ]==============================
10.89/11.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.89/11.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.89/11.00	c ===============================================================================
10.89/11.00	c |         0 |   25580   303995  1249045 |   101331        0    nan |  0.000 % |
11.08/11.12	c |       102 |   25580   303995  1249045 |   111464      102     14 |  0.029 % |
11.18/11.24	c |       252 |   25580   303995  1249045 |   122611      252     18 |  0.029 % |
11.48/11.50	c |       477 |   25580   303995  1249045 |   134872      477     17 |  0.029 % |
11.78/11.80	c |       814 |   25580   303995  1249045 |   148359      814     18 |  0.029 % |
11.99/12.05	c |      1320 |   25580   303995  1249045 |   163195     1320     17 |  0.029 % |
13.48/13.52	c |      2079 |   25580   303995  1249045 |   179515     2079     16 |  0.029 % |
14.19/14.27	c |      3218 |   25580   303995  1249045 |   197466     3218     16 |  0.029 % |
16.98/17.09	c |      4930 |   25580   303995  1249045 |   217213     4930     16 |  0.029 % |
19.28/19.32	c |      7492 |   25580   303995  1249045 |   238934     7492     18 |  0.029 % |
23.68/23.79	c |     11337 |   25563   303829  1248342 |   262828    11335     18 |  0.047 % |
30.68/30.76	c |     17103 |   25563   303829  1248342 |   289111    17101     19 |  0.047 % |
39.78/39.86	c |     25752 |   25481   303076  1245526 |   318022    25697     19 |  0.133 % |
51.68/51.78	c |     38726 |   25478   302977  1245072 |   349824    38670     17 |  0.136 % |
72.57/72.69	c |     58188 |   25478   302977  1245072 |   384806    58132     16 |  0.136 % |
85.47/85.52	c ===============================================================================
85.47/85.52	c restarts              : 15
85.47/85.52	c conflicts             : 71205          (834 /sec)
85.47/85.52	c decisions             : 105184         (1.78 % random) (1232 /sec)
85.47/85.52	c propagations          : 90446815       (1059096 /sec)
85.47/85.52	c conflict literals     : 1143437        (42.22 % deleted)
85.47/85.52	c Memory used           : 67.66 MB
85.47/85.52	c CPU time              : 85.4 s
85.47/85.52	c 
85.47/85.52	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node50/watcher-421497-1177492311 -o ROOT/results/node50/solver-421497-1177492311 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/421497-1177492311/minisat_noassertions /tmp/evaluation/421497-1177492311/instance-421497-1177492311.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 0.97 0.82 2/64 15807
/proc/meminfo: memFree=1766856/2055920 swapFree=4183596/4192956
[pid=15807] ppid=15805 vsize=1856 CPUtime=0
/proc/15807/stat : 15807 (minisat_noasser) R 15805 15807 15373 0 -1 4194304 370 0 0 0 0 0 0 0 18 0 1 0 104076297 1900544 356 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134549237 0 0 4096 3 0 0 0 17 1 0 0
/proc/15807/statm: 464 360 49 130 0 331 0

[startup+0.0891711 s]
/proc/loadavg: 1.00 0.97 0.82 2/64 15807
/proc/meminfo: memFree=1766856/2055920 swapFree=4183596/4192956
[pid=15807] ppid=15805 vsize=8356 CPUtime=0.07
/proc/15807/stat : 15807 (minisat_noasser) R 15805 15807 15373 0 -1 4194304 1915 0 0 0 7 0 0 0 18 0 1 0 104076297 8556544 1901 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134530821 0 0 4096 3 0 0 0 17 1 0 0
/proc/15807/statm: 2089 1903 50 130 0 1956 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8356

[startup+0.101171 s]
/proc/loadavg: 1.00 0.97 0.82 2/64 15807
/proc/meminfo: memFree=1766856/2055920 swapFree=4183596/4192956
[pid=15807] ppid=15805 vsize=9568 CPUtime=0.08
/proc/15807/stat : 15807 (minisat_noasser) R 15805 15807 15373 0 -1 4194304 2155 0 0 0 8 0 0 0 18 0 1 0 104076297 9797632 2141 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134530821 0 0 4096 3 0 0 0 17 1 0 0
/proc/15807/statm: 2425 2143 50 130 0 2292 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9568

[startup+0.301188 s]
/proc/loadavg: 1.00 0.97 0.82 2/64 15807
/proc/meminfo: memFree=1766856/2055920 swapFree=4183596/4192956
[pid=15807] ppid=15805 vsize=24528 CPUtime=0.28
/proc/15807/stat : 15807 (minisat_noasser) R 15805 15807 15373 0 -1 4194304 5723 0 0 0 26 2 0 0 19 0 1 0 104076297 25116672 5709 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/15807/statm: 6132 5709 50 130 0 5999 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 24528

[startup+0.701222 s]
/proc/loadavg: 1.00 0.97 0.82 2/64 15807
/proc/meminfo: memFree=1766856/2055920 swapFree=4183596/4192956
[pid=15807] ppid=15805 vsize=39340 CPUtime=0.69
/proc/15807/stat : 15807 (minisat_noasser) R 15805 15807 15373 0 -1 4194304 8995 0 0 0 64 5 0 0 22 0 1 0 104076297 40284160 8981 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529353 0 0 4096 3 0 0 0 17 1 0 0
/proc/15807/statm: 9835 8981 62 130 0 9702 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39340

[startup+1.50129 s]
/proc/loadavg: 1.00 0.97 0.82 2/65 15808
/proc/meminfo: memFree=1731008/2055920 swapFree=4183596/4192956
[pid=15807] ppid=15805 vsize=41716 CPUtime=1.49
/proc/15807/stat : 15807 (minisat_noasser) R 15805 15807 15373 0 -1 4194304 9620 0 0 0 144 5 0 0 25 0 1 0 104076297 42717184 9606 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/15807/statm: 10429 9606 62 130 0 10296 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41716

[startup+3.10144 s]
/proc/loadavg: 1.00 0.97 0.82 2/65 15808
/proc/meminfo: memFree=1711488/2055920 swapFree=4183596/4192956
[pid=15807] ppid=15805 vsize=71984 CPUtime=3.09
/proc/15807/stat : 15807 (minisat_noasser) R 15805 15807 15373 0 -1 4194304 17142 0 0 0 301 8 0 0 25 0 1 0 104076297 73711616 17128 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529697 0 0 4096 3 0 0 0 17 1 0 0
/proc/15807/statm: 17996 17128 62 130 0 17863 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71984

[startup+6.30172 s]
/proc/loadavg: 1.00 0.97 0.82 2/65 15808
/proc/meminfo: memFree=1696064/2055920 swapFree=4183596/4192956
[pid=15807] ppid=15805 vsize=74152 CPUtime=6.28
/proc/15807/stat : 15807 (minisat_noasser) R 15805 15807 15373 0 -1 4194304 17684 0 0 0 620 8 0 0 25 0 1 0 104076297 75931648 17670 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529178 0 0 4096 3 0 0 0 17 1 0 0
/proc/15807/statm: 18538 17670 62 130 0 18405 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 74152

[startup+12.7013 s]
/proc/loadavg: 1.00 0.97 0.82 2/65 15808
/proc/meminfo: memFree=1700096/2055920 swapFree=4183596/4192956
[pid=15807] ppid=15805 vsize=68912 CPUtime=12.68
/proc/15807/stat : 15807 (minisat_noasser) R 15805 15807 15373 0 -1 4194304 18800 0 0 0 1259 9 0 0 25 0 1 0 104076297 70565888 16611 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/15807/statm: 17228 16611 67 130 0 17095 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 68912

[startup+25.5014 s]
/proc/loadavg: 1.08 0.99 0.83 2/65 15808
/proc/meminfo: memFree=1700224/2055920 swapFree=4183596/4192956
[pid=15807] ppid=15805 vsize=68912 CPUtime=25.48
/proc/15807/stat : 15807 (minisat_noasser) R 15805 15807 15373 0 -1 4194304 18800 0 0 0 2539 9 0 0 25 0 1 0 104076297 70565888 16611 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0
/proc/15807/statm: 17228 16611 67 130 0 17095 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 68912

[startup+51.1017 s]
/proc/loadavg: 1.05 0.99 0.83 2/65 15808
/proc/meminfo: memFree=1700288/2055920 swapFree=4183596/4192956
[pid=15807] ppid=15805 vsize=68912 CPUtime=51.07
/proc/15807/stat : 15807 (minisat_noasser) R 15805 15807 15373 0 -1 4194304 18800 0 0 0 5098 9 0 0 25 0 1 0 104076297 70565888 16611 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/15807/statm: 17228 16611 67 130 0 17095 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 68912

Solver just ended. Dumping a history of the last processes samples

[startup+63.9018 s]
/proc/loadavg: 1.04 0.99 0.83 2/65 15808
/proc/meminfo: memFree=1700224/2055920 swapFree=4183596/4192956
[pid=15807] ppid=15805 vsize=69156 CPUtime=63.87
/proc/15807/stat : 15807 (minisat_noasser) R 15805 15807 15373 0 -1 4194304 18848 0 0 0 6378 9 0 0 25 0 1 0 104076297 70815744 16659 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/15807/statm: 17289 16659 67 130 0 17156 0
Current children cumulated CPU time (s) 63.87
Current children cumulated vsize (KiB) 69156

[startup+76.7019 s]
/proc/loadavg: 1.03 0.99 0.83 2/65 15808
/proc/meminfo: memFree=1700160/2055920 swapFree=4183596/4192956
[pid=15807] ppid=15805 vsize=69276 CPUtime=76.67
/proc/15807/stat : 15807 (minisat_noasser) R 15805 15807 15373 0 -1 4194304 18861 0 0 0 7658 9 0 0 25 0 1 0 104076297 70938624 16672 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/15807/statm: 17319 16672 67 130 0 17186 0
Current children cumulated CPU time (s) 76.67
Current children cumulated vsize (KiB) 69276

[startup+79.9012 s]
/proc/loadavg: 1.03 0.99 0.83 2/65 15808
/proc/meminfo: memFree=1700160/2055920 swapFree=4183596/4192956
[pid=15807] ppid=15805 vsize=69276 CPUtime=79.87
/proc/15807/stat : 15807 (minisat_noasser) R 15805 15807 15373 0 -1 4194304 18865 0 0 0 7978 9 0 0 25 0 1 0 104076297 70938624 16676 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/15807/statm: 17319 16676 67 130 0 17186 0
Current children cumulated CPU time (s) 79.87
Current children cumulated vsize (KiB) 69276

[startup+83.1015 s]
/proc/loadavg: 1.03 0.99 0.83 2/65 15808
/proc/meminfo: memFree=1700160/2055920 swapFree=4183596/4192956
[pid=15807] ppid=15805 vsize=69276 CPUtime=83.07
/proc/15807/stat : 15807 (minisat_noasser) R 15805 15807 15373 0 -1 4194304 18867 0 0 0 8298 9 0 0 25 0 1 0 104076297 70938624 16678 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 1 0 0
/proc/15807/statm: 17319 16678 67 130 0 17186 0
Current children cumulated CPU time (s) 83.07
Current children cumulated vsize (KiB) 69276

[startup+84.7046 s]
/proc/loadavg: 1.03 0.99 0.83 2/65 15808
/proc/meminfo: memFree=1700160/2055920 swapFree=4183596/4192956
[pid=15807] ppid=15805 vsize=69276 CPUtime=84.67
/proc/15807/stat : 15807 (minisat_noasser) R 15805 15807 15373 0 -1 4194304 18867 0 0 0 8458 9 0 0 25 0 1 0 104076297 70938624 16678 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/15807/statm: 17319 16678 67 130 0 17186 0
Current children cumulated CPU time (s) 84.67
Current children cumulated vsize (KiB) 69276

[startup+85.1016 s]
/proc/loadavg: 1.03 0.99 0.83 2/65 15808
/proc/meminfo: memFree=1700160/2055920 swapFree=4183596/4192956
[pid=15807] ppid=15805 vsize=69276 CPUtime=85.07
/proc/15807/stat : 15807 (minisat_noasser) R 15805 15807 15373 0 -1 4194304 18867 0 0 0 8498 9 0 0 25 0 1 0 104076297 70938624 16678 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546099 0 0 4096 3 0 0 0 17 1 0 0
/proc/15807/statm: 17319 16678 67 130 0 17186 0
Current children cumulated CPU time (s) 85.07
Current children cumulated vsize (KiB) 69276

[startup+85.5017 s]
/proc/loadavg: 1.03 0.99 0.83 2/65 15808
/proc/meminfo: memFree=1700160/2055920 swapFree=4183596/4192956
[pid=15807] ppid=15805 vsize=69276 CPUtime=85.47
/proc/15807/stat : 15807 (minisat_noasser) R 15805 15807 15373 0 -1 4194304 18867 0 0 0 8538 9 0 0 25 0 1 0 104076297 70938624 16678 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/15807/statm: 17319 16678 67 130 0 17186 0
Current children cumulated CPU time (s) 85.47
Current children cumulated vsize (KiB) 69276

Child status: 20
Real time (s): 85.5328
CPU time (s): 85.507
CPU user time (s): 85.4
CPU system time (s): 0.106983
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 78588

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

runsolver used 0.069989 second user time and 0.171973 second system time

The end

Launcher Data (download as text)

Begin job on node50 on Wed Apr 25 09:11:51 UTC 2007

IDJOB= 421497
IDBENCH= 20420
IDSOLVER= 188
FILE ID= node50/421497-1177492311

PBS_JOBID= 4685775

Free space on /tmp= 66499 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l05-ipc5-h27-unknown.cnf
COMMAND LINE= /tmp/evaluation/421497-1177492311/minisat_noassertions /tmp/evaluation/421497-1177492311/instance-421497-1177492311.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-421497-1177492311 -o ROOT/results/node50/solver-421497-1177492311 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/421497-1177492311/minisat_noassertions /tmp/evaluation/421497-1177492311/instance-421497-1177492311.cnf

META MD5SUM SOLVER= 80cbedba287df00eb7b45eadedad758b
MD5SUM BENCH=  7634252332633927f116161c1beb6151

RANDOM SEED= 894164992

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node50.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.232
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.232
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:       1767264 kB
Buffers:         25336 kB
Cached:         192504 kB
SwapCached:       4384 kB
Active:          87712 kB
Inactive:       140968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1767264 kB
SwapTotal:     4192956 kB
SwapFree:      4183596 kB
Dirty:            9104 kB
Writeback:           0 kB
Mapped:          15388 kB
Slab:            45948 kB
Committed_AS:  2937720 kB
PageTables:       1460 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= 66499 MiB

End job on node50 on Wed Apr 25 09:13:17 UTC 2007