Trace number 319427

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.05 1200.51

General information on the benchmark

Nameindustrial/
crypto/mizh-md5-47-4.cnf
MD5SUMb0a37265834986ac9165bda379d279fd
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark117.301
Satisfiable
(Un)Satisfiability was proved
Number of variables65604
Number of clauses273506
Sum of the clauses size814918
Maximum clause length4
Minimum clause length1
Number of clauses of size 1199
Number of clauses of size 2118244
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.85/27.91	c run March_dl for 5 seconds ... 
27.85/27.91	c Bin: Executing march_dl
27.85/27.91	c child exit by a signal
27.85/27.91	c march_dl returned code 137.
27.85/27.91	c run saps for 2 seconds ... 
27.85/27.91	c Bin: Executing ubcsat2006
27.85/27.91	c child exited successfully
27.85/27.91	c ubcsat2006 returned code 0.
27.85/27.91	c satzilla computing base features
27.85/27.91	c satzilla doing unit-prop probe
27.85/27.91	c satzilla doing local search probe
27.85/27.91	c satzilla doing lobjois search-space size estimate
27.85/27.91	c satzilla's ranking:
27.85/27.91	c 1) minisat20: 1.754045
27.85/27.91	c 2) eureka: 2.608778
27.85/27.91	c 3) zchaff_rand: 2.655917
27.85/27.91	c 4) vallst: 3.196108
27.85/27.91	c 5) march_dl: 3.989423
27.85/27.91	c 6) kcnfs: 4.666108
27.85/27.91	c 7) kcnfs+P: 999.000000
27.85/27.91	c 8) march_dl+P: 999.000000
27.85/27.91	c 9) vallst+P: 999.000000
27.85/27.91	c 10) zchaff_rand+P: 999.000000
27.85/27.91	c 11) rsat+P: 999.000000
27.85/27.91	c 12) eureka+P: 999.000000
27.85/27.91	c 13) minisat20+P: 999.000000
27.85/27.91	c 14) rsat: 999.000000
27.85/27.91	c satzilla running minisat20 ... 
27.85/27.91	This is MiniSat 2.0 beta
27.85/27.91	WARNING: for repeatability, setting FPU to use double precision
27.85/27.91	============================[ Problem Statistics ]=============================
27.85/27.91	|                                                                             |
27.85/27.92	|  Number of variables:  65604                                                |
27.85/27.92	|  Number of clauses:    273506                                               |
27.86/28.09	|  Parsing time:         0.16         s                                       |
27.86/28.10	============================[ Search Statistics ]==============================
27.86/28.10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.86/28.10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.86/28.10	===============================================================================
27.86/28.10	|         0 |   60286   233565   673857 |    77855        0    nan |  0.000 % |
27.86/28.11	|       101 |   60286   233565   673857 |    85640      101      4 |  8.106 % |
27.86/28.12	|       252 |   60286   233565   673857 |    94204      252      5 |  8.106 % |
27.86/28.15	|       478 |   60285   233565   673857 |   103625      477      5 |  8.108 % |
27.86/28.21	|       815 |   60285   233565   673857 |   113987      814      5 |  8.108 % |
27.86/28.32	|      1321 |   60285   233565   673857 |   125386     1320      6 |  8.108 % |
28.43/28.54	|      2080 |   60284   233559   673837 |   137924     2078      6 |  8.118 % |
28.63/28.72	|      3220 |   60284   233559   673837 |   151717     3218      6 |  8.118 % |
29.03/29.18	|      4928 |   60238   233347   673311 |   166889     4920      7 |  8.179 % |
29.43/29.56	|      7492 |   60237   233342   673299 |   183578     7483      9 |  8.181 % |
30.02/30.16	|     11337 |   60237   233342   673299 |   201935    11328     10 |  8.181 % |
31.22/31.34	|     17103 |   60190   233147   672794 |   222129    17062     10 |  8.253 % |
32.22/32.36	|     25752 |   60190   233147   672794 |   244342    25711     11 |  8.253 % |
34.52/34.67	|     38726 |   60172   233043   672516 |   268776    38667     11 |  8.280 % |
37.12/37.23	|     58187 |   60103   232688   671491 |   295654    52052     12 |  8.481 % |
41.01/41.13	|     87380 |   59933   231963   669591 |   325219    78716     12 |  8.655 % |
48.71/48.85	|    131169 |   59433   229543   662934 |   357741   111785     12 |  9.487 % |
62.61/62.73	|    196854 |   58697   226115   653419 |   393515   150680     12 | 10.583 % |
109.40/109.53	|    295382 |   55800   214364   620740 |   432867   197728     14 | 15.054 % |
426.34/426.64	|    443171 |   55567   213298   617735 |   476154   337326     66 | 15.299 % |
1138.52/1139.05	|    664854 |   55424   212647   615907 |   523769   142579     67 | 15.517 % |
1199.71/1200.21	c Bin: Executing minisat20
1199.71/1200.21	c child exit by a signal
1199.71/1200.21	c minisat20 returned code 137.
1199.71/1200.21	c minisat20 returned code 137.
1199.71/1200.21	c satzilla running eureka ... 
1199.71/1200.21	c Bin: Executing eureka
1199.71/1200.21	c eureka returned code 1.
1199.71/1200.21	c eureka returned code 1.
1199.71/1200.21	c satzilla running zchaff_rand ... 
1199.71/1200.21	c Bin: Executing zchaff_rand
1199.71/1200.21	c zchaff_rand returned code 1.
1199.71/1200.21	c zchaff_rand returned code 1.
1199.71/1200.21	c satzilla running vallst ... 
1199.71/1200.21	c Bin: Executing vallst
1199.71/1200.21	c vallst returned code 1.
1199.71/1200.21	c vallst returned code 1.
1199.71/1200.21	c satzilla running march_dl ... 
1199.71/1200.21	c Bin: Executing march_dl
1199.71/1200.21	c march_dl returned code 1.
1199.71/1200.21	c march_dl returned code 1.
1199.71/1200.21	c satzilla running kcnfs ... 
1199.71/1200.21	c Bin: Executing kcnfs
1199.71/1200.21	c kcnfs returned code 1.
1199.71/1200.21	c kcnfs returned code 1.
1199.71/1200.21	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/node70/watcher-319427-1173030906 -o ROOT/results/node70/solver-319427-1173030906 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319427-1173030906/SATzilla2007_F /tmp/evaluation/319427-1173030906/instance-319427-1173030906.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: 1.76 1.28 0.95 3/64 28682
/proc/meminfo: memFree=953640/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=1512 CPUtime=0
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 29042846 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 378 125 110 260 0 84 0
[pid=28683] ppid=28682 vsize=4468 CPUtime=0
/proc/28683/stat : 28683 (march_dl) R 28682 28682 28422 0 -1 4194304 515 0 0 0 0 0 0 0 19 0 1 0 29042846 4575232 509 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28683/statm: 1117 512 49 118 0 996 0

