Trace number 1785267

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 4118.38 4120.26

General information on the benchmark

Namecrafted/Difficult/contest05/others/
linvrinv5.sat05-564.reshuffled-07.cnf
MD5SUM7b1cebbdf060989ddb5c4faf02370afb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1704.33
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1426
Sum of the clauses size3800
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2500
Number of clauses of size 3925
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

10.75/10.89	c run March_dl for 5 seconds ... 
10.75/10.89	c Bin: Executing march_dl
10.75/10.89	c child exit by a signal
10.75/10.89	c march_dl returned code 137.
10.75/10.89	c run saps (UBCSAT implementation) for 2 seconds ... 
10.75/10.89	c Bin: Executing ubcsat2006
10.75/10.89	c child exited successfully
10.75/10.89	c ubcsat2006 returned code 0.
10.75/10.89	c satzilla computing base features
10.75/10.89	c satzilla doing unit-prop probe
10.75/10.89	c satzilla doing local search probe
10.75/10.89	c satzilla doing lobjois search-space size estimate
10.75/10.89	c satzilla's ranking:
10.75/10.89	c 1) minisat20: 0.291500
10.75/10.89	c 2) minisat20+P: 1.537296
10.75/10.89	c 3) vallst+P: 3.020571
10.75/10.89	c 4) zchaff_rand+P: 3.283232
10.75/10.89	c 5) march_dl: 3.575893
10.75/10.89	c 6) march_dl+P: 3.758175
10.75/10.89	c 7) kcnfs+P: 999.000000
10.75/10.89	c 8) kcnfs: 999.000000
10.75/10.89	c 9) vallst: 999.000000
10.75/10.89	c 10) zchaff_rand: 999.000000
10.75/10.89	c satzilla running minisat20 ... 
10.75/10.89	This is MiniSat 2.0 beta
10.75/10.89	WARNING: for repeatability, setting FPU to use double precision
10.75/10.89	============================[ Problem Statistics ]=============================
10.75/10.89	|                                                                             |
10.75/10.89	|  Number of variables:  450                                                  |
10.75/10.89	|  Number of clauses:    1426                                                 |
10.75/10.89	|  Parsing time:         0.00         s                                       |
10.75/10.89	============================[ Search Statistics ]==============================
10.75/10.89	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.75/10.89	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.75/10.89	===============================================================================
10.75/10.89	|         0 |     450     1426     3800 |      475        0    nan |  0.000 % |
10.75/10.89	|       101 |     450     1426     3800 |      522      101     20 |  0.000 % |
10.75/10.90	|       251 |     450     1426     3800 |      575      251     29 |  0.000 % |
10.86/10.91	|       476 |     450     1426     3800 |      632      476     31 |  0.000 % |
10.86/10.93	|       814 |     450     1426     3800 |      695      411     25 |  0.005 % |
10.86/10.95	|      1320 |     450     1426     3800 |      765      485     24 |  0.001 % |
10.86/10.99	|      2079 |     450     1426     3800 |      842      789     28 |  0.000 % |
10.96/11.04	|      3218 |     450     1426     3800 |      926      496     14 |  0.005 % |
11.05/11.13	|      4927 |     450     1426     3800 |     1018      581     20 |  0.000 % |
11.15/11.29	|      7491 |     450     1426     3800 |     1120      813     26 |  0.000 % |
11.45/11.51	|     11337 |     450     1426     3800 |     1232     1033     22 |  0.000 % |
11.75/11.87	|     17103 |     450     1426     3800 |     1356      741     20 |  0.000 % |
12.35/12.44	|     25752 |     450     1426     3800 |     1491     1398     29 |  0.000 % |
13.15/13.28	|     38726 |     450     1426     3800 |     1640     1596     30 |  0.000 % |
14.45/14.53	|     58189 |     450     1426     3800 |     1805     1595     27 |  0.000 % |
16.05/16.18	|     87381 |     450     1426     3800 |     1985     1540     20 |  0.000 % |
18.85/18.93	|    131170 |     450     1426     3800 |     2184     1744     33 |  0.000 % |
23.55/23.69	|    196854 |     450     1426     3800 |     2402     2279     32 |  0.000 % |
30.75/30.89	|    295382 |     450     1426     3800 |     2642     2325     33 |  0.000 % |
42.34/42.45	|    443173 |     450     1426     3800 |     2907     2205     30 |  0.000 % |
60.03/60.16	|    664856 |     450     1426     3800 |     3197     2902     35 |  0.000 % |
87.62/87.78	|    997381 |     450     1426     3800 |     3517     3295     29 |  0.000 % |
120.11/120.29	|   1496169 |     450     1426     3800 |     3869     2979     18 |  0.000 % |
189.28/189.47	|   2244352 |     450     1426     3800 |     4256     3643     34 |  0.000 % |
300.02/300.21	|   3366628 |     450     1426     3800 |     4681     3801     40 |  0.000 % |
466.42/466.72	|   5050041 |     450     1426     3800 |     5150     3646     30 |  0.005 % |
743.88/744.40	|   7575157 |     450     1426     3800 |     5665     4388     35 |  0.000 % |
1175.08/1175.78	|  11362832 |     450     1426     3800 |     6231     5769     38 |  0.005 % |
1824.47/1825.42	|  17044344 |     450     1426     3800 |     6854     4541     32 |  0.005 % |
2816.06/2817.42	|  25566613 |     449     1417     3782 |     7540     6910     39 |  0.227 % |
4118.29/4120.25	===============================================================================
4118.29/4120.25	restarts              : 30
4118.29/4120.25	conflicts             : 36773998       (8953 /sec)
4118.29/4120.25	decisions             : 43152632       (0.99 % random) (10506 /sec)
4118.29/4120.25	propagations          : 3449673486     (839856 /sec)
4118.29/4120.25	conflict literals     : 1541777408     (20.78 % deleted)
4118.29/4120.25	Memory used           : 6.48 MB
4118.29/4120.25	CPU time              : 4107.46 s
4118.29/4120.25	
4118.29/4120.25	c Bin: Executing minisat20
4118.29/4120.25	c child exited successfully
4118.29/4120.25	c minisat20 returned code 20.
4118.29/4120.25	s UNSATISFIABLE
4118.29/4120.25	c SATZILLA_TIME=4119.000000

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-1785267-1241902971/watcher-1785267-1241902971 -o /tmp/evaluation-result-1785267-1241902971/solver-1785267-1241902971 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1785267-1241902971.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.92 0.98 0.99 3/67 9930
/proc/meminfo: memFree=1864088/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1440 CPUtime=0
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 218323303 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9930/statm: 360 110 95 260 0 84 0
[pid=9931] ppid=9930 vsize=772 CPUtime=0
/proc/9931/stat : 9931 (march_dl) R 9930 9930 9893 0 -1 4194304 112 0 0 0 0 0 0 0 19 0 1 0 218323303 790528 104 1992294400 134512640 134996440 4294956256 18446744073709551615 134652408 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9931/statm: 193 104 55 118 0 72 0

