Trace number 428687

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-04-26 (fixed)UNSAT 78.613 78.6433

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG7-gensys-icl001.sat05-2926.reshuffled-07.cnf
MD5SUM98a64f12169bd41f7a54fe2b2f678456
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark43.1534
Satisfiable
(Un)Satisfiability was proved
Number of variables432
Number of clauses14889
Sum of the clauses size59645
Maximum clause length13
Minimum clause length1
Number of clauses of size 135
Number of clauses of size 21078
Number of clauses of size 38535
Number of clauses of size 411
Number of clauses of size 513
Number of clauses of size over 55217

Solver Data (download as text)

0.00/0.00	This is MiniMarch 1.1, 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:  432                                                  |
0.00/0.00	|  Number of clauses:    14889                                                |
0.01/0.04	|  Parsing time:         0.04         s                                       |
0.09/0.17	============================[ Search Statistics ]==============================
0.09/0.17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.17	===============================================================================
0.09/0.17	|         0 |     372     9808    42212 |     3269        0    nan |  0.000 % |
0.09/0.17	|       103 |     372     9808    42212 |     3596      103     37 | 12.964 % |
0.09/0.18	|       255 |     372     9808    42212 |     3955      255     32 | 12.964 % |
0.09/0.19	|       482 |     372     9808    42212 |     4351      482     29 | 12.964 % |
0.19/0.22	|       820 |     372     9808    42212 |     4786      820     27 | 12.964 % |
0.19/0.25	|      1326 |     372     9808    42212 |     5265     1326     27 | 12.964 % |
0.29/0.32	|      2085 |     372     9808    42212 |     5791     2085     27 | 12.964 % |
0.39/0.44	|      3224 |     372     9808    42212 |     6371     3224     28 | 12.964 % |
0.59/0.65	|      4932 |     372     9808    42212 |     7008     4932     28 | 12.964 % |
1.00/1.04	|      7494 |     372     9808    42212 |     7708     3928     23 | 12.964 % |
1.49/1.57	|     11338 |     372     9808    42212 |     8479     7772     24 | 12.964 % |
2.39/2.43	|     17105 |     372     9808    42212 |     9327     4948     23 | 12.964 % |
3.59/3.67	|     25757 |     372     9808    42212 |    10260     8837     22 | 12.964 % |
5.69/5.78	|     38731 |     372     9808    42212 |    11286     6218     24 | 12.964 % |
8.89/8.94	|     58193 |     372     9808    42212 |    12415     8520     24 | 12.964 % |
14.08/14.13	|     87385 |     372     9808    42212 |    13656    12544     27 | 12.964 % |
22.28/22.34	|    131175 |     372     9808    42212 |    15022     7968     24 | 12.964 % |
36.08/36.10	|    196861 |     372     9808    42212 |    16524    12895     25 | 12.964 % |
58.67/58.77	|    295389 |     372     9808    42212 |    18177    11316     24 | 12.964 % |
78.56/78.64	===============================================================================
78.56/78.64	lookaheads            : 2708
78.56/78.64	variable balance      : 0.04
78.56/78.64	restarts              : 19
78.56/78.64	conflicts             : 380385         (4840 /sec)
78.56/78.64	decisions             : 439498         (1.35 % random) (5592 /sec)
78.56/78.64	decision = positive   : 221868
78.56/78.64	decision = negative   : 217630
78.56/78.64	propagations          : 29788348       (379025 /sec)
78.56/78.64	conflict literals     : 10367037       (37.71 % deleted)
78.56/78.64	Memory used           : 6.27 MB
78.56/78.64	CPU time              : 78.5921 s
78.56/78.64	
78.56/78.64	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/node3/watcher-428687-1177741537 -o ROOT/results/node3/solver-428687-1177741537 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428687-1177741537/minimarch_fixed /tmp/evaluation/428687-1177741537/instance-428687-1177741537.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.92 0.98 0.99 3/77 32392
/proc/meminfo: memFree=1577312/2055920 swapFree=4138856/4192956
[pid=32392] ppid=32390 vsize=1868 CPUtime=0
/proc/32392/stat : 32392 (minimarch_fixed) R 32390 32392 31652 0 -1 4194304 203 0 0 0 0 0 0 0 18 0 1 0 250191438 1912832 188 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/32392/statm: 467 188 51 132 0 332 0