[startup+0.0990001 s]
/proc/loadavg: 1.76 1.28 0.95 3/64 28682
/proc/meminfo: memFree=953640/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=1512 CPUtime=0
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 29042846 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 378 125 110 260 0 84 0
[pid=28683] ppid=28682 vsize=8016 CPUtime=0.09
/proc/28683/stat : 28683 (march_dl) R 28682 28682 28422 0 -1 4194304 1641 0 0 0 9 0 0 0 19 0 1 0 29042846 8208384 1635 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28683/statm: 2004 1635 50 118 0 1883 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9528

[startup+0.102999 s]
/proc/loadavg: 1.76 1.28 0.95 3/64 28682
/proc/meminfo: memFree=953640/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=1512 CPUtime=0
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 29042846 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 378 125 110 260 0 84 0
[pid=28683] ppid=28682 vsize=8016 CPUtime=0.09
/proc/28683/stat : 28683 (march_dl) R 28682 28682 28422 0 -1 4194304 1657 0 0 0 9 0 0 0 19 0 1 0 29042846 8208384 1651 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28683/statm: 2004 1651 50 118 0 1883 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9528

[startup+0.303019 s]
/proc/loadavg: 1.76 1.28 0.95 3/64 28682
/proc/meminfo: memFree=953640/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=1512 CPUtime=0
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 29042846 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 378 125 110 260 0 84 0
[pid=28683] ppid=28682 vsize=10524 CPUtime=0.3
/proc/28683/stat : 28683 (march_dl) R 28682 28682 28422 0 -1 4194304 2427 0 0 0 29 1 0 0 21 0 1 0 29042846 10776576 2421 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28683/statm: 2631 2422 50 118 0 2510 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 12036