[startup+0.0735629 s]
/proc/loadavg: 0.92 0.98 0.99 3/67 9930
/proc/meminfo: memFree=1864088/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1440 CPUtime=0
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 218323303 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9930/statm: 360 110 95 260 0 84 0
[pid=9931] ppid=9930 vsize=1156 CPUtime=0.07
/proc/9931/stat : 9931 (march_dl) R 9930 9930 9893 0 -1 4194304 232 0 0 0 7 0 0 0 19 0 1 0 218323303 1183744 224 1992294400 134512640 134996440 4294956256 18446744073709551615 134567993 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9931/statm: 289 224 75 118 0 168 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2596

[startup+0.101564 s]
/proc/loadavg: 0.92 0.98 0.99 3/67 9930
/proc/meminfo: memFree=1864088/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1440 CPUtime=0
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 218323303 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9930/statm: 360 110 95 260 0 84 0
[pid=9931] ppid=9930 vsize=1156 CPUtime=0.09
/proc/9931/stat : 9931 (march_dl) R 9930 9930 9893 0 -1 4194304 235 0 0 0 9 0 0 0 19 0 1 0 218323303 1183744 227 1992294400 134512640 134996440 4294956256 18446744073709551615 134536848 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9931/statm: 289 227 75 118 0 168 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2596

