Trace number 1716867

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 294.638 294.749

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-16.cnf
MD5SUM65057bcebbeecf6a7f3bc3fcfb2de009
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark199.757
Satisfiable
(Un)Satisfiability was proved
Number of variables52382
Number of clauses182485
Sum of the clauses size472601
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 285834
Number of clauses of size 387884
Number of clauses of size 47609
Number of clauses of size 5700
Number of clauses of size over 5457

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.09/0.18	c |  Number of variables:         52382                                         |
0.09/0.18	c |  Number of clauses:          181871                                         |
0.09/0.18	c |  Parse time:                   0.16 s                                       |
0.79/0.83	c |  Simplification time:          0.65 s                                       |
0.79/0.83	c |                                                                             |
0.79/0.83	c ============================[ Search Statistics ]==============================
0.79/0.83	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.79/0.83	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.79/0.83	c ===============================================================================
0.79/0.85	c |       100 |   16597    93066   305094 |    34124      100     20 | 14.954 % |
0.89/0.93	c |       250 |   16597    93066   305094 |    37536      250     33 | 14.954 % |
1.00/1.07	c |       475 |   16597    93066   305094 |    41290      475     47 | 14.954 % |
1.20/1.25	c |       812 |   16597    93066   305094 |    45419      812     42 | 14.954 % |
1.30/1.38	c |      1318 |   16597    93066   305094 |    49961     1318     36 | 14.954 % |
1.89/1.93	c |      2077 |   16597    93066   305094 |    54957     2077     35 | 14.954 % |
2.49/2.57	c |      3216 |   16597    93066   305094 |    60453     3216     35 | 14.954 % |
3.49/3.57	c |      4924 |   16597    93066   305094 |    66498     4924     37 | 14.954 % |
4.69/4.70	c |      7486 |   16597    93066   305094 |    73148     7486     46 | 14.954 % |
7.09/7.14	c |     11330 |   16272    90608   297550 |    80463    11322     51 | 15.574 % |
10.29/10.34	c |     17096 |   16272    90608   297550 |    88509    17088     66 | 15.574 % |
16.09/16.11	c |     25745 |   16272    90608   297550 |    97360    25737     69 | 15.574 % |
26.48/26.53	c |     38719 |   16272    90608   297550 |   107096    38711     65 | 15.574 % |
41.57/41.68	c |     58180 |   16272    90608   297550 |   117805    58172     73 | 15.574 % |
62.56/62.65	c |     87372 |   16272    90608   297550 |   129586    87364     76 | 15.574 % |
91.95/92.05	c |    131161 |   16272    90608   297550 |   142545   131153     76 | 15.574 % |
142.94/143.01	c |    196845 |   16272    90608   297550 |   156799    71572     66 | 15.574 % |
228.20/228.39	c |    295371 |   16272    90608   297550 |   172479    32559     60 | 15.574 % |
294.58/294.73	c ===============================================================================
294.58/294.73	c restarts              : 893
294.58/294.73	c conflicts             : 377532         (1283 /sec)
294.58/294.73	c decisions             : 526161         (1788 /sec)
294.58/294.73	c propagations          : 285901202      (971454 /sec)
294.58/294.73	c conflict literals     : 27146925       (70.27 % deleted)
294.58/294.73	c Memory used           : 75.98 MB
294.58/294.73	c CPU time              : 294.302 s
294.58/294.73	c 
294.58/294.73	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-1716867-1240621265/watcher-1716867-1240621265 -o /tmp/evaluation-result-1716867-1240621265/solver-1716867-1240621265 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1716867-1240621265.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): 1800 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: 2.03 1.63 1.27 3/65 12216
/proc/meminfo: memFree=1030064/2055920 swapFree=4192956/4192956
[pid=12216] ppid=12214 vsize=7784 CPUtime=0
/proc/12216/stat : 12216 (minisat) R 12214 12216 12142 0 -1 4194304 479 0 0 0 0 0 0 0 18 0 1 0 90156013 7970816 463 1992294400 4194304 5092341 548682068832 18446744073709551615 4515559 0 0 4096 3 0 0 0 17 1 0 0
/proc/12216/statm: 1946 465 62 219 0 1724 0

[startup+0.092337 s]
/proc/loadavg: 2.03 1.63 1.27 3/65 12216
/proc/meminfo: memFree=1030064/2055920 swapFree=4192956/4192956
[pid=12216] ppid=12214 vsize=17460 CPUtime=0.08
/proc/12216/stat : 12216 (minisat) R 12214 12216 12142 0 -1 4194304 3073 0 0 0 7 1 0 0 18 0 1 0 90156013 17879040 2933 1992294400 4194304 5092341 548682068832 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/12216/statm: 4365 2934 63 219 0 4143 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 17460

