Trace number 1581969

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 208.46 208.572

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-5p0.cnf
MD5SUM46c031b3f08c6158a2e68fd75d34fa31
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark165.672
Satisfiable
(Un)Satisfiability was proved
Number of variables162682
Number of clauses820958
Sum of the clauses size1953119
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617783
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

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 |                                                                             |
1.19/1.23	c |  Number of variables:        162682                                         |
1.19/1.23	c |  Number of clauses:          811952                                         |
1.19/1.23	c |  Parse time:                   1.14 s                                       |
3.18/3.27	c |  Simplification time:          2.01 s                                       |
3.18/3.27	c |                                                                             |
3.18/3.27	c ============================[ Search Statistics ]==============================
3.18/3.27	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.18/3.27	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.18/3.27	c ===============================================================================
3.38/3.48	c |       100 |   81808   531824  1467024 |   195002       96    119 | 24.036 % |
3.48/3.57	c |       250 |   81808   531824  1467024 |   214502      246     84 | 24.036 % |
3.68/3.70	c |       475 |   81808   531824  1467024 |   235952      471     89 | 24.036 % |
3.88/3.93	c |       812 |   81808   531824  1467024 |   259547      808    103 | 24.036 % |
4.39/4.42	c |      1318 |   80262   495838  1373215 |   285502     1306    115 | 24.987 % |
5.08/5.17	c |      2077 |   77374   477482  1326572 |   314052     2053     94 | 26.762 % |
6.08/6.10	c |      3216 |   73029   460596  1283017 |   345458     3162     88 | 29.433 % |
7.28/7.38	c |      4924 |   72438   444387  1241808 |   380003     4815     79 | 29.796 % |
9.57/9.69	c |      7486 |   70927   441206  1233750 |   418004     7340    102 | 30.725 % |
14.37/14.41	c |     11330 |   68423   420218  1179675 |   459804    11124    123 | 32.264 % |
21.37/21.42	c |     17096 |   65896   403342  1137366 |   505785    16742    143 | 33.818 % |
35.07/35.17	c |     25745 |   64444   390593  1103371 |   556363    25105    177 | 34.710 % |
60.25/60.32	c |     38719 |   62888   380052  1075735 |   612000    37894    204 | 35.667 % |
108.22/108.39	c |     58180 |   61357   370297  1051043 |   673200    57007    224 | 36.608 % |
198.29/198.41	c |     87372 |   60140   359794  1023289 |   740520    85591    238 | 37.356 % |
208.38/208.54	c ===============================================================================
208.38/208.54	c restarts              : 254
208.38/208.54	c conflicts             : 89749          (431 /sec)
208.38/208.54	c decisions             : 782778         (3762 /sec)
208.38/208.54	c propagations          : 343899937      (1652607 /sec)
208.38/208.54	c conflict literals     : 20915450       (36.84 % deleted)
208.38/208.54	c Memory used           : 185.45 MB
208.38/208.54	c CPU time              : 208.095 s
208.38/208.54	c 
208.38/208.54	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-1581969-1238934932/watcher-1581969-1238934932 -o /tmp/evaluation-result-1581969-1238934932/solver-1581969-1238934932 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1581969-1238934932.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: 1.87 1.83 1.45 3/64 7666
/proc/meminfo: memFree=1562752/2055920 swapFree=4175348/4192956
[pid=7666] ppid=7664 vsize=8192 CPUtime=0
/proc/7666/stat : 7666 (minisat) R 7664 7666 7387 0 -1 4194304 555 0 0 0 0 0 0 0 18 0 1 0 1166155189 8388608 539 1992294400 4194304 5092341 548682068832 18446744073709551615 4244968 0 0 4096 3 0 0 0 17 0 0 0
/proc/7666/statm: 2048 540 63 219 0 1826 0

[startup+0.0590481 s]
/proc/loadavg: 1.87 1.83 1.45 3/64 7666
/proc/meminfo: memFree=1562752/2055920 swapFree=4175348/4192956
[pid=7666] ppid=7664 vsize=23468 CPUtime=0.04
/proc/7666/stat : 7666 (minisat) R 7664 7666 7387 0 -1 4194304 3828 0 0 0 3 1 0 0 18 0 1 0 1166155189 24031232 3788 1992294400 4194304 5092341 548682068832 18446744073709551615 4515648 0 0 4096 3 0 0 0 17 0 0 0
/proc/7666/statm: 5867 3795 63 219 0 5645 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23468