[startup+0.301581 s]
/proc/loadavg: 0.92 0.98 0.99 3/67 9930
/proc/meminfo: memFree=1864088/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1440 CPUtime=0
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 218323303 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9930/statm: 360 110 95 260 0 84 0
[pid=9931] ppid=9930 vsize=1156 CPUtime=0.29
/proc/9931/stat : 9931 (march_dl) R 9930 9930 9893 0 -1 4194304 242 0 0 0 29 0 0 0 21 0 1 0 218323303 1183744 234 1992294400 134512640 134996440 4294956256 18446744073709551615 134527417 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9931/statm: 289 234 75 118 0 168 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2596

[startup+0.701617 s]
/proc/loadavg: 0.92 0.98 0.99 3/67 9930
/proc/meminfo: memFree=1864088/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1440 CPUtime=0
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 218323303 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9930/statm: 360 110 95 260 0 84 0
[pid=9931] ppid=9930 vsize=1156 CPUtime=0.69
/proc/9931/stat : 9931 (march_dl) R 9930 9930 9893 0 -1 4194304 249 0 0 0 69 0 0 0 25 0 1 0 218323303 1183744 241 1992294400 134512640 134996440 4294956256 18446744073709551615 134567304 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9931/statm: 289 241 75 118 0 168 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2596

[startup+1.50169 s]
/proc/loadavg: 0.92 0.98 0.99 2/69 9932
/proc/meminfo: memFree=1863240/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1440 CPUtime=0
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 218323303 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9930/statm: 360 110 95 260 0 84 0
[pid=9931] ppid=9930 vsize=1288 CPUtime=1.49
/proc/9931/stat : 9931 (march_dl) R 9930 9930 9893 0 -1 4194304 254 0 0 0 149 0 0 0 25 0 1 0 218323303 1318912 246 1992294400 134512640 134996440 4294956256 18446744073709551615 134527410 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9931/statm: 322 246 75 118 0 201 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2728

[startup+3.10183 s]
/proc/loadavg: 0.93 0.98 0.99 2/69 9932
/proc/meminfo: memFree=1863112/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1440 CPUtime=0
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 218323303 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9930/statm: 360 110 95 260 0 84 0
[pid=9931] ppid=9930 vsize=1288 CPUtime=3.09
/proc/9931/stat : 9931 (march_dl) R 9930 9930 9893 0 -1 4194304 258 0 0 0 309 0 0 0 25 0 1 0 218323303 1318912 250 1992294400 134512640 134996440 4294956256 18446744073709551615 134552251 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9931/statm: 322 250 75 118 0 201 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2728