[startup+0.101337 s]
/proc/loadavg: 2.03 1.63 1.27 3/65 12216
/proc/meminfo: memFree=1030064/2055920 swapFree=4192956/4192956
[pid=12216] ppid=12214 vsize=17856 CPUtime=0.09
/proc/12216/stat : 12216 (minisat) R 12214 12216 12142 0 -1 4194304 3249 0 0 0 8 1 0 0 18 0 1 0 90156013 18284544 3109 1992294400 4194304 5092341 548682068832 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/12216/statm: 4464 3109 63 219 0 4242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17856

[startup+0.301373 s]
/proc/loadavg: 2.03 1.63 1.27 3/65 12216
/proc/meminfo: memFree=1030064/2055920 swapFree=4192956/4192956
[pid=12216] ppid=12214 vsize=23868 CPUtime=0.29
/proc/12216/stat : 12216 (minisat) R 12214 12216 12142 0 -1 4194304 5496 0 0 0 27 2 0 0 20 0 1 0 90156013 24440832 5129 1992294400 4194304 5092341 548682068832 18446744073709551615 4221318 0 0 4096 3 0 0 0 17 1 0 0
/proc/12216/statm: 5967 5129 87 219 0 5745 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23868

[startup+0.701445 s]
/proc/loadavg: 2.03 1.63 1.27 3/65 12216
/proc/meminfo: memFree=1030064/2055920 swapFree=4192956/4192956
[pid=12216] ppid=12214 vsize=29840 CPUtime=0.69
/proc/12216/stat : 12216 (minisat) R 12214 12216 12142 0 -1 4194304 6659 0 0 0 67 2 0 0 23 0 1 0 90156013 30556160 6292 1992294400 4194304 5092341 548682068832 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/12216/statm: 7460 6292 87 219 0 7238 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29840

[startup+1.50159 s]
/proc/loadavg: 2.03 1.63 1.27 2/66 12217
/proc/meminfo: memFree=1011304/2055920 swapFree=4192956/4192956
[pid=12216] ppid=12214 vsize=25256 CPUtime=1.49
/proc/12216/stat : 12216 (minisat) R 12214 12216 12142 0 -1 4194304 7176 0 0 0 146 3 0 0 25 0 1 0 90156013 25862144 4764 1992294400 4194304 5092341 548682068832 18446744073709551615 4244031 0 0 4096 3 0 0 0 17 1 0 0
/proc/12216/statm: 6314 4764 102 219 0 6092 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25256

[startup+3.10187 s]
/proc/loadavg: 2.03 1.63 1.27 2/66 12217
/proc/meminfo: memFree=1011048/2055920 swapFree=4192956/4192956
[pid=12216] ppid=12214 vsize=25256 CPUtime=3.09
/proc/12216/stat : 12216 (minisat) R 12214 12216 12142 0 -1 4194304 7291 0 0 0 306 3 0 0 25 0 1 0 90156013 25862144 4879 1992294400 4194304 5092341 548682068832 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/12216/statm: 6314 4879 103 219 0 6092 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25256

[startup+6.30244 s]
/proc/loadavg: 1.95 1.62 1.26 2/66 12217
/proc/meminfo: memFree=1009448/2055920 swapFree=4192956/4192956
[pid=12216] ppid=12214 vsize=25256 CPUtime=6.29
/proc/12216/stat : 12216 (minisat) R 12214 12216 12142 0 -1 4194304 7623 0 0 0 626 3 0 0 25 0 1 0 90156013 25862144 5211 1992294400 4194304 5092341 548682068832 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 1 0 0
/proc/12216/statm: 6314 5211 103 219 0 6092 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25256

[startup+12.7016 s]
/proc/loadavg: 1.87 1.61 1.26 2/66 12217
/proc/meminfo: memFree=1005360/2055920 swapFree=4192956/4192956
[pid=12216] ppid=12214 vsize=27852 CPUtime=12.68
/proc/12216/stat : 12216 (minisat) R 12214 12216 12142 0 -1 4194304 8652 0 0 0 1265 3 0 0 25 0 1 0 90156013 28520448 6240 1992294400 4194304 5092341 548682068832 18446744073709551615 4241086 0 0 4096 3 0 0 0 17 1 0 0
/proc/12216/statm: 6963 6240 103 219 0 6741 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 27852

