Trace number 1785183

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 2771.89 2773.15

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl008.sat05-2720.reshuffled-07.cnf
MD5SUMf1b3061e7694aa99406ed9e867c9dfa5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.5762
Satisfiable
(Un)Satisfiability was proved
Number of variables1610
Number of clauses8277
Sum of the clauses size69859
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2283
Number of clauses of size 31178
Number of clauses of size 4142
Number of clauses of size 5924
Number of clauses of size over 55717

Solver Data

12.18/12.25	c run March_dl for 5 seconds ... 
12.18/12.25	c Bin: Executing march_dl
12.18/12.25	c child exit by a signal
12.18/12.25	c march_dl returned code 137.
12.18/12.25	c run saps (UBCSAT implementation) for 2 seconds ... 
12.18/12.25	c Bin: Executing ubcsat2006
12.18/12.25	c child exited successfully
12.18/12.25	c ubcsat2006 returned code 0.
12.18/12.25	c satzilla computing base features
12.18/12.25	c satzilla doing unit-prop probe
12.18/12.25	c satzilla doing local search probe
12.18/12.25	c satzilla doing lobjois search-space size estimate
12.18/12.25	c satzilla's ranking:
12.18/12.25	c 1) minisat20: 2.012925
12.18/12.25	c 2) vallst+P: 2.241561
12.18/12.25	c 3) zchaff_rand+P: 2.268746
12.18/12.25	c 4) minisat20+P: 2.363403
12.18/12.25	c 5) march_dl+P: 3.199732
12.18/12.25	c 6) march_dl: 3.693072
12.18/12.25	c 7) kcnfs+P: 999.000000
12.18/12.25	c 8) kcnfs: 999.000000
12.18/12.25	c 9) vallst: 999.000000
12.18/12.25	c 10) zchaff_rand: 999.000000
12.18/12.25	c satzilla running minisat20 ... 
12.18/12.25	This is MiniSat 2.0 beta
12.18/12.25	WARNING: for repeatability, setting FPU to use double precision
12.18/12.25	============================[ Problem Statistics ]=============================
12.18/12.25	|                                                                             |
12.18/12.25	|  Number of variables:  1610                                                 |
12.18/12.25	|  Number of clauses:    8277                                                 |
12.18/12.26	|  Parsing time:         0.01         s                                       |
12.18/12.26	============================[ Search Statistics ]==============================
12.18/12.26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.18/12.26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.18/12.26	===============================================================================
12.18/12.26	|         0 |    1568     7896    68228 |     2632        0    nan |  0.000 % |
12.18/12.26	|       100 |    1568     7896    68228 |     2895      100     12 |  2.609 % |
12.18/12.27	|       250 |    1568     7896    68228 |     3184      250     13 |  2.609 % |
12.18/12.27	|       475 |    1568     7896    68228 |     3503      475     12 |  2.609 % |
12.18/12.28	|       813 |    1568     7896    68228 |     3853      813     13 |  2.609 % |
12.18/12.29	|      1319 |    1568     7896    68228 |     4238     1319     13 |  2.609 % |
12.22/12.32	|      2078 |    1568     7896    68228 |     4662     2078     15 |  2.609 % |
12.22/12.37	|      3217 |    1568     7896    68228 |     5129     3217     17 |  2.609 % |
12.22/12.45	|      4925 |    1568     7896    68228 |     5641     4925     18 |  2.609 % |
12.22/12.60	|      7489 |    1568     7896    68228 |     6206     4597     20 |  2.609 % |
12.22/12.85	|     11333 |    1568     7896    68228 |     6826     5242     23 |  2.609 % |
13.16/13.24	|     17099 |    1568     7896    68228 |     7509     4067     21 |  2.609 % |
13.76/13.87	|     25748 |    1568     7896    68228 |     8260     5085     25 |  2.609 % |
14.86/14.91	|     38724 |    1568     7896    68228 |     9086     5460     27 |  2.609 % |
16.56/16.68	|     58186 |    1568     7896    68228 |     9995     6499     27 |  2.609 % |
19.46/19.57	|     87379 |    1568     7896    68228 |    10994     5306     26 |  2.609 % |
25.06/25.11	|    131168 |    1568     7896    68228 |    12093    10254     33 |  2.609 % |
33.75/33.88	|    196853 |    1568     7896    68228 |    13303     8857     30 |  2.609 % |
48.85/48.95	|    295379 |    1568     7896    68228 |    14633     6741     27 |  2.609 % |
72.54/72.62	|    443169 |    1568     7896    68228 |    16097    14477     31 |  2.609 % |
111.31/111.47	|    664852 |    1568     7896    68228 |    17706     9225     24 |  2.609 % |
172.69/172.81	|    997377 |    1568     7896    68228 |    19477    12154     29 |  2.609 % |
271.54/271.73	|   1496167 |    1568     7896    68228 |    21425    11566     33 |  2.609 % |
440.37/440.60	|   2244350 |    1568     7896    68228 |    23567    16640     34 |  2.609 % |
719.75/720.14	|   3366624 |    1568     7896    68228 |    25924    14357     31 |  2.609 % |
1189.03/1189.61	|   5050035 |    1568     7896    68228 |    28516    18322     30 |  2.609 % |
1948.86/1949.82	|   7575153 |    1568     7896    68228 |    31368    23127     31 |  2.609 % |
2771.81/2773.15	===============================================================================
2771.81/2773.15	restarts              : 27
2771.81/2773.15	conflicts             : 10126892       (3670 /sec)
2771.81/2773.15	decisions             : 35622631       (1.95 % random) (12909 /sec)
2771.81/2773.15	propagations          : 469740221      (170220 /sec)
2771.81/2773.15	conflict literals     : 364697243      (29.90 % deleted)
2771.81/2773.15	Memory used           : 13.32 MB
2771.81/2773.15	CPU time              : 2759.6 s
2771.81/2773.15	
2771.81/2773.15	c Bin: Executing minisat20
2771.81/2773.15	c child exited successfully
2771.81/2773.15	c minisat20 returned code 20.
2771.81/2773.15	s UNSATISFIABLE
2771.81/2773.15	c SATZILLA_TIME=2772.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-1785183-1241897106/watcher-1785183-1241897106 -o /tmp/evaluation-result-1785183-1241897106/solver-1785183-1241897106 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1785183-1241897106.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.97 0.98 3/65 28239
/proc/meminfo: memFree=1864936/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=1440 CPUtime=0
/proc/28239/stat : 28239 (SATzilla2007_C) R 28237 28239 28047 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 217743809 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/28239/statm: 360 110 95 260 0 84 0
[pid=28240] ppid=28239 vsize=768 CPUtime=0
/proc/28240/stat : 28240 (march_dl) R 28239 28239 28047 0 -1 4194304 109 0 0 0 0 0 0 0 18 0 1 0 217743810 786432 104 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28240/statm: 192 104 50 118 0 71 0

