Trace number 1785177

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT07 reference solver: SATzilla CRAFTEDUNSAT 1522.08 1522.8

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl001.sat05-2695.reshuffled-07.cnf
MD5SUM178c0646166b92c20ce876c724294ca1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.019
Satisfiable
(Un)Satisfiability was proved
Number of variables1587
Number of clauses8013
Sum of the clauses size68223
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2283
Number of clauses of size 31146
Number of clauses of size 4108
Number of clauses of size 5888
Number of clauses of size over 55555

Solver Data

12.81/12.92	c run March_dl for 5 seconds ... 
12.81/12.92	c Bin: Executing march_dl
12.81/12.92	c child exit by a signal
12.81/12.92	c march_dl returned code 137.
12.81/12.92	c run saps (UBCSAT implementation) for 2 seconds ... 
12.81/12.92	c Bin: Executing ubcsat2006
12.81/12.92	c child exited successfully
12.81/12.92	c ubcsat2006 returned code 0.
12.81/12.92	c satzilla computing base features
12.81/12.92	c satzilla doing unit-prop probe
12.81/12.92	c satzilla doing local search probe
12.81/12.92	c satzilla doing lobjois search-space size estimate
12.81/12.92	c satzilla's ranking:
12.81/12.92	c 1) minisat20: 1.495197
12.81/12.92	c 2) minisat20+P: 1.569058
12.81/12.92	c 3) zchaff_rand+P: 1.592098
12.81/12.92	c 4) vallst+P: 1.974757
12.81/12.92	c 5) march_dl+P: 3.031157
12.81/12.92	c 6) march_dl: 3.084959
12.81/12.92	c 7) kcnfs+P: 999.000000
12.81/12.92	c 8) kcnfs: 999.000000
12.81/12.92	c 9) vallst: 999.000000
12.81/12.92	c 10) zchaff_rand: 999.000000
12.81/12.92	c satzilla running minisat20 ... 
12.81/12.92	This is MiniSat 2.0 beta
12.81/12.92	WARNING: for repeatability, setting FPU to use double precision
12.81/12.92	============================[ Problem Statistics ]=============================
12.81/12.92	|                                                                             |
12.81/12.92	|  Number of variables:  1587                                                 |
12.81/12.92	|  Number of clauses:    8013                                                 |
12.81/12.93	|  Parsing time:         0.01         s                                       |
12.81/12.93	============================[ Search Statistics ]==============================
12.81/12.93	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.81/12.93	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.81/12.93	===============================================================================
12.81/12.93	|         0 |    1545     7632    66746 |     2544        0    nan |  0.000 % |
12.81/12.93	|       100 |    1545     7632    66746 |     2798      100     11 |  2.647 % |
12.81/12.94	|       252 |    1545     7632    66746 |     3078      252     11 |  2.647 % |
12.81/12.94	|       477 |    1545     7632    66746 |     3386      477     12 |  2.647 % |
12.81/12.95	|       814 |    1545     7632    66746 |     3724      814     14 |  2.647 % |
12.81/12.96	|      1320 |    1545     7632    66746 |     4097     1320     15 |  2.647 % |
12.81/12.99	|      2079 |    1545     7632    66746 |     4506     2079     15 |  2.647 % |
12.83/13.03	|      3218 |    1545     7632    66746 |     4957     3218     17 |  2.647 % |
13.00/13.13	|      4926 |    1545     7632    66746 |     5453     4926     19 |  2.647 % |
13.10/13.26	|      7488 |    1545     7632    66746 |     5998     4682     21 |  2.647 % |
13.30/13.49	|     11332 |    1545     7632    66746 |     6598     5453     25 |  2.647 % |
13.70/13.83	|     17099 |    1545     7632    66746 |     7258     4474     22 |  2.647 % |
14.30/14.40	|     25749 |    1545     7632    66746 |     7984     5735     22 |  2.647 % |
15.20/15.31	|     38723 |    1545     7632    66746 |     8782     6551     21 |  2.647 % |
16.70/16.81	|     58184 |    1545     7632    66746 |     9660     8184     24 |  2.647 % |
19.79/19.97	|     87376 |    1545     7632    66746 |    10626     8036     32 |  2.647 % |
24.79/24.96	|    131171 |    1545     7632    66746 |    11689     8843     26 |  2.647 % |
33.07/33.26	|    196855 |    1545     7632    66746 |    12858     9600     28 |  2.647 % |
48.17/48.31	|    295385 |    1545     7632    66746 |    14144    10872     29 |  2.647 % |
71.56/71.75	|    443178 |    1545     7632    66746 |    15558     8988     25 |  2.647 % |
110.64/110.83	|    664863 |    1545     7632    66746 |    17114    11272     30 |  2.647 % |
173.53/173.80	|    997389 |    1545     7632    66746 |    18826    16622     35 |  2.647 % |
272.58/272.86	|   1496177 |    1545     7632    66746 |    20708    13633     26 |  2.647 % |
466.20/466.58	|   2244361 |    1545     7632    66746 |    22779    12579     29 |  2.647 % |
769.76/770.23	|   3366635 |    1545     7632    66746 |    25057    13239     35 |  2.647 % |
1177.01/1177.67	|   5050048 |    1542     7527    66294 |    27563    13051     26 |  2.836 % |
1521.94/1522.79	===============================================================================
1521.94/1522.79	restarts              : 26
1521.94/1522.79	conflicts             : 6470512        (4287 /sec)
1521.94/1522.79	decisions             : 23906863       (1.95 % random) (15841 /sec)
1521.94/1522.79	propagations          : 285643837      (189269 /sec)
1521.94/1522.79	conflict literals     : 215445799      (34.69 % deleted)
1521.94/1522.79	Memory used           : 12.55 MB
1521.94/1522.79	CPU time              : 1509.19 s
1521.94/1522.79	
1521.94/1522.79	c Bin: Executing minisat20
1521.94/1522.79	c child exited successfully
1521.94/1522.79	c minisat20 returned code 20.
1521.94/1522.79	s UNSATISFIABLE
1521.94/1522.79	c SATZILLA_TIME=1522.300000

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1785177-1241896993/watcher-1785177-1241896993 -o /tmp/evaluation-result-1785177-1241896993/solver-1785177-1241896993 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1785177-1241896993.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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: 0.99 0.98 0.99 3/64 3145
/proc/meminfo: memFree=1764688/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=1440 CPUtime=0
/proc/3145/stat : 3145 (SATzilla2007_C) R 3143 3145 3010 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 217726876 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/3145/statm: 360 110 95 260 0 84 0
[pid=3146] ppid=3145 vsize=768 CPUtime=0
/proc/3146/stat : 3146 (march_dl) R 3145 3145 3010 0 -1 4194304 108 0 0 0 0 0 0 0 18 0 1 0 217726876 786432 103 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3146/statm: 192 103 50 118 0 71 0

