Trace number 1784919

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 3883.69 3885.37

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7a-gensys-icl004.sat05-3825.reshuffled-07.cnf
MD5SUMd9bf8689fd094f6ad4f37a57f4f0a5ae
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark78.5631
Satisfiable
(Un)Satisfiability was proved
Number of variables2401
Number of clauses15960
Sum of the clauses size111993
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2427
Number of clauses of size 32205
Number of clauses of size 4294
Number of clauses of size 5441
Number of clauses of size over 512551

Solver Data

10.57/10.65	c run March_dl for 5 seconds ... 
10.57/10.65	c Bin: Executing march_dl
10.57/10.65	c child exit by a signal
10.57/10.65	c march_dl returned code 137.
10.57/10.65	c run saps (UBCSAT implementation) for 2 seconds ... 
10.57/10.65	c Bin: Executing ubcsat2006
10.57/10.65	c child exited successfully
10.57/10.65	c ubcsat2006 returned code 0.
10.57/10.65	c satzilla computing base features
10.57/10.65	c satzilla doing unit-prop probe
10.57/10.65	c satzilla doing local search probe
10.57/10.65	c satzilla doing lobjois search-space size estimate
10.57/10.65	c satzilla's ranking:
10.57/10.65	c 1) minisat20: 2.407945
10.57/10.65	c 2) zchaff_rand+P: 2.712616
10.57/10.65	c 3) minisat20+P: 2.734756
10.57/10.65	c 4) march_dl+P: 2.814086
10.57/10.65	c 5) march_dl: 2.838692
10.57/10.65	c 6) vallst+P: 3.259541
10.57/10.65	c 7) kcnfs+P: 999.000000
10.57/10.65	c 8) kcnfs: 999.000000
10.57/10.65	c 9) vallst: 999.000000
10.57/10.65	c 10) zchaff_rand: 999.000000
10.57/10.65	c satzilla running minisat20 ... 
10.57/10.65	This is MiniSat 2.0 beta
10.57/10.65	WARNING: for repeatability, setting FPU to use double precision
10.57/10.65	============================[ Problem Statistics ]=============================
10.57/10.65	|                                                                             |
10.57/10.65	|  Number of variables:  2401                                                 |
10.57/10.65	|  Number of clauses:    15960                                                |
10.57/10.67	|  Parsing time:         0.02         s                                       |
10.57/10.68	============================[ Search Statistics ]==============================
10.57/10.68	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.57/10.68	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.57/10.68	===============================================================================
10.57/10.68	|         0 |    2345    15449   109868 |     5149        0    nan |  0.000 % |
10.57/10.68	|       101 |    2344    15449   109868 |     5664      100     14 |  2.374 % |
10.57/10.68	|       252 |    2344    15449   109868 |     6231      251     14 |  2.374 % |
10.57/10.69	|       478 |    2344    15449   109868 |     6854      477     13 |  2.374 % |
10.57/10.69	|       815 |    2344    15449   109868 |     7539      814     14 |  2.374 % |
10.63/10.71	|      1321 |    2344    15449   109868 |     8293     1320     18 |  2.374 % |
10.63/10.73	|      2081 |    2344    15449   109868 |     9122     2080     19 |  2.374 % |
10.63/10.77	|      3222 |    2344    15449   109868 |    10035     3221     20 |  2.374 % |
10.63/10.83	|      4930 |    2344    15449   109868 |    11038     4929     21 |  2.374 % |
10.87/10.95	|      7492 |    2344    15449   109868 |    12142     7491     21 |  2.374 % |
11.06/11.18	|     11336 |    2344    15425   109733 |    13356    11335     23 |  2.374 % |
11.46/11.51	|     17102 |    2344    15425   109733 |    14692    10321     22 |  2.374 % |
12.06/12.13	|     25751 |    2344    15425   109733 |    16161    11567     24 |  2.374 % |
12.96/13.09	|     38725 |    2344    15425   109733 |    17778    16385     22 |  2.374 % |
15.36/15.47	|     58186 |    2344    15425   109733 |    19555    17886     30 |  2.374 % |
18.56/18.66	|     87378 |    2344    15425   109733 |    21511    17443     27 |  2.374 % |
23.15/23.22	|    131167 |    2344    15425   109733 |    23662    17854     23 |  2.374 % |
34.05/34.16	|    196851 |    2344    15425   109733 |    26028    12090     30 |  2.374 % |
55.14/55.23	|    295378 |    2344    15425   109733 |    28631    18911     30 |  2.374 % |
90.81/91.00	|    443167 |    2344    15425   109733 |    31494    22737     34 |  2.374 % |
143.09/143.27	|    664850 |    2344    15425   109733 |    34644    19178     28 |  2.374 % |
236.14/236.37	|    997376 |    2344    15425   109733 |    38108    28023     33 |  2.374 % |
381.97/382.26	|   1496165 |    2344    15425   109733 |    41919    24090     25 |  2.374 % |
661.25/661.65	|   2244348 |    2344    15425   109733 |    46111    27751     29 |  2.374 % |
1120.86/1121.43	|   3366624 |    2344    15425   109733 |    50722    24278     28 |  2.374 % |
1888.74/1889.60	|   5050036 |    2343    15175   108267 |    55795    35002     33 |  2.416 % |
3061.56/3062.90	|   7575158 |    2341    14912   106766 |    61374    48099     31 |  2.499 % |
3883.59/3885.36	===============================================================================
3883.59/3885.36	restarts              : 27
3883.59/3885.36	conflicts             : 9217028        (2380 /sec)
3883.59/3885.36	decisions             : 13803384       (1.93 % random) (3564 /sec)
3883.59/3885.36	propagations          : 443488475      (114509 /sec)
3883.59/3885.36	conflict literals     : 310768184      (31.72 % deleted)
3883.59/3885.36	Memory used           : 22.98 MB
3883.59/3885.36	CPU time              : 3872.96 s
3883.59/3885.36	
3883.59/3885.37	c Bin: Executing minisat20
3883.59/3885.37	c child exited successfully
3883.59/3885.37	c minisat20 returned code 20.
3883.59/3885.37	s UNSATISFIABLE
3883.59/3885.37	c SATZILLA_TIME=3884.270000

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-1784919-1241873910/watcher-1784919-1241873910 -o /tmp/evaluation-result-1784919-1241873910/solver-1784919-1241873910 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1784919-1241873910.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: 1.01 1.02 0.94 3/64 25254
/proc/meminfo: memFree=1538328/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=1440 CPUtime=0
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 215418923 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 360 110 95 260 0 84 0
[pid=25255] ppid=25254 vsize=900 CPUtime=0
/proc/25255/stat : 25255 (march_dl) R 25254 25254 25217 0 -1 4194304 127 0 0 0 0 0 0 0 19 0 1 0 215418923 921600 122 1992294400 134512640 134996440 4294956256 18446744073709551615 134781555 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 225 122 50 118 0 104 0