[startup+0.701059 s]
/proc/loadavg: 1.76 1.28 0.95 3/64 28682
/proc/meminfo: memFree=953640/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=1512 CPUtime=0
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 29042846 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 378 125 110 260 0 84 0
[pid=28683] ppid=28682 vsize=28168 CPUtime=0.69
/proc/28683/stat : 28683 (march_dl) R 28682 28682 28422 0 -1 4194304 6488 0 0 0 66 3 0 0 24 0 1 0 29042846 28844032 5905 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28683/statm: 7042 5905 55 118 0 6921 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29680

[startup+1.50114 s]
/proc/loadavg: 1.76 1.28 0.95 2/66 28684
/proc/meminfo: memFree=933080/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=1512 CPUtime=0
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 29042846 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 378 125 110 260 0 84 0
[pid=28683] ppid=28682 vsize=25440 CPUtime=1.49
/proc/28683/stat : 28683 (march_dl) R 28682 28682 28422 0 -1 4194304 8980 0 0 0 145 4 0 0 25 0 1 0 29042846 26050560 5256 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134617604 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28683/statm: 6360 5256 55 118 0 6239 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26952

[startup+3.1013 s]
/proc/loadavg: 1.70 1.27 0.95 2/66 28684
/proc/meminfo: memFree=932312/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=1512 CPUtime=0
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 29042846 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 378 125 110 260 0 84 0
[pid=28683] ppid=28682 vsize=25440 CPUtime=3.09
/proc/28683/stat : 28683 (march_dl) R 28682 28682 28422 0 -1 4194304 13045 0 0 0 303 6 0 0 25 0 1 0 29042846 26050560 5305 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134658102 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28683/statm: 6360 5305 57 118 0 6239 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26952

[startup+6.30162 s]
/proc/loadavg: 1.70 1.27 0.95 2/66 28685
/proc/meminfo: memFree=947928/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=1512 CPUtime=4.99
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 149 22161 0 0 0 0 488 11 16 0 1 0 29042846 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28682/statm: 378 125 110 260 0 84 0
[pid=28685] ppid=28682 vsize=26688 CPUtime=1.28
/proc/28685/stat : 28685 (ubcsat2006) R 28682 28682 28422 0 -1 4194304 4631 0 0 0 126 2 0 0 25 0 1 0 29043347 27328512 4613 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28685/statm: 6672 4613 156 64 0 6253 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 28200

[startup+12.7013 s]
/proc/loadavg: 1.59 1.26 0.95 2/65 28685
/proc/meminfo: memFree=926560/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=29564 CPUtime=12.66
/proc/28682/stat : 28682 (SATzilla2007_F) R 28680 28682 28422 0 -1 4194304 6896 26802 0 0 520 3 729 14 25 0 1 0 29042846 30273536 6864 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/28682/statm: 7391 6864 135 260 0 7097 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 29564

[startup+25.5015 s]
/proc/loadavg: 1.50 1.25 0.95 2/65 28685
/proc/meminfo: memFree=918560/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=43304 CPUtime=25.45
/proc/28682/stat : 28682 (SATzilla2007_F) R 28680 28682 28422 0 -1 4194304 13331 26802 0 0 1794 8 729 14 25 0 1 0 29042846 44343296 8922 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/28682/statm: 10826 8922 164 260 0 10532 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 43304

[startup+51.1021 s]
/proc/loadavg: 1.33 1.23 0.95 2/66 28686
/proc/meminfo: memFree=910232/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=19000 CPUtime=27.86
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 16928 26802 0 0 2032 11 729 14 25 0 1 0 29042846 19456000 4459 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 4750 4459 170 260 0 4456 0
[pid=28686] ppid=28682 vsize=28352 CPUtime=23.15
/proc/28686/stat : 28686 (minisat20) R 28682 28682 28422 0 -1 4194304 6723 0 0 0 2311 4 0 0 25 0 1 0 29045637 29032448 6716 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28686/statm: 7088 6716 59 118 0 6966 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 47352

