Trace number 422018

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 2007UNSAT 133.414 133.451

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h21-unknown.cnf
MD5SUM3b8c6114a974b09e9b1601ba0718cbf3
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.5615
Satisfiable
(Un)Satisfiability was proved
Number of variables135534
Number of clauses905980
Sum of the clauses size2447966
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2771665
Number of clauses of size 3128198
Number of clauses of size 41424
Number of clauses of size 579
Number of clauses of size over 54489

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:  136756                                               |
0.00/0.00	c |  Number of clauses:    905980                                               |
0.89/0.94	c |  Parsing time:         0.85         s                                       |
34.18/34.25	c ============================[ Search Statistics ]==============================
34.18/34.25	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
34.18/34.25	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
34.18/34.25	c ===============================================================================
34.18/34.25	c |         0 |   39051   709610  2745846 |   236536        0    nan |  0.000 % |
34.58/34.64	c |       100 |   39051   709610  2745846 |   260190      100     16 |  0.091 % |
34.88/34.98	c |       250 |   39051   709610  2745846 |   286209      250     18 |  0.091 % |
35.38/35.48	c |       475 |   39051   709610  2745846 |   314830      475     16 |  0.091 % |
36.48/36.54	c |       812 |   39051   709610  2745846 |   346313      812     20 |  0.091 % |
37.98/38.05	c |      1319 |   39051   709610  2745846 |   380944     1319     21 |  0.091 % |
39.68/39.71	c |      2078 |   39051   709610  2745846 |   419039     2078     18 |  0.091 % |
43.08/43.17	c |      3217 |   39051   709610  2745846 |   460943     3217     18 |  0.091 % |
48.78/48.88	c |      4925 |   39051   709610  2745846 |   507037     4925     19 |  0.091 % |
55.18/55.23	c |      7487 |   39051   709610  2745846 |   557741     7487     20 |  0.091 % |
68.78/68.83	c |     11331 |   39051   709610  2745846 |   613515    11331     21 |  0.091 % |
86.07/86.13	c |     17097 |   39051   709610  2745846 |   674866    17097     20 |  0.091 % |
110.67/110.78	c |     25746 |   39051   709610  2745846 |   742353    25746     20 |  0.091 % |
133.36/133.43	c ===============================================================================
133.36/133.43	c restarts              : 13
133.36/133.43	c conflicts             : 33897          (254 /sec)
133.36/133.43	c decisions             : 56403          (1.60 % random) (423 /sec)
133.36/133.43	c propagations          : 141852506      (1064857 /sec)
133.36/133.43	c conflict literals     : 635880         (46.97 % deleted)
133.36/133.43	c Memory used           : 115.86 MB
133.36/133.43	c CPU time              : 133.213 s
133.36/133.43	c 
133.36/133.43	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node70/watcher-422018-1177542363 -o ROOT/results/node70/solver-422018-1177542363 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/422018-1177542363/minisat_noassertions /tmp/evaluation/422018-1177542363/instance-422018-1177542363.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): 15000 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.94 0.54 0.22 3/64 12343
/proc/meminfo: memFree=1710776/2055920 swapFree=4183812/4192956
[pid=12343] ppid=12341 vsize=2012 CPUtime=0
/proc/12343/stat : 12343 (minisat_noasser) R 12341 12343 12006 0 -1 4194304 419 0 0 0 0 0 0 0 18 0 1 0 193773753 2060288 405 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/12343/statm: 503 413 50 130 0 370 0

[startup+0.0597229 s]
/proc/loadavg: 0.94 0.54 0.22 3/64 12343
/proc/meminfo: memFree=1710776/2055920 swapFree=4183812/4192956
[pid=12343] ppid=12341 vsize=6268 CPUtime=0.05
/proc/12343/stat : 12343 (minisat_noasser) R 12341 12343 12006 0 -1 4194304 1464 0 0 0 5 0 0 0 18 0 1 0 193773753 6418432 1450 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/12343/statm: 1567 1452 50 130 0 1434 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6268