[startup+0.063494 s]
/proc/loadavg: 1.01 1.02 0.94 3/64 25254
/proc/meminfo: memFree=1538328/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=1440 CPUtime=0
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 215418923 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 360 110 95 260 0 84 0
[pid=25255] ppid=25254 vsize=2300 CPUtime=0.06
/proc/25255/stat : 25255 (march_dl) R 25254 25254 25217 0 -1 4194304 448 0 0 0 6 0 0 0 19 0 1 0 215418923 2355200 440 1992294400 134512640 134996440 4294956256 18446744073709551615 134544580 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 575 440 53 118 0 454 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3740

[startup+0.101497 s]
/proc/loadavg: 1.01 1.02 0.94 3/64 25254
/proc/meminfo: memFree=1538328/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=1440 CPUtime=0
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 215418923 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 360 110 95 260 0 84 0
[pid=25255] ppid=25254 vsize=2696 CPUtime=0.09
/proc/25255/stat : 25255 (march_dl) R 25254 25254 25217 0 -1 4194304 558 0 0 0 9 0 0 0 20 0 1 0 215418923 2760704 550 1992294400 134512640 134996440 4294956256 18446744073709551615 134543123 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 674 550 55 118 0 553 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4136

[startup+0.301517 s]
/proc/loadavg: 1.01 1.02 0.94 3/64 25254
/proc/meminfo: memFree=1538328/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=1440 CPUtime=0
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 215418923 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 360 110 95 260 0 84 0
[pid=25255] ppid=25254 vsize=5464 CPUtime=0.29
/proc/25255/stat : 25255 (march_dl) R 25254 25254 25217 0 -1 4194304 1167 0 0 0 29 0 0 0 22 0 1 0 215418923 5595136 881 1992294400 134512640 134996440 4294956256 18446744073709551615 134583416 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 1366 881 67 118 0 1245 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6904