[startup+0.022761 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 32392
/proc/meminfo: memFree=1577312/2055920 swapFree=4138856/4192956
[pid=32392] ppid=32390 vsize=2816 CPUtime=0.01
/proc/32392/stat : 32392 (minimarch_fixed) R 32390 32392 31652 0 -1 4194304 420 0 0 0 1 0 0 0 18 0 1 0 250191438 2883584 405 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/32392/statm: 704 405 51 132 0 569 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2816

[startup+0.101773 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 32392
/proc/meminfo: memFree=1577312/2055920 swapFree=4138856/4192956
[pid=32392] ppid=32390 vsize=2964 CPUtime=0.09
/proc/32392/stat : 32392 (minimarch_fixed) R 32390 32392 31652 0 -1 4194304 454 0 0 0 9 0 0 0 18 0 1 0 250191438 3035136 439 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134535644 0 0 4096 3 0 0 0 17 1 0 0
/proc/32392/statm: 741 439 63 132 0 606 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2964

[startup+0.301805 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 32392
/proc/meminfo: memFree=1577312/2055920 swapFree=4138856/4192956
[pid=32392] ppid=32390 vsize=2856 CPUtime=0.29
/proc/32392/stat : 32392 (minimarch_fixed) R 32390 32392 31652 0 -1 4194304 468 0 0 0 29 0 0 0 19 0 1 0 250191438 2924544 452 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551719 0 0 4096 3 0 0 0 17 1 0 0
/proc/32392/statm: 714 452 67 132 0 579 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2856

[startup+0.701871 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 32392
/proc/meminfo: memFree=1577312/2055920 swapFree=4138856/4192956
[pid=32392] ppid=32390 vsize=3124 CPUtime=0.69
/proc/32392/stat : 32392 (minimarch_fixed) R 32390 32392 31652 0 -1 4194304 533 0 0 0 69 0 0 0 23 0 1 0 250191438 3198976 517 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551377 0 0 4096 3 0 0 0 17 1 0 0
/proc/32392/statm: 781 517 67 132 0 646 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3124

[startup+1.502 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 32393
/proc/meminfo: memFree=1575192/2055920 swapFree=4138856/4192956
[pid=32392] ppid=32390 vsize=3412 CPUtime=1.49
/proc/32392/stat : 32392 (minimarch_fixed) R 32390 32392 31652 0 -1 4194304 610 0 0 0 149 0 0 0 25 0 1 0 250191438 3493888 594 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551235 0 0 4096 3 0 0 0 17 1 0 0
/proc/32392/statm: 853 594 67 132 0 718 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3412

[startup+3.10126 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 32393
/proc/meminfo: memFree=1574872/2055920 swapFree=4138856/4192956
[pid=32392] ppid=32390 vsize=3808 CPUtime=3.09
/proc/32392/stat : 32392 (minimarch_fixed) R 32390 32392 31652 0 -1 4194304 688 0 0 0 309 0 0 0 25 0 1 0 250191438 3899392 672 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551218 0 0 4096 3 0 0 0 17 1 0 0
/proc/32392/statm: 952 672 67 132 0 817 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3808

[startup+6.30178 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 32393
/proc/meminfo: memFree=1574168/2055920 swapFree=4138856/4192956
[pid=32392] ppid=32390 vsize=4204 CPUtime=6.29
/proc/32392/stat : 32392 (minimarch_fixed) R 32390 32392 31652 0 -1 4194304 797 0 0 0 629 0 0 0 25 0 1 0 250191438 4304896 781 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/32392/statm: 1051 781 67 132 0 916 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4204

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 32393
/proc/meminfo: memFree=1573528/2055920 swapFree=4138856/4192956
[pid=32392] ppid=32390 vsize=4796 CPUtime=12.68
/proc/32392/stat : 32392 (minimarch_fixed) R 32390 32392 31652 0 -1 4194304 936 0 0 0 1268 0 0 0 25 0 1 0 250191438 4911104 920 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/32392/statm: 1199 920 67 132 0 1064 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 4796

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 32393
/proc/meminfo: memFree=1573016/2055920 swapFree=4138856/4192956
[pid=32392] ppid=32390 vsize=5324 CPUtime=25.49
/proc/32392/stat : 32392 (minimarch_fixed) R 32390 32392 31652 0 -1 4194304 1063 0 0 0 2548 1 0 0 25 0 1 0 250191438 5451776 1047 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/32392/statm: 1331 1047 67 132 0 1196 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5324

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 32393
/proc/meminfo: memFree=1572376/2055920 swapFree=4138856/4192956
[pid=32392] ppid=32390 vsize=5884 CPUtime=51.07
/proc/32392/stat : 32392 (minimarch_fixed) R 32390 32392 31652 0 -1 4194304 1209 0 0 0 5106 1 0 0 25 0 1 0 250191438 6025216 1193 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551569 0 0 4096 3 0 0 0 17 1 0 0
/proc/32392/statm: 1471 1193 67 132 0 1336 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 5884

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

[startup+63.9011 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 32393
/proc/meminfo: memFree=1572184/2055920 swapFree=4138856/4192956
[pid=32392] ppid=32390 vsize=6148 CPUtime=63.86
/proc/32392/stat : 32392 (minimarch_fixed) R 32390 32392 31652 0 -1 4194304 1270 0 0 0 6385 1 0 0 25 0 1 0 250191438 6295552 1254 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/32392/statm: 1537 1254 67 132 0 1402 0
Current children cumulated CPU time (s) 63.86
Current children cumulated vsize (KiB) 6148

[startup+70.3012 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 32393
/proc/meminfo: memFree=1572120/2055920 swapFree=4138856/4192956
[pid=32392] ppid=32390 vsize=6280 CPUtime=70.26
/proc/32392/stat : 32392 (minimarch_fixed) R 32390 32392 31652 0 -1 4194304 1290 0 0 0 7025 1 0 0 25 0 1 0 250191438 6430720 1274 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/32392/statm: 1570 1274 67 132 0 1435 0
Current children cumulated CPU time (s) 70.26
Current children cumulated vsize (KiB) 6280

[startup+73.5017 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 32393
/proc/meminfo: memFree=1572056/2055920 swapFree=4138856/4192956
[pid=32392] ppid=32390 vsize=6280 CPUtime=73.46
/proc/32392/stat : 32392 (minimarch_fixed) R 32390 32392 31652 0 -1 4194304 1302 0 0 0 7345 1 0 0 25 0 1 0 250191438 6430720 1286 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551371 0 0 4096 3 0 0 0 17 1 0 0
/proc/32392/statm: 1570 1286 67 132 0 1435 0
Current children cumulated CPU time (s) 73.46
Current children cumulated vsize (KiB) 6280

[startup+76.7012 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 32393
/proc/meminfo: memFree=1571992/2055920 swapFree=4138856/4192956
[pid=32392] ppid=32390 vsize=6416 CPUtime=76.66
/proc/32392/stat : 32392 (minimarch_fixed) R 32390 32392 31652 0 -1 4194304 1315 0 0 0 7665 1 0 0 25 0 1 0 250191438 6569984 1299 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/32392/statm: 1604 1299 67 132 0 1469 0
Current children cumulated CPU time (s) 76.66
Current children cumulated vsize (KiB) 6416

[startup+77.5013 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 32393
/proc/meminfo: memFree=1571992/2055920 swapFree=4138856/4192956
[pid=32392] ppid=32390 vsize=6416 CPUtime=77.46
/proc/32392/stat : 32392 (minimarch_fixed) R 32390 32392 31652 0 -1 4194304 1315 0 0 0 7745 1 0 0 25 0 1 0 250191438 6569984 1299 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/32392/statm: 1604 1299 67 132 0 1469 0
Current children cumulated CPU time (s) 77.46
Current children cumulated vsize (KiB) 6416

[startup+78.3015 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 32393
/proc/meminfo: memFree=1571992/2055920 swapFree=4138856/4192956
[pid=32392] ppid=32390 vsize=6416 CPUtime=78.26
/proc/32392/stat : 32392 (minimarch_fixed) R 32390 32392 31652 0 -1 4194304 1315 0 0 0 7825 1 0 0 25 0 1 0 250191438 6569984 1299 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551344 0 0 4096 3 0 0 0 17 1 0 0
/proc/32392/statm: 1604 1299 67 132 0 1469 0
Current children cumulated CPU time (s) 78.26
Current children cumulated vsize (KiB) 6416

[startup+78.5015 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 32393
/proc/meminfo: memFree=1571992/2055920 swapFree=4138856/4192956
[pid=32392] ppid=32390 vsize=6416 CPUtime=78.46
/proc/32392/stat : 32392 (minimarch_fixed) R 32390 32392 31652 0 -1 4194304 1315 0 0 0 7845 1 0 0 25 0 1 0 250191438 6569984 1299 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/32392/statm: 1604 1299 67 132 0 1469 0
Current children cumulated CPU time (s) 78.46
Current children cumulated vsize (KiB) 6416

[startup+78.6015 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 32393
/proc/meminfo: memFree=1571992/2055920 swapFree=4138856/4192956
[pid=32392] ppid=32390 vsize=6416 CPUtime=78.56
/proc/32392/stat : 32392 (minimarch_fixed) R 32390 32392 31652 0 -1 4194304 1315 0 0 0 7855 1 0 0 25 0 1 0 250191438 6569984 1299 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134631271 0 0 4096 3 0 0 0 17 1 0 0
/proc/32392/statm: 1604 1299 67 132 0 1469 0
Current children cumulated CPU time (s) 78.56
Current children cumulated vsize (KiB) 6416

Child status: 20
Real time (s): 78.6433
CPU time (s): 78.613
CPU user time (s): 78.5921
CPU system time (s): 0.020996
CPU usage (%): 99.9615
Max. virtual memory (cumulated for all children) (KiB): 6416

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

runsolver used 0.057991 second user time and 0.174973 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Sat Apr 28 06:25:37 UTC 2007

IDJOB= 428687
IDBENCH= 24593
IDSOLVER= 198
FILE ID= node3/428687-1177741537

PBS_JOBID= 4715463

Free space on /tmp= 66550 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/others/QG7-gensys-icl001.sat05-2926.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/428687-1177741537/minimarch_fixed /tmp/evaluation/428687-1177741537/instance-428687-1177741537.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-428687-1177741537 -o ROOT/results/node3/solver-428687-1177741537 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/428687-1177741537/minimarch_fixed /tmp/evaluation/428687-1177741537/instance-428687-1177741537.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  98a64f12169bd41f7a54fe2b2f678456

RANDOM SEED= 326258447

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.270
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.270
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:       1577720 kB
Buffers:         47404 kB
Cached:         361432 kB
SwapCached:      18000 kB
Active:         206440 kB
Inactive:       226736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1577720 kB
SwapTotal:     4192956 kB
SwapFree:      4138856 kB
Dirty:            3164 kB
Writeback:           0 kB
Mapped:          30188 kB
Slab:            30532 kB
Committed_AS:  6181436 kB
PageTables:       1780 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= 66550 MiB

End job on node3 on Sat Apr 28 06:26:56 UTC 2007