[startup+0.101725 s]
/proc/loadavg: 0.94 0.54 0.22 3/64 12343
/proc/meminfo: memFree=1710776/2055920 swapFree=4183812/4192956
[pid=12343] ppid=12341 vsize=9532 CPUtime=0.09
/proc/12343/stat : 12343 (minisat_noasser) R 12341 12343 12006 0 -1 4194304 2187 0 0 0 9 0 0 0 18 0 1 0 193773753 9760768 2173 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/12343/statm: 2383 2174 50 130 0 2250 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9532

[startup+0.301745 s]
/proc/loadavg: 0.94 0.54 0.22 3/64 12343
/proc/meminfo: memFree=1710776/2055920 swapFree=4183812/4192956
[pid=12343] ppid=12341 vsize=23940 CPUtime=0.29
/proc/12343/stat : 12343 (minisat_noasser) R 12341 12343 12006 0 -1 4194304 5600 0 0 0 27 2 0 0 19 0 1 0 193773753 24514560 5586 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/12343/statm: 5985 5586 50 130 0 5852 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23940

[startup+0.701785 s]
/proc/loadavg: 0.94 0.54 0.22 3/64 12343
/proc/meminfo: memFree=1710776/2055920 swapFree=4183812/4192956
[pid=12343] ppid=12341 vsize=51088 CPUtime=0.69
/proc/12343/stat : 12343 (minisat_noasser) R 12341 12343 12006 0 -1 4194304 12389 0 0 0 63 6 0 0 22 0 1 0 193773753 52314112 12375 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 1 0 0
/proc/12343/statm: 12772 12380 50 130 0 12639 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51088

[startup+1.50186 s]
/proc/loadavg: 1.03 0.57 0.23 2/65 12344
/proc/meminfo: memFree=1643760/2055920 swapFree=4183812/4192956
[pid=12343] ppid=12341 vsize=69472 CPUtime=1.49
/proc/12343/stat : 12343 (minisat_noasser) R 12341 12343 12006 0 -1 4194304 16842 0 0 0 140 9 0 0 25 0 1 0 193773753 71139328 16828 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529689 0 0 4096 3 0 0 0 17 1 0 0
/proc/12343/statm: 17368 16828 62 130 0 17235 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69472

[startup+3.10202 s]
/proc/loadavg: 1.03 0.57 0.23 2/65 12344
/proc/meminfo: memFree=1643760/2055920 swapFree=4183812/4192956
[pid=12343] ppid=12341 vsize=69472 CPUtime=3.09
/proc/12343/stat : 12343 (minisat_noasser) R 12341 12343 12006 0 -1 4194304 16842 0 0 0 300 9 0 0 25 0 1 0 193773753 71139328 16828 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529674 0 0 4096 3 0 0 0 17 1 0 0
/proc/12343/statm: 17368 16828 62 130 0 17235 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69472

[startup+6.30134 s]
/proc/loadavg: 1.03 0.58 0.23 2/65 12344
/proc/meminfo: memFree=1594992/2055920 swapFree=4183812/4192956
[pid=12343] ppid=12341 vsize=125344 CPUtime=6.29
/proc/12343/stat : 12343 (minisat_noasser) R 12341 12343 12006 0 -1 4194304 30354 0 0 0 614 15 0 0 25 0 1 0 193773753 128352256 30340 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134521198 0 0 4096 3 0 0 0 17 1 0 0
/proc/12343/statm: 31336 30340 62 130 0 31203 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 125344

[startup+12.702 s]
/proc/loadavg: 1.02 0.58 0.24 2/65 12344
/proc/meminfo: memFree=1586096/2055920 swapFree=4183812/4192956
[pid=12343] ppid=12341 vsize=128696 CPUtime=12.68
/proc/12343/stat : 12343 (minisat_noasser) R 12341 12343 12006 0 -1 4194304 31246 0 0 0 1253 15 0 0 25 0 1 0 193773753 131784704 31232 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529657 0 0 4096 3 0 0 0 17 1 0 0
/proc/12343/statm: 32174 31232 62 130 0 32041 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 128696