[startup+0.701558 s]
/proc/loadavg: 1.01 1.02 0.94 3/64 25254
/proc/meminfo: memFree=1538328/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=1440 CPUtime=0
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 215418923 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 360 110 95 260 0 84 0
[pid=25255] ppid=25254 vsize=5596 CPUtime=0.69
/proc/25255/stat : 25255 (march_dl) R 25254 25254 25217 0 -1 4194304 1193 0 0 0 69 0 0 0 24 0 1 0 215418923 5730304 907 1992294400 134512640 134996440 4294956256 18446744073709551615 134583392 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 1399 907 67 118 0 1278 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7036

[startup+1.50164 s]
/proc/loadavg: 1.01 1.02 0.94 2/66 25256
/proc/meminfo: memFree=1534984/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=1440 CPUtime=0
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 215418923 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 360 110 95 260 0 84 0
[pid=25255] ppid=25254 vsize=5728 CPUtime=1.49
/proc/25255/stat : 25255 (march_dl) R 25254 25254 25217 0 -1 4194304 1252 0 0 0 149 0 0 0 25 0 1 0 215418923 5865472 966 1992294400 134512640 134996440 4294956256 18446744073709551615 134583495 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 1432 966 67 118 0 1311 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7168

[startup+3.1018 s]
/proc/loadavg: 1.01 1.02 0.94 2/66 25256
/proc/meminfo: memFree=1534472/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=1440 CPUtime=0
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 215418923 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 360 110 95 260 0 84 0
[pid=25255] ppid=25254 vsize=10588 CPUtime=3.09
/proc/25255/stat : 25255 (march_dl) R 25254 25254 25217 0 -1 4194304 2955 0 0 0 291 18 0 0 25 0 1 0 215418923 10842112 2454 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 2647 2454 73 118 0 2526 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12028

[startup+6.30113 s]
/proc/loadavg: 1.01 1.02 0.94 2/66 25257
/proc/meminfo: memFree=1536456/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=1440 CPUtime=4.99
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 135 4706 0 0 0 0 475 24 19 0 1 0 215418923 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 360 111 96 260 0 84 0
[pid=25257] ppid=25254 vsize=6188 CPUtime=1.28
/proc/25257/stat : 25257 (ubcsat2006) R 25254 25254 25217 0 -1 4194304 595 0 0 0 122 6 0 0 25 0 1 0 215419423 6336512 578 1992294400 134512640 134777720 4294956112 18446744073709551615 5331782 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25257/statm: 1547 578 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7028 s]
/proc/loadavg: 1.01 1.02 0.94 2/66 25258
/proc/meminfo: memFree=1532752/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=3112 CPUtime=10.63
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 1722 5307 0 0 339 8 680 36 25 0 1 0 215418923 3186688 606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 778 606 158 260 0 502 0
[pid=25258] ppid=25254 vsize=5164 CPUtime=2.03
/proc/25258/stat : 25258 (minisat20) R 25254 25254 25217 0 -1 4194304 1088 0 0 0 203 0 0 0 25 0 1 0 215419988 5287936 1083 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25258/statm: 1291 1083 59 118 0 1169 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 8276