[startup+25.5019 s]
/proc/loadavg: 1.68 1.58 1.26 2/66 12217
/proc/meminfo: memFree=1001776/2055920 swapFree=4192956/4192956
[pid=12216] ppid=12214 vsize=31744 CPUtime=25.48
/proc/12216/stat : 12216 (minisat) R 12214 12216 12142 0 -1 4194304 9505 0 0 0 2544 4 0 0 25 0 1 0 90156013 32505856 7093 1992294400 4194304 5092341 548682068832 18446744073709551615 4248707 0 0 4096 3 0 0 0 17 1 0 0
/proc/12216/statm: 7936 7093 103 219 0 7714 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31744

[startup+51.1014 s]
/proc/loadavg: 1.45 1.53 1.25 2/66 12217
/proc/meminfo: memFree=988336/2055920 swapFree=4192956/4192956
[pid=12216] ppid=12214 vsize=47672 CPUtime=51.06
/proc/12216/stat : 12216 (minisat) R 12214 12216 12142 0 -1 4194304 12949 0 0 0 5099 7 0 0 25 0 1 0 90156013 48816128 10537 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/12216/statm: 11918 10537 103 219 0 11696 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 47672

[startup+102.306 s]
/proc/loadavg: 1.19 1.45 1.24 2/66 12217
/proc/meminfo: memFree=963440/2055920 swapFree=4192956/4192956
[pid=12216] ppid=12214 vsize=84368 CPUtime=102.26
/proc/12216/stat : 12216 (minisat) R 12214 12216 12142 0 -1 4194304 19116 0 0 0 10212 14 0 0 25 0 1 0 90156013 86392832 16704 1992294400 4194304 5092341 548682068832 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/12216/statm: 21092 16704 103 219 0 20870 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 84368

[startup+162.301 s]
/proc/loadavg: 1.07 1.36 1.22 2/66 12217
/proc/meminfo: memFree=968240/2055920 swapFree=4192956/4192956
[pid=12216] ppid=12214 vsize=77796 CPUtime=162.22
/proc/12216/stat : 12216 (minisat) R 12214 12216 12142 0 -1 4194304 29684 0 0 0 16202 20 0 0 25 0 1 0 90156013 79663104 15568 1992294400 4194304 5092341 548682068832 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/12216/statm: 19449 15568 103 219 0 19227 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 77796

[startup+222.302 s]
/proc/loadavg: 1.02 1.30 1.20 2/66 12217
/proc/meminfo: memFree=948208/2055920 swapFree=4192956/4192956
[pid=12216] ppid=12214 vsize=97504 CPUtime=222.21
/proc/12216/stat : 12216 (minisat) R 12214 12216 12142 0 -1 4194304 34620 0 0 0 22196 25 0 0 25 0 1 0 90156013 99844096 20504 1992294400 4194304 5092341 548682068832 18446744073709551615 4248648 0 0 4096 3 0 0 0 17 1 0 0
/proc/12216/statm: 24376 20504 103 219 0 24154 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 97504

[startup+282.302 s]
/proc/loadavg: 1.01 1.24 1.18 2/66 12217
/proc/meminfo: memFree=966448/2055920 swapFree=4192956/4192956
[pid=12216] ppid=12214 vsize=77796 CPUtime=282.18
/proc/12216/stat : 12216 (minisat) R 12214 12216 12142 0 -1 4194304 42064 0 0 0 28187 31 0 0 25 0 1 0 90156013 79663104 15875 1992294400 4194304 5092341 548682068832 18446744073709551615 4247153 0 0 4096 3 0 0 0 17 1 0 0
/proc/12216/statm: 19449 15875 103 219 0 19227 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 77796

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

[startup+287.902 s]
/proc/loadavg: 1.01 1.23 1.18 2/66 12217
/proc/meminfo: memFree=965424/2055920 swapFree=4192956/4192956
[pid=12216] ppid=12214 vsize=77796 CPUtime=287.79
/proc/12216/stat : 12216 (minisat) R 12214 12216 12142 0 -1 4194304 42440 0 0 0 28747 32 0 0 25 0 1 0 90156013 79663104 16251 1992294400 4194304 5092341 548682068832 18446744073709551615 4248082 0 0 4096 3 0 0 0 17 1 0 0
/proc/12216/statm: 19449 16251 103 219 0 19227 0
Current children cumulated CPU time (s) 287.79
Current children cumulated vsize (KiB) 77796

