Trace number 332356

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
minimarch 2007-02-08UNSAT 113.597 113.629

General information on the benchmark

Namecrafted/Medium/contest05/sabharwal/
unsat-logistics-rotate-09t5.sat05-1139.reshuffled-07.cnf
MD5SUMc5c0a2288884b75d2d577cb8c5efb4c6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.65384
Satisfiable
(Un)Satisfiability was proved
Number of variables4336
Number of clauses214585
Sum of the clauses size431502
Maximum clause length11
Minimum clause length1
Number of clauses of size 189
Number of clauses of size 2213987
Number of clauses of size 3252
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5257

Solver Data (download as text)

0.00/0.00	This is MiniMarch, a modified version of MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  4336                                                 |
0.00/0.00	|  Number of clauses:    214585                                               |
0.39/0.47	|  Parsing time:         0.45         s                                       |
3.79/3.86	============================[ Search Statistics ]==============================
3.79/3.86	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.79/3.86	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.79/3.86	===============================================================================
3.79/3.86	|         0 |    3000   197646   422013 |    65882        0    nan |  0.000 % |
3.79/3.87	|       100 |    2999   197646   422013 |    72470       99     42 |  2.076 % |
3.79/3.88	|       250 |    2999   197646   422013 |    79717      249     28 |  2.076 % |
3.79/3.89	|       475 |    2999   197646   422013 |    87688      474     26 |  2.076 % |
3.89/3.91	|       812 |    2999   197646   422013 |    96457      811     23 |  2.076 % |
3.89/3.95	|      1319 |    2999   197646   422013 |   106103     1318     21 |  2.076 % |
3.99/4.00	|      2078 |    2999   197646   422013 |   116713     2077     23 |  2.076 % |
3.99/4.08	|      3217 |    2999   197646   422013 |   128385     3216     26 |  2.076 % |
4.19/4.22	|      4926 |    2997   197224   421121 |   141223     4923     25 |  2.122 % |
4.39/4.43	|      7488 |    2997   197224   421121 |   155346     7485     27 |  2.122 % |
4.69/4.79	|     11332 |    2997   197224   421121 |   170880    11328     27 |  2.145 % |
5.49/5.53	|     17099 |    2996   197083   420823 |   187969    17095     29 |  2.145 % |
6.78/6.87	|     25748 |    2995   196943   420527 |   206765    25740     31 |  2.238 % |
9.39/9.44	|     38722 |    2988   195970   418469 |   227442    38708     32 |  2.329 % |
15.99/16.05	|     58183 |    2985   195556   417593 |   250186    58165     34 |  2.399 % |
30.79/30.86	|     87375 |    2977   194428   415184 |   275205    84391     39 |  2.632 % |
71.97/72.05	|    131164 |    2963   192895   411888 |   302726   116399     41 |  3.206 % |
113.56/113.62	===============================================================================
113.56/113.62	lookaheads            : 162653
113.56/113.62	variable balance      : 0.00
113.56/113.62	restarts              : 17
113.56/113.62	conflicts             : 159834         (1408 /sec)
113.56/113.62	decisions             : 162653         (1.77 % random) (1433 /sec)
113.56/113.62	decision = positive   : 76118
113.56/113.62	decision = negative   : 86535
113.56/113.62	propagations          : 18201478       (160349 /sec)
113.56/113.62	conflict literals     : 6026964        (30.26 % deleted)
113.56/113.62	Memory used           : 42.80 MB
113.56/113.62	CPU time              : 113.512 s
113.56/113.62	
113.56/113.62	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node7/watcher-332356-1173475028 -o ROOT/results/node7/solver-332356-1173475028 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/332356-1173475028/minimarch /tmp/evaluation/332356-1173475028/instance-332356-1173475028.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.98 0.99 3/77 13777
/proc/meminfo: memFree=1425176/2055920 swapFree=4147472/4192956
[pid=13777] ppid=13775 vsize=2440 CPUtime=0
/proc/13777/stat : 13777 (minimarch) R 13775 13777 12409 0 -1 4194304 514 0 0 0 0 0 0 0 18 0 1 0 367457587 2498560 498 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134517938 0 0 4096 3 0 0 0 17 1 0 0
/proc/13777/statm: 610 498 51 132 0 475 0