[startup+25.5011 s]
/proc/loadavg: 1.00 1.02 0.94 2/66 25258
/proc/meminfo: memFree=1531024/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=3112 CPUtime=10.63
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 1722 5307 0 0 339 8 680 36 25 0 1 0 215418923 3186688 606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 778 606 158 260 0 502 0
[pid=25258] ppid=25254 vsize=6756 CPUtime=14.82
/proc/25258/stat : 25258 (minisat20) R 25254 25254 25217 0 -1 4194304 1509 0 0 0 1482 0 0 0 25 0 1 0 215419988 6918144 1504 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25258/statm: 1689 1504 59 118 0 1567 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 9868

[startup+51.1017 s]
/proc/loadavg: 1.00 1.02 0.94 2/66 25258
/proc/meminfo: memFree=1528848/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=3112 CPUtime=10.63
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 1722 5307 0 0 339 8 680 36 25 0 1 0 215418923 3186688 606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 778 606 158 260 0 502 0
[pid=25258] ppid=25254 vsize=8780 CPUtime=40.41
/proc/25258/stat : 25258 (minisat20) R 25254 25254 25217 0 -1 4194304 2004 0 0 0 4039 2 0 0 25 0 1 0 215419988 8990720 1999 1992294400 134512640 134998072 4294956256 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25258/statm: 2195 1999 59 118 0 2073 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 11892

[startup+102.306 s]
/proc/loadavg: 1.00 1.01 0.94 2/66 25258
/proc/meminfo: memFree=1527504/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=3112 CPUtime=10.63
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 1722 5307 0 0 339 8 680 36 25 0 1 0 215418923 3186688 606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 778 606 158 260 0 502 0
[pid=25258] ppid=25254 vsize=10160 CPUtime=91.58
/proc/25258/stat : 25258 (minisat20) R 25254 25254 25217 0 -1 4194304 2328 0 0 0 9156 2 0 0 25 0 1 0 215419988 10403840 2323 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25258/statm: 2540 2323 59 118 0 2418 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 13272

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 0.94 2/66 25264
/proc/meminfo: memFree=1525264/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=3112 CPUtime=10.63
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 1722 5307 0 0 339 8 680 36 25 0 1 0 215418923 3186688 606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 778 606 158 260 0 502 0
[pid=25258] ppid=25254 vsize=12204 CPUtime=151.54
/proc/25258/stat : 25258 (minisat20) R 25254 25254 25217 0 -1 4194304 2827 0 0 0 15151 3 0 0 25 0 1 0 215419988 12496896 2822 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25258/statm: 3051 2822 59 118 0 2929 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 15316

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 25264
/proc/meminfo: memFree=1524816/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=3112 CPUtime=10.63
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 1722 5307 0 0 339 8 680 36 25 0 1 0 215418923 3186688 606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 778 606 158 260 0 502 0
[pid=25258] ppid=25254 vsize=12616 CPUtime=211.51
/proc/25258/stat : 25258 (minisat20) R 25254 25254 25217 0 -1 4194304 2952 0 0 0 21148 3 0 0 25 0 1 0 215419988 12918784 2947 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25258/statm: 3154 2947 59 118 0 3032 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 15728

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 25264
/proc/meminfo: memFree=1524624/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=3112 CPUtime=10.63
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 1722 5307 0 0 339 8 680 36 25 0 1 0 215418923 3186688 606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 778 606 158 260 0 502 0
[pid=25258] ppid=25254 vsize=12916 CPUtime=271.49
/proc/25258/stat : 25258 (minisat20) R 25254 25254 25217 0 -1 4194304 3009 0 0 0 27146 3 0 0 25 0 1 0 215419988 13225984 3004 1992294400 134512640 134998072 4294956256 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25258/statm: 3229 3004 59 118 0 3107 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 16028

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 25264
/proc/meminfo: memFree=1524368/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=3112 CPUtime=10.63
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 1722 5307 0 0 339 8 680 36 25 0 1 0 215418923 3186688 606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 778 606 158 260 0 502 0
[pid=25258] ppid=25254 vsize=13192 CPUtime=331.46
/proc/25258/stat : 25258 (minisat20) R 25254 25254 25217 0 -1 4194304 3085 0 0 0 33143 3 0 0 25 0 1 0 215419988 13508608 3080 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25258/statm: 3298 3080 59 118 0 3176 0

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