[startup+0.101053 s]
/proc/loadavg: 1.87 1.83 1.45 3/64 7666
/proc/meminfo: memFree=1562752/2055920 swapFree=4175348/4192956
[pid=7666] ppid=7664 vsize=28192 CPUtime=0.09
/proc/7666/stat : 7666 (minisat) R 7664 7666 7387 0 -1 4194304 4639 0 0 0 7 2 0 0 18 0 1 0 1166155189 28868608 4558 1992294400 4194304 5092341 548682068832 18446744073709551615 4523536 0 0 4096 3 0 0 0 17 0 0 0
/proc/7666/statm: 7048 4558 63 219 0 6826 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28192

[startup+0.301086 s]
/proc/loadavg: 1.87 1.83 1.45 3/64 7666
/proc/meminfo: memFree=1562752/2055920 swapFree=4175348/4192956
[pid=7666] ppid=7664 vsize=39640 CPUtime=0.29
/proc/7666/stat : 7666 (minisat) R 7664 7666 7387 0 -1 4194304 8518 0 0 0 26 3 0 0 19 0 1 0 1166155189 40591360 7946 1992294400 4194304 5092341 548682068832 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 0 0 0
/proc/7666/statm: 9910 7947 63 219 0 9688 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39640

[startup+0.701155 s]
/proc/loadavg: 1.87 1.83 1.45 3/64 7666
/proc/meminfo: memFree=1562752/2055920 swapFree=4175348/4192956
[pid=7666] ppid=7664 vsize=47940 CPUtime=0.69
/proc/7666/stat : 7666 (minisat) R 7664 7666 7387 0 -1 4194304 11288 0 0 0 64 5 0 0 23 0 1 0 1166155189 49090560 10412 1992294400 4194304 5092341 548682068832 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 0 0 0
/proc/7666/statm: 11985 10413 63 219 0 11763 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47940

[startup+1.50129 s]
/proc/loadavg: 1.87 1.83 1.45 2/65 7667
/proc/meminfo: memFree=1510008/2055920 swapFree=4175348/4192956
[pid=7666] ppid=7664 vsize=79676 CPUtime=1.49
/proc/7666/stat : 7666 (minisat) R 7664 7666 7387 0 -1 4194304 19162 0 0 0 140 9 0 0 25 0 1 0 1166155189 81588224 17146 1992294400 4194304 5092341 548682068832 18446744073709551615 4219538 0 0 4096 3 0 0 0 17 0 0 0
/proc/7666/statm: 19919 17146 87 219 0 19697 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79676

[startup+3.10158 s]
/proc/loadavg: 1.87 1.83 1.45 2/65 7667
/proc/meminfo: memFree=1489272/2055920 swapFree=4175348/4192956
[pid=7666] ppid=7664 vsize=93128 CPUtime=3.08
/proc/7666/stat : 7666 (minisat) R 7664 7666 7387 0 -1 4194304 21366 0 0 0 298 10 0 0 25 0 1 0 1166155189 95363072 19350 1992294400 4194304 5092341 548682068832 18446744073709551615 4484261 0 0 4096 3 0 0 0 17 1 0 0
/proc/7666/statm: 23282 19350 87 219 0 23060 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 93128

[startup+6.30111 s]
/proc/loadavg: 1.80 1.82 1.45 2/65 7667
/proc/meminfo: memFree=1502712/2055920 swapFree=4175348/4192956
[pid=7666] ppid=7664 vsize=68544 CPUtime=6.28
/proc/7666/stat : 7666 (minisat) R 7664 7666 7387 0 -1 4194304 23706 0 0 0 616 12 0 0 25 0 1 0 1166155189 70189056 15132 1992294400 4194304 5092341 548682068832 18446744073709551615 4249569 0 0 4096 3 0 0 0 17 0 0 0
/proc/7666/statm: 17136 15132 103 219 0 16914 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 68544

[startup+12.7012 s]
/proc/loadavg: 1.74 1.81 1.44 2/65 7667
/proc/meminfo: memFree=1499384/2055920 swapFree=4175348/4192956
[pid=7666] ppid=7664 vsize=74384 CPUtime=12.68
/proc/7666/stat : 7666 (minisat) R 7664 7666 7387 0 -1 4194304 24549 0 0 0 1255 13 0 0 25 0 1 0 1166155189 76169216 15975 1992294400 4194304 5092341 548682068832 18446744073709551615 4241300 0 0 4096 3 0 0 0 17 0 0 0
/proc/7666/statm: 18596 15975 103 219 0 18374 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 74384