[startup+6.30212 s]
/proc/loadavg: 0.93 0.98 0.99 2/69 9933
/proc/meminfo: memFree=1862984/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1440 CPUtime=4.99
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 135 260 0 0 0 0 499 0 19 0 1 0 218323303 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9930/statm: 360 111 96 260 0 84 0
[pid=9933] ppid=9930 vsize=6188 CPUtime=1.28
/proc/9933/stat : 9933 (ubcsat2006) R 9930 9930 9893 0 -1 4194304 258 0 0 0 104 24 0 0 25 0 1 0 218323803 6336512 241 1992294400 134512640 134777720 4294956112 18446744073709551615 134720996 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9933/statm: 1547 241 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7017 s]
/proc/loadavg: 0.94 0.98 0.99 2/69 9934
/proc/meminfo: memFree=1862920/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1688 CPUtime=10.85
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 550 524 0 0 304 35 700 46 25 0 1 0 218323303 1728512 235 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9930/statm: 422 235 157 260 0 146 0
[pid=9934] ppid=9930 vsize=2076 CPUtime=1.8
/proc/9934/stat : 9934 (minisat20) R 9930 9930 9893 0 -1 4194304 189 0 0 0 180 0 0 0 25 0 1 0 218324392 2125824 184 1992294400 134512640 134998072 4294956256 18446744073709551615 134535716 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9934/statm: 519 184 58 118 0 397 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 3764

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/69 9934
/proc/meminfo: memFree=1862664/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1688 CPUtime=10.85
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 550 524 0 0 304 35 700 46 25 0 1 0 218323303 1728512 235 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9930/statm: 422 235 157 260 0 146 0
[pid=9934] ppid=9930 vsize=2456 CPUtime=14.6
/proc/9934/stat : 9934 (minisat20) R 9930 9930 9893 0 -1 4194304 284 0 0 0 1460 0 0 0 25 0 1 0 218324392 2514944 279 1992294400 134512640 134998072 4294956256 18446744073709551615 134525622 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9934/statm: 614 279 58 118 0 492 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 4144

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.99 2/69 9934
/proc/meminfo: memFree=1862408/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1688 CPUtime=10.85
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 550 524 0 0 304 35 700 46 25 0 1 0 218323303 1728512 235 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9930/statm: 422 235 157 260 0 146 0
[pid=9934] ppid=9930 vsize=2720 CPUtime=40.19
/proc/9934/stat : 9934 (minisat20) R 9930 9930 9893 0 -1 4194304 353 0 0 0 4019 0 0 0 25 0 1 0 218324392 2785280 348 1992294400 134512640 134998072 4294956256 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9934/statm: 680 348 58 118 0 558 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 4408

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/69 9934
/proc/meminfo: memFree=1862152/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1688 CPUtime=10.85
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 550 524 0 0 304 35 700 46 25 0 1 0 218323303 1728512 235 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9930/statm: 422 235 157 260 0 146 0
[pid=9934] ppid=9930 vsize=2976 CPUtime=91.37
/proc/9934/stat : 9934 (minisat20) R 9930 9930 9893 0 -1 4194304 401 0 0 0 9137 0 0 0 25 0 1 0 218324392 3047424 396 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9934/statm: 744 396 58 118 0 622 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 4664

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 9934
/proc/meminfo: memFree=1861640/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1688 CPUtime=10.85
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 550 524 0 0 304 35 700 46 25 0 1 0 218323303 1728512 235 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9930/statm: 422 235 157 260 0 146 0
[pid=9934] ppid=9930 vsize=3372 CPUtime=151.34
/proc/9934/stat : 9934 (minisat20) R 9930 9930 9893 0 -1 4194304 525 0 0 0 15134 0 0 0 25 0 1 0 218324392 3452928 520 1992294400 134512640 134998072 4294956256 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9934/statm: 843 520 58 118 0 721 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 5060

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 9934
/proc/meminfo: memFree=1861320/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1688 CPUtime=10.85
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 550 524 0 0 304 35 700 46 25 0 1 0 218323303 1728512 235 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9930/statm: 422 235 157 260 0 146 0
[pid=9934] ppid=9930 vsize=3744 CPUtime=211.3
/proc/9934/stat : 9934 (minisat20) R 9930 9930 9893 0 -1 4194304 596 0 0 0 21130 0 0 0 25 0 1 0 218324392 3833856 591 1992294400 134512640 134998072 4294956256 18446744073709551615 134525757 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9934/statm: 936 591 58 118 0 814 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 5432

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 9934
/proc/meminfo: memFree=1861192/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1688 CPUtime=10.85
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 550 524 0 0 304 35 700 46 25 0 1 0 218323303 1728512 235 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9930/statm: 422 235 157 260 0 146 0
[pid=9934] ppid=9930 vsize=3872 CPUtime=271.27
/proc/9934/stat : 9934 (minisat20) R 9930 9930 9893 0 -1 4194304 627 0 0 0 27127 0 0 0 25 0 1 0 218324392 3964928 622 1992294400 134512640 134998072 4294956256 18446744073709551615 134535746 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9934/statm: 968 622 58 118 0 846 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 5560

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 9934
/proc/meminfo: memFree=1860936/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1688 CPUtime=10.85
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 550 524 0 0 304 35 700 46 25 0 1 0 218323303 1728512 235 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9930/statm: 422 235 157 260 0 146 0
[pid=9934] ppid=9930 vsize=3964 CPUtime=331.22
/proc/9934/stat : 9934 (minisat20) R 9930 9930 9893 0 -1 4194304 677 0 0 0 33122 0 0 0 25 0 1 0 218324392 4059136 672 1992294400 134512640 134998072 4294956256 18446744073709551615 134535748 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9934/statm: 991 672 58 118 0 869 0

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