[startup+0.042716 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 13777
/proc/meminfo: memFree=1425176/2055920 swapFree=4147472/4192956
[pid=13777] ppid=13775 vsize=4420 CPUtime=0.03
/proc/13777/stat : 13777 (minimarch) R 13775 13777 12409 0 -1 4194304 985 0 0 0 3 0 0 0 18 0 1 0 367457587 4526080 969 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/13777/statm: 1105 970 51 132 0 970 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4420

[startup+0.101721 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 13777
/proc/meminfo: memFree=1425176/2055920 swapFree=4147472/4192956
[pid=13777] ppid=13775 vsize=7820 CPUtime=0.09
/proc/13777/stat : 13777 (minimarch) R 13775 13777 12409 0 -1 4194304 1774 0 0 0 8 1 0 0 18 0 1 0 367457587 8007680 1758 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/13777/statm: 1955 1759 51 132 0 1820 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7820

[startup+0.301741 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 13777
/proc/meminfo: memFree=1425176/2055920 swapFree=4147472/4192956
[pid=13777] ppid=13775 vsize=14048 CPUtime=0.29
/proc/13777/stat : 13777 (minimarch) R 13775 13777 12409 0 -1 4194304 3237 0 0 0 27 2 0 0 19 0 1 0 367457587 14385152 3221 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/13777/statm: 3512 3221 51 132 0 3377 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14048

[startup+0.701783 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 13777
/proc/meminfo: memFree=1425176/2055920 swapFree=4147472/4192956
[pid=13777] ppid=13775 vsize=14044 CPUtime=0.69
/proc/13777/stat : 13777 (minimarch) R 13775 13777 12409 0 -1 4194304 3249 0 0 0 67 2 0 0 23 0 1 0 367457587 14381056 3233 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531329 0 0 4096 3 0 0 0 17 1 0 0
/proc/13777/statm: 3511 3233 63 132 0 3376 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14044

[startup+1.50187 s]
/proc/loadavg: 0.91 0.98 0.99 2/78 13778
/proc/meminfo: memFree=1412496/2055920 swapFree=4147472/4192956
[pid=13777] ppid=13775 vsize=14044 CPUtime=1.49
/proc/13777/stat : 13777 (minimarch) R 13775 13777 12409 0 -1 4194304 3249 0 0 0 147 2 0 0 25 0 1 0 367457587 14381056 3233 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531329 0 0 4096 3 0 0 0 17 1 0 0
/proc/13777/statm: 3511 3233 63 132 0 3376 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14044

[startup+3.10103 s]
/proc/loadavg: 0.91 0.98 0.99 2/78 13778
/proc/meminfo: memFree=1412368/2055920 swapFree=4147472/4192956
[pid=13777] ppid=13775 vsize=15972 CPUtime=3.09
/proc/13777/stat : 13777 (minimarch) R 13775 13777 12409 0 -1 4194304 3780 0 0 0 307 2 0 0 25 0 1 0 367457587 16355328 3764 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531329 0 0 4096 3 0 0 0 17 1 0 0
/proc/13777/statm: 3993 3764 63 132 0 3858 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15972

[startup+6.30137 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 13778
/proc/meminfo: memFree=1411600/2055920 swapFree=4147472/4192956
[pid=13777] ppid=13775 vsize=15168 CPUtime=6.29
/proc/13777/stat : 13777 (minimarch) R 13775 13777 12409 0 -1 4194304 4043 0 0 0 627 2 0 0 25 0 1 0 367457587 15532032 3607 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/13777/statm: 3792 3607 66 132 0 3657 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15168

[startup+12.701 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 13778
/proc/meminfo: memFree=1406288/2055920 swapFree=4147472/4192956
[pid=13777] ppid=13775 vsize=20140 CPUtime=12.68
/proc/13777/stat : 13777 (minimarch) R 13775 13777 12409 0 -1 4194304 5257 0 0 0 1265 3 0 0 25 0 1 0 367457587 20623360 4821 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134556261 0 0 4096 3 0 0 0 17 1 0 0
/proc/13777/statm: 5035 4821 66 132 0 4900 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20140

[startup+25.5014 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 13778
/proc/meminfo: memFree=1399120/2055920 swapFree=4147472/4192956
[pid=13777] ppid=13775 vsize=27208 CPUtime=25.49
/proc/13777/stat : 13777 (minimarch) R 13775 13777 12409 0 -1 4194304 6997 0 0 0 2544 5 0 0 25 0 1 0 367457587 27860992 6561 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551239 0 0 4096 3 0 0 0 17 1 0 0
/proc/13777/statm: 6802 6561 66 132 0 6667 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27208

[startup+51.101 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 13778
/proc/meminfo: memFree=1391632/2055920 swapFree=4147472/4192956
[pid=13777] ppid=13775 vsize=34944 CPUtime=51.08
/proc/13777/stat : 13777 (minimarch) R 13775 13777 12409 0 -1 4194304 8834 0 0 0 5102 6 0 0 25 0 1 0 367457587 35782656 8398 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/13777/statm: 8736 8398 66 132 0 8601 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 34944

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 13778
/proc/meminfo: memFree=1383952/2055920 swapFree=4147472/4192956
[pid=13777] ppid=13775 vsize=43036 CPUtime=102.27
/proc/13777/stat : 13777 (minimarch) R 13775 13777 12409 0 -1 4194304 10746 0 0 0 10220 7 0 0 25 0 1 0 367457587 44068864 10310 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/13777/statm: 10759 10310 66 132 0 10624 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 43036

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

[startup+108.701 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 13778
/proc/meminfo: memFree=1383568/2055920 swapFree=4147472/4192956
[pid=13777] ppid=13775 vsize=43608 CPUtime=108.66
/proc/13777/stat : 13777 (minimarch) R 13775 13777 12409 0 -1 4194304 10867 0 0 0 10859 7 0 0 25 0 1 0 367457587 44654592 10431 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/13777/statm: 10902 10431 66 132 0 10767 0
Current children cumulated CPU time (s) 108.66
Current children cumulated vsize (KiB) 43608

[startup+111.901 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 13778
/proc/meminfo: memFree=1383312/2055920 swapFree=4147472/4192956
[pid=13777] ppid=13775 vsize=43608 CPUtime=111.86
/proc/13777/stat : 13777 (minimarch) R 13775 13777 12409 0 -1 4194304 10897 0 0 0 11179 7 0 0 25 0 1 0 367457587 44654592 10461 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/13777/statm: 10902 10461 66 132 0 10767 0
Current children cumulated CPU time (s) 111.86
Current children cumulated vsize (KiB) 43608

[startup+112.702 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 13778
/proc/meminfo: memFree=1383248/2055920 swapFree=4147472/4192956
[pid=13777] ppid=13775 vsize=43824 CPUtime=112.66
/proc/13777/stat : 13777 (minimarch) R 13775 13777 12409 0 -1 4194304 10917 0 0 0 11259 7 0 0 25 0 1 0 367457587 44875776 10481 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/13777/statm: 10956 10481 66 132 0 10821 0
Current children cumulated CPU time (s) 112.66
Current children cumulated vsize (KiB) 43824

[startup+113.102 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 13778
/proc/meminfo: memFree=1383248/2055920 swapFree=4147472/4192956
[pid=13777] ppid=13775 vsize=43824 CPUtime=113.06
/proc/13777/stat : 13777 (minimarch) R 13775 13777 12409 0 -1 4194304 10917 0 0 0 11299 7 0 0 25 0 1 0 367457587 44875776 10481 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/13777/statm: 10956 10481 66 132 0 10821 0
Current children cumulated CPU time (s) 113.06
Current children cumulated vsize (KiB) 43824

[startup+113.502 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 13778
/proc/meminfo: memFree=1383248/2055920 swapFree=4147472/4192956
[pid=13777] ppid=13775 vsize=43824 CPUtime=113.46
/proc/13777/stat : 13777 (minimarch) R 13775 13777 12409 0 -1 4194304 10917 0 0 0 11339 7 0 0 25 0 1 0 367457587 44875776 10481 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551152 0 0 4096 3 0 0 0 17 1 0 0
/proc/13777/statm: 10956 10481 66 132 0 10821 0
Current children cumulated CPU time (s) 113.46
Current children cumulated vsize (KiB) 43824

[startup+113.602 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 13778
/proc/meminfo: memFree=1383248/2055920 swapFree=4147472/4192956
[pid=13777] ppid=13775 vsize=43824 CPUtime=113.56
/proc/13777/stat : 13777 (minimarch) R 13775 13777 12409 0 -1 4194304 10917 0 0 0 11349 7 0 0 25 0 1 0 367457587 44875776 10481 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/13777/statm: 10956 10481 66 132 0 10821 0
Current children cumulated CPU time (s) 113.56
Current children cumulated vsize (KiB) 43824

Child status: 20
Real time (s): 113.629
CPU time (s): 113.597
CPU user time (s): 113.512
CPU system time (s): 0.084987
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (KiB): 43824

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

runsolver used 0.124981 second user time and 0.294955 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Fri Mar  9 21:17:09 UTC 2007

IDJOB= 332356
IDBENCH= 24578
IDSOLVER= 110
FILE ID= node7/332356-1173475028

PBS_JOBID= 4101069

Free space on /tmp= 66482 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/sabharwal/unsat-logistics-rotate-09t5.sat05-1139.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/332356-1173475028/minimarch /tmp/evaluation/332356-1173475028/instance-332356-1173475028.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-332356-1173475028 -o ROOT/results/node7/solver-332356-1173475028 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/332356-1173475028/minimarch /tmp/evaluation/332356-1173475028/instance-332356-1173475028.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  c5c0a2288884b75d2d577cb8c5efb4c6

RANDOM SEED= 92289812

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.232
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.232
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:       1425648 kB
Buffers:         49796 kB
Cached:         490852 kB
SwapCached:       8588 kB
Active:         223552 kB
Inactive:       339912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1425648 kB
SwapTotal:     4192956 kB
SwapFree:      4147472 kB
Dirty:            4956 kB
Writeback:           0 kB
Mapped:          29808 kB
Slab:            52300 kB
Committed_AS:  1194996 kB
PageTables:       1764 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= 66482 MiB

End job on node7 on Fri Mar  9 21:19:02 UTC 2007