Trace number 319673

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, and are wall clock time (not CPU 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
SATzilla FULL? (TO) 1200.03 1200.62

General information on the benchmark

Nameindustrial/
crypto/mizh-md5-47-5.cnf
MD5SUM361a244b850a858ed2e51ec140de6356
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark110.43
Satisfiable
(Un)Satisfiability was proved
Number of variables65604
Number of clauses273520
Sum of the clauses size814946
Maximum clause length4
Minimum clause length1
Number of clauses of size 1199
Number of clauses of size 2118258
Number of clauses of size 342021
Number of clauses of size 4113042
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

27.91/28.19	c run March_dl for 5 seconds ... 
27.91/28.19	c Bin: Executing march_dl
27.91/28.19	c child exit by a signal
27.91/28.19	c march_dl returned code 137.
27.91/28.19	c run saps for 2 seconds ... 
27.91/28.19	c Bin: Executing ubcsat2006
27.91/28.19	c child exited successfully
27.91/28.19	c ubcsat2006 returned code 0.
27.91/28.19	c satzilla computing base features
27.91/28.19	c satzilla doing unit-prop probe
27.91/28.19	c satzilla doing local search probe
27.91/28.19	c satzilla doing lobjois search-space size estimate
27.91/28.19	c satzilla's ranking:
27.91/28.19	c 1) minisat20: 1.765589
27.91/28.19	c 2) eureka: 2.621221
27.91/28.19	c 3) zchaff_rand: 2.653754
27.91/28.19	c 4) vallst: 3.195702
27.91/28.19	c 5) march_dl: 3.979604
27.91/28.19	c 6) kcnfs: 4.667376
27.91/28.19	c 7) kcnfs+P: 999.000000
27.91/28.19	c 8) march_dl+P: 999.000000
27.91/28.19	c 9) vallst+P: 999.000000
27.91/28.19	c 10) zchaff_rand+P: 999.000000
27.91/28.19	c 11) rsat+P: 999.000000
27.91/28.19	c 12) eureka+P: 999.000000
27.91/28.19	c 13) minisat20+P: 999.000000
27.91/28.19	c 14) rsat: 999.000000
27.91/28.19	c satzilla running minisat20 ... 
27.91/28.20	This is MiniSat 2.0 beta
27.91/28.20	WARNING: for repeatability, setting FPU to use double precision
27.91/28.20	============================[ Problem Statistics ]=============================
27.91/28.20	|                                                                             |
28.02/28.20	|  Number of variables:  65604                                                |
28.02/28.20	|  Number of clauses:    273520                                               |
28.02/28.37	|  Parsing time:         0.15         s                                       |
28.02/28.38	============================[ Search Statistics ]==============================
28.02/28.38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
28.02/28.38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
28.02/28.38	===============================================================================
28.02/28.38	|         0 |   60368   233843   674595 |    77947        0    nan |  0.000 % |
28.02/28.40	|       100 |   60368   233843   674595 |    85742      100      4 |  7.981 % |
28.02/28.42	|       250 |   60367   233843   674595 |    94316      249      5 |  8.028 % |
28.02/28.46	|       476 |   60367   233843   674595 |   103748      475      5 |  8.028 % |
28.32/28.54	|       813 |   60367   233843   674595 |   114123      812      5 |  8.028 % |
28.32/28.57	|      1319 |   60367   233843   674595 |   125535     1318      6 |  8.028 % |
28.51/28.74	|      2079 |   60335   233691   674225 |   138089     2076      7 |  8.032 % |
28.61/28.82	|      3218 |   60335   233691   674225 |   151897     3215      8 |  8.032 % |
28.71/28.91	|      4926 |   60335   233691   674225 |   167087     4923      9 |  8.032 % |
28.91/29.10	|      7488 |   60335   233691   674225 |   183796     7485     11 |  8.032 % |
29.21/29.42	|     11333 |   60335   233691   674225 |   202176    11330     11 |  8.032 % |
29.71/29.90	|     17101 |   60332   233648   674091 |   222393    16889     11 |  8.036 % |
30.61/30.81	|     25750 |   60332   233648   674091 |   244633    25538     13 |  8.036 % |
32.31/32.57	|     38724 |   60311   233528   673743 |   269096    35566     13 |  8.068 % |
34.41/34.62	|     58187 |   60308   233489   673649 |   296006    55022     14 |  8.074 % |
38.60/38.87	|     87379 |   59925   231745   669050 |   325606    77771     13 |  8.656 % |
47.50/47.70	|    131169 |   56934   219352   634588 |   358167    60681     10 | 13.216 % |
68.50/68.73	|    196853 |   56327   216915   627797 |   393984   116074     11 | 14.182 % |
120.08/120.31	|    295379 |   55784   214299   620497 |   433382   205235     15 | 14.969 % |
327.03/327.40	|    443168 |   55637   213552   618374 |   476720   348490     42 | 15.193 % |
1072.33/1072.91	|    664853 |   55563   213129   617162 |   524392   125975     18 | 15.305 % |
1198.80/1199.47	c Bin: Executing minisat20
1198.80/1199.47	c child exit by a signal
1198.80/1199.47	c minisat20 returned code 137.
1198.80/1199.47	c minisat20 returned code 137.
1198.80/1199.47	c satzilla running eureka ... 
1198.80/1199.47	c Bin: Executing eureka
1198.80/1199.47	c eureka returned code 1.
1198.80/1199.47	c eureka returned code 1.
1198.80/1199.47	c satzilla running zchaff_rand ... 
1198.80/1199.47	c Bin: Executing zchaff_rand
1198.80/1199.47	c zchaff_rand returned code 1.
1198.80/1199.47	c zchaff_rand returned code 1.
1198.80/1199.47	c satzilla running vallst ... 
1198.80/1199.48	c Bin: Executing vallst
1198.80/1199.48	c vallst returned code 1.
1198.80/1199.48	c vallst returned code 1.
1198.80/1199.48	c satzilla running march_dl ... 
1198.80/1199.48	c Bin: Executing march_dl
1198.80/1199.48	c march_dl returned code 1.
1198.80/1199.48	c march_dl returned code 1.
1198.80/1199.48	c satzilla running kcnfs ... 
1198.80/1199.48	c Bin: Executing kcnfs
1198.80/1199.48	c kcnfs returned code 1.
1198.80/1199.48	c kcnfs returned code 1.
1198.80/1199.48	c satzilla running kcnfs with preprocessing ... 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node5/watcher-319673-1173034704 -o ROOT/results/node5/solver-319673-1173034704 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319673-1173034704/SATzilla2007_F /tmp/evaluation/319673-1173034704/instance-319673-1173034704.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.91 0.95 0.90 3/77 1094
/proc/meminfo: memFree=1805152/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=1512 CPUtime=0
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 323425245 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 378 125 110 260 0 84 0
[pid=1095] ppid=1094 vsize=4468 CPUtime=0
/proc/1095/stat : 1095 (march_dl) R 1094 1094 508 0 -1 4194304 522 0 0 0 0 0 0 0 19 0 1 0 323425245 4575232 516 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1095/statm: 1117 518 49 118 0 996 0