[startup+25.5013 s]
/proc/loadavg: 1.02 0.60 0.25 2/65 12344
/proc/meminfo: memFree=1580080/2055920 swapFree=4183812/4192956
[pid=12343] ppid=12341 vsize=135688 CPUtime=25.48
/proc/12343/stat : 12343 (minisat_noasser) R 12341 12343 12006 0 -1 4194304 32763 0 0 0 2532 16 0 0 25 0 1 0 193773753 138944512 32749 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134521192 0 0 4096 3 0 0 0 17 1 0 0
/proc/12343/statm: 33922 32749 62 130 0 33789 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 135688

[startup+51.1018 s]
/proc/loadavg: 1.01 0.63 0.27 2/65 12344
/proc/meminfo: memFree=1594672/2055920 swapFree=4183812/4192956
[pid=12343] ppid=12341 vsize=118640 CPUtime=51.08
/proc/12343/stat : 12343 (minisat_noasser) R 12341 12343 12006 0 -1 4194304 33726 0 0 0 5090 18 0 0 25 0 1 0 193773753 121487360 29075 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552786 0 0 4096 3 0 0 0 17 1 0 0
/proc/12343/statm: 29660 29075 67 130 0 29527 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 118640

[startup+102.306 s]
/proc/loadavg: 1.00 0.69 0.30 2/65 12344
/proc/meminfo: memFree=1594736/2055920 swapFree=4183812/4192956
[pid=12343] ppid=12341 vsize=118640 CPUtime=102.27
/proc/12343/stat : 12343 (minisat_noasser) R 12341 12343 12006 0 -1 4194304 33726 0 0 0 10209 18 0 0 25 0 1 0 193773753 121487360 29075 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546850 0 0 4096 3 0 0 0 17 1 0 0
/proc/12343/statm: 29660 29075 67 130 0 29527 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 118640

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

[startup+115.101 s]
/proc/loadavg: 1.00 0.70 0.31 2/65 12344
/proc/meminfo: memFree=1594736/2055920 swapFree=4183812/4192956
[pid=12343] ppid=12341 vsize=118640 CPUtime=115.06
/proc/12343/stat : 12343 (minisat_noasser) R 12341 12343 12006 0 -1 4194304 33726 0 0 0 11488 18 0 0 25 0 1 0 193773753 121487360 29075 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/12343/statm: 29660 29075 67 130 0 29527 0
Current children cumulated CPU time (s) 115.06
Current children cumulated vsize (KiB) 118640

[startup+121.502 s]
/proc/loadavg: 1.00 0.71 0.32 2/65 12344
/proc/meminfo: memFree=1594736/2055920 swapFree=4183812/4192956
[pid=12343] ppid=12341 vsize=118640 CPUtime=121.46
/proc/12343/stat : 12343 (minisat_noasser) R 12341 12343 12006 0 -1 4194304 33726 0 0 0 12128 18 0 0 25 0 1 0 193773753 121487360 29075 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/12343/statm: 29660 29075 67 130 0 29527 0
Current children cumulated CPU time (s) 121.46
Current children cumulated vsize (KiB) 118640

[startup+127.902 s]
/proc/loadavg: 1.00 0.71 0.32 2/65 12344
/proc/meminfo: memFree=1594736/2055920 swapFree=4183812/4192956
[pid=12343] ppid=12341 vsize=118640 CPUtime=127.86
/proc/12343/stat : 12343 (minisat_noasser) R 12341 12343 12006 0 -1 4194304 33727 0 0 0 12768 18 0 0 25 0 1 0 193773753 121487360 29076 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/12343/statm: 29660 29076 67 130 0 29527 0
Current children cumulated CPU time (s) 127.86
Current children cumulated vsize (KiB) 118640

[startup+131.102 s]
/proc/loadavg: 1.00 0.71 0.32 2/65 12344
/proc/meminfo: memFree=1594800/2055920 swapFree=4183812/4192956
[pid=12343] ppid=12341 vsize=118640 CPUtime=131.06
/proc/12343/stat : 12343 (minisat_noasser) R 12341 12343 12006 0 -1 4194304 33728 0 0 0 13088 18 0 0 25 0 1 0 193773753 121487360 29077 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0
/proc/12343/statm: 29660 29077 67 130 0 29527 0
Current children cumulated CPU time (s) 131.06
Current children cumulated vsize (KiB) 118640