[startup+102.305 s]
/proc/loadavg: 1.13 1.19 0.95 2/66 28686
/proc/meminfo: memFree=901528/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=19000 CPUtime=27.86
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 16928 26802 0 0 2032 11 729 14 25 0 1 0 29042846 19456000 4459 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 4750 4459 170 260 0 4456 0
[pid=28686] ppid=28682 vsize=36488 CPUtime=74.34
/proc/28686/stat : 28686 (minisat20) R 28682 28682 28422 0 -1 4194304 8778 0 0 0 7429 5 0 0 25 0 1 0 29045637 37363712 8771 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525554 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28686/statm: 9122 8771 59 118 0 9000 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 55488

[startup+162.302 s]
/proc/loadavg: 1.05 1.16 0.95 2/66 28686
/proc/meminfo: memFree=889240/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=19000 CPUtime=27.86
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 16928 26802 0 0 2032 11 729 14 25 0 1 0 29042846 19456000 4459 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 4750 4459 170 260 0 4456 0
[pid=28686] ppid=28682 vsize=49168 CPUtime=134.32
/proc/28686/stat : 28686 (minisat20) R 28682 28682 28422 0 -1 4194304 11849 0 0 0 13423 9 0 0 25 0 1 0 29045637 50348032 11842 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28686/statm: 12292 11842 59 118 0 12170 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 68168

[startup+222.302 s]
/proc/loadavg: 1.02 1.12 0.95 2/66 28686
/proc/meminfo: memFree=875608/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=19000 CPUtime=27.86
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 16928 26802 0 0 2032 11 729 14 25 0 1 0 29042846 19456000 4459 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 4750 4459 170 260 0 4456 0
[pid=28686] ppid=28682 vsize=62632 CPUtime=194.3
/proc/28686/stat : 28686 (minisat20) R 28682 28682 28422 0 -1 4194304 15242 0 0 0 19418 12 0 0 25 0 1 0 29045637 64135168 15235 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28686/statm: 15658 15235 59 118 0 15536 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 81632

[startup+282.302 s]
/proc/loadavg: 1.00 1.10 0.95 2/66 28686
/proc/meminfo: memFree=861080/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=19000 CPUtime=27.86
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 16928 26802 0 0 2032 11 729 14 25 0 1 0 29042846 19456000 4459 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 4750 4459 170 260 0 4456 0
[pid=28686] ppid=28682 vsize=77152 CPUtime=254.29
/proc/28686/stat : 28686 (minisat20) R 28682 28682 28422 0 -1 4194304 18902 0 0 0 25413 16 0 0 25 0 1 0 29045637 79003648 18895 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28686/statm: 19288 18895 59 118 0 19166 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 96152

[startup+342.302 s]
/proc/loadavg: 1.00 1.08 0.95 2/66 28686
/proc/meminfo: memFree=844504/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=19000 CPUtime=27.86
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 16928 26802 0 0 2032 11 729 14 25 0 1 0 29042846 19456000 4459 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 4750 4459 170 260 0 4456 0
[pid=28686] ppid=28682 vsize=93552 CPUtime=314.27
/proc/28686/stat : 28686 (minisat20) R 28682 28682 28422 0 -1 4194304 23023 0 0 0 31408 19 0 0 25 0 1 0 29045637 95797248 23016 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528117 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28686/statm: 23388 23016 59 118 0 23266 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 112552

[startup+402.302 s]
/proc/loadavg: 1.00 1.06 0.95 2/72 28810
/proc/meminfo: memFree=824616/2055920 swapFree=4192956/4192956

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

[startup+522.302 s]
/proc/loadavg: 1.00 1.04 0.95 2/66 28884
/proc/meminfo: memFree=784600/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=19000 CPUtime=27.86
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 16928 26802 0 0 2032 11 729 14 25 0 1 0 29042846 19456000 4459 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 4750 4459 170 260 0 4456 0
[pid=28686] ppid=28682 vsize=153688 CPUtime=494.13
/proc/28686/stat : 28686 (minisat20) R 28682 28682 28422 0 -1 4194304 37942 0 0 0 49378 35 0 0 25 0 1 0 29045637 157376512 37935 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28686/statm: 38422 37935 59 118 0 38300 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 172688

[startup+582.302 s]
/proc/loadavg: 1.00 1.03 0.95 2/66 28884
/proc/meminfo: memFree=769752/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=19000 CPUtime=27.86
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 16928 26802 0 0 2032 11 729 14 25 0 1 0 29042846 19456000 4459 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 4750 4459 170 260 0 4456 0
[pid=28686] ppid=28682 vsize=168344 CPUtime=554.12
/proc/28686/stat : 28686 (minisat20) R 28682 28682 28422 0 -1 4194304 41639 0 0 0 55372 40 0 0 25 0 1 0 29045637 172384256 41632 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28686/statm: 42086 41632 59 118 0 41964 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 187344