[startup+25.5014 s]
/proc/loadavg: 1.65 1.78 1.44 2/65 7667
/proc/meminfo: memFree=1492024/2055920 swapFree=4175348/4192956
[pid=7666] ppid=7664 vsize=83144 CPUtime=25.46
/proc/7666/stat : 7666 (minisat) R 7664 7666 7387 0 -1 4194304 26370 0 0 0 2532 14 0 0 25 0 1 0 1166155189 85139456 17796 1992294400 4194304 5092341 548682068832 18446744073709551615 4498198 0 0 4096 3 0 0 0 17 0 0 0
/proc/7666/statm: 20786 17796 103 219 0 20564 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 83144

[startup+51.1017 s]
/proc/loadavg: 1.43 1.72 1.43 2/65 7667
/proc/meminfo: memFree=1479032/2055920 swapFree=4175348/4192956
[pid=7666] ppid=7664 vsize=96280 CPUtime=51.06
/proc/7666/stat : 7666 (minisat) R 7664 7666 7387 0 -1 4194304 29661 0 0 0 5089 17 0 0 25 0 1 0 1166155189 98590720 21087 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 0 0 0
/proc/7666/statm: 24070 21087 103 219 0 23848 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 96280

[startup+102.305 s]
/proc/loadavg: 1.24 1.62 1.41 2/65 7667
/proc/meminfo: memFree=1455672/2055920 swapFree=4175348/4192956
[pid=7666] ppid=7664 vsize=115988 CPUtime=102.24
/proc/7666/stat : 7666 (minisat) R 7664 7666 7387 0 -1 4194304 35429 0 0 0 10200 24 0 0 25 0 1 0 1166155189 118771712 26855 1992294400 4194304 5092341 548682068832 18446744073709551615 4240667 0 0 4096 3 0 0 0 17 0 0 0
/proc/7666/statm: 28997 26855 103 219 0 28775 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 115988

[startup+162.302 s]
/proc/loadavg: 1.09 1.50 1.38 2/65 7667
/proc/meminfo: memFree=1433336/2055920 swapFree=4175348/4192956
[pid=7666] ppid=7664 vsize=145548 CPUtime=162.2
/proc/7666/stat : 7666 (minisat) R 7664 7666 7387 0 -1 4194304 41005 0 0 0 16191 29 0 0 25 0 1 0 1166155189 149041152 32431 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 0 0 0
/proc/7666/statm: 36387 32431 103 219 0 36165 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 145548

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

[startup+179.102 s]
/proc/loadavg: 1.06 1.47 1.37 2/65 7667
/proc/meminfo: memFree=1427704/2055920 swapFree=4175348/4192956
[pid=7666] ppid=7664 vsize=145548 CPUtime=178.99
/proc/7666/stat : 7666 (minisat) R 7664 7666 7387 0 -1 4194304 42395 0 0 0 17868 31 0 0 25 0 1 0 1166155189 149041152 33821 1992294400 4194304 5092341 548682068832 18446744073709551615 4240665 0 0 4096 3 0 0 0 17 0 0 0
/proc/7666/statm: 36387 33821 103 219 0 36165 0
Current children cumulated CPU time (s) 178.99
Current children cumulated vsize (KiB) 145548

[startup+191.902 s]
/proc/loadavg: 1.05 1.45 1.37 2/65 7667
/proc/meminfo: memFree=1424120/2055920 swapFree=4175348/4192956
[pid=7666] ppid=7664 vsize=145548 CPUtime=191.79
/proc/7666/stat : 7666 (minisat) R 7664 7666 7387 0 -1 4194304 43270 0 0 0 19146 33 0 0 25 0 1 0 1166155189 149041152 34696 1992294400 4194304 5092341 548682068832 18446744073709551615 4240620 0 0 4096 3 0 0 0 17 0 0 0
/proc/7666/statm: 36387 34696 103 219 0 36165 0
Current children cumulated CPU time (s) 191.79
Current children cumulated vsize (KiB) 145548

[startup+198.302 s]
/proc/loadavg: 1.05 1.45 1.36 2/65 7667
/proc/meminfo: memFree=1422776/2055920 swapFree=4175348/4192956
[pid=7666] ppid=7664 vsize=145548 CPUtime=198.18
/proc/7666/stat : 7666 (minisat) R 7664 7666 7387 0 -1 4194304 43599 0 0 0 19785 33 0 0 25 0 1 0 1166155189 149041152 35025 1992294400 4194304 5092341 548682068832 18446744073709551615 4250102 0 0 4096 3 0 0 0 17 0 0 0
/proc/7666/statm: 36387 35025 103 219 0 36165 0
Current children cumulated CPU time (s) 198.18
Current children cumulated vsize (KiB) 145548