[startup+0.042763 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 28239
/proc/meminfo: memFree=1864936/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=1440 CPUtime=0
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217743809 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28239/statm: 360 110 95 260 0 84 0
[pid=28240] ppid=28239 vsize=1856 CPUtime=0.03
/proc/28240/stat : 28240 (march_dl) R 28239 28239 28047 0 -1 4194304 361 0 0 0 3 0 0 0 18 0 1 0 217743810 1900544 353 1992294400 134512640 134996440 4294956256 18446744073709551615 134543129 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28240/statm: 464 353 55 118 0 343 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3296

[startup+0.101767 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 28239
/proc/meminfo: memFree=1864936/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=1440 CPUtime=0
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217743809 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28239/statm: 360 110 95 260 0 84 0
[pid=28240] ppid=28239 vsize=2244 CPUtime=0.09
/proc/28240/stat : 28240 (march_dl) R 28239 28239 28047 0 -1 4194304 546 0 0 0 9 0 0 0 19 0 1 0 217743810 2297856 474 1992294400 134512640 134996440 4294956256 18446744073709551615 134544614 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28240/statm: 561 474 65 118 0 440 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3684

[startup+0.301791 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 28239
/proc/meminfo: memFree=1864936/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=1440 CPUtime=0
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217743809 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28239/statm: 360 110 95 260 0 84 0
[pid=28240] ppid=28239 vsize=3924 CPUtime=0.29
/proc/28240/stat : 28240 (march_dl) R 28239 28239 28047 0 -1 4194304 851 0 0 0 29 0 0 0 21 0 1 0 217743810 4018176 654 1992294400 134512640 134996440 4294956256 18446744073709551615 134583392 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28240/statm: 981 654 67 118 0 860 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5364

[startup+0.701836 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 28239
/proc/meminfo: memFree=1864936/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=1440 CPUtime=0
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217743809 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28239/statm: 360 110 95 260 0 84 0
[pid=28240] ppid=28239 vsize=5852 CPUtime=0.69
/proc/28240/stat : 28240 (march_dl) R 28239 28239 28047 0 -1 4194304 1743 0 0 0 69 0 0 0 25 0 1 0 217743810 5992448 1362 1992294400 134512640 134996440 4294956256 18446744073709551615 134533687 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28240/statm: 1463 1362 72 118 0 1342 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7292

[startup+1.50193 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28241
/proc/meminfo: memFree=1858968/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=1440 CPUtime=0
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217743809 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28239/statm: 360 110 95 260 0 84 0
[pid=28240] ppid=28239 vsize=6088 CPUtime=1.49
/proc/28240/stat : 28240 (march_dl) R 28239 28239 28047 0 -1 4194304 1976 0 0 0 149 0 0 0 25 0 1 0 217743810 6234112 1381 1992294400 134512640 134996440 4294956256 18446744073709551615 134526992 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28240/statm: 1522 1381 74 118 0 1401 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7528

[startup+3.10111 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28241
/proc/meminfo: memFree=1859416/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=1440 CPUtime=0
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217743809 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28239/statm: 360 110 95 260 0 84 0
[pid=28240] ppid=28239 vsize=6088 CPUtime=3.09
/proc/28240/stat : 28240 (march_dl) R 28239 28239 28047 0 -1 4194304 1976 0 0 0 309 0 0 0 25 0 1 0 217743810 6234112 1381 1992294400 134512640 134996440 4294956256 18446744073709551615 134527851 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28240/statm: 1522 1381 74 118 0 1401 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7528

[startup+6.30147 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28242
/proc/meminfo: memFree=1863320/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=1440 CPUtime=4.99
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 135 1978 0 0 0 0 498 1 16 0 1 0 217743809 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28239/statm: 360 111 96 260 0 84 0
[pid=28242] ppid=28239 vsize=6188 CPUtime=1.28
/proc/28242/stat : 28242 (ubcsat2006) R 28239 28239 28047 0 -1 4194304 450 0 0 0 117 11 0 0 25 0 1 0 217744310 6336512 433 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28242/statm: 1547 433 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7022 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 28242
/proc/meminfo: memFree=1863008/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=2808 CPUtime=12.22
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 1186 2434 0 0 489 12 701 20 25 0 1 0 217743809 2875392 510 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28239/statm: 702 510 158 260 0 426 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 2808

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28243
/proc/meminfo: memFree=1859736/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=2808 CPUtime=12.22
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 1186 2434 0 0 489 12 701 20 25 0 1 0 217743809 2875392 510 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28239/statm: 702 510 158 260 0 426 0
[pid=28243] ppid=28239 vsize=4884 CPUtime=13.23
/proc/28243/stat : 28243 (minisat20) R 28239 28239 28047 0 -1 4194304 977 0 0 0 1323 0 0 0 25 0 1 0 217745035 5001216 972 1992294400 134512640 134998072 4294956256 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28243/statm: 1221 972 58 118 0 1099 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 7692

[startup+51.1015 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28243
/proc/meminfo: memFree=1858904/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=2808 CPUtime=12.22
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 1186 2434 0 0 489 12 701 20 25 0 1 0 217743809 2875392 510 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28239/statm: 702 510 158 260 0 426 0
[pid=28243] ppid=28239 vsize=5676 CPUtime=38.82
/proc/28243/stat : 28243 (minisat20) R 28239 28239 28047 0 -1 4194304 1174 0 0 0 3882 0 0 0 25 0 1 0 217745035 5812224 1169 1992294400 134512640 134998072 4294956256 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28243/statm: 1419 1169 58 118 0 1297 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 8484

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28243
/proc/meminfo: memFree=1857752/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=2808 CPUtime=12.22
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 1186 2434 0 0 489 12 701 20 25 0 1 0 217743809 2875392 510 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28239/statm: 702 510 158 260 0 426 0
[pid=28243] ppid=28239 vsize=6612 CPUtime=90
/proc/28243/stat : 28243 (minisat20) R 28239 28239 28047 0 -1 4194304 1411 0 0 0 9000 0 0 0 25 0 1 0 217745035 6770688 1406 1992294400 134512640 134998072 4294956256 18446744073709551615 134536629 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28243/statm: 1653 1406 58 118 0 1531 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 9420

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28243
/proc/meminfo: memFree=1857176/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=2808 CPUtime=12.22
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 1186 2434 0 0 489 12 701 20 25 0 1 0 217743809 2875392 510 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28239/statm: 702 510 158 260 0 426 0
[pid=28243] ppid=28239 vsize=7304 CPUtime=149.97
/proc/28243/stat : 28243 (minisat20) R 28239 28239 28047 0 -1 4194304 1566 0 0 0 14996 1 0 0 25 0 1 0 217745035 7479296 1561 1992294400 134512640 134998072 4294956256 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28243/statm: 1826 1561 58 118 0 1704 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 10112

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28243
/proc/meminfo: memFree=1856600/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=2808 CPUtime=12.22
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 1186 2434 0 0 489 12 701 20 25 0 1 0 217743809 2875392 510 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28239/statm: 702 510 158 260 0 426 0
[pid=28243] ppid=28239 vsize=7892 CPUtime=209.95
/proc/28243/stat : 28243 (minisat20) R 28239 28239 28047 0 -1 4194304 1695 0 0 0 20994 1 0 0 25 0 1 0 217745035 8081408 1690 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28243/statm: 1973 1690 58 118 0 1851 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 10700

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28243
/proc/meminfo: memFree=1856088/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=2808 CPUtime=12.22
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 1186 2434 0 0 489 12 701 20 25 0 1 0 217743809 2875392 510 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28239/statm: 702 510 158 260 0 426 0
[pid=28243] ppid=28239 vsize=8468 CPUtime=269.91
/proc/28243/stat : 28243 (minisat20) R 28239 28239 28047 0 -1 4194304 1834 0 0 0 26990 1 0 0 25 0 1 0 217745035 8671232 1829 1992294400 134512640 134998072 4294956256 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28243/statm: 2117 1829 58 118 0 1995 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 11276

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28243
/proc/meminfo: memFree=1855768/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=2808 CPUtime=12.22
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 1186 2434 0 0 489 12 701 20 25 0 1 0 217743809 2875392 510 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28239/statm: 702 510 158 260 0 426 0
[pid=28243] ppid=28239 vsize=8732 CPUtime=329.89
/proc/28243/stat : 28243 (minisat20) R 28239 28239 28047 0 -1 4194304 1920 0 0 0 32988 1 0 0 25 0 1 0 217745035 8941568 1915 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28243/statm: 2183 1915 58 118 0 2061 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 11540


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


[startup+2382.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28251
/proc/meminfo: memFree=1850392/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=2808 CPUtime=12.22
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 1186 2434 0 0 489 12 701 20 25 0 1 0 217743809 2875392 510 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28239/statm: 702 510 158 260 0 426 0
[pid=28243] ppid=28239 vsize=13152 CPUtime=2368.96
/proc/28243/stat : 28243 (minisat20) R 28239 28239 28047 0 -1 4194304 2998 0 0 0 236893 3 0 0 25 0 1 0 217745035 13467648 2993 1992294400 134512640 134998072 4294956256 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28243/statm: 3288 2993 58 118 0 3166 0
Current children cumulated CPU time (s) 2381.18
Current children cumulated vsize (KiB) 15960

[startup+2442.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28251
/proc/meminfo: memFree=1850264/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=2808 CPUtime=12.22
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 1186 2434 0 0 489 12 701 20 25 0 1 0 217743809 2875392 510 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28239/statm: 702 510 158 260 0 426 0
[pid=28243] ppid=28239 vsize=13348 CPUtime=2428.91
/proc/28243/stat : 28243 (minisat20) R 28239 28239 28047 0 -1 4194304 3030 0 0 0 242888 3 0 0 25 0 1 0 217745035 13668352 3025 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28243/statm: 3337 3025 58 118 0 3215 0
Current children cumulated CPU time (s) 2441.13
Current children cumulated vsize (KiB) 16156

[startup+2502.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28251
/proc/meminfo: memFree=1850264/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=2808 CPUtime=12.22
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 1186 2434 0 0 489 12 701 20 25 0 1 0 217743809 2875392 510 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28239/statm: 702 510 158 260 0 426 0
[pid=28243] ppid=28239 vsize=13348 CPUtime=2488.9
/proc/28243/stat : 28243 (minisat20) R 28239 28239 28047 0 -1 4194304 3030 0 0 0 248886 4 0 0 25 0 1 0 217745035 13668352 3025 1992294400 134512640 134998072 4294956256 18446744073709551615 134525540 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28243/statm: 3337 3025 58 118 0 3215 0
Current children cumulated CPU time (s) 2501.12
Current children cumulated vsize (KiB) 16156

[startup+2562.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28251
/proc/meminfo: memFree=1850200/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=2808 CPUtime=12.22
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 1186 2434 0 0 489 12 701 20 25 0 1 0 217743809 2875392 510 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28239/statm: 702 510 158 260 0 426 0
[pid=28243] ppid=28239 vsize=13348 CPUtime=2548.87
/proc/28243/stat : 28243 (minisat20) R 28239 28239 28047 0 -1 4194304 3030 0 0 0 254883 4 0 0 25 0 1 0 217745035 13668352 3025 1992294400 134512640 134998072 4294956256 18446744073709551615 134529158 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28243/statm: 3337 3025 58 118 0 3215 0
Current children cumulated CPU time (s) 2561.09
Current children cumulated vsize (KiB) 16156

[startup+2622.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28251
/proc/meminfo: memFree=1850072/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=2808 CPUtime=12.22
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 1186 2434 0 0 489 12 701 20 25 0 1 0 217743809 2875392 510 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28239/statm: 702 510 158 260 0 426 0
[pid=28243] ppid=28239 vsize=13492 CPUtime=2608.85
/proc/28243/stat : 28243 (minisat20) R 28239 28239 28047 0 -1 4194304 3054 0 0 0 260881 4 0 0 25 0 1 0 217745035 13815808 3049 1992294400 134512640 134998072 4294956256 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28243/statm: 3373 3049 58 118 0 3251 0
Current children cumulated CPU time (s) 2621.07
Current children cumulated vsize (KiB) 16300

[startup+2682.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28251
/proc/meminfo: memFree=1850008/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=2808 CPUtime=12.22
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 1186 2434 0 0 489 12 701 20 25 0 1 0 217743809 2875392 510 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28239/statm: 702 510 158 260 0 426 0
[pid=28243] ppid=28239 vsize=13640 CPUtime=2668.82
/proc/28243/stat : 28243 (minisat20) R 28239 28239 28047 0 -1 4194304 3080 0 0 0 266878 4 0 0 25 0 1 0 217745035 13967360 3075 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28243/statm: 3410 3075 58 118 0 3288 0
Current children cumulated CPU time (s) 2681.04
Current children cumulated vsize (KiB) 16448

[startup+2742.31 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28251
/proc/meminfo: memFree=1849944/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=2808 CPUtime=12.22
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 1186 2434 0 0 489 12 701 20 25 0 1 0 217743809 2875392 510 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28239/statm: 702 510 158 260 0 426 0
[pid=28243] ppid=28239 vsize=13640 CPUtime=2728.81
/proc/28243/stat : 28243 (minisat20) R 28239 28239 28047 0 -1 4194304 3094 0 0 0 272877 4 0 0 25 0 1 0 217745035 13967360 3089 1992294400 134512640 134998072 4294956256 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28243/statm: 3410 3089 58 118 0 3288 0
Current children cumulated CPU time (s) 2741.03
Current children cumulated vsize (KiB) 16448

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

[startup+2751.9 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28251
/proc/meminfo: memFree=1849944/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=2808 CPUtime=12.22
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 1186 2434 0 0 489 12 701 20 25 0 1 0 217743809 2875392 510 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28239/statm: 702 510 158 260 0 426 0
[pid=28243] ppid=28239 vsize=13640 CPUtime=2738.39
/proc/28243/stat : 28243 (minisat20) R 28239 28239 28047 0 -1 4194304 3094 0 0 0 273835 4 0 0 25 0 1 0 217745035 13967360 3089 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28243/statm: 3410 3089 58 118 0 3288 0
Current children cumulated CPU time (s) 2750.61
Current children cumulated vsize (KiB) 16448

[startup+2764.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28251
/proc/meminfo: memFree=1849944/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=2808 CPUtime=12.22
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 1186 2434 0 0 489 12 701 20 25 0 1 0 217743809 2875392 510 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28239/statm: 702 510 158 260 0 426 0
[pid=28243] ppid=28239 vsize=13640 CPUtime=2751.19
/proc/28243/stat : 28243 (minisat20) R 28239 28239 28047 0 -1 4194304 3094 0 0 0 275115 4 0 0 25 0 1 0 217745035 13967360 3089 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28243/statm: 3410 3089 58 118 0 3288 0
Current children cumulated CPU time (s) 2763.41
Current children cumulated vsize (KiB) 16448

[startup+2767.9 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28251
/proc/meminfo: memFree=1849944/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=2808 CPUtime=12.22
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 1186 2434 0 0 489 12 701 20 25 0 1 0 217743809 2875392 510 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28239/statm: 702 510 158 260 0 426 0
[pid=28243] ppid=28239 vsize=13640 CPUtime=2754.39
/proc/28243/stat : 28243 (minisat20) R 28239 28239 28047 0 -1 4194304 3094 0 0 0 275435 4 0 0 25 0 1 0 217745035 13967360 3089 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28243/statm: 3410 3089 58 118 0 3288 0
Current children cumulated CPU time (s) 2766.61
Current children cumulated vsize (KiB) 16448

[startup+2771.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28251
/proc/meminfo: memFree=1849944/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=2808 CPUtime=12.22
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 1186 2434 0 0 489 12 701 20 25 0 1 0 217743809 2875392 510 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28239/statm: 702 510 158 260 0 426 0
[pid=28243] ppid=28239 vsize=13640 CPUtime=2757.58
/proc/28243/stat : 28243 (minisat20) R 28239 28239 28047 0 -1 4194304 3094 0 0 0 275754 4 0 0 25 0 1 0 217745035 13967360 3089 1992294400 134512640 134998072 4294956256 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28243/statm: 3410 3089 58 118 0 3288 0
Current children cumulated CPU time (s) 2769.8
Current children cumulated vsize (KiB) 16448

[startup+2771.9 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28251
/proc/meminfo: memFree=1849944/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=2808 CPUtime=12.22
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 1186 2434 0 0 489 12 701 20 25 0 1 0 217743809 2875392 510 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28239/statm: 702 510 158 260 0 426 0
[pid=28243] ppid=28239 vsize=13640 CPUtime=2758.39
/proc/28243/stat : 28243 (minisat20) R 28239 28239 28047 0 -1 4194304 3094 0 0 0 275835 4 0 0 25 0 1 0 217745035 13967360 3089 1992294400 134512640 134998072 4294956256 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28243/statm: 3410 3089 58 118 0 3288 0
Current children cumulated CPU time (s) 2770.61
Current children cumulated vsize (KiB) 16448

[startup+2772.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28251
/proc/meminfo: memFree=1849944/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=2808 CPUtime=12.22
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 1186 2434 0 0 489 12 701 20 25 0 1 0 217743809 2875392 510 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28239/statm: 702 510 158 260 0 426 0
[pid=28243] ppid=28239 vsize=13640 CPUtime=2759.18
/proc/28243/stat : 28243 (minisat20) R 28239 28239 28047 0 -1 4194304 3094 0 0 0 275914 4 0 0 25 0 1 0 217745035 13967360 3089 1992294400 134512640 134998072 4294956256 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28243/statm: 3410 3089 58 118 0 3288 0
Current children cumulated CPU time (s) 2771.4
Current children cumulated vsize (KiB) 16448

[startup+2773.11 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28251
/proc/meminfo: memFree=1849944/2055920 swapFree=4159908/4192956
[pid=28239] ppid=28237 vsize=2808 CPUtime=12.22
/proc/28239/stat : 28239 (SATzilla2007_C) S 28237 28239 28047 0 -1 4194304 1186 2434 0 0 489 12 701 20 25 0 1 0 217743809 2875392 510 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28239/statm: 702 510 158 260 0 426 0
[pid=28243] ppid=28239 vsize=13640 CPUtime=2759.59
/proc/28243/stat : 28243 (minisat20) R 28239 28239 28047 0 -1 4194304 3094 0 0 0 275955 4 0 0 25 0 1 0 217745035 13967360 3089 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28243/statm: 3410 3089 58 118 0 3288 0
Current children cumulated CPU time (s) 2771.81
Current children cumulated vsize (KiB) 16448

Child status: 20
Real time (s): 2773.15
CPU time (s): 2771.89
CPU user time (s): 2771.51
CPU system time (s): 0.373943
CPU usage (%): 99.9543
Max. virtual memory (cumulated for all children) (KiB): 16448

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

runsolver used 2.15567 second user time and 7.93679 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-09 21:25:07
IDJOB=1785183
IDBENCH=24718
IDSOLVER=640
FILE ID=node32/1785183-1241897106
PBS_JOBID= 9264753
Free space on /tmp= 66032 MiB

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

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

MD5SUM BENCH= f1b3061e7694aa99406ed9e867c9dfa5
RANDOM SEED=458727623

node32.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.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1865424 kB
Buffers:         38700 kB
Cached:          84700 kB
SwapCached:      26540 kB
Active:          94316 kB
Inactive:        57068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1865424 kB
SwapTotal:     4192956 kB
SwapFree:      4159908 kB
Dirty:            8700 kB
Writeback:           0 kB
Mapped:          14240 kB
Slab:            24856 kB
Committed_AS:   755460 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66024 MiB
End job on node32 at 2009-05-09 22:11:20