[startup+642.301 s]
/proc/loadavg: 1.00 1.02 0.95 2/66 28884
/proc/meminfo: memFree=752792/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=19000 CPUtime=27.86
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 16928 26802 0 0 2032 11 729 14 25 0 1 0 29042846 19456000 4459 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 4750 4459 170 260 0 4456 0
[pid=28686] ppid=28682 vsize=185120 CPUtime=614.1
/proc/28686/stat : 28686 (minisat20) R 28682 28682 28422 0 -1 4194304 45824 0 0 0 61367 43 0 0 25 0 1 0 29045637 189562880 45817 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28686/statm: 46280 45817 59 118 0 46158 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 204120

[startup+702.301 s]
/proc/loadavg: 1.00 1.02 0.95 2/66 28884
/proc/meminfo: memFree=737112/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=19000 CPUtime=27.86
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 16928 26802 0 0 2032 11 729 14 25 0 1 0 29042846 19456000 4459 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 4750 4459 170 260 0 4456 0
[pid=28686] ppid=28682 vsize=200836 CPUtime=674.08
/proc/28686/stat : 28686 (minisat20) R 28682 28682 28422 0 -1 4194304 49772 0 0 0 67361 47 0 0 25 0 1 0 29045637 205656064 49765 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28686/statm: 50209 49765 59 118 0 50087 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 219836