[startup+3342.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 25266
/proc/meminfo: memFree=1514320/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=3112 CPUtime=10.63
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 1722 5307 0 0 339 8 680 36 25 0 1 0 215418923 3186688 606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 778 606 158 260 0 502 0
[pid=25258] ppid=25254 vsize=23012 CPUtime=3330.22
/proc/25258/stat : 25258 (minisat20) R 25254 25254 25217 0 -1 4194304 5376 0 0 0 333014 8 0 0 25 0 1 0 215419988 23564288 5371 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25258/statm: 5753 5371 59 118 0 5631 0
Current children cumulated CPU time (s) 3340.85
Current children cumulated vsize (KiB) 26124

[startup+3402.31 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 25266
/proc/meminfo: memFree=1514192/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=3112 CPUtime=10.63
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 1722 5307 0 0 339 8 680 36 25 0 1 0 215418923 3186688 606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 778 606 158 260 0 502 0
[pid=25258] ppid=25254 vsize=23012 CPUtime=3390.2
/proc/25258/stat : 25258 (minisat20) R 25254 25254 25217 0 -1 4194304 5390 0 0 0 339012 8 0 0 25 0 1 0 215419988 23564288 5385 1992294400 134512640 134998072 4294956256 18446744073709551615 134527907 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25258/statm: 5753 5385 59 118 0 5631 0
Current children cumulated CPU time (s) 3400.83
Current children cumulated vsize (KiB) 26124

[startup+3462.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 25266
/proc/meminfo: memFree=1514064/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=3112 CPUtime=10.63
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 1722 5307 0 0 339 8 680 36 25 0 1 0 215418923 3186688 606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 778 606 158 260 0 502 0
[pid=25258] ppid=25254 vsize=23156 CPUtime=3450.17
/proc/25258/stat : 25258 (minisat20) R 25254 25254 25217 0 -1 4194304 5415 0 0 0 345009 8 0 0 25 0 1 0 215419988 23711744 5410 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25258/statm: 5789 5410 59 118 0 5667 0
Current children cumulated CPU time (s) 3460.8
Current children cumulated vsize (KiB) 26268

[startup+3522.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 25266
/proc/meminfo: memFree=1514000/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=3112 CPUtime=10.63
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 1722 5307 0 0 339 8 680 36 25 0 1 0 215418923 3186688 606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 778 606 158 260 0 502 0
[pid=25258] ppid=25254 vsize=23156 CPUtime=3510.14
/proc/25258/stat : 25258 (minisat20) R 25254 25254 25217 0 -1 4194304 5426 0 0 0 351006 8 0 0 25 0 1 0 215419988 23711744 5421 1992294400 134512640 134998072 4294956256 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25258/statm: 5789 5421 59 118 0 5667 0
Current children cumulated CPU time (s) 3520.77
Current children cumulated vsize (KiB) 26268

[startup+3582.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 25266
/proc/meminfo: memFree=1513936/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=3112 CPUtime=10.63
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 1722 5307 0 0 339 8 680 36 25 0 1 0 215418923 3186688 606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 778 606 158 260 0 502 0
[pid=25258] ppid=25254 vsize=23156 CPUtime=3570.11
/proc/25258/stat : 25258 (minisat20) R 25254 25254 25217 0 -1 4194304 5429 0 0 0 357003 8 0 0 25 0 1 0 215419988 23711744 5424 1992294400 134512640 134998072 4294956256 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25258/statm: 5789 5424 59 118 0 5667 0
Current children cumulated CPU time (s) 3580.74
Current children cumulated vsize (KiB) 26268

[startup+3642.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 25266
/proc/meminfo: memFree=1513936/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=3112 CPUtime=10.63
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 1722 5307 0 0 339 8 680 36 25 0 1 0 215418923 3186688 606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 778 606 158 260 0 502 0
[pid=25258] ppid=25254 vsize=23156 CPUtime=3630.09
/proc/25258/stat : 25258 (minisat20) R 25254 25254 25217 0 -1 4194304 5439 0 0 0 363001 8 0 0 25 0 1 0 215419988 23711744 5434 1992294400 134512640 134998072 4294956256 18446744073709551615 134525512 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25258/statm: 5789 5434 59 118 0 5667 0
Current children cumulated CPU time (s) 3640.72
Current children cumulated vsize (KiB) 26268

[startup+3702.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 25266
/proc/meminfo: memFree=1513808/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=3112 CPUtime=10.63
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 1722 5307 0 0 339 8 680 36 25 0 1 0 215418923 3186688 606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 778 606 158 260 0 502 0
[pid=25258] ppid=25254 vsize=23320 CPUtime=3690.06
/proc/25258/stat : 25258 (minisat20) R 25254 25254 25217 0 -1 4194304 5460 0 0 0 368998 8 0 0 25 0 1 0 215419988 23879680 5455 1992294400 134512640 134998072 4294956256 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25258/statm: 5830 5455 59 118 0 5708 0
Current children cumulated CPU time (s) 3700.69
Current children cumulated vsize (KiB) 26432

[startup+3762.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 25272
/proc/meminfo: memFree=1513424/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=3112 CPUtime=10.63
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 1722 5307 0 0 339 8 680 36 25 0 1 0 215418923 3186688 606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 778 606 158 260 0 502 0
[pid=25258] ppid=25254 vsize=23320 CPUtime=3750.02
/proc/25258/stat : 25258 (minisat20) R 25254 25254 25217 0 -1 4194304 5460 0 0 0 374994 8 0 0 25 0 1 0 215419988 23879680 5455 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25258/statm: 5830 5455 59 118 0 5708 0
Current children cumulated CPU time (s) 3760.65
Current children cumulated vsize (KiB) 26432

[startup+3822.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 25272
/proc/meminfo: memFree=1513488/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=3112 CPUtime=10.63
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 1722 5307 0 0 339 8 680 36 25 0 1 0 215418923 3186688 606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 778 606 158 260 0 502 0
[pid=25258] ppid=25254 vsize=23320 CPUtime=3809.99
/proc/25258/stat : 25258 (minisat20) R 25254 25254 25217 0 -1 4194304 5460 0 0 0 380991 8 0 0 25 0 1 0 215419988 23879680 5455 1992294400 134512640 134998072 4294956256 18446744073709551615 134525610 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25258/statm: 5830 5455 59 118 0 5708 0
Current children cumulated CPU time (s) 3820.62
Current children cumulated vsize (KiB) 26432

[startup+3882.3 s]
/proc/loadavg: 1.04 1.01 0.95 2/66 25272
/proc/meminfo: memFree=1513488/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=3112 CPUtime=10.63
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 1722 5307 0 0 339 8 680 36 25 0 1 0 215418923 3186688 606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 778 606 158 260 0 502 0
[pid=25258] ppid=25254 vsize=23524 CPUtime=3869.97
/proc/25258/stat : 25258 (minisat20) R 25254 25254 25217 0 -1 4194304 5498 0 0 0 386989 8 0 0 25 0 1 0 215419988 24088576 5493 1992294400 134512640 134998072 4294956256 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25258/statm: 5881 5493 59 118 0 5759 0
Current children cumulated CPU time (s) 3880.6
Current children cumulated vsize (KiB) 26636

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

[startup+3883.1 s]
/proc/loadavg: 1.04 1.01 0.95 2/66 25272
/proc/meminfo: memFree=1513488/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=3112 CPUtime=10.63
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 1722 5307 0 0 339 8 680 36 25 0 1 0 215418923 3186688 606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 778 606 158 260 0 502 0
[pid=25258] ppid=25254 vsize=23524 CPUtime=3870.77
/proc/25258/stat : 25258 (minisat20) R 25254 25254 25217 0 -1 4194304 5498 0 0 0 387069 8 0 0 25 0 1 0 215419988 24088576 5493 1992294400 134512640 134998072 4294956256 18446744073709551615 134525645 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25258/statm: 5881 5493 59 118 0 5759 0
Current children cumulated CPU time (s) 3881.4
Current children cumulated vsize (KiB) 26636

[startup+3884.7 s]
/proc/loadavg: 1.03 1.01 0.95 2/66 25272
/proc/meminfo: memFree=1513488/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=3112 CPUtime=10.63
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 1722 5307 0 0 339 8 680 36 25 0 1 0 215418923 3186688 606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 778 606 158 260 0 502 0
[pid=25258] ppid=25254 vsize=23524 CPUtime=3872.36
/proc/25258/stat : 25258 (minisat20) R 25254 25254 25217 0 -1 4194304 5498 0 0 0 387228 8 0 0 25 0 1 0 215419988 24088576 5493 1992294400 134512640 134998072 4294956256 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25258/statm: 5881 5493 59 118 0 5759 0
Current children cumulated CPU time (s) 3882.99
Current children cumulated vsize (KiB) 26636

[startup+3885.1 s]
/proc/loadavg: 1.03 1.01 0.95 2/66 25272
/proc/meminfo: memFree=1513488/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=3112 CPUtime=10.63
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 1722 5307 0 0 339 8 680 36 25 0 1 0 215418923 3186688 606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 778 606 158 260 0 502 0
[pid=25258] ppid=25254 vsize=23524 CPUtime=3872.77
/proc/25258/stat : 25258 (minisat20) R 25254 25254 25217 0 -1 4194304 5498 0 0 0 387269 8 0 0 25 0 1 0 215419988 24088576 5493 1992294400 134512640 134998072 4294956256 18446744073709551615 134519365 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25258/statm: 5881 5493 59 118 0 5759 0
Current children cumulated CPU time (s) 3883.4
Current children cumulated vsize (KiB) 26636

[startup+3885.3 s]
/proc/loadavg: 1.03 1.01 0.95 2/66 25272
/proc/meminfo: memFree=1513488/2055920 swapFree=4179768/4192956
[pid=25254] ppid=25252 vsize=3112 CPUtime=10.63
/proc/25254/stat : 25254 (SATzilla2007_C) S 25252 25254 25217 0 -1 4194304 1722 5307 0 0 339 8 680 36 25 0 1 0 215418923 3186688 606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25254/statm: 778 606 158 260 0 502 0
[pid=25258] ppid=25254 vsize=23524 CPUtime=3872.96
/proc/25258/stat : 25258 (minisat20) R 25254 25254 25217 0 -1 4194304 5498 0 0 0 387288 8 0 0 25 0 1 0 215419988 24088576 5493 1992294400 134512640 134998072 4294956256 18446744073709551615 134519369 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25258/statm: 5881 5493 59 118 0 5759 0
Current children cumulated CPU time (s) 3883.59
Current children cumulated vsize (KiB) 26636

Child status: 20
Real time (s): 3885.37
CPU time (s): 3883.69
CPU user time (s): 3883.15
CPU system time (s): 0.535918
CPU usage (%): 99.9566
Max. virtual memory (cumulated for all children) (KiB): 26636

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

runsolver used 3.47247 second user time and 10.6654 second system time

The end

Launcher Data

Begin job on node45 at 2009-05-09 14:58:30
IDJOB=1784919
IDBENCH=24642
IDSOLVER=640
FILE ID=node45/1784919-1241873910
PBS_JOBID= 9264636
Free space on /tmp= 66196 MiB

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

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

MD5SUM BENCH= d9bf8689fd094f6ad4f37a57f4f0a5ae
RANDOM SEED=1374655427

node45.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.231
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.231
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:       1538936 kB
Buffers:         36184 kB
Cached:         415324 kB
SwapCached:       6948 kB
Active:         108432 kB
Inactive:       351260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1538936 kB
SwapTotal:     4192956 kB
SwapFree:      4179768 kB
Dirty:            8972 kB
Writeback:           0 kB
Mapped:          13900 kB
Slab:            43468 kB
Committed_AS:   722508 kB
PageTables:       1376 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= 66188 MiB
End job on node45 at 2009-05-09 16:03:16