[startup+204.702 s]
/proc/loadavg: 1.04 1.43 1.36 2/65 7667
/proc/meminfo: memFree=1421624/2055920 swapFree=4175348/4192956
[pid=7666] ppid=7664 vsize=189892 CPUtime=204.58
/proc/7666/stat : 7666 (minisat) R 7664 7666 7387 0 -1 4194304 43862 0 0 0 20424 34 0 0 25 0 1 0 1166155189 194449408 35288 1992294400 4194304 5092341 548682068832 18446744073709551615 4241067 0 0 4096 3 0 0 0 17 0 0 0
/proc/7666/statm: 47473 35288 103 219 0 47251 0
Current children cumulated CPU time (s) 204.58
Current children cumulated vsize (KiB) 189892

[startup+206.301 s]
/proc/loadavg: 1.04 1.43 1.36 2/65 7667
/proc/meminfo: memFree=1421432/2055920 swapFree=4175348/4192956
[pid=7666] ppid=7664 vsize=189892 CPUtime=206.18
/proc/7666/stat : 7666 (minisat) R 7664 7666 7387 0 -1 4194304 43934 0 0 0 20584 34 0 0 25 0 1 0 1166155189 194449408 35360 1992294400 4194304 5092341 548682068832 18446744073709551615 4241098 0 0 4096 3 0 0 0 17 0 0 0
/proc/7666/statm: 47473 35360 103 219 0 47251 0
Current children cumulated CPU time (s) 206.18
Current children cumulated vsize (KiB) 189892

[startup+207.905 s]
/proc/loadavg: 1.04 1.43 1.36 2/65 7667
/proc/meminfo: memFree=1421048/2055920 swapFree=4175348/4192956
[pid=7666] ppid=7664 vsize=189892 CPUtime=207.79
/proc/7666/stat : 7666 (minisat) R 7664 7666 7387 0 -1 4194304 43997 0 0 0 20745 34 0 0 25 0 1 0 1166155189 194449408 35423 1992294400 4194304 5092341 548682068832 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 0 0 0
/proc/7666/statm: 47473 35423 103 219 0 47251 0
Current children cumulated CPU time (s) 207.79
Current children cumulated vsize (KiB) 189892

[startup+208.301 s]
/proc/loadavg: 1.04 1.43 1.36 2/65 7667
/proc/meminfo: memFree=1421048/2055920 swapFree=4175348/4192956
[pid=7666] ppid=7664 vsize=189892 CPUtime=208.18
/proc/7666/stat : 7666 (minisat) R 7664 7666 7387 0 -1 4194304 44006 0 0 0 20784 34 0 0 25 0 1 0 1166155189 194449408 35432 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 0 0 0
/proc/7666/statm: 47473 35432 103 219 0 47251 0
Current children cumulated CPU time (s) 208.18
Current children cumulated vsize (KiB) 189892

[startup+208.502 s]
/proc/loadavg: 1.04 1.43 1.36 2/65 7667
/proc/meminfo: memFree=1421048/2055920 swapFree=4175348/4192956
[pid=7666] ppid=7664 vsize=189892 CPUtime=208.38
/proc/7666/stat : 7666 (minisat) R 7664 7666 7387 0 -1 4194304 44013 0 0 0 20804 34 0 0 25 0 1 0 1166155189 194449408 35439 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 0 0 0
/proc/7666/statm: 47473 35439 103 219 0 47251 0
Current children cumulated CPU time (s) 208.38
Current children cumulated vsize (KiB) 189892

Child status: 20
Real time (s): 208.572
CPU time (s): 208.46
CPU user time (s): 208.095
CPU system time (s): 0.364944
CPU usage (%): 99.9466
Max. virtual memory (cumulated for all children) (KiB): 189892

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

runsolver used 0.179972 second user time and 0.58891 second system time

The end

Launcher Data

Begin job on node55 at 2009-04-05 14:35:33
IDJOB=1581969
IDBENCH=71046
IDSOLVER=546
FILE ID=node55/1581969-1238934932
PBS_JOBID= 9101472
Free space on /tmp= 66548 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-15-5p0.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1581969-1238934932/watcher-1581969-1238934932 -o /tmp/evaluation-result-1581969-1238934932/solver-1581969-1238934932 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1581969-1238934932.cnf

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

MD5SUM BENCH= 46c031b3f08c6158a2e68fd75d34fa31
RANDOM SEED=2125510855

node55.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.259
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.259
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:       1563168 kB
Buffers:         41660 kB
Cached:         364892 kB
SwapCached:      11580 kB
Active:         207244 kB
Inactive:       212564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1563168 kB
SwapTotal:     4192956 kB
SwapFree:      4175348 kB
Dirty:           15824 kB
Writeback:           0 kB
Mapped:          18948 kB
Slab:            58960 kB
Committed_AS:  3159492 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= 66548 MiB
End job on node55 at 2009-04-05 14:39:02