[startup+762.304 s]
/proc/loadavg: 1.00 1.01 0.95 2/66 28884
/proc/meminfo: memFree=722712/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=19000 CPUtime=27.86
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 16928 26802 0 0 2032 11 729 14 25 0 1 0 29042846 19456000 4459 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 4750 4459 170 260 0 4456 0
[pid=28686] ppid=28682 vsize=215100 CPUtime=734.07
/proc/28686/stat : 28686 (minisat20) R 28682 28682 28422 0 -1 4194304 53365 0 0 0 73356 51 0 0 25 0 1 0 29045637 220262400 53358 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28686/statm: 53775 53358 59 118 0 53653 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 234100

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 28884
/proc/meminfo: memFree=712216/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=19000 CPUtime=27.86
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 16928 26802 0 0 2032 11 729 14 25 0 1 0 29042846 19456000 4459 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 4750 4459 170 260 0 4456 0
[pid=28686] ppid=28682 vsize=225680 CPUtime=794.06
/proc/28686/stat : 28686 (minisat20) R 28682 28682 28422 0 -1 4194304 56020 0 0 0 79351 55 0 0 25 0 1 0 29045637 231096320 56013 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28686/statm: 56420 56013 59 118 0 56298 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 244680

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 28884
/proc/meminfo: memFree=694744/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=19000 CPUtime=27.86
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 16928 26802 0 0 2032 11 729 14 25 0 1 0 29042846 19456000 4459 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 4750 4459 170 260 0 4456 0
[pid=28686] ppid=28682 vsize=242996 CPUtime=854.04
/proc/28686/stat : 28686 (minisat20) R 28682 28682 28422 0 -1 4194304 60366 0 0 0 85345 59 0 0 25 0 1 0 29045637 248827904 60359 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28686/statm: 60749 60359 59 118 0 60627 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 261996

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 28884
/proc/meminfo: memFree=680216/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=19000 CPUtime=27.86
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 16928 26802 0 0 2032 11 729 14 25 0 1 0 29042846 19456000 4459 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 4750 4459 170 260 0 4456 0
[pid=28686] ppid=28682 vsize=258464 CPUtime=914.02
/proc/28686/stat : 28686 (minisat20) R 28682 28682 28422 0 -1 4194304 64010 0 0 0 91340 62 0 0 25 0 1 0 29045637 264667136 64003 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134535742 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28686/statm: 64616 64003 59 118 0 64494 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 277464

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 28884
/proc/meminfo: memFree=667480/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=19000 CPUtime=27.86
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 16928 26802 0 0 2032 11 729 14 25 0 1 0 29042846 19456000 4459 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 4750 4459 170 260 0 4456 0
[pid=28686] ppid=28682 vsize=271040 CPUtime=974
/proc/28686/stat : 28686 (minisat20) R 28682 28682 28422 0 -1 4194304 67163 0 0 0 97334 66 0 0 25 0 1 0 29045637 277544960 67156 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28686/statm: 67760 67156 59 118 0 67638 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 290040

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 28884
/proc/meminfo: memFree=662232/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=19000 CPUtime=27.86
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 16928 26802 0 0 2032 11 729 14 25 0 1 0 29042846 19456000 4459 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 4750 4459 170 260 0 4456 0
[pid=28686] ppid=28682 vsize=276188 CPUtime=1033.98
/proc/28686/stat : 28686 (minisat20) R 28682 28682 28422 0 -1 4194304 68467 0 0 0 103331 67 0 0 25 0 1 0 29045637 282816512 68460 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28686/statm: 69047 68460 59 118 0 68925 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 295188

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 28884
/proc/meminfo: memFree=662168/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=19000 CPUtime=27.86
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 16928 26802 0 0 2032 11 729 14 25 0 1 0 29042846 19456000 4459 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 4750 4459 170 260 0 4456 0
[pid=28686] ppid=28682 vsize=276188 CPUtime=1093.97
/proc/28686/stat : 28686 (minisat20) R 28682 28682 28422 0 -1 4194304 68467 0 0 0 109330 67 0 0 25 0 1 0 29045637 282816512 68460 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28686/statm: 69047 68460 59 118 0 68925 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 295188

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 28884
/proc/meminfo: memFree=662168/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=19000 CPUtime=27.86
/proc/28682/stat : 28682 (SATzilla2007_F) S 28680 28682 28422 0 -1 4194304 16928 26802 0 0 2032 11 729 14 25 0 1 0 29042846 19456000 4459 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 4750 4459 170 260 0 4456 0
[pid=28686] ppid=28682 vsize=276188 CPUtime=1153.95
/proc/28686/stat : 28686 (minisat20) R 28682 28682 28422 0 -1 4194304 68467 0 0 0 115328 67 0 0 25 0 1 0 29045637 282816512 68460 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528117 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28686/statm: 69047 68460 59 118 0 68925 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 295188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 28884
/proc/meminfo: memFree=927648/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=27716 CPUtime=1200.02
/proc/28682/stat : 28682 (SATzilla2007_F) R 28680 28682 28422 0 -1 4194304 19200 95269 0 0 2061 12 117843 86 20 0 1 0 29042846 28381184 6649 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135169531 0 0 4096 0 0 0 0 17 1 0 0
/proc/28682/statm: 6929 6649 171 260 0 6635 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 27716

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 28884
/proc/meminfo: memFree=927648/2055920 swapFree=4192956/4192956
[pid=28682] ppid=28680 vsize=27716 CPUtime=1200.02
/proc/28682/stat : 28682 (SATzilla2007_F) R 28680 28682 28422 0 -1 4194304 19200 95269 0 0 2061 12 117843 86 20 0 1 0 29042846 28381184 6649 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135169531 0 0 4096 0 0 0 0 17 1 0 0
/proc/28682/statm: 6929 6649 171 260 0 6635 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 27716

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.05
CPU user time (s): 1199.05
CPU system time (s): 1.00085
CPU usage (%): 99.962
Max. virtual memory (cumulated for all children) (KiB): 295188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.05
system time used= 1.00085
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114470
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= 29
involuntary context switches= 3288

runsolver used 0.880866 second user time and 2.54361 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Sun Mar  4 17:55:06 UTC 2007

IDJOB= 319427
IDBENCH= 20478
IDSOLVER= 136
FILE ID= node70/319427-1173030906

PBS_JOBID= 4012438

Free space on /tmp= 66549 MiB

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

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  b0a37265834986ac9165bda379d279fd

RANDOM SEED= 148005763

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node70.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.234
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.234
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:        954112 kB
Buffers:         48556 kB
Cached:         954852 kB
SwapCached:          0 kB
Active:         793948 kB
Inactive:       228544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        954112 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           15492 kB
Writeback:           0 kB
Mapped:          29260 kB
Slab:            65416 kB
Committed_AS:    90676 kB
PageTables:       1408 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= 66549 MiB

End job on node70 on Sun Mar  4 18:15:09 UTC 2007