Trace number 1775292

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
MiniSat 2.1 (Sat-race'08 Edition)UNSAT 154.276 154.315

General information on the benchmark

Namemanol-pipe-c7nidw.cnf
MD5SUMcddc29f8f256e39e02d9b418f68e802c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark109.569
Satisfiable
(Un)Satisfiability was proved
Number of variables169072
Number of clauses501421
Sum of the clauses size1169981
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2334280
Number of clauses of size 3167140
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.59/0.66	c |  Number of variables:        169072                                         |
0.59/0.66	c |  Number of clauses:          501420                                         |
0.59/0.66	c |  Parse time:                   0.59 s                                       |
3.59/3.61	c |  Simplification time:          2.90 s                                       |
3.59/3.61	c |                                                                             |
3.59/3.61	c ============================[ Search Statistics ]==============================
3.59/3.61	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.59/3.61	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.59/3.61	c ===============================================================================
3.69/3.73	c |       100 |   36550   225260   967152 |    82595       99     15 |  0.059 % |
3.69/3.78	c |       250 |   36550   225260   967152 |    90854      249     13 |  0.059 % |
3.79/3.83	c |       475 |   36274   225260   967152 |    99940      472     12 |  0.222 % |
3.89/3.91	c |       812 |   36274   225260   967152 |   109934      809     18 |  0.222 % |
3.99/4.04	c |      1318 |   36274   225260   967152 |   120927     1315     15 |  0.222 % |
4.39/4.43	c |      2077 |   36247   221583   953179 |   133020     2071     19 |  0.238 % |
4.79/4.90	c |      3216 |   36247   221583   953179 |   146322     3210     18 |  0.238 % |
5.28/5.40	c |      4924 |   36160   220659   948451 |   160954     4832     17 |  0.290 % |
5.89/5.95	c |      7486 |   36158   220648   948420 |   177050     7392     18 |  0.291 % |
6.89/6.90	c |     11330 |   36092   219738   945108 |   194755    11231     17 |  0.330 % |
8.19/8.24	c |     17096 |   36014   218363   936930 |   214231    15556     18 |  0.376 % |
10.59/10.69	c |     25745 |   35451   218215   936330 |   235654    23985     21 |  0.709 % |
13.79/13.83	c |     38719 |   35376   213178   912183 |   259219    36289     22 |  0.754 % |
18.69/18.79	c |     58180 |   35369   213092   911769 |   285141    55748     24 |  0.758 % |
26.39/26.41	c |     87372 |   35359   212991   911344 |   313655    84937     23 |  0.764 % |
39.08/39.14	c |    131161 |   34679   206164   878020 |   345021   112200     20 |  1.166 % |
61.88/61.99	c |    196845 |   34409   203945   868305 |   379523   176298     22 |  1.325 % |
106.97/107.01	c |    295371 |   34316   202661   862768 |   417475   273459     24 |  1.380 % |
154.15/154.29	c ===============================================================================
154.15/154.29	c restarts              : 893
154.15/154.29	c conflicts             : 377876         (2454 /sec)
154.15/154.29	c decisions             : 2069420        (13438 /sec)
154.15/154.29	c propagations          : 157470917      (1022528 /sec)
154.15/154.29	c conflict literals     : 9656968        (28.13 % deleted)
154.15/154.29	c Memory used           : 120.05 MB
154.15/154.29	c CPU time              : 154.002 s
154.15/154.29	c 
154.15/154.29	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1775292-1241224548/watcher-1775292-1241224548 -o /tmp/evaluation-result-1775292-1241224548/solver-1775292-1241224548 -C 10000 -W 12000 -M 1800 HOME/minisat HOME/instance-1775292-1241224548.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 26000
/proc/meminfo: memFree=1213856/2055920 swapFree=4181312/4192956
[pid=26000] ppid=25998 vsize=7476 CPUtime=0
/proc/26000/stat : 26000 (minisat) R 25998 26000 25963 0 -1 4194304 393 0 0 0 0 0 0 0 18 0 1 0 150488225 7655424 377 1992294400 4194304 5092341 548682068848 18446744073709551615 4515195 0 0 4096 3 0 0 0 17 1 0 0
/proc/26000/statm: 1869 378 63 219 0 1647 0

[startup+0.0731699 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 26000
/proc/meminfo: memFree=1213856/2055920 swapFree=4181312/4192956
[pid=26000] ppid=25998 vsize=13136 CPUtime=0.06
/proc/26000/stat : 26000 (minisat) R 25998 26000 25963 0 -1 4194304 1924 0 0 0 6 0 0 0 18 0 1 0 150488225 13451264 1867 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/26000/statm: 3284 1868 63 219 0 3062 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13136

[startup+0.101172 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 26000
/proc/meminfo: memFree=1213856/2055920 swapFree=4181312/4192956
[pid=26000] ppid=25998 vsize=15356 CPUtime=0.09
/proc/26000/stat : 26000 (minisat) R 25998 26000 25963 0 -1 4194304 2610 0 0 0 8 1 0 0 18 0 1 0 150488225 15724544 2484 1992294400 4194304 5092341 548682068848 18446744073709551615 4244968 0 0 4096 3 0 0 0 17 1 0 0
/proc/26000/statm: 3839 2485 63 219 0 3617 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15356

[startup+0.301193 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 26000
/proc/meminfo: memFree=1213856/2055920 swapFree=4181312/4192956
[pid=26000] ppid=25998 vsize=29072 CPUtime=0.29
/proc/26000/stat : 26000 (minisat) R 25998 26000 25963 0 -1 4194304 6930 0 0 0 26 3 0 0 19 0 1 0 150488225 29769728 6342 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/26000/statm: 7268 6343 63 219 0 7046 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29072

[startup+0.701233 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 26000
/proc/meminfo: memFree=1213856/2055920 swapFree=4181312/4192956
[pid=26000] ppid=25998 vsize=62536 CPUtime=0.69
/proc/26000/stat : 26000 (minisat) R 25998 26000 25963 0 -1 4194304 14565 0 0 0 62 7 0 0 22 0 1 0 150488225 64036864 13144 1992294400 4194304 5092341 548682068848 18446744073709551615 4219753 0 0 4096 3 0 0 0 17 1 0 0
/proc/26000/statm: 15634 13144 87 219 0 15412 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62536

[startup+1.50131 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 26001
/proc/meminfo: memFree=1157656/2055920 swapFree=4181312/4192956
[pid=26000] ppid=25998 vsize=75644 CPUtime=1.49
/proc/26000/stat : 26000 (minisat) R 25998 26000 25963 0 -1 4194304 17518 0 0 0 141 8 0 0 25 0 1 0 150488225 77459456 16097 1992294400 4194304 5092341 548682068848 18446744073709551615 4270245 0 0 4096 3 0 0 0 17 1 0 0
/proc/26000/statm: 18911 16097 87 219 0 18689 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75644

[startup+3.10148 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 26001
/proc/meminfo: memFree=1144216/2055920 swapFree=4181312/4192956
[pid=26000] ppid=25998 vsize=90992 CPUtime=3.09
/proc/26000/stat : 26000 (minisat) R 25998 26000 25963 0 -1 4194304 20619 0 0 0 299 10 0 0 25 0 1 0 150488225 93175808 19198 1992294400 4194304 5092341 548682068848 18446744073709551615 4227431 0 0 4096 3 0 0 0 17 1 0 0
/proc/26000/statm: 22748 19198 87 219 0 22526 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 90992

[startup+6.3018 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 26001
/proc/meminfo: memFree=1158296/2055920 swapFree=4181312/4192956
[pid=26000] ppid=25998 vsize=65700 CPUtime=6.29
/proc/26000/stat : 26000 (minisat) R 25998 26000 25963 0 -1 4194304 22144 0 0 0 617 12 0 0 25 0 1 0 150488225 67276800 13950 1992294400 4194304 5092341 548682068848 18446744073709551615 4249868 0 0 4096 3 0 0 0 17 1 0 0
/proc/26000/statm: 16425 13950 102 219 0 16203 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65700

[startup+12.7025 s]
/proc/loadavg: 0.87 0.97 0.99 2/65 26001
/proc/meminfo: memFree=1156192/2055920 swapFree=4181312/4192956
[pid=26000] ppid=25998 vsize=65700 CPUtime=12.69
/proc/26000/stat : 26000 (minisat) R 25998 26000 25963 0 -1 4194304 22649 0 0 0 1257 12 0 0 25 0 1 0 150488225 67276800 14455 1992294400 4194304 5092341 548682068848 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/26000/statm: 16425 14455 102 219 0 16203 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65700

[startup+25.5018 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 26001
/proc/meminfo: memFree=1150816/2055920 swapFree=4181312/4192956
[pid=26000] ppid=25998 vsize=75432 CPUtime=25.48
/proc/26000/stat : 26000 (minisat) R 25998 26000 25963 0 -1 4194304 24019 0 0 0 2534 14 0 0 25 0 1 0 150488225 77242368 15825 1992294400 4194304 5092341 548682068848 18446744073709551615 4241075 0 0 4096 3 0 0 0 17 1 0 0
/proc/26000/statm: 18858 15825 102 219 0 18636 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 75432

[startup+51.1014 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 26001
/proc/meminfo: memFree=1141920/2055920 swapFree=4181312/4192956
[pid=26000] ppid=25998 vsize=84192 CPUtime=51.08
/proc/26000/stat : 26000 (minisat) R 25998 26000 25963 0 -1 4194304 26231 0 0 0 5090 18 0 0 25 0 1 0 150488225 86212608 18037 1992294400 4194304 5092341 548682068848 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/26000/statm: 21048 18037 102 219 0 20826 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84192

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 26001
/proc/meminfo: memFree=1125536/2055920 swapFree=4181312/4192956
[pid=26000] ppid=25998 vsize=100728 CPUtime=102.27
/proc/26000/stat : 26000 (minisat) R 25998 26000 25963 0 -1 4194304 30336 0 0 0 10205 22 0 0 25 0 1 0 150488225 103145472 22142 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/26000/statm: 25182 22142 102 219 0 24960 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 100728

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

[startup+127.901 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 26001
/proc/meminfo: memFree=1117792/2055920 swapFree=4181312/4192956
[pid=26000] ppid=25998 vsize=121792 CPUtime=127.86
/proc/26000/stat : 26000 (minisat) R 25998 26000 25963 0 -1 4194304 32324 0 0 0 12762 24 0 0 25 0 1 0 150488225 124715008 24130 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/26000/statm: 30448 24130 102 219 0 30226 0
Current children cumulated CPU time (s) 127.86
Current children cumulated vsize (KiB) 121792

[startup+140.702 s]
/proc/loadavg: 1.06 0.99 0.99 2/65 26001
/proc/meminfo: memFree=1114720/2055920 swapFree=4181312/4192956
[pid=26000] ppid=25998 vsize=122452 CPUtime=140.66
/proc/26000/stat : 26000 (minisat) R 25998 26000 25963 0 -1 4194304 33025 0 0 0 14041 25 0 0 25 0 1 0 150488225 125390848 24831 1992294400 4194304 5092341 548682068848 18446744073709551615 4240672 0 0 4096 3 0 0 0 17 1 0 0
/proc/26000/statm: 30613 24831 102 219 0 30391 0
Current children cumulated CPU time (s) 140.66
Current children cumulated vsize (KiB) 122452

[startup+147.101 s]
/proc/loadavg: 1.05 0.99 0.99 2/65 26001
/proc/meminfo: memFree=1113632/2055920 swapFree=4181312/4192956
[pid=26000] ppid=25998 vsize=122596 CPUtime=147.05
/proc/26000/stat : 26000 (minisat) R 25998 26000 25963 0 -1 4194304 33347 0 0 0 14680 25 0 0 25 0 1 0 150488225 125538304 25153 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/26000/statm: 30649 25153 102 219 0 30427 0
Current children cumulated CPU time (s) 147.05
Current children cumulated vsize (KiB) 122596

[startup+150.301 s]
/proc/loadavg: 1.05 0.99 0.99 2/65 26001
/proc/meminfo: memFree=1112736/2055920 swapFree=4181312/4192956
[pid=26000] ppid=25998 vsize=122924 CPUtime=150.25
/proc/26000/stat : 26000 (minisat) R 25998 26000 25963 0 -1 4194304 33559 0 0 0 15000 25 0 0 25 0 1 0 150488225 125874176 25365 1992294400 4194304 5092341 548682068848 18446744073709551615 4241329 0 0 4096 3 0 0 0 17 1 0 0
/proc/26000/statm: 30731 25365 102 219 0 30509 0
Current children cumulated CPU time (s) 150.25
Current children cumulated vsize (KiB) 122924

[startup+151.902 s]
/proc/loadavg: 1.05 0.99 0.99 2/65 26001
/proc/meminfo: memFree=1112416/2055920 swapFree=4181312/4192956
[pid=26000] ppid=25998 vsize=122924 CPUtime=151.85
/proc/26000/stat : 26000 (minisat) R 25998 26000 25963 0 -1 4194304 33604 0 0 0 15160 25 0 0 25 0 1 0 150488225 125874176 25410 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/26000/statm: 30731 25410 102 219 0 30509 0
Current children cumulated CPU time (s) 151.85
Current children cumulated vsize (KiB) 122924

[startup+153.502 s]
/proc/loadavg: 1.05 0.99 0.99 2/65 26001
/proc/meminfo: memFree=1112352/2055920 swapFree=4181312/4192956
[pid=26000] ppid=25998 vsize=122924 CPUtime=153.45
/proc/26000/stat : 26000 (minisat) R 25998 26000 25963 0 -1 4194304 33653 0 0 0 15320 25 0 0 25 0 1 0 150488225 125874176 25459 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/26000/statm: 30731 25459 102 219 0 30509 0
Current children cumulated CPU time (s) 153.45
Current children cumulated vsize (KiB) 122924

[startup+153.902 s]
/proc/loadavg: 1.05 0.99 0.99 2/65 26001
/proc/meminfo: memFree=1112160/2055920 swapFree=4181312/4192956
[pid=26000] ppid=25998 vsize=122924 CPUtime=153.85
/proc/26000/stat : 26000 (minisat) R 25998 26000 25963 0 -1 4194304 33662 0 0 0 15360 25 0 0 25 0 1 0 150488225 125874176 25468 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/26000/statm: 30731 25468 102 219 0 30509 0
Current children cumulated CPU time (s) 153.85
Current children cumulated vsize (KiB) 122924

[startup+154.302 s]
/proc/loadavg: 1.05 0.99 0.99 2/65 26001
/proc/meminfo: memFree=1112160/2055920 swapFree=4181312/4192956
[pid=26000] ppid=25998 vsize=0 CPUtime=154.25
/proc/26000/stat : 26000 (minisat) R 25998 26000 25963 0 -1 4194308 33683 0 0 0 15400 25 0 0 25 0 1 0 150488225 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/26000/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 154.25
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 154.315
CPU time (s): 154.276
CPU user time (s): 154.002
CPU system time (s): 0.273958
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 122924

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

runsolver used 0.12898 second user time and 0.333949 second system time

The end

Launcher Data

Begin job on node17 at 2009-05-02 02:35:48
IDJOB=1775292
IDBENCH=71715
IDSOLVER=608
FILE ID=node17/1775292-1241224548
PBS_JOBID= 9224785
Free space on /tmp= 66348 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT_RACE06/manol-pipe-c7nidw.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775292-1241224548/watcher-1775292-1241224548 -o /tmp/evaluation-result-1775292-1241224548/solver-1775292-1241224548 -C 10000 -W 12000 -M 1800  HOME/minisat HOME/instance-1775292-1241224548.cnf

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

MD5SUM BENCH= cddc29f8f256e39e02d9b418f68e802c
RANDOM SEED=248935752

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.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:       1214336 kB
Buffers:         79092 kB
Cached:         658468 kB
SwapCached:       5476 kB
Active:          41192 kB
Inactive:       704232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1214336 kB
SwapTotal:     4192956 kB
SwapFree:      4181312 kB
Dirty:            9844 kB
Writeback:           0 kB
Mapped:          13476 kB
Slab:            82188 kB
Committed_AS:   667556 kB
PageTables:       1452 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= 66348 MiB
End job on node17 at 2009-05-02 02:38:23