Trace number 1785159

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 1536.5 1537.01

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-ukn003.sat05-2726.reshuffled-07.cnf
MD5SUM92c8b4fc23a7c22313979a2d9b3b5a58
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark101.986
Satisfiable
(Un)Satisfiability was proved
Number of variables1691
Number of clauses9177
Sum of the clauses size77698
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31389
Number of clauses of size 4171
Number of clauses of size 5960
Number of clauses of size over 56335

Solver Data

12.62/12.78	c run March_dl for 5 seconds ... 
12.62/12.78	c Bin: Executing march_dl
12.62/12.78	c child exit by a signal
12.62/12.78	c march_dl returned code 137.
12.62/12.78	c run saps (UBCSAT implementation) for 2 seconds ... 
12.62/12.78	c Bin: Executing ubcsat2006
12.62/12.78	c child exited successfully
12.62/12.78	c ubcsat2006 returned code 0.
12.62/12.78	c satzilla computing base features
12.62/12.78	c satzilla doing unit-prop probe
12.62/12.78	c satzilla doing local search probe
12.62/12.78	c satzilla doing lobjois search-space size estimate
12.62/12.78	c satzilla's ranking:
12.62/12.78	c 1) minisat20: 0.624420
12.62/12.78	c 2) minisat20+P: 1.545403
12.62/12.78	c 3) zchaff_rand+P: 1.764748
12.62/12.78	c 4) vallst+P: 2.022831
12.62/12.78	c 5) march_dl+P: 2.393131
12.62/12.78	c 6) march_dl: 2.441368
12.62/12.78	c 7) kcnfs+P: 999.000000
12.62/12.78	c 8) kcnfs: 999.000000
12.62/12.78	c 9) vallst: 999.000000
12.62/12.78	c 10) zchaff_rand: 999.000000
12.62/12.78	c satzilla running minisat20 ... 
12.62/12.78	This is MiniSat 2.0 beta
12.62/12.78	WARNING: for repeatability, setting FPU to use double precision
12.62/12.78	============================[ Problem Statistics ]=============================
12.62/12.78	|                                                                             |
12.62/12.78	|  Number of variables:  2123                                                 |
12.62/12.78	|  Number of clauses:    9177                                                 |
12.62/12.79	|  Parsing time:         0.01         s                                       |
12.62/12.79	============================[ Search Statistics ]==============================
12.62/12.79	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.62/12.79	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.62/12.79	===============================================================================
12.62/12.79	|         0 |    2081     8714    75623 |     2904        0    nan |  0.000 % |
12.62/12.79	|       100 |    2081     8714    75623 |     3195      100     13 |  1.978 % |
12.70/12.80	|       250 |    2081     8714    75623 |     3514      250     16 |  1.978 % |
12.70/12.80	|       476 |    2081     8714    75623 |     3866      476     16 |  1.979 % |
12.70/12.81	|       813 |    2081     8714    75623 |     4252      813     15 |  1.978 % |
12.70/12.82	|      1320 |    2081     8714    75623 |     4677     1320     17 |  1.978 % |
12.70/12.85	|      2080 |    2081     8714    75623 |     5145     2080     19 |  1.978 % |
12.70/12.89	|      3219 |    2081     8714    75623 |     5660     3219     20 |  1.978 % |
12.70/12.98	|      4928 |    2081     8714    75623 |     6226     4928     20 |  1.978 % |
13.01/13.15	|      7492 |    2081     8714    75623 |     6849     4307     23 |  1.978 % |
13.31/13.42	|     11336 |    2081     8714    75623 |     7533     4665     23 |  1.978 % |
13.71/13.83	|     17102 |    2081     8714    75623 |     8287     6591     24 |  1.978 % |
14.31/14.48	|     25751 |    2080     8700    75557 |     9116     6793     22 |  2.025 % |
15.61/15.75	|     38725 |    2080     8700    75557 |    10027     5894     27 |  2.025 % |
17.61/17.73	|     58186 |    2080     8700    75557 |    11030    10110     30 |  2.025 % |
21.11/21.29	|     87378 |    2080     8700    75557 |    12133     5851     23 |  2.026 % |
26.40/26.57	|    131167 |    2080     8700    75557 |    13346     6779     24 |  2.026 % |
36.00/36.14	|    196851 |    2080     8700    75557 |    14681    11801     30 |  2.025 % |
52.99/53.17	|    295377 |    2080     8700    75557 |    16149    14120     30 |  2.026 % |
81.18/81.34	|    443167 |    2080     8700    75557 |    17764    15539     31 |  2.025 % |
126.17/126.35	|    664851 |    2080     8700    75557 |    19541    13750     29 |  2.025 % |
204.46/204.63	|    997377 |    2080     8700    75557 |    21495    11908     34 |  2.025 % |
326.01/326.21	|   1496166 |    2080     8700    75557 |    23644    13643     24 |  2.025 % |
530.65/530.93	|   2244349 |    2080     8700    75557 |    26009    13523     25 |  2.025 % |
822.76/823.10	|   3366624 |    2080     8700    75557 |    28610    25397     29 |  2.025 % |
1270.23/1270.76	|   5050035 |    2080     8700    75557 |    31471    27103     23 |  2.025 % |
1536.45/1537.01	===============================================================================
1536.45/1537.01	restarts              : 26
1536.45/1537.01	conflicts             : 6031082        (3958 /sec)
1536.45/1537.01	decisions             : 17692230       (1.96 % random) (11611 /sec)
1536.45/1537.01	propagations          : 272640136      (178934 /sec)
1536.45/1537.01	conflict literals     : 182463473      (36.21 % deleted)
1536.45/1537.01	Memory used           : 12.11 MB
1536.45/1537.01	CPU time              : 1523.69 s
1536.45/1537.01	
1536.45/1537.01	c Bin: Executing minisat20
1536.45/1537.01	c child exited successfully
1536.45/1537.01	c minisat20 returned code 20.
1536.45/1537.01	s UNSATISFIABLE
1536.45/1537.01	c SATZILLA_TIME=1536.720000

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-1785159-1241896641/watcher-1785159-1241896641 -o /tmp/evaluation-result-1785159-1241896641/solver-1785159-1241896641 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1785159-1241896641.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/64 25159
/proc/meminfo: memFree=1643944/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=1440 CPUtime=0
/proc/25159/stat : 25159 (SATzilla2007_C) R 25157 25159 25049 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 217696848 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/25159/statm: 360 110 95 260 0 84 0
[pid=25160] ppid=25159 vsize=768 CPUtime=0
/proc/25160/stat : 25160 (march_dl) R 25159 25159 25049 0 -1 4194304 114 0 0 0 0 0 0 0 18 0 1 0 217696849 786432 109 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25160/statm: 192 109 50 118 0 71 0