[startup+291.101 s]
/proc/loadavg: 1.00 1.23 1.18 2/66 12217
/proc/meminfo: memFree=964272/2055920 swapFree=4192956/4192956
[pid=12216] ppid=12214 vsize=77796 CPUtime=290.98
/proc/12216/stat : 12216 (minisat) R 12214 12216 12142 0 -1 4194304 42700 0 0 0 29066 32 0 0 25 0 1 0 90156013 79663104 16511 1992294400 4194304 5092341 548682068832 18446744073709551615 4249091 0 0 4096 3 0 0 0 17 1 0 0
/proc/12216/statm: 19449 16511 103 219 0 19227 0
Current children cumulated CPU time (s) 290.98
Current children cumulated vsize (KiB) 77796

[startup+292.701 s]
/proc/loadavg: 1.00 1.23 1.18 2/66 12217
/proc/meminfo: memFree=963632/2055920 swapFree=4192956/4192956
[pid=12216] ppid=12214 vsize=77796 CPUtime=292.58
/proc/12216/stat : 12216 (minisat) R 12214 12216 12142 0 -1 4194304 42769 0 0 0 29226 32 0 0 25 0 1 0 90156013 79663104 16580 1992294400 4194304 5092341 548682068832 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 1 0 0
/proc/12216/statm: 19449 16580 103 219 0 19227 0
Current children cumulated CPU time (s) 292.58
Current children cumulated vsize (KiB) 77796

[startup+293.502 s]
/proc/loadavg: 1.00 1.23 1.18 2/66 12217
/proc/meminfo: memFree=963632/2055920 swapFree=4192956/4192956
[pid=12216] ppid=12214 vsize=77796 CPUtime=293.38
/proc/12216/stat : 12216 (minisat) R 12214 12216 12142 0 -1 4194304 42833 0 0 0 29306 32 0 0 25 0 1 0 90156013 79663104 16644 1992294400 4194304 5092341 548682068832 18446744073709551615 4249868 0 0 4096 3 0 0 0 17 1 0 0
/proc/12216/statm: 19449 16644 103 219 0 19227 0
Current children cumulated CPU time (s) 293.38
Current children cumulated vsize (KiB) 77796

[startup+294.302 s]
/proc/loadavg: 1.00 1.23 1.18 2/66 12217
/proc/meminfo: memFree=963376/2055920 swapFree=4192956/4192956
[pid=12216] ppid=12214 vsize=77796 CPUtime=294.18
/proc/12216/stat : 12216 (minisat) R 12214 12216 12142 0 -1 4194304 42875 0 0 0 29386 32 0 0 25 0 1 0 90156013 79663104 16686 1992294400 4194304 5092341 548682068832 18446744073709551615 4240667 0 0 4096 3 0 0 0 17 1 0 0
/proc/12216/statm: 19449 16686 103 219 0 19227 0
Current children cumulated CPU time (s) 294.18
Current children cumulated vsize (KiB) 77796

[startup+294.702 s]
/proc/loadavg: 1.00 1.23 1.18 2/66 12217
/proc/meminfo: memFree=963184/2055920 swapFree=4192956/4192956
[pid=12216] ppid=12214 vsize=77796 CPUtime=294.58
/proc/12216/stat : 12216 (minisat) R 12214 12216 12142 0 -1 4194304 42885 0 0 0 29426 32 0 0 25 0 1 0 90156013 79663104 16696 1992294400 4194304 5092341 548682068832 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 1 0 0
/proc/12216/statm: 19449 16696 103 219 0 19227 0
Current children cumulated CPU time (s) 294.58
Current children cumulated vsize (KiB) 77796

Child status: 20
Real time (s): 294.749
CPU time (s): 294.638
CPU user time (s): 294.302
CPU system time (s): 0.335948
CPU usage (%): 99.9624
Max. virtual memory (cumulated for all children) (KiB): 97504

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

runsolver used 0.293955 second user time and 0.724889 second system time

The end

Launcher Data

Begin job on node89 at 2009-04-25 03:01:05
IDJOB=1716867
IDBENCH=20398
IDSOLVER=546
FILE ID=node89/1716867-1240621265
PBS_JOBID= 9186380
Free space on /tmp= 66492 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-16.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716867-1240621265/watcher-1716867-1240621265 -o /tmp/evaluation-result-1716867-1240621265/solver-1716867-1240621265 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1716867-1240621265.cnf

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

MD5SUM BENCH= 65057bcebbeecf6a7f3bc3fcfb2de009
RANDOM SEED=415614686

node89.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.268
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.268
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1030544 kB
Buffers:         98044 kB
Cached:         821520 kB
SwapCached:          0 kB
Active:         293512 kB
Inactive:       639864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1030544 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4256 kB
Writeback:           0 kB
Mapped:          23536 kB
Slab:            77960 kB
Committed_AS:   234548 kB
PageTables:       1372 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= 66492 MiB
End job on node89 at 2009-04-25 03:06:00