[startup+3822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 9971
/proc/meminfo: memFree=1856776/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1688 CPUtime=10.85
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 550 524 0 0 304 35 700 46 25 0 1 0 218323303 1728512 235 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9930/statm: 422 235 157 260 0 146 0
[pid=9934] ppid=9930 vsize=6628 CPUtime=3809.68
/proc/9934/stat : 9934 (minisat20) R 9930 9930 9893 0 -1 4194304 1345 0 0 0 380964 4 0 0 25 0 1 0 218324392 6787072 1340 1992294400 134512640 134998072 4294956256 18446744073709551615 134525564 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9934/statm: 1657 1340 58 118 0 1535 0
Current children cumulated CPU time (s) 3820.53
Current children cumulated vsize (KiB) 8316

[startup+3882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 9971
/proc/meminfo: memFree=1856776/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1688 CPUtime=10.85
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 550 524 0 0 304 35 700 46 25 0 1 0 218323303 1728512 235 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9930/statm: 422 235 157 260 0 146 0
[pid=9934] ppid=9930 vsize=6628 CPUtime=3869.65
/proc/9934/stat : 9934 (minisat20) R 9930 9930 9893 0 -1 4194304 1345 0 0 0 386961 4 0 0 25 0 1 0 218324392 6787072 1340 1992294400 134512640 134998072 4294956256 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9934/statm: 1657 1340 58 118 0 1535 0
Current children cumulated CPU time (s) 3880.5
Current children cumulated vsize (KiB) 8316

[startup+3942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 9971
/proc/meminfo: memFree=1856776/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1688 CPUtime=10.85
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 550 524 0 0 304 35 700 46 25 0 1 0 218323303 1728512 235 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9930/statm: 422 235 157 260 0 146 0
[pid=9934] ppid=9930 vsize=6628 CPUtime=3929.63
/proc/9934/stat : 9934 (minisat20) R 9930 9930 9893 0 -1 4194304 1345 0 0 0 392959 4 0 0 25 0 1 0 218324392 6787072 1340 1992294400 134512640 134998072 4294956256 18446744073709551615 134528462 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9934/statm: 1657 1340 58 118 0 1535 0
Current children cumulated CPU time (s) 3940.48
Current children cumulated vsize (KiB) 8316

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 9971
/proc/meminfo: memFree=1856776/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1688 CPUtime=10.85
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 550 524 0 0 304 35 700 46 25 0 1 0 218323303 1728512 235 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9930/statm: 422 235 157 260 0 146 0
[pid=9934] ppid=9930 vsize=6628 CPUtime=3989.6
/proc/9934/stat : 9934 (minisat20) R 9930 9930 9893 0 -1 4194304 1345 0 0 0 398956 4 0 0 25 0 1 0 218324392 6787072 1340 1992294400 134512640 134998072 4294956256 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9934/statm: 1657 1340 58 118 0 1535 0
Current children cumulated CPU time (s) 4000.45
Current children cumulated vsize (KiB) 8316

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 9971
/proc/meminfo: memFree=1856648/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1688 CPUtime=10.85
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 550 524 0 0 304 35 700 46 25 0 1 0 218323303 1728512 235 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9930/statm: 422 235 157 260 0 146 0
[pid=9934] ppid=9930 vsize=6628 CPUtime=4049.57
/proc/9934/stat : 9934 (minisat20) R 9930 9930 9893 0 -1 4194304 1345 0 0 0 404953 4 0 0 25 0 1 0 218324392 6787072 1340 1992294400 134512640 134998072 4294956256 18446744073709551615 134528643 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9934/statm: 1657 1340 58 118 0 1535 0
Current children cumulated CPU time (s) 4060.42
Current children cumulated vsize (KiB) 8316

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

[startup+4070.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 9971
/proc/meminfo: memFree=1856648/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1688 CPUtime=10.85
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 550 524 0 0 304 35 700 46 25 0 1 0 218323303 1728512 235 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9930/statm: 422 235 157 260 0 146 0
[pid=9934] ppid=9930 vsize=6628 CPUtime=4057.57
/proc/9934/stat : 9934 (minisat20) R 9930 9930 9893 0 -1 4194304 1345 0 0 0 405753 4 0 0 25 0 1 0 218324392 6787072 1340 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9934/statm: 1657 1340 58 118 0 1535 0
Current children cumulated CPU time (s) 4068.42
Current children cumulated vsize (KiB) 8316

[startup+4095.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 9971
/proc/meminfo: memFree=1856648/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1688 CPUtime=10.85
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 550 524 0 0 304 35 700 46 25 0 1 0 218323303 1728512 235 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9930/statm: 422 235 157 260 0 146 0
[pid=9934] ppid=9930 vsize=6628 CPUtime=4083.16
/proc/9934/stat : 9934 (minisat20) R 9930 9930 9893 0 -1 4194304 1345 0 0 0 408312 4 0 0 25 0 1 0 218324392 6787072 1340 1992294400 134512640 134998072 4294956256 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9934/statm: 1657 1340 58 118 0 1535 0
Current children cumulated CPU time (s) 4094.01
Current children cumulated vsize (KiB) 8316

[startup+4108.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 9971
/proc/meminfo: memFree=1856648/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1688 CPUtime=10.85
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 550 524 0 0 304 35 700 46 25 0 1 0 218323303 1728512 235 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9930/statm: 422 235 157 260 0 146 0
[pid=9934] ppid=9930 vsize=6628 CPUtime=4095.94
/proc/9934/stat : 9934 (minisat20) R 9930 9930 9893 0 -1 4194304 1345 0 0 0 409590 4 0 0 25 0 1 0 218324392 6787072 1340 1992294400 134512640 134998072 4294956256 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9934/statm: 1657 1340 58 118 0 1535 0
Current children cumulated CPU time (s) 4106.79
Current children cumulated vsize (KiB) 8316

[startup+4115.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 9971
/proc/meminfo: memFree=1856648/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1688 CPUtime=10.85
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 550 524 0 0 304 35 700 46 25 0 1 0 218323303 1728512 235 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9930/statm: 422 235 157 260 0 146 0
[pid=9934] ppid=9930 vsize=6628 CPUtime=4102.35
/proc/9934/stat : 9934 (minisat20) R 9930 9930 9893 0 -1 4194304 1345 0 0 0 410231 4 0 0 25 0 1 0 218324392 6787072 1340 1992294400 134512640 134998072 4294956256 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9934/statm: 1657 1340 58 118 0 1535 0
Current children cumulated CPU time (s) 4113.2
Current children cumulated vsize (KiB) 8316

[startup+4118.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 9971
/proc/meminfo: memFree=1856648/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1688 CPUtime=10.85
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 550 524 0 0 304 35 700 46 25 0 1 0 218323303 1728512 235 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9930/statm: 422 235 157 260 0 146 0
[pid=9934] ppid=9930 vsize=6628 CPUtime=4105.54
/proc/9934/stat : 9934 (minisat20) R 9930 9930 9893 0 -1 4194304 1345 0 0 0 410550 4 0 0 25 0 1 0 218324392 6787072 1340 1992294400 134512640 134998072 4294956256 18446744073709551615 134528276 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9934/statm: 1657 1340 58 118 0 1535 0
Current children cumulated CPU time (s) 4116.39
Current children cumulated vsize (KiB) 8316

[startup+4119.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 9971
/proc/meminfo: memFree=1856648/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1688 CPUtime=10.85
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 550 524 0 0 304 35 700 46 25 0 1 0 218323303 1728512 235 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9930/statm: 422 235 157 260 0 146 0
[pid=9934] ppid=9930 vsize=6628 CPUtime=4106.34
/proc/9934/stat : 9934 (minisat20) R 9930 9930 9893 0 -1 4194304 1345 0 0 0 410630 4 0 0 25 0 1 0 218324392 6787072 1340 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9934/statm: 1657 1340 58 118 0 1535 0
Current children cumulated CPU time (s) 4117.19
Current children cumulated vsize (KiB) 8316

[startup+4119.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 9971
/proc/meminfo: memFree=1856648/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1688 CPUtime=10.85
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 550 524 0 0 304 35 700 46 25 0 1 0 218323303 1728512 235 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9930/statm: 422 235 157 260 0 146 0
[pid=9934] ppid=9930 vsize=6628 CPUtime=4107.14
/proc/9934/stat : 9934 (minisat20) R 9930 9930 9893 0 -1 4194304 1345 0 0 0 410710 4 0 0 25 0 1 0 218324392 6787072 1340 1992294400 134512640 134998072 4294956256 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9934/statm: 1657 1340 58 118 0 1535 0
Current children cumulated CPU time (s) 4117.99
Current children cumulated vsize (KiB) 8316

[startup+4120.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 9971
/proc/meminfo: memFree=1856648/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1688 CPUtime=10.85
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 550 524 0 0 304 35 700 46 25 0 1 0 218323303 1728512 235 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9930/statm: 422 235 157 260 0 146 0
[pid=9934] ppid=9930 vsize=6628 CPUtime=4107.34
/proc/9934/stat : 9934 (minisat20) R 9930 9930 9893 0 -1 4194304 1345 0 0 0 410730 4 0 0 25 0 1 0 218324392 6787072 1340 1992294400 134512640 134998072 4294956256 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9934/statm: 1657 1340 58 118 0 1535 0
Current children cumulated CPU time (s) 4118.19
Current children cumulated vsize (KiB) 8316

[startup+4120.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 9971
/proc/meminfo: memFree=1856648/2055920 swapFree=4162572/4192956
[pid=9930] ppid=9928 vsize=1688 CPUtime=10.85
/proc/9930/stat : 9930 (SATzilla2007_C) S 9928 9930 9893 0 -1 4194304 550 524 0 0 304 35 700 46 25 0 1 0 218323303 1728512 235 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9930/statm: 422 235 157 260 0 146 0
[pid=9934] ppid=9930 vsize=6628 CPUtime=4107.44
/proc/9934/stat : 9934 (minisat20) R 9930 9930 9893 0 -1 4194304 1345 0 0 0 410740 4 0 0 25 0 1 0 218324392 6787072 1340 1992294400 134512640 134998072 4294956256 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/9934/statm: 1657 1340 58 118 0 1535 0
Current children cumulated CPU time (s) 4118.29
Current children cumulated vsize (KiB) 8316

Child status: 20
Real time (s): 4120.26
CPU time (s): 4118.38
CPU user time (s): 4117.51
CPU system time (s): 0.872867
CPU usage (%): 99.9545
Max. virtual memory (cumulated for all children) (KiB): 8320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4117.51
system time used= 0.872867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2437
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= 16616

runsolver used 3.3035 second user time and 11.6872 second system time

The end

Launcher Data

Begin job on node68 at 2009-05-09 23:02:51
IDJOB=1785267
IDBENCH=24735
IDSOLVER=640
FILE ID=node68/1785267-1241902971
PBS_JOBID= 9264793
Free space on /tmp= 66376 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Difficult/contest05/others/linvrinv5.sat05-564.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785267-1241902971/watcher-1785267-1241902971 -o /tmp/evaluation-result-1785267-1241902971/solver-1785267-1241902971 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1785267-1241902971.cnf            

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

MD5SUM BENCH= 7b1cebbdf060989ddb5c4faf02370afb
RANDOM SEED=30753259

node68.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.223
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.223
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:       1864504 kB
Buffers:         39048 kB
Cached:          86068 kB
SwapCached:      22784 kB
Active:          80896 kB
Inactive:        69288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1864504 kB
SwapTotal:     4192956 kB
SwapFree:      4162572 kB
Dirty:            8496 kB
Writeback:           0 kB
Mapped:          14616 kB
Slab:            26876 kB
Committed_AS:   607168 kB
PageTables:       1560 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= 66368 MiB
End job on node68 at 2009-05-10 00:11:32