Trace number 315665

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
minisat SAT 2007 (with assertions)UNSAT 156.392 156.435

General information on the benchmark

Nameindustrial/palacios/medium/
cube-9-h10-unsat.cnf
MD5SUMd2ca322a34242a2eebffc77c1c1d76f9
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark24.9312
Satisfiable
(Un)Satisfiability was proved
Number of variables179493
Number of clauses541172
Sum of the clauses size1263192
Maximum clause length19
Minimum clause length1
Number of clauses of size 1729
Number of clauses of size 2361070
Number of clauses of size 3177947
Number of clauses of size 41262
Number of clauses of size 521
Number of clauses of size over 5143

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  180270                                               |
0.00/0.00	c |  Number of clauses:    541172                                               |
0.99/1.01	c |  Parsing time:         0.95         s                                       |
10.39/10.46	c ============================[ Search Statistics ]==============================
10.39/10.46	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.39/10.46	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.39/10.46	c ===============================================================================
10.39/10.46	c |         0 |   47230   296008  1001612 |    98669        0    nan |  0.000 % |
10.89/10.99	c |       100 |   47227   296008  1001612 |   108536       97     13 |  0.406 % |
11.39/11.49	c |       250 |   47227   296008  1001612 |   119389      247     17 |  0.406 % |
12.49/12.54	c |       476 |   47227   296008  1001612 |   131328      473     17 |  0.406 % |
13.79/13.89	c |       815 |   47227   294736   997819 |   144461      812     27 |  0.406 % |
16.18/16.20	c |      1321 |   47227   294736   997819 |   158907     1318     27 |  0.406 % |
19.38/19.49	c |      2080 |   47225   294714   997734 |   174798     2061     36 |  0.407 % |
25.38/25.41	c |      3221 |   47223   293536   994189 |   192278     3200     29 |  0.408 % |
35.78/35.89	c |      4929 |   47219   292418   990780 |   211506     4891     30 |  0.410 % |
51.68/51.75	c |      7492 |   47219   292418   990780 |   232657     7454     29 |  0.410 % |
75.37/75.49	c |     11338 |   47218   292396   990691 |   255922    11273     29 |  0.411 % |
110.56/110.69	c |     17104 |   46782   285640   968053 |   281515    12312     27 |  0.653 % |
155.85/155.92	c ===============================================================================
155.85/155.92	c restarts              : 12
155.85/155.92	c conflicts             : 24073          (155 /sec)
155.85/155.92	c decisions             : 56794          (1.44 % random) (365 /sec)
155.85/155.92	c propagations          : 130820646      (840051 /sec)
155.85/155.92	c conflict literals     : 782485         (60.64 % deleted)
155.85/155.92	c Memory used           : 88.60 MB
155.85/155.92	c CPU time              : 155.729 s
155.85/155.92	c 
156.34/156.43	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/node11/watcher-315665-1172657086 -o ROOT/results/node11/solver-315665-1172657086 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315665-1172657086/minisat /tmp/evaluation/315665-1172657086/instance-315665-1172657086.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.99 0.97 0.97 3/77 28013
/proc/meminfo: memFree=1854400/2055920 swapFree=4192812/4192956
[pid=28013] ppid=28011 vsize=2044 CPUtime=0
/proc/28013/stat : 28013 (minisat) R 28011 28013 27137 0 -1 4194304 433 0 0 0 0 0 0 0 18 0 1 0 285663138 2093056 417 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134553294 0 0 4096 3 0 0 0 17 1 0 0
/proc/28013/statm: 511 417 58 138 0 370 0