[startup+0.091148 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3145
/proc/meminfo: memFree=1764688/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=1440 CPUtime=0
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217726876 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3145/statm: 360 110 95 260 0 84 0
[pid=3146] ppid=3145 vsize=2216 CPUtime=0.08
/proc/3146/stat : 3146 (march_dl) R 3145 3145 3010 0 -1 4194304 510 0 0 0 8 0 0 0 19 0 1 0 217726876 2269184 465 1992294400 134512640 134996440 4294956256 18446744073709551615 134542894 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3146/statm: 554 465 65 118 0 433 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3656

[startup+0.102149 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3145
/proc/meminfo: memFree=1764688/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=1440 CPUtime=0
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217726876 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3145/statm: 360 110 95 260 0 84 0
[pid=3146] ppid=3145 vsize=2084 CPUtime=0.09
/proc/3146/stat : 3146 (march_dl) R 3145 3145 3010 0 -1 4194304 510 0 0 0 9 0 0 0 19 0 1 0 217726876 2134016 440 1992294400 134512640 134996440 4294956256 18446744073709551615 134542301 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3146/statm: 521 440 65 118 0 400 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3524

[startup+0.302167 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3145
/proc/meminfo: memFree=1764688/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=1440 CPUtime=0
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217726876 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3145/statm: 360 110 95 260 0 84 0
[pid=3146] ppid=3145 vsize=3796 CPUtime=0.29
/proc/3146/stat : 3146 (march_dl) R 3145 3145 3010 0 -1 4194304 761 0 0 0 29 0 0 0 21 0 1 0 217726876 3887104 607 1992294400 134512640 134996440 4294956256 18446744073709551615 134583384 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3146/statm: 949 607 67 118 0 828 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5236

[startup+0.702202 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3145
/proc/meminfo: memFree=1764688/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=1440 CPUtime=0
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217726876 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3145/statm: 360 110 95 260 0 84 0
[pid=3146] ppid=3145 vsize=5636 CPUtime=0.69
/proc/3146/stat : 3146 (march_dl) R 3145 3145 3010 0 -1 4194304 1585 0 0 0 69 0 0 0 25 0 1 0 217726876 5771264 1333 1992294400 134512640 134996440 4294956256 18446744073709551615 134533634 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3146/statm: 1409 1333 72 118 0 1288 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7076

[startup+1.50127 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3147
/proc/meminfo: memFree=1759424/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=1440 CPUtime=0
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217726876 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3145/statm: 360 110 95 260 0 84 0
[pid=3146] ppid=3145 vsize=6004 CPUtime=1.48
/proc/3146/stat : 3146 (march_dl) R 3145 3145 3010 0 -1 4194304 1777 0 0 0 148 0 0 0 25 0 1 0 217726876 6148096 1353 1992294400 134512640 134996440 4294956256 18446744073709551615 134514015 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3146/statm: 1501 1353 74 118 0 1380 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7444

[startup+3.10142 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3147
/proc/meminfo: memFree=1759296/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=1440 CPUtime=0
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217726876 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3145/statm: 360 110 95 260 0 84 0
[pid=3146] ppid=3145 vsize=6004 CPUtime=3.08
/proc/3146/stat : 3146 (march_dl) R 3145 3145 3010 0 -1 4194304 1777 0 0 0 308 0 0 0 25 0 1 0 217726876 6148096 1353 1992294400 134512640 134996440 4294956256 18446744073709551615 134526917 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3146/statm: 1501 1353 74 118 0 1380 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7444

[startup+6.30171 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3148
/proc/meminfo: memFree=1762048/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=1440 CPUtime=4.99
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 135 1777 0 0 0 0 498 1 16 0 1 0 217726876 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3145/statm: 360 111 96 260 0 84 0
[pid=3148] ppid=3145 vsize=6188 CPUtime=1.22
/proc/3148/stat : 3148 (ubcsat2006) R 3145 3145 3010 0 -1 4194304 433 0 12 0 113 9 0 0 25 0 1 0 217727377 6336512 428 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3148/statm: 1547 428 156 64 0 1128 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 7628

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3148
/proc/meminfo: memFree=1761736/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=2796 CPUtime=12.61
/proc/3145/stat : 3145 (SATzilla2007_C) R 3143 3145 3010 0 -1 4194304 1169 2216 0 12 531 11 701 18 25 0 1 0 217726876 2863104 505 1992294400 134512640 135579813 4294956224 18446744073709551615 135173306 0 0 4096 0 0 0 0 17 0 0 0
/proc/3145/statm: 699 505 157 260 0 423 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 2796

[startup+25.5014 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3149
/proc/meminfo: memFree=1758720/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=2796 CPUtime=12.83
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 1172 2216 0 12 553 11 701 18 25 0 1 0 217726876 2863104 506 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3145/statm: 699 506 158 260 0 423 0
[pid=3149] ppid=3145 vsize=4612 CPUtime=12.56
/proc/3149/stat : 3149 (minisat20) R 3145 3145 3010 0 -1 4194304 895 0 0 0 1256 0 0 0 25 0 1 0 217728169 4722688 890 1992294400 134512640 134998072 4294956256 18446744073709551615 134536253 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3149/statm: 1153 890 59 118 0 1031 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 7408

[startup+51.1017 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3149
/proc/meminfo: memFree=1757824/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=2796 CPUtime=12.83
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 1172 2216 0 12 553 11 701 18 25 0 1 0 217726876 2863104 506 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3145/statm: 699 506 158 260 0 423 0
[pid=3149] ppid=3145 vsize=5556 CPUtime=38.14
/proc/3149/stat : 3149 (minisat20) R 3145 3145 3010 0 -1 4194304 1136 0 0 0 3814 0 0 0 25 0 1 0 217728169 5689344 1131 1992294400 134512640 134998072 4294956256 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3149/statm: 1389 1131 59 118 0 1267 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 8352

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3149
/proc/meminfo: memFree=1756736/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=2796 CPUtime=12.83
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 1172 2216 0 12 553 11 701 18 25 0 1 0 217726876 2863104 506 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3145/statm: 699 506 158 260 0 423 0
[pid=3149] ppid=3145 vsize=6492 CPUtime=89.32
/proc/3149/stat : 3149 (minisat20) R 3145 3145 3010 0 -1 4194304 1391 0 0 0 8932 0 0 0 25 0 1 0 217728169 6647808 1386 1992294400 134512640 134998072 4294956256 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3149/statm: 1623 1386 59 118 0 1501 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 9288

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3149
/proc/meminfo: memFree=1756032/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=2796 CPUtime=12.83
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 1172 2216 0 12 553 11 701 18 25 0 1 0 217726876 2863104 506 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3145/statm: 699 506 158 260 0 423 0
[pid=3149] ppid=3145 vsize=7172 CPUtime=149.29
/proc/3149/stat : 3149 (minisat20) R 3145 3145 3010 0 -1 4194304 1557 0 0 0 14929 0 0 0 25 0 1 0 217728169 7344128 1552 1992294400 134512640 134998072 4294956256 18446744073709551615 134525613 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3149/statm: 1793 1552 59 118 0 1671 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 9968

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3149
/proc/meminfo: memFree=1755264/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=2796 CPUtime=12.83
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 1172 2216 0 12 553 11 701 18 25 0 1 0 217726876 2863104 506 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3145/statm: 699 506 158 260 0 423 0
[pid=3149] ppid=3145 vsize=7984 CPUtime=209.27
/proc/3149/stat : 3149 (minisat20) R 3145 3145 3010 0 -1 4194304 1733 0 0 0 20926 1 0 0 25 0 1 0 217728169 8175616 1728 1992294400 134512640 134998072 4294956256 18446744073709551615 134528337 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3149/statm: 1996 1728 59 118 0 1874 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 10780

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3149
/proc/meminfo: memFree=1754944/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=2796 CPUtime=12.83
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 1172 2216 0 12 553 11 701 18 25 0 1 0 217726876 2863104 506 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3145/statm: 699 506 158 260 0 423 0
[pid=3149] ppid=3145 vsize=8400 CPUtime=269.24
/proc/3149/stat : 3149 (minisat20) R 3145 3145 3010 0 -1 4194304 1825 0 0 0 26923 1 0 0 25 0 1 0 217728169 8601600 1820 1992294400 134512640 134998072 4294956256 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3149/statm: 2100 1820 59 118 0 1978 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 11196

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3149
/proc/meminfo: memFree=1754112/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=2796 CPUtime=12.83
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 1172 2216 0 12 553 11 701 18 25 0 1 0 217726876 2863104 506 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3145/statm: 699 506 158 260 0 423 0
[pid=3149] ppid=3145 vsize=9220 CPUtime=329.21
/proc/3149/stat : 3149 (minisat20) R 3145 3145 3010 0 -1 4194304 2032 0 0 0 32920 1 0 0 25 0 1 0 217728169 9441280 2027 1992294400 134512640 134998072 4294956256 18446744073709551615 134525645 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3149/statm: 2305 2027 59 118 0 2183 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 12016


################
# More data... #
################


[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3151
/proc/meminfo: memFree=1750784/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=2796 CPUtime=12.83
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 1172 2216 0 12 553 11 701 18 25 0 1 0 217726876 2863104 506 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3145/statm: 699 506 158 260 0 423 0
[pid=3149] ppid=3145 vsize=12388 CPUtime=1168.87
/proc/3149/stat : 3149 (minisat20) R 3145 3145 3010 0 -1 4194304 2791 0 0 0 116885 2 0 0 25 0 1 0 217728169 12685312 2786 1992294400 134512640 134998072 4294956256 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3149/statm: 3097 2786 59 118 0 2975 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 15184

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3151
/proc/meminfo: memFree=1750592/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=2796 CPUtime=12.83
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 1172 2216 0 12 553 11 701 18 25 0 1 0 217726876 2863104 506 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3145/statm: 699 506 158 260 0 423 0
[pid=3149] ppid=3145 vsize=12388 CPUtime=1228.85
/proc/3149/stat : 3149 (minisat20) R 3145 3145 3010 0 -1 4194304 2791 0 0 0 122883 2 0 0 25 0 1 0 217728169 12685312 2786 1992294400 134512640 134998072 4294956256 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3149/statm: 3097 2786 59 118 0 2975 0
Current children cumulated CPU time (s) 1241.68
Current children cumulated vsize (KiB) 15184

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3151
/proc/meminfo: memFree=1750464/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=2796 CPUtime=12.83
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 1172 2216 0 12 553 11 701 18 25 0 1 0 217726876 2863104 506 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3145/statm: 699 506 158 260 0 423 0
[pid=3149] ppid=3145 vsize=12532 CPUtime=1288.83
/proc/3149/stat : 3149 (minisat20) R 3145 3145 3010 0 -1 4194304 2821 0 0 0 128881 2 0 0 25 0 1 0 217728169 12832768 2816 1992294400 134512640 134998072 4294956256 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3149/statm: 3133 2816 59 118 0 3011 0
Current children cumulated CPU time (s) 1301.66
Current children cumulated vsize (KiB) 15328

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3151
/proc/meminfo: memFree=1750400/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=2796 CPUtime=12.83
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 1172 2216 0 12 553 11 701 18 25 0 1 0 217726876 2863104 506 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3145/statm: 699 506 158 260 0 423 0
[pid=3149] ppid=3145 vsize=12532 CPUtime=1348.8
/proc/3149/stat : 3149 (minisat20) R 3145 3145 3010 0 -1 4194304 2833 0 0 0 134878 2 0 0 25 0 1 0 217728169 12832768 2828 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3149/statm: 3133 2828 59 118 0 3011 0
Current children cumulated CPU time (s) 1361.63
Current children cumulated vsize (KiB) 15328

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3151
/proc/meminfo: memFree=1750272/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=2796 CPUtime=12.83
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 1172 2216 0 12 553 11 701 18 25 0 1 0 217726876 2863104 506 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3145/statm: 699 506 158 260 0 423 0
[pid=3149] ppid=3145 vsize=12680 CPUtime=1408.77
/proc/3149/stat : 3149 (minisat20) R 3145 3145 3010 0 -1 4194304 2853 0 0 0 140875 2 0 0 25 0 1 0 217728169 12984320 2848 1992294400 134512640 134998072 4294956256 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3149/statm: 3170 2848 59 118 0 3048 0
Current children cumulated CPU time (s) 1421.6
Current children cumulated vsize (KiB) 15476

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3151
/proc/meminfo: memFree=1750208/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=2796 CPUtime=12.83
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 1172 2216 0 12 553 11 701 18 25 0 1 0 217726876 2863104 506 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3145/statm: 699 506 158 260 0 423 0
[pid=3149] ppid=3145 vsize=12680 CPUtime=1468.73
/proc/3149/stat : 3149 (minisat20) R 3145 3145 3010 0 -1 4194304 2866 0 0 0 146871 2 0 0 25 0 1 0 217728169 12984320 2861 1992294400 134512640 134998072 4294956256 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3149/statm: 3170 2861 59 118 0 3048 0
Current children cumulated CPU time (s) 1481.56
Current children cumulated vsize (KiB) 15476

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

[startup+1484.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3151
/proc/meminfo: memFree=1750208/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=2796 CPUtime=12.83
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 1172 2216 0 12 553 11 701 18 25 0 1 0 217726876 2863104 506 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3145/statm: 699 506 158 260 0 423 0
[pid=3149] ppid=3145 vsize=12680 CPUtime=1471.13
/proc/3149/stat : 3149 (minisat20) R 3145 3145 3010 0 -1 4194304 2866 0 0 0 147111 2 0 0 25 0 1 0 217728169 12984320 2861 1992294400 134512640 134998072 4294956256 18446744073709551615 134527342 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3149/statm: 3170 2861 59 118 0 3048 0
Current children cumulated CPU time (s) 1483.96
Current children cumulated vsize (KiB) 15476

[startup+1497.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3151
/proc/meminfo: memFree=1750208/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=2796 CPUtime=12.83
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 1172 2216 0 12 553 11 701 18 25 0 1 0 217726876 2863104 506 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3145/statm: 699 506 158 260 0 423 0
[pid=3149] ppid=3145 vsize=12680 CPUtime=1483.93
/proc/3149/stat : 3149 (minisat20) R 3145 3145 3010 0 -1 4194304 2866 0 0 0 148391 2 0 0 25 0 1 0 217728169 12984320 2861 1992294400 134512640 134998072 4294956256 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3149/statm: 3170 2861 59 118 0 3048 0
Current children cumulated CPU time (s) 1496.76
Current children cumulated vsize (KiB) 15476

[startup+1510.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3151
/proc/meminfo: memFree=1750208/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=2796 CPUtime=12.83
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 1172 2216 0 12 553 11 701 18 25 0 1 0 217726876 2863104 506 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3145/statm: 699 506 158 260 0 423 0
[pid=3149] ppid=3145 vsize=12680 CPUtime=1496.73
/proc/3149/stat : 3149 (minisat20) R 3145 3145 3010 0 -1 4194304 2866 0 0 0 149671 2 0 0 25 0 1 0 217728169 12984320 2861 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3149/statm: 3170 2861 59 118 0 3048 0
Current children cumulated CPU time (s) 1509.56
Current children cumulated vsize (KiB) 15476

[startup+1516.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3151
/proc/meminfo: memFree=1750208/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=2796 CPUtime=12.83
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 1172 2216 0 12 553 11 701 18 25 0 1 0 217726876 2863104 506 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3145/statm: 699 506 158 260 0 423 0
[pid=3149] ppid=3145 vsize=12680 CPUtime=1503.12
/proc/3149/stat : 3149 (minisat20) R 3145 3145 3010 0 -1 4194304 2866 0 0 0 150310 2 0 0 25 0 1 0 217728169 12984320 2861 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3149/statm: 3170 2861 59 118 0 3048 0
Current children cumulated CPU time (s) 1515.95
Current children cumulated vsize (KiB) 15476

[startup+1519.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3151
/proc/meminfo: memFree=1750208/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=2796 CPUtime=12.83
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 1172 2216 0 12 553 11 701 18 25 0 1 0 217726876 2863104 506 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3145/statm: 699 506 158 260 0 423 0
[pid=3149] ppid=3145 vsize=12680 CPUtime=1506.32
/proc/3149/stat : 3149 (minisat20) R 3145 3145 3010 0 -1 4194304 2866 0 0 0 150630 2 0 0 25 0 1 0 217728169 12984320 2861 1992294400 134512640 134998072 4294956256 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3149/statm: 3170 2861 59 118 0 3048 0
Current children cumulated CPU time (s) 1519.15
Current children cumulated vsize (KiB) 15476

[startup+1521.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3151
/proc/meminfo: memFree=1750144/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=2796 CPUtime=12.83
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 1172 2216 0 12 553 11 701 18 25 0 1 0 217726876 2863104 506 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3145/statm: 699 506 158 260 0 423 0
[pid=3149] ppid=3145 vsize=12844 CPUtime=1507.91
/proc/3149/stat : 3149 (minisat20) R 3145 3145 3010 0 -1 4194304 2879 0 0 0 150789 2 0 0 25 0 1 0 217728169 13152256 2874 1992294400 134512640 134998072 4294956256 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3149/statm: 3211 2874 59 118 0 3089 0
Current children cumulated CPU time (s) 1520.74
Current children cumulated vsize (KiB) 15640

[startup+1522.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3151
/proc/meminfo: memFree=1750144/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=2796 CPUtime=12.83
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 1172 2216 0 12 553 11 701 18 25 0 1 0 217726876 2863104 506 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3145/statm: 699 506 158 260 0 423 0
[pid=3149] ppid=3145 vsize=12844 CPUtime=1508.72
/proc/3149/stat : 3149 (minisat20) R 3145 3145 3010 0 -1 4194304 2879 0 0 0 150870 2 0 0 25 0 1 0 217728169 13152256 2874 1992294400 134512640 134998072 4294956256 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3149/statm: 3211 2874 59 118 0 3089 0
Current children cumulated CPU time (s) 1521.55
Current children cumulated vsize (KiB) 15640

[startup+1522.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3151
/proc/meminfo: memFree=1750144/2055920 swapFree=4113528/4192956
[pid=3145] ppid=3143 vsize=2796 CPUtime=12.83
/proc/3145/stat : 3145 (SATzilla2007_C) S 3143 3145 3010 0 -1 4194304 1172 2216 0 12 553 11 701 18 25 0 1 0 217726876 2863104 506 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3145/statm: 699 506 158 260 0 423 0
[pid=3149] ppid=3145 vsize=12844 CPUtime=1509.11
/proc/3149/stat : 3149 (minisat20) R 3145 3145 3010 0 -1 4194304 2879 0 0 0 150909 2 0 0 25 0 1 0 217728169 13152256 2874 1992294400 134512640 134998072 4294956256 18446744073709551615 134519464 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3149/statm: 3211 2874 59 118 0 3089 0
Current children cumulated CPU time (s) 1521.94
Current children cumulated vsize (KiB) 15640

Child status: 20
Real time (s): 1522.8
CPU time (s): 1522.08
CPU user time (s): 1521.75
CPU system time (s): 0.32295
CPU usage (%): 99.9525
Max. virtual memory (cumulated for all children) (KiB): 15640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1521.75
system time used= 0.32295
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6285
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32
involuntary context switches= 4192

runsolver used 1.68074 second user time and 3.86441 second system time

The end

Launcher Data

Begin job on node51 at 2009-05-09 21:23:13
IDJOB=1785177
IDBENCH=24717
IDSOLVER=640
FILE ID=node51/1785177-1241896993
PBS_JOBID= 9264738
Free space on /tmp= 66344 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-icl001.sat05-2695.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785177-1241896993/watcher-1785177-1241896993 -o /tmp/evaluation-result-1785177-1241896993/solver-1785177-1241896993 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1785177-1241896993.cnf            

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 178c0646166b92c20ce876c724294ca1
RANDOM SEED=357750115

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

/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.214
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.214
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:       1765232 kB
Buffers:         41552 kB
Cached:         112232 kB
SwapCached:      73744 kB
Active:          51604 kB
Inactive:       177892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765232 kB
SwapTotal:     4192956 kB
SwapFree:      4113528 kB
Dirty:            8700 kB
Writeback:           0 kB
Mapped:          14032 kB
Slab:            47248 kB
Committed_AS:   584100 kB
PageTables:       1392 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= 66336 MiB
End job on node51 at 2009-05-09 21:48:36