[startup+0.078724 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25159
/proc/meminfo: memFree=1643944/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=1440 CPUtime=0
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217696848 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25159/statm: 360 110 95 260 0 84 0
[pid=25160] ppid=25159 vsize=2044 CPUtime=0.07
/proc/25160/stat : 25160 (march_dl) R 25159 25159 25049 0 -1 4194304 982 0 0 0 7 0 0 0 19 0 1 0 217696849 2093056 402 1992294400 134512640 134996440 4294956256 18446744073709551615 134543096 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25160/statm: 511 402 57 118 0 390 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3484

[startup+0.101726 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25159
/proc/meminfo: memFree=1643944/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=1440 CPUtime=0
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217696848 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25159/statm: 360 110 95 260 0 84 0
[pid=25160] ppid=25159 vsize=2320 CPUtime=0.09
/proc/25160/stat : 25160 (march_dl) R 25159 25159 25049 0 -1 4194304 1757 0 0 0 9 0 0 0 19 0 1 0 217696849 2375680 481 1992294400 134512640 134996440 4294956256 18446744073709551615 134542429 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25160/statm: 580 481 63 118 0 459 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3760

[startup+0.301755 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25159
/proc/meminfo: memFree=1643944/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=1440 CPUtime=0
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217696848 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25159/statm: 360 110 95 260 0 84 0
[pid=25160] ppid=25159 vsize=4424 CPUtime=0.29
/proc/25160/stat : 25160 (march_dl) R 25159 25159 25049 0 -1 4194304 2226 0 0 0 29 0 0 0 20 0 1 0 217696849 4530176 752 1992294400 134512640 134996440 4294956256 18446744073709551615 134583408 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25160/statm: 1106 752 67 118 0 985 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5864

[startup+0.701813 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25159
/proc/meminfo: memFree=1643944/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=1440 CPUtime=0
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217696848 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25159/statm: 360 110 95 260 0 84 0
[pid=25160] ppid=25159 vsize=4424 CPUtime=0.69
/proc/25160/stat : 25160 (march_dl) R 25159 25159 25049 0 -1 4194304 2234 0 0 0 69 0 0 0 24 0 1 0 217696849 4530176 760 1992294400 134512640 134996440 4294956256 18446744073709551615 134583424 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25160/statm: 1106 760 67 118 0 985 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5864

[startup+1.50193 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 25161
/proc/meminfo: memFree=1637464/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=1440 CPUtime=0
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217696848 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25159/statm: 360 110 95 260 0 84 0
[pid=25160] ppid=25159 vsize=7500 CPUtime=1.49
/proc/25160/stat : 25160 (march_dl) R 25159 25159 25049 0 -1 4194304 3444 0 0 0 136 13 0 0 25 0 1 0 217696849 7680000 1760 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25160/statm: 1875 1760 73 118 0 1754 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8940

[startup+3.10216 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 25161
/proc/meminfo: memFree=1636888/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=1440 CPUtime=0
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217696848 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25159/statm: 360 110 95 260 0 84 0
[pid=25160] ppid=25159 vsize=7176 CPUtime=3.09
/proc/25160/stat : 25160 (march_dl) R 25159 25159 25049 0 -1 4194304 3962 0 0 0 276 33 0 0 25 0 1 0 217696849 7348224 1636 1992294400 134512640 134996440 4294956256 18446744073709551615 134533023 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25160/statm: 1794 1636 75 118 0 1673 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8616

[startup+6.30163 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 25162
/proc/meminfo: memFree=1641176/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=1440 CPUtime=4.99
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 135 3962 0 0 0 0 466 33 16 0 1 0 217696848 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25159/statm: 360 111 96 260 0 84 0
[pid=25162] ppid=25159 vsize=6188 CPUtime=1.24
/proc/25162/stat : 25162 (ubcsat2006) R 25159 25159 25049 0 -1 4194304 465 0 12 0 116 8 0 0 25 0 1 0 217697349 6336512 460 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25162/statm: 1547 460 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7628

[startup+12.7016 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 25162
/proc/meminfo: memFree=1641056/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=2656 CPUtime=12.62
/proc/25159/stat : 25159 (SATzilla2007_C) R 25157 25159 25049 0 -1 4194304 1314 4433 0 12 532 13 668 49 25 0 1 0 217696848 2719744 490 1992294400 134512640 135579813 4294956224 18446744073709551615 134564001 0 0 4096 0 0 0 0 17 1 0 0
/proc/25159/statm: 664 490 157 260 0 388 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 2656

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25163
/proc/meminfo: memFree=1637912/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=2656 CPUtime=12.7
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 1317 4433 0 12 540 13 668 49 25 0 1 0 217696848 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25159/statm: 664 491 158 260 0 388 0
[pid=25163] ppid=25159 vsize=4760 CPUtime=12.7
/proc/25163/stat : 25163 (minisat20) R 25159 25159 25049 0 -1 4194304 933 0 0 0 1270 0 0 0 25 0 1 0 217698127 4874240 928 1992294400 134512640 134998072 4294956256 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25163/statm: 1190 928 59 118 0 1068 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 7416

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25163
/proc/meminfo: memFree=1636696/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=2656 CPUtime=12.7
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 1317 4433 0 12 540 13 668 49 25 0 1 0 217696848 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25159/statm: 664 491 158 260 0 388 0
[pid=25163] ppid=25159 vsize=5836 CPUtime=38.29
/proc/25163/stat : 25163 (minisat20) R 25159 25159 25049 0 -1 4194304 1218 0 0 0 3829 0 0 0 25 0 1 0 217698127 5976064 1213 1992294400 134512640 134998072 4294956256 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25163/statm: 1459 1213 59 118 0 1337 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 8492

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25163
/proc/meminfo: memFree=1635672/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=2656 CPUtime=12.7
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 1317 4433 0 12 540 13 668 49 25 0 1 0 217696848 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25159/statm: 664 491 158 260 0 388 0
[pid=25163] ppid=25159 vsize=6764 CPUtime=89.48
/proc/25163/stat : 25163 (minisat20) R 25159 25159 25049 0 -1 4194304 1460 0 0 0 8947 1 0 0 25 0 1 0 217698127 6926336 1455 1992294400 134512640 134998072 4294956256 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25163/statm: 1691 1455 59 118 0 1569 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 9420

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25163
/proc/meminfo: memFree=1634712/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=2656 CPUtime=12.7
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 1317 4433 0 12 540 13 668 49 25 0 1 0 217696848 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25159/statm: 664 491 158 260 0 388 0
[pid=25163] ppid=25159 vsize=7820 CPUtime=149.46
/proc/25163/stat : 25163 (minisat20) R 25159 25159 25049 0 -1 4194304 1697 0 0 0 14945 1 0 0 25 0 1 0 217698127 8007680 1692 1992294400 134512640 134998072 4294956256 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25163/statm: 1955 1692 59 118 0 1833 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 10476

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25163
/proc/meminfo: memFree=1634072/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=2656 CPUtime=12.7
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 1317 4433 0 12 540 13 668 49 25 0 1 0 217696848 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25159/statm: 664 491 158 260 0 388 0
[pid=25163] ppid=25159 vsize=8348 CPUtime=209.45
/proc/25163/stat : 25163 (minisat20) R 25159 25159 25049 0 -1 4194304 1848 0 0 0 20943 2 0 0 25 0 1 0 217698127 8548352 1843 1992294400 134512640 134998072 4294956256 18446744073709551615 134528820 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25163/statm: 2087 1843 59 118 0 1965 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 11004

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25163
/proc/meminfo: memFree=1633752/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=2656 CPUtime=12.7
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 1317 4433 0 12 540 13 668 49 25 0 1 0 217696848 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25159/statm: 664 491 158 260 0 388 0
[pid=25163] ppid=25159 vsize=8624 CPUtime=269.43
/proc/25163/stat : 25163 (minisat20) R 25159 25159 25049 0 -1 4194304 1918 0 0 0 26941 2 0 0 25 0 1 0 217698127 8830976 1913 1992294400 134512640 134998072 4294956256 18446744073709551615 134528820 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25163/statm: 2156 1913 59 118 0 2034 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 11280

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25163
/proc/meminfo: memFree=1633496/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=2656 CPUtime=12.7
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 1317 4433 0 12 540 13 668 49 25 0 1 0 217696848 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25159/statm: 664 491 158 260 0 388 0
[pid=25163] ppid=25159 vsize=8900 CPUtime=329.4
/proc/25163/stat : 25163 (minisat20) R 25159 25159 25049 0 -1 4194304 1984 0 0 0 32938 2 0 0 25 0 1 0 217698127 9113600 1979 1992294400 134512640 134998072 4294956256 18446744073709551615 134525763 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25163/statm: 2225 1979 59 118 0 2103 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 11556


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


[startup+1302.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 25163
/proc/meminfo: memFree=1629976/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=2656 CPUtime=12.7
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 1317 4433 0 12 540 13 668 49 25 0 1 0 217696848 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25159/statm: 664 491 158 260 0 388 0
[pid=25163] ppid=25159 vsize=12256 CPUtime=1289.12
/proc/25163/stat : 25163 (minisat20) R 25159 25159 25049 0 -1 4194304 2750 0 0 0 128906 6 0 0 25 0 1 0 217698127 12550144 2745 1992294400 134512640 134998072 4294956256 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25163/statm: 3064 2745 59 118 0 2942 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 14912

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25165
/proc/meminfo: memFree=1629720/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=2656 CPUtime=12.7
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 1317 4433 0 12 540 13 668 49 25 0 1 0 217696848 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25159/statm: 664 491 158 260 0 388 0
[pid=25163] ppid=25159 vsize=12256 CPUtime=1349.1
/proc/25163/stat : 25163 (minisat20) R 25159 25159 25049 0 -1 4194304 2750 0 0 0 134904 6 0 0 25 0 1 0 217698127 12550144 2745 1992294400 134512640 134998072 4294956256 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25163/statm: 3064 2745 59 118 0 2942 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 14912

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25165
/proc/meminfo: memFree=1629720/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=2656 CPUtime=12.7
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 1317 4433 0 12 540 13 668 49 25 0 1 0 217696848 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25159/statm: 664 491 158 260 0 388 0
[pid=25163] ppid=25159 vsize=12396 CPUtime=1409.09
/proc/25163/stat : 25163 (minisat20) R 25159 25159 25049 0 -1 4194304 2782 0 0 0 140902 7 0 0 25 0 1 0 217698127 12693504 2777 1992294400 134512640 134998072 4294956256 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25163/statm: 3099 2777 59 118 0 2977 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 15052

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25165
/proc/meminfo: memFree=1629656/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=2656 CPUtime=12.7
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 1317 4433 0 12 540 13 668 49 25 0 1 0 217696848 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25159/statm: 664 491 158 260 0 388 0
[pid=25163] ppid=25159 vsize=12396 CPUtime=1469.07
/proc/25163/stat : 25163 (minisat20) R 25159 25159 25049 0 -1 4194304 2784 0 0 0 146900 7 0 0 25 0 1 0 217698127 12693504 2779 1992294400 134512640 134998072 4294956256 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25163/statm: 3099 2779 59 118 0 2977 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 15052

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

[startup+1484.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25165
/proc/meminfo: memFree=1629656/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=2656 CPUtime=12.7
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 1317 4433 0 12 540 13 668 49 25 0 1 0 217696848 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25159/statm: 664 491 158 260 0 388 0
[pid=25163] ppid=25159 vsize=12396 CPUtime=1471.47
/proc/25163/stat : 25163 (minisat20) R 25159 25159 25049 0 -1 4194304 2784 0 0 0 147140 7 0 0 25 0 1 0 217698127 12693504 2779 1992294400 134512640 134998072 4294956256 18446744073709551615 134525746 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25163/statm: 3099 2779 59 118 0 2977 0
Current children cumulated CPU time (s) 1484.17
Current children cumulated vsize (KiB) 15052

[startup+1510.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25165
/proc/meminfo: memFree=1629656/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=2656 CPUtime=12.7
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 1317 4433 0 12 540 13 668 49 25 0 1 0 217696848 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25159/statm: 664 491 158 260 0 388 0
[pid=25163] ppid=25159 vsize=12396 CPUtime=1497.06
/proc/25163/stat : 25163 (minisat20) R 25159 25159 25049 0 -1 4194304 2785 0 0 0 149699 7 0 0 25 0 1 0 217698127 12693504 2780 1992294400 134512640 134998072 4294956256 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25163/statm: 3099 2780 59 118 0 2977 0
Current children cumulated CPU time (s) 1509.76
Current children cumulated vsize (KiB) 15052

[startup+1523.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25165
/proc/meminfo: memFree=1629656/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=2656 CPUtime=12.7
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 1317 4433 0 12 540 13 668 49 25 0 1 0 217696848 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25159/statm: 664 491 158 260 0 388 0
[pid=25163] ppid=25159 vsize=12396 CPUtime=1509.85
/proc/25163/stat : 25163 (minisat20) R 25159 25159 25049 0 -1 4194304 2785 0 0 0 150978 7 0 0 25 0 1 0 217698127 12693504 2780 1992294400 134512640 134998072 4294956256 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25163/statm: 3099 2780 59 118 0 2977 0
Current children cumulated CPU time (s) 1522.55
Current children cumulated vsize (KiB) 15052

[startup+1529.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25165
/proc/meminfo: memFree=1629656/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=2656 CPUtime=12.7
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 1317 4433 0 12 540 13 668 49 25 0 1 0 217696848 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25159/statm: 664 491 158 260 0 388 0
[pid=25163] ppid=25159 vsize=12396 CPUtime=1516.25
/proc/25163/stat : 25163 (minisat20) R 25159 25159 25049 0 -1 4194304 2785 0 0 0 151618 7 0 0 25 0 1 0 217698127 12693504 2780 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25163/statm: 3099 2780 59 118 0 2977 0
Current children cumulated CPU time (s) 1528.95
Current children cumulated vsize (KiB) 15052

[startup+1532.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25165
/proc/meminfo: memFree=1629656/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=2656 CPUtime=12.7
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 1317 4433 0 12 540 13 668 49 25 0 1 0 217696848 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25159/statm: 664 491 158 260 0 388 0
[pid=25163] ppid=25159 vsize=12396 CPUtime=1519.45
/proc/25163/stat : 25163 (minisat20) R 25159 25159 25049 0 -1 4194304 2790 0 0 0 151938 7 0 0 25 0 1 0 217698127 12693504 2785 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25163/statm: 3099 2785 59 118 0 2977 0
Current children cumulated CPU time (s) 1532.15
Current children cumulated vsize (KiB) 15052

[startup+1534.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25165
/proc/meminfo: memFree=1629656/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=2656 CPUtime=12.7
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 1317 4433 0 12 540 13 668 49 25 0 1 0 217696848 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25159/statm: 664 491 158 260 0 388 0
[pid=25163] ppid=25159 vsize=12396 CPUtime=1521.05
/proc/25163/stat : 25163 (minisat20) R 25159 25159 25049 0 -1 4194304 2790 0 0 0 152098 7 0 0 25 0 1 0 217698127 12693504 2785 1992294400 134512640 134998072 4294956256 18446744073709551615 134528282 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25163/statm: 3099 2785 59 118 0 2977 0
Current children cumulated CPU time (s) 1533.75
Current children cumulated vsize (KiB) 15052

[startup+1535.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25165
/proc/meminfo: memFree=1629656/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=2656 CPUtime=12.7
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 1317 4433 0 12 540 13 668 49 25 0 1 0 217696848 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25159/statm: 664 491 158 260 0 388 0
[pid=25163] ppid=25159 vsize=12396 CPUtime=1522.65
/proc/25163/stat : 25163 (minisat20) R 25159 25159 25049 0 -1 4194304 2791 0 0 0 152258 7 0 0 25 0 1 0 217698127 12693504 2786 1992294400 134512640 134998072 4294956256 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25163/statm: 3099 2786 59 118 0 2977 0
Current children cumulated CPU time (s) 1535.35
Current children cumulated vsize (KiB) 15052

[startup+1536.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25165
/proc/meminfo: memFree=1629720/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=2656 CPUtime=12.7
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 1317 4433 0 12 540 13 668 49 25 0 1 0 217696848 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25159/statm: 664 491 158 260 0 388 0
[pid=25163] ppid=25159 vsize=12396 CPUtime=1523.45
/proc/25163/stat : 25163 (minisat20) R 25159 25159 25049 0 -1 4194304 2791 0 0 0 152338 7 0 0 25 0 1 0 217698127 12693504 2786 1992294400 134512640 134998072 4294956256 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25163/statm: 3099 2786 59 118 0 2977 0
Current children cumulated CPU time (s) 1536.15
Current children cumulated vsize (KiB) 15052

[startup+1536.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25165
/proc/meminfo: memFree=1629720/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=2656 CPUtime=12.7
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 1317 4433 0 12 540 13 668 49 25 0 1 0 217696848 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25159/statm: 664 491 158 260 0 388 0
[pid=25163] ppid=25159 vsize=12396 CPUtime=1523.65
/proc/25163/stat : 25163 (minisat20) R 25159 25159 25049 0 -1 4194304 2791 0 0 0 152358 7 0 0 25 0 1 0 217698127 12693504 2786 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25163/statm: 3099 2786 59 118 0 2977 0
Current children cumulated CPU time (s) 1536.35
Current children cumulated vsize (KiB) 15052

[startup+1537 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25165
/proc/meminfo: memFree=1629720/2055920 swapFree=4114788/4192956
[pid=25159] ppid=25157 vsize=2656 CPUtime=12.7
/proc/25159/stat : 25159 (SATzilla2007_C) S 25157 25159 25049 0 -1 4194304 1317 4433 0 12 540 13 668 49 25 0 1 0 217696848 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25159/statm: 664 491 158 260 0 388 0
[pid=25163] ppid=25159 vsize=12396 CPUtime=1523.75
/proc/25163/stat : 25163 (minisat20) R 25159 25159 25049 0 -1 4194304 2791 0 0 0 152368 7 0 0 25 0 1 0 217698127 12693504 2786 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25163/statm: 3099 2786 59 118 0 2977 0
Current children cumulated CPU time (s) 1536.45
Current children cumulated vsize (KiB) 15052

Child status: 20
Real time (s): 1537.01
CPU time (s): 1536.5
CPU user time (s): 1535.79
CPU system time (s): 0.701893
CPU usage (%): 99.9662
Max. virtual memory (cumulated for all children) (KiB): 15052

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

runsolver used 1.62875 second user time and 3.9674 second system time

The end

Launcher Data

Begin job on node30 at 2009-05-09 21:17:21
IDJOB=1785159
IDBENCH=24714
IDSOLVER=640
FILE ID=node30/1785159-1241896641
PBS_JOBID= 9264737
Free space on /tmp= 66260 MiB

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

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

MD5SUM BENCH= 92c8b4fc23a7c22313979a2d9b3b5a58
RANDOM SEED=2063177101

node30.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.265
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.265
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:       1644360 kB
Buffers:         44168 kB
Cached:         230632 kB
SwapCached:      72544 kB
Active:         107856 kB
Inactive:       241584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1644360 kB
SwapTotal:     4192956 kB
SwapFree:      4114788 kB
Dirty:            8752 kB
Writeback:           0 kB
Mapped:          14068 kB
Slab:            48144 kB
Committed_AS:   806504 kB
PageTables:       1356 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= 66252 MiB
End job on node30 at 2009-05-09 21:42:58