[startup+0.0504729 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 28013
/proc/meminfo: memFree=1854400/2055920 swapFree=4192812/4192956
[pid=28013] ppid=28011 vsize=5740 CPUtime=0.04
/proc/28013/stat : 28013 (minisat) R 28011 28013 27137 0 -1 4194304 1291 0 0 0 4 0 0 0 18 0 1 0 285663138 5877760 1275 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/28013/statm: 1435 1275 58 138 0 1294 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5740

[startup+0.101479 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 28013
/proc/meminfo: memFree=1854400/2055920 swapFree=4192812/4192956
[pid=28013] ppid=28011 vsize=10244 CPUtime=0.09
/proc/28013/stat : 28013 (minisat) R 28011 28013 27137 0 -1 4194304 2214 0 0 0 8 1 0 0 18 0 1 0 285663138 10489856 2198 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134736041 0 0 4096 3 0 0 0 17 1 0 0
/proc/28013/statm: 2561 2200 58 138 0 2420 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10244

[startup+0.301502 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 28013
/proc/meminfo: memFree=1854400/2055920 swapFree=4192812/4192956
[pid=28013] ppid=28011 vsize=23352 CPUtime=0.29
/proc/28013/stat : 28013 (minisat) R 28011 28013 27137 0 -1 4194304 4958 0 0 0 27 2 0 0 19 0 1 0 285663138 23912448 4942 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/28013/statm: 5838 4943 58 138 0 5697 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23352

[startup+0.70155 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 28013
/proc/meminfo: memFree=1854400/2055920 swapFree=4192812/4192956
[pid=28013] ppid=28011 vsize=43460 CPUtime=0.69
/proc/28013/stat : 28013 (minisat) R 28011 28013 27137 0 -1 4194304 9446 0 0 0 65 4 0 0 23 0 1 0 285663138 44503040 9430 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134525446 0 0 4096 3 0 0 0 17 1 0 0
/proc/28013/statm: 10865 9430 58 138 0 10724 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43460

[startup+1.50164 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 28014
/proc/meminfo: memFree=1806520/2055920 swapFree=4192812/4192956
[pid=28013] ppid=28011 vsize=57692 CPUtime=1.49
/proc/28013/stat : 28013 (minisat) R 28011 28013 27137 0 -1 4194304 13274 0 0 0 143 6 0 0 25 0 1 0 285663138 59076608 13258 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/28013/statm: 14423 13259 72 138 0 14282 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57692

[startup+3.10183 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 28014
/proc/meminfo: memFree=1795704/2055920 swapFree=4192812/4192956
[pid=28013] ppid=28011 vsize=73220 CPUtime=3.09
/proc/28013/stat : 28013 (minisat) R 28011 28013 27137 0 -1 4194304 16726 0 0 0 301 8 0 0 25 0 1 0 285663138 74977280 16710 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/28013/statm: 18305 16710 72 138 0 18164 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73220

[startup+6.30121 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 28014
/proc/meminfo: memFree=1772664/2055920 swapFree=4192812/4192956
[pid=28013] ppid=28011 vsize=90944 CPUtime=6.28
/proc/28013/stat : 28013 (minisat) R 28011 28013 27137 0 -1 4194304 21522 0 0 0 618 10 0 0 25 0 1 0 285663138 93126656 21506 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/28013/statm: 22736 21506 72 138 0 22595 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 90944

[startup+12.702 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 28014
/proc/meminfo: memFree=1766776/2055920 swapFree=4192812/4192956
[pid=28013] ppid=28011 vsize=90476 CPUtime=12.69
/proc/28013/stat : 28013 (minisat) R 28011 28013 27137 0 -1 4194304 24677 0 0 0 1256 13 0 0 25 0 1 0 285663138 92647424 21853 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/28013/statm: 22619 21853 73 138 0 22478 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 90476

[startup+25.5015 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 28014
/proc/meminfo: memFree=1766904/2055920 swapFree=4192812/4192956
[pid=28013] ppid=28011 vsize=90720 CPUtime=25.48
/proc/28013/stat : 28013 (minisat) R 28011 28013 27137 0 -1 4194304 24719 0 0 0 2535 13 0 0 25 0 1 0 285663138 92897280 21895 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/28013/statm: 22680 21895 73 138 0 22539 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 90720

[startup+51.1015 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 28014
/proc/meminfo: memFree=1766904/2055920 swapFree=4192812/4192956
[pid=28013] ppid=28011 vsize=90720 CPUtime=51.07
/proc/28013/stat : 28013 (minisat) R 28011 28013 27137 0 -1 4194304 24719 0 0 0 5094 13 0 0 25 0 1 0 285663138 92897280 21895 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/28013/statm: 22680 21895 73 138 0 22539 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 90720

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 28014
/proc/meminfo: memFree=1766904/2055920 swapFree=4192812/4192956
[pid=28013] ppid=28011 vsize=90720 CPUtime=102.27
/proc/28013/stat : 28013 (minisat) R 28011 28013 27137 0 -1 4194304 24723 0 0 0 10213 14 0 0 25 0 1 0 285663138 92897280 21899 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/28013/statm: 22680 21899 73 138 0 22539 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 90720

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

[startup+127.902 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 28014
/proc/meminfo: memFree=1766840/2055920 swapFree=4192812/4192956
[pid=28013] ppid=28011 vsize=90720 CPUtime=127.86
/proc/28013/stat : 28013 (minisat) R 28011 28013 27137 0 -1 4194304 24723 0 0 0 12772 14 0 0 25 0 1 0 285663138 92897280 21899 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550868 0 0 4096 3 0 0 0 17 1 0 0
/proc/28013/statm: 22680 21899 73 138 0 22539 0
Current children cumulated CPU time (s) 127.86
Current children cumulated vsize (KiB) 90720

[startup+140.701 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 28014
/proc/meminfo: memFree=1766840/2055920 swapFree=4192812/4192956
[pid=28013] ppid=28011 vsize=90720 CPUtime=140.66
/proc/28013/stat : 28013 (minisat) R 28011 28013 27137 0 -1 4194304 24723 0 0 0 14052 14 0 0 25 0 1 0 285663138 92897280 21899 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550573 0 0 4096 3 0 0 0 17 1 0 0
/proc/28013/statm: 22680 21899 73 138 0 22539 0
Current children cumulated CPU time (s) 140.66
Current children cumulated vsize (KiB) 90720

[startup+147.102 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 28014
/proc/meminfo: memFree=1766840/2055920 swapFree=4192812/4192956
[pid=28013] ppid=28011 vsize=90720 CPUtime=147.05
/proc/28013/stat : 28013 (minisat) R 28011 28013 27137 0 -1 4194304 24724 0 0 0 14691 14 0 0 25 0 1 0 285663138 92897280 21900 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/28013/statm: 22680 21900 73 138 0 22539 0
Current children cumulated CPU time (s) 147.05
Current children cumulated vsize (KiB) 90720

[startup+150.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 28014
/proc/meminfo: memFree=1766840/2055920 swapFree=4192812/4192956
[pid=28013] ppid=28011 vsize=90720 CPUtime=150.25
/proc/28013/stat : 28013 (minisat) R 28011 28013 27137 0 -1 4194304 24724 0 0 0 15011 14 0 0 25 0 1 0 285663138 92897280 21900 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550656 0 0 4096 3 0 0 0 17 1 0 0
/proc/28013/statm: 22680 21900 73 138 0 22539 0
Current children cumulated CPU time (s) 150.25
Current children cumulated vsize (KiB) 90720

[startup+153.502 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 28014
/proc/meminfo: memFree=1766840/2055920 swapFree=4192812/4192956
[pid=28013] ppid=28011 vsize=90720 CPUtime=153.45
/proc/28013/stat : 28013 (minisat) R 28011 28013 27137 0 -1 4194304 24724 0 0 0 15331 14 0 0 25 0 1 0 285663138 92897280 21900 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550692 0 0 4096 3 0 0 0 17 1 0 0
/proc/28013/statm: 22680 21900 73 138 0 22539 0
Current children cumulated CPU time (s) 153.45
Current children cumulated vsize (KiB) 90720

[startup+155.106 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 28014
/proc/meminfo: memFree=1766840/2055920 swapFree=4192812/4192956
[pid=28013] ppid=28011 vsize=90720 CPUtime=155.05
/proc/28013/stat : 28013 (minisat) R 28011 28013 27137 0 -1 4194304 24724 0 0 0 15491 14 0 0 25 0 1 0 285663138 92897280 21900 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/28013/statm: 22680 21900 73 138 0 22539 0
Current children cumulated CPU time (s) 155.05
Current children cumulated vsize (KiB) 90720

[startup+155.902 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 28014
/proc/meminfo: memFree=1766840/2055920 swapFree=4192812/4192956
[pid=28013] ppid=28011 vsize=90720 CPUtime=155.85
/proc/28013/stat : 28013 (minisat) R 28011 28013 27137 0 -1 4194304 24724 0 0 0 15571 14 0 0 25 0 1 0 285663138 92897280 21900 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/28013/statm: 22680 21900 73 138 0 22539 0
Current children cumulated CPU time (s) 155.85
Current children cumulated vsize (KiB) 90720

[startup+156.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 28014
/proc/meminfo: memFree=1774072/2055920 swapFree=4192812/4192956
[pid=28013] ppid=28011 vsize=82152 CPUtime=156.24
/proc/28013/stat : 28013 (minisat) R 28011 28013 27137 0 -1 4194304 24730 0 0 0 15610 14 0 0 25 0 1 0 285663138 84123648 20045 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134702462 0 0 4096 3 0 0 0 17 1 0 0
/proc/28013/statm: 20538 20045 78 138 0 20397 0
Current children cumulated CPU time (s) 156.24
Current children cumulated vsize (KiB) 82152

[startup+156.402 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 28014
/proc/meminfo: memFree=1774072/2055920 swapFree=4192812/4192956
[pid=28013] ppid=28011 vsize=82152 CPUtime=156.34
/proc/28013/stat : 28013 (minisat) R 28011 28013 27137 0 -1 4194304 24730 0 0 0 15620 14 0 0 25 0 1 0 285663138 84123648 20045 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134702392 0 0 4096 3 0 0 0 17 1 0 0
/proc/28013/statm: 20538 20045 78 138 0 20397 0
Current children cumulated CPU time (s) 156.34
Current children cumulated vsize (KiB) 82152

Child status: 0
Real time (s): 156.435
CPU time (s): 156.392
CPU user time (s): 156.228
CPU system time (s): 0.163975
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 105584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 156.228
system time used= 0.163975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24730
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= 2834

runsolver used 0.176973 second user time and 0.399939 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Wed Feb 28 10:04:46 UTC 2007

IDJOB= 315665
IDBENCH= 20422
IDSOLVER= 109
FILE ID= node11/315665-1172657086

PBS_JOBID= 3980954

Free space on /tmp= 66535 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/medium/cube-9-h10-unsat.cnf
COMMAND LINE= /tmp/evaluation/315665-1172657086/minisat /tmp/evaluation/315665-1172657086/instance-315665-1172657086.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-315665-1172657086 -o ROOT/results/node11/solver-315665-1172657086 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315665-1172657086/minisat /tmp/evaluation/315665-1172657086/instance-315665-1172657086.cnf            

META MD5SUM SOLVER= 120abd248b069e44985635f055606c5a
MD5SUM BENCH=  d2ca322a34242a2eebffc77c1c1d76f9

RANDOM SEED= 97184229

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:       1854872 kB
Buffers:          4988 kB
Cached:          84568 kB
SwapCached:          0 kB
Active:          36248 kB
Inactive:       110404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1854872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10124 kB
Writeback:           0 kB
Mapped:          75976 kB
Slab:            39936 kB
Committed_AS:   882332 kB
PageTables:       1808 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= 66535 MiB

End job on node11 on Wed Feb 28 10:07:23 UTC 2007