[startup+132.702 s]
/proc/loadavg: 1.00 0.71 0.32 2/65 12344
/proc/meminfo: memFree=1594800/2055920 swapFree=4183812/4192956
[pid=12343] ppid=12341 vsize=118640 CPUtime=132.66
/proc/12343/stat : 12343 (minisat_noasser) R 12341 12343 12006 0 -1 4194304 33728 0 0 0 13248 18 0 0 25 0 1 0 193773753 121487360 29077 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/12343/statm: 29660 29077 67 130 0 29527 0
Current children cumulated CPU time (s) 132.66
Current children cumulated vsize (KiB) 118640

[startup+133.105 s]
/proc/loadavg: 1.00 0.71 0.32 2/65 12344
/proc/meminfo: memFree=1594800/2055920 swapFree=4183812/4192956
[pid=12343] ppid=12341 vsize=118640 CPUtime=133.06
/proc/12343/stat : 12343 (minisat_noasser) R 12341 12343 12006 0 -1 4194304 33728 0 0 0 13288 18 0 0 25 0 1 0 193773753 121487360 29077 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/12343/statm: 29660 29077 67 130 0 29527 0
Current children cumulated CPU time (s) 133.06
Current children cumulated vsize (KiB) 118640

[startup+133.301 s]
/proc/loadavg: 1.00 0.71 0.32 2/65 12344
/proc/meminfo: memFree=1594800/2055920 swapFree=4183812/4192956
[pid=12343] ppid=12341 vsize=118640 CPUtime=133.26
/proc/12343/stat : 12343 (minisat_noasser) R 12341 12343 12006 0 -1 4194304 33728 0 0 0 13308 18 0 0 25 0 1 0 193773753 121487360 29077 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/12343/statm: 29660 29077 67 130 0 29527 0
Current children cumulated CPU time (s) 133.26
Current children cumulated vsize (KiB) 118640

[startup+133.401 s]
/proc/loadavg: 1.00 0.71 0.32 2/65 12344
/proc/meminfo: memFree=1594800/2055920 swapFree=4183812/4192956
[pid=12343] ppid=12341 vsize=118640 CPUtime=133.36
/proc/12343/stat : 12343 (minisat_noasser) R 12341 12343 12006 0 -1 4194304 33728 0 0 0 13318 18 0 0 25 0 1 0 193773753 121487360 29077 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/12343/statm: 29660 29077 67 130 0 29527 0
Current children cumulated CPU time (s) 133.36
Current children cumulated vsize (KiB) 118640

Child status: 20
Real time (s): 133.451
CPU time (s): 133.414
CPU user time (s): 133.213
CPU system time (s): 0.200969
CPU usage (%): 99.9719
Max. virtual memory (cumulated for all children) (KiB): 143332

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

runsolver used 0.124981 second user time and 0.246962 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Wed Apr 25 23:06:04 UTC 2007

IDJOB= 422018
IDBENCH= 20431
IDSOLVER= 189
FILE ID= node70/422018-1177542363

PBS_JOBID= 4695823

Free space on /tmp= 66480 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/medium/blocks-4-ipc5-h21-unknown.cnf
COMMAND LINE= /tmp/evaluation/422018-1177542363/minisat_noassertions /tmp/evaluation/422018-1177542363/instance-422018-1177542363.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-422018-1177542363 -o ROOT/results/node70/solver-422018-1177542363 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/422018-1177542363/minisat_noassertions /tmp/evaluation/422018-1177542363/instance-422018-1177542363.cnf

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  3b8c6114a974b09e9b1601ba0718cbf3

RANDOM SEED= 934088395

TIME LIMIT= 10000 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.218
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.218
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:       1711120 kB
Buffers:         26296 kB
Cached:         237760 kB
SwapCached:       3048 kB
Active:         147240 kB
Inactive:       132472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711120 kB
SwapTotal:     4192956 kB
SwapFree:      4183812 kB
Dirty:           18084 kB
Writeback:           0 kB
Mapped:          21788 kB
Slab:            51192 kB
Committed_AS:  3489800 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= 66480 MiB

End job on node70 on Wed Apr 25 23:08:18 UTC 2007