[startup+0.0617119 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 1094
/proc/meminfo: memFree=1805152/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=1512 CPUtime=0
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 323425245 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 378 125 110 260 0 84 0
[pid=1095] ppid=1094 vsize=7488 CPUtime=0.05
/proc/1095/stat : 1095 (march_dl) R 1094 1094 508 0 -1 4194304 1496 0 0 0 5 0 0 0 19 0 1 0 323425245 7667712 1490 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1095/statm: 1872 1490 50 118 0 1751 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9000

[startup+0.101717 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 1094
/proc/meminfo: memFree=1805152/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=1512 CPUtime=0
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 323425245 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 378 125 110 260 0 84 0
[pid=1095] ppid=1094 vsize=8016 CPUtime=0.09
/proc/1095/stat : 1095 (march_dl) R 1094 1094 508 0 -1 4194304 1651 0 0 0 9 0 0 0 19 0 1 0 323425245 8208384 1645 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1095/statm: 2004 1645 50 118 0 1883 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9528

[startup+0.301738 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 1094
/proc/meminfo: memFree=1805152/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=1512 CPUtime=0
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 323425245 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 378 125 110 260 0 84 0
[pid=1095] ppid=1094 vsize=10524 CPUtime=0.29
/proc/1095/stat : 1095 (march_dl) R 1094 1094 508 0 -1 4194304 2411 0 0 0 28 1 0 0 20 0 1 0 323425245 10776576 2405 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1095/statm: 2631 2406 50 118 0 2510 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12036

[startup+0.701783 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 1094
/proc/meminfo: memFree=1805152/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=1512 CPUtime=0
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 323425245 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 378 125 110 260 0 84 0
[pid=1095] ppid=1094 vsize=28168 CPUtime=0.69
/proc/1095/stat : 1095 (march_dl) R 1094 1094 508 0 -1 4194304 6490 0 0 0 67 2 0 0 24 0 1 0 323425245 28844032 5907 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134543089 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1095/statm: 7042 5907 55 118 0 6921 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29680

[startup+1.50187 s]
/proc/loadavg: 0.91 0.95 0.90 2/79 1096
/proc/meminfo: memFree=1784592/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=1512 CPUtime=0
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 323425245 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 378 125 110 260 0 84 0
[pid=1095] ppid=1094 vsize=25448 CPUtime=1.48
/proc/1095/stat : 1095 (march_dl) R 1094 1094 508 0 -1 4194304 8983 0 0 0 145 3 0 0 25 0 1 0 323425245 26058752 5258 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1095/statm: 6362 5258 55 118 0 6241 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 26960

[startup+3.10105 s]
/proc/loadavg: 0.91 0.95 0.90 2/79 1096
/proc/meminfo: memFree=1783824/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=1512 CPUtime=0
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 323425245 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 378 125 110 260 0 84 0
[pid=1095] ppid=1094 vsize=25448 CPUtime=3.09
/proc/1095/stat : 1095 (march_dl) R 1094 1094 508 0 -1 4194304 13048 0 0 0 304 5 0 0 25 0 1 0 323425245 26058752 5307 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134542888 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1095/statm: 6362 5307 57 118 0 6241 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26960

[startup+6.30142 s]
/proc/loadavg: 0.92 0.95 0.90 3/79 1097
/proc/meminfo: memFree=1799696/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=1512 CPUtime=4.99
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 149 22296 0 0 0 0 488 11 17 0 1 0 323425245 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1094/statm: 378 125 110 260 0 84 0
[pid=1097] ppid=1094 vsize=26688 CPUtime=1.14
/proc/1097/stat : 1097 (ubcsat2006) R 1094 1094 508 0 -1 4194304 4611 0 14 0 112 2 0 0 24 0 1 0 323425747 27328512 4607 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 134553066 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1097/statm: 6672 4607 156 64 0 6253 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 28200

[startup+12.7011 s]
/proc/loadavg: 0.93 0.95 0.90 2/78 1097
/proc/meminfo: memFree=1776792/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=29624 CPUtime=12.52
/proc/1094/stat : 1094 (SATzilla2007_F) R 1092 1094 508 0 -1 4194304 6890 26917 0 14 507 4 727 14 25 0 1 0 323425245 30334976 6858 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/1094/statm: 7406 6858 135 260 0 7112 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 29624

[startup+25.5016 s]
/proc/loadavg: 0.94 0.96 0.91 2/78 1097
/proc/meminfo: memFree=1768792/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=43300 CPUtime=25.32
/proc/1094/stat : 1094 (SATzilla2007_F) R 1092 1094 508 0 -1 4194304 13323 26917 0 14 1779 12 727 14 25 0 1 0 323425245 44339200 8914 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/1094/statm: 10825 8914 164 260 0 10531 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 43300

[startup+51.1015 s]
/proc/loadavg: 0.96 0.96 0.91 2/79 1098
/proc/meminfo: memFree=1763088/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=18884 CPUtime=28.02
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 16904 26917 0 14 2046 15 727 14 25 0 1 0 323425245 19337216 4445 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 4721 4445 170 260 0 4427 0
[pid=1098] ppid=1094 vsize=25360 CPUtime=22.88
/proc/1098/stat : 1098 (minisat20) R 1094 1094 508 0 -1 4194304 5941 0 0 0 2283 5 0 0 25 0 1 0 323428065 25968640 5934 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1098/statm: 6340 5934 59 118 0 6218 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 44244

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.91 2/79 1098
/proc/meminfo: memFree=1753872/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=18884 CPUtime=28.02
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 16904 26917 0 14 2046 15 727 14 25 0 1 0 323425245 19337216 4445 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 4721 4445 170 260 0 4427 0
[pid=1098] ppid=1094 vsize=34552 CPUtime=74.07
/proc/1098/stat : 1098 (minisat20) R 1094 1094 508 0 -1 4194304 8266 0 0 0 7400 7 0 0 25 0 1 0 323428065 35381248 8259 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1098/statm: 8638 8259 59 118 0 8516 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 53436

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/85 1162
/proc/meminfo: memFree=1738272/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=18884 CPUtime=28.02
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 16904 26917 0 14 2046 15 727 14 25 0 1 0 323425245 19337216 4445 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 4721 4445 170 260 0 4427 0
[pid=1098] ppid=1094 vsize=49072 CPUtime=134.03
/proc/1098/stat : 1098 (minisat20) R 1094 1094 508 0 -1 4194304 11859 0 0 0 13390 13 0 0 25 0 1 0 323428065 50249728 11852 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525572 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1098/statm: 12268 11852 59 118 0 12146 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 67956

[startup+222.302 s]
/proc/loadavg: 1.07 0.99 0.91 2/85 1266
/proc/meminfo: memFree=1723680/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=18884 CPUtime=28.02
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 16904 26917 0 14 2046 15 727 14 25 0 1 0 323425245 19337216 4445 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 4721 4445 170 260 0 4427 0
[pid=1098] ppid=1094 vsize=63484 CPUtime=193.96
/proc/1098/stat : 1098 (minisat20) R 1094 1094 508 0 -1 4194304 15485 0 0 0 19379 17 0 0 25 0 1 0 323428065 65007616 15478 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1098/statm: 15871 15478 59 118 0 15749 0
Current children cumulated CPU time (s) 221.98
Current children cumulated vsize (KiB) 82368

[startup+282.302 s]
/proc/loadavg: 1.03 0.99 0.91 2/79 1298
/proc/meminfo: memFree=1709584/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=18884 CPUtime=28.02
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 16904 26917 0 14 2046 15 727 14 25 0 1 0 323425245 19337216 4445 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 4721 4445 170 260 0 4427 0
[pid=1098] ppid=1094 vsize=79284 CPUtime=253.93
/proc/1098/stat : 1098 (minisat20) R 1094 1094 508 0 -1 4194304 19308 0 0 0 25370 23 0 0 25 0 1 0 323428065 81186816 19301 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1098/statm: 19821 19301 59 118 0 19699 0
Current children cumulated CPU time (s) 281.95
Current children cumulated vsize (KiB) 98168

[startup+342.301 s]
/proc/loadavg: 1.01 0.99 0.91 2/79 1298
/proc/meminfo: memFree=1695376/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=18884 CPUtime=28.02
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 16904 26917 0 14 2046 15 727 14 25 0 1 0 323425245 19337216 4445 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 4721 4445 170 260 0 4427 0
[pid=1098] ppid=1094 vsize=93144 CPUtime=313.9
/proc/1098/stat : 1098 (minisat20) R 1094 1094 508 0 -1 4194304 22810 0 0 0 31364 26 0 0 25 0 1 0 323428065 95379456 22803 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1098/statm: 23286 22803 59 118 0 23164 0
Current children cumulated CPU time (s) 341.92
Current children cumulated vsize (KiB) 112028

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 1298
/proc/meminfo: memFree=1680464/2055920 swapFree=4192148/4192956

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

[pid=1094] ppid=1092 vsize=18884 CPUtime=28.02
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 16904 26917 0 14 2046 15 727 14 25 0 1 0 323425245 19337216 4445 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 4721 4445 170 260 0 4427 0
[pid=1098] ppid=1094 vsize=123956 CPUtime=433.87
/proc/1098/stat : 1098 (minisat20) R 1094 1094 508 0 -1 4194304 30526 0 0 0 43351 36 0 0 25 0 1 0 323428065 126930944 30519 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1098/statm: 30989 30519 59 118 0 30867 0
Current children cumulated CPU time (s) 461.89
Current children cumulated vsize (KiB) 142840

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 1298
/proc/meminfo: memFree=1648976/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=18884 CPUtime=28.02
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 16904 26917 0 14 2046 15 727 14 25 0 1 0 323425245 19337216 4445 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 4721 4445 170 260 0 4427 0
[pid=1098] ppid=1094 vsize=139560 CPUtime=493.86
/proc/1098/stat : 1098 (minisat20) R 1094 1094 508 0 -1 4194304 34415 0 0 0 49347 39 0 0 25 0 1 0 323428065 142909440 34408 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1098/statm: 34890 34408 59 118 0 34768 0
Current children cumulated CPU time (s) 521.88
Current children cumulated vsize (KiB) 158444

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 1298
/proc/meminfo: memFree=1632272/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=18884 CPUtime=28.02
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 16904 26917 0 14 2046 15 727 14 25 0 1 0 323425245 19337216 4445 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 4721 4445 170 260 0 4427 0
[pid=1098] ppid=1094 vsize=155960 CPUtime=553.84
/proc/1098/stat : 1098 (minisat20) R 1094 1094 508 0 -1 4194304 38544 0 0 0 55341 43 0 0 25 0 1 0 323428065 159703040 38537 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528274 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1098/statm: 38990 38537 59 118 0 38868 0
Current children cumulated CPU time (s) 581.86
Current children cumulated vsize (KiB) 174844

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 1298
/proc/meminfo: memFree=1616848/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=18884 CPUtime=28.02
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 16904 26917 0 14 2046 15 727 14 25 0 1 0 323425245 19337216 4445 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 4721 4445 170 260 0 4427 0
[pid=1098] ppid=1094 vsize=171212 CPUtime=613.83
/proc/1098/stat : 1098 (minisat20) R 1094 1094 508 0 -1 4194304 42363 0 0 0 61335 48 0 0 25 0 1 0 323428065 175321088 42356 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1098/statm: 42803 42356 59 118 0 42681 0
Current children cumulated CPU time (s) 641.85
Current children cumulated vsize (KiB) 190096

[startup+702.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 1298
/proc/meminfo: memFree=1600976/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=18884 CPUtime=28.02
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 16904 26917 0 14 2046 15 727 14 25 0 1 0 323425245 19337216 4445 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 4721 4445 170 260 0 4427 0
[pid=1098] ppid=1094 vsize=187220 CPUtime=673.81
/proc/1098/stat : 1098 (minisat20) R 1094 1094 508 0 -1 4194304 46368 0 0 0 67328 53 0 0 25 0 1 0 323428065 191713280 46361 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1098/statm: 46805 46361 59 118 0 46683 0
Current children cumulated CPU time (s) 701.83
Current children cumulated vsize (KiB) 206104

[startup+762.306 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 1298
/proc/meminfo: memFree=1585296/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=18884 CPUtime=28.02
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 16904 26917 0 14 2046 15 727 14 25 0 1 0 323425245 19337216 4445 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 4721 4445 170 260 0 4427 0
[pid=1098] ppid=1094 vsize=202732 CPUtime=733.8
/proc/1098/stat : 1098 (minisat20) R 1094 1094 508 0 -1 4194304 50253 0 0 0 73322 58 0 0 25 0 1 0 323428065 207597568 50246 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1098/statm: 50683 50246 59 118 0 50561 0
Current children cumulated CPU time (s) 761.82
Current children cumulated vsize (KiB) 221616

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 1298
/proc/meminfo: memFree=1570000/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=18884 CPUtime=28.02
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 16904 26917 0 14 2046 15 727 14 25 0 1 0 323425245 19337216 4445 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 4721 4445 170 260 0 4427 0
[pid=1098] ppid=1094 vsize=218112 CPUtime=793.78
/proc/1098/stat : 1098 (minisat20) R 1094 1094 508 0 -1 4194304 54100 0 0 0 79315 63 0 0 25 0 1 0 323428065 223346688 54093 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525843 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1098/statm: 54528 54093 59 118 0 54406 0
Current children cumulated CPU time (s) 821.8
Current children cumulated vsize (KiB) 236996

[startup+882.301 s]
/proc/loadavg: 1.07 1.00 0.92 2/79 1298
/proc/meminfo: memFree=1558096/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=18884 CPUtime=28.02
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 16904 26917 0 14 2046 15 727 14 25 0 1 0 323425245 19337216 4445 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 4721 4445 170 260 0 4427 0
[pid=1098] ppid=1094 vsize=229884 CPUtime=853.77
/proc/1098/stat : 1098 (minisat20) R 1094 1094 508 0 -1 4194304 57041 0 0 0 85310 67 0 0 25 0 1 0 323428065 235401216 57034 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1098/statm: 57471 57034 59 118 0 57349 0
Current children cumulated CPU time (s) 881.79
Current children cumulated vsize (KiB) 248768

[startup+942.301 s]
/proc/loadavg: 1.02 1.00 0.92 2/79 1298
/proc/meminfo: memFree=1548816/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=18884 CPUtime=28.02
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 16904 26917 0 14 2046 15 727 14 25 0 1 0 323425245 19337216 4445 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 4721 4445 170 260 0 4427 0
[pid=1098] ppid=1094 vsize=239140 CPUtime=913.75
/proc/1098/stat : 1098 (minisat20) R 1094 1094 508 0 -1 4194304 59386 0 0 0 91304 71 0 0 25 0 1 0 323428065 244879360 59379 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1098/statm: 59785 59379 59 118 0 59663 0
Current children cumulated CPU time (s) 941.77
Current children cumulated vsize (KiB) 258024

[startup+1002.3 s]
/proc/loadavg: 1.01 1.00 0.92 2/79 1298
/proc/meminfo: memFree=1537040/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=18884 CPUtime=28.02
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 16904 26917 0 14 2046 15 727 14 25 0 1 0 323425245 19337216 4445 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 4721 4445 170 260 0 4427 0
[pid=1098] ppid=1094 vsize=251676 CPUtime=973.73
/proc/1098/stat : 1098 (minisat20) R 1094 1094 508 0 -1 4194304 62309 0 0 0 97298 75 0 0 25 0 1 0 323428065 257716224 62302 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1098/statm: 62919 62302 59 118 0 62797 0
Current children cumulated CPU time (s) 1001.75
Current children cumulated vsize (KiB) 270560

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 1298
/proc/meminfo: memFree=1533264/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=18884 CPUtime=28.02
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 16904 26917 0 14 2046 15 727 14 25 0 1 0 323425245 19337216 4445 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 4721 4445 170 260 0 4427 0
[pid=1098] ppid=1094 vsize=255244 CPUtime=1033.71
/proc/1098/stat : 1098 (minisat20) R 1094 1094 508 0 -1 4194304 63225 0 0 0 103295 76 0 0 25 0 1 0 323428065 261369856 63218 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1098/statm: 63811 63218 59 118 0 63689 0
Current children cumulated CPU time (s) 1061.73
Current children cumulated vsize (KiB) 274128

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 1298
/proc/meminfo: memFree=1533200/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=18884 CPUtime=28.02
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 16904 26917 0 14 2046 15 727 14 25 0 1 0 323425245 19337216 4445 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 4721 4445 170 260 0 4427 0
[pid=1098] ppid=1094 vsize=255244 CPUtime=1093.7
/proc/1098/stat : 1098 (minisat20) R 1094 1094 508 0 -1 4194304 63225 0 0 0 109293 77 0 0 25 0 1 0 323428065 261369856 63218 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1098/statm: 63811 63218 59 118 0 63689 0
Current children cumulated CPU time (s) 1121.72
Current children cumulated vsize (KiB) 274128

[startup+1182.3 s]
/proc/loadavg: 1.04 1.01 0.93 2/79 1298
/proc/meminfo: memFree=1533200/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=18884 CPUtime=28.02
/proc/1094/stat : 1094 (SATzilla2007_F) S 1092 1094 508 0 -1 4194304 16904 26917 0 14 2046 15 727 14 25 0 1 0 323425245 19337216 4445 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1094/statm: 4721 4445 170 260 0 4427 0
[pid=1098] ppid=1094 vsize=255244 CPUtime=1153.68
/proc/1098/stat : 1098 (minisat20) R 1094 1094 508 0 -1 4194304 63225 0 0 0 115291 77 0 0 25 0 1 0 323428065 261369856 63218 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1098/statm: 63811 63218 59 118 0 63689 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 274128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.02 1.01 0.93 2/78 1298
/proc/meminfo: memFree=1741976/2055920 swapFree=4192148/4192956
[pid=1094] ppid=1092 vsize=98044 CPUtime=1200
/proc/1094/stat : 1094 (SATzilla2007_F) R 1092 1094 508 0 -1 4194304 28971 90142 0 14 2146 26 117732 96 25 0 1 0 323425245 100397056 15523 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/1094/statm: 24511 15523 177 260 0 24217 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 98044

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.62
CPU time (s): 1200.03
CPU user time (s): 1198.79
CPU system time (s): 1.24481
CPU usage (%): 99.9514
Max. virtual memory (cumulated for all children) (KiB): 274128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.79
system time used= 1.24481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119113
page faults= 14
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59
involuntary context switches= 25023

runsolver used 1.16182 second user time and 3.21451 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Sun Mar  4 18:58:24 UTC 2007

IDJOB= 319673
IDBENCH= 20484
IDSOLVER= 136
FILE ID= node5/319673-1173034704

PBS_JOBID= 4012247

Free space on /tmp= 66530 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/industrial/crypto/mizh-md5-47-5.cnf
COMMAND LINE= /tmp/evaluation/319673-1173034704/SATzilla2007_F /tmp/evaluation/319673-1173034704/instance-319673-1173034704.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-319673-1173034704 -o ROOT/results/node5/solver-319673-1173034704 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/319673-1173034704/SATzilla2007_F /tmp/evaluation/319673-1173034704/instance-319673-1173034704.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  361a244b850a858ed2e51ec140de6356

RANDOM SEED= 632854759

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.224
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.224
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:       1805560 kB
Buffers:         27896 kB
Cached:         111100 kB
SwapCached:        268 kB
Active:          67616 kB
Inactive:       118376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1805560 kB
SwapTotal:     4192956 kB
SwapFree:      4192148 kB
Dirty:           15576 kB
Writeback:           0 kB
Mapped:          57344 kB
Slab:            50020 kB
Committed_AS:  1148924 kB
PageTables:       1700 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= 66530 MiB

End job on node5 on Sun Mar  4 19:18:27 UTC 2007