Trace number 1594694

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
SAT07 reference solver: minisat SAT 2007UNSAT 151.22 151.259

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK10.cnf
MD5SUM6acad6aa08a1137d820dbdd152ca2acc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.3421
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of clauses38430
Sum of the clauses size456120
Maximum clause length12
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4630
Number of clauses of size 50
Number of clauses of size over 537800

Solver Data

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:  45                                                   |
0.00/0.00	c |  Number of clauses:    38430                                                |
0.06/0.07	c |  Parsing time:         0.07         s                                       |
13.99/14.08	c ============================[ Search Statistics ]==============================
13.99/14.08	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.99/14.08	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.99/14.08	c ===============================================================================
13.99/14.08	c |         0 |      45    38430   456120 |    12810        0    nan |  0.000 % |
13.99/14.08	c |       100 |      45    38430   456120 |    14091      100     20 |  0.051 % |
13.99/14.10	c |       250 |      45    38430   456120 |    15500      250     19 |  0.051 % |
14.09/14.11	c |       475 |      45    38430   456120 |    17050      475     18 |  0.051 % |
14.09/14.14	c |       812 |      45    38430   456120 |    18755      812     18 |  0.051 % |
14.09/14.18	c |      1318 |      45    38430   456120 |    20630     1318     17 |  0.051 % |
14.19/14.28	c |      2079 |      45    38430   456120 |    22693     2079     17 |  0.051 % |
14.39/14.40	c |      3219 |      45    38430   456120 |    24963     3219     17 |  0.051 % |
14.49/14.57	c |      4929 |      45    38430   456120 |    27459     4929     17 |  0.051 % |
14.89/14.95	c |      7492 |      45    38430   456120 |    30205     7492     17 |  0.051 % |
15.48/15.58	c |     11337 |      45    38430   456120 |    33225    11337     17 |  0.051 % |
16.68/16.75	c |     17103 |      45    38430   456120 |    36548    17103     16 |  0.051 % |
18.89/18.96	c |     25754 |      45    38430   456120 |    40203    25754     16 |  0.051 % |
24.09/24.15	c |     38729 |      45    38430   456120 |    44223    38729     16 |  0.051 % |
31.79/31.84	c |     58190 |      45    38430   456120 |    48645    26149     15 |  0.051 % |
44.28/44.36	c |     87382 |      45    38430   456120 |    53510    18904     15 |  0.051 % |
63.08/63.19	c |    131172 |      45    38430   456120 |    58861    21767     14 |  0.051 % |
85.47/85.55	c |    196857 |      45    38430   456120 |    64747    41127     14 |  0.100 % |
126.46/126.51	c |    295384 |      44    28350   335160 |    71222     8564     15 |  2.273 % |
151.16/151.25	c ===============================================================================
151.16/151.25	c restarts              : 19
151.16/151.25	c conflicts             : 359627         (2379 /sec)
151.16/151.25	c decisions             : 380172         (1.81 % random) (2515 /sec)
151.16/151.25	c propagations          : 2523897        (16694 /sec)
151.16/151.25	c conflict literals     : 5095339        (23.74 % deleted)
151.16/151.25	c Memory used           : 13.61 MB
151.16/151.25	c CPU time              : 151.185 s
151.16/151.25	c 
151.16/151.25	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-1594694-1239279435/watcher-1594694-1239279435 -o /tmp/evaluation-result-1594694-1239279435/solver-1594694-1239279435 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1594694-1239279435.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: 0.15 0.03 0.01 3/64 31816
/proc/meminfo: memFree=1327792/2055920 swapFree=4177932/4192956
[pid=31816] ppid=31814 vsize=1856 CPUtime=0
/proc/31816/stat : 31816 (minisat_noasser) R 31814 31816 31752 0 -1 4194304 383 0 0 0 0 0 0 0 18 0 1 0 1200608754 1900544 369 1992294400 134512640 135048876 4294956208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/31816/statm: 464 369 50 130 0 331 0

[startup+0.069921 s]
/proc/loadavg: 0.15 0.03 0.01 3/64 31816
/proc/meminfo: memFree=1327792/2055920 swapFree=4177932/4192956
[pid=31816] ppid=31814 vsize=7148 CPUtime=0.06
/proc/31816/stat : 31816 (minisat_noasser) R 31814 31816 31752 0 -1 4194304 1643 0 0 0 6 0 0 0 18 0 1 0 1200608754 7319552 1629 1992294400 134512640 135048876 4294956208 18446744073709551615 134530821 0 0 4096 3 0 0 0 17 1 0 0
/proc/31816/statm: 1787 1629 50 130 0 1654 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7148

[startup+0.101922 s]
/proc/loadavg: 0.15 0.03 0.01 3/64 31816
/proc/meminfo: memFree=1327792/2055920 swapFree=4177932/4192956
[pid=31816] ppid=31814 vsize=7144 CPUtime=0.09
/proc/31816/stat : 31816 (minisat_noasser) R 31814 31816 31752 0 -1 4194304 1681 0 0 0 9 0 0 0 18 0 1 0 1200608754 7315456 1667 1992294400 134512640 135048876 4294956208 18446744073709551615 134529453 0 0 4096 3 0 0 0 17 1 0 0
/proc/31816/statm: 1786 1667 62 130 0 1653 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7144

[startup+0.301934 s]
/proc/loadavg: 0.15 0.03 0.01 3/64 31816
/proc/meminfo: memFree=1327792/2055920 swapFree=4177932/4192956
[pid=31816] ppid=31814 vsize=7144 CPUtime=0.29
/proc/31816/stat : 31816 (minisat_noasser) R 31814 31816 31752 0 -1 4194304 1681 0 0 0 29 0 0 0 19 0 1 0 1200608754 7315456 1667 1992294400 134512640 135048876 4294956208 18446744073709551615 134529229 0 0 4096 3 0 0 0 17 1 0 0
/proc/31816/statm: 1786 1667 62 130 0 1653 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7144

[startup+0.701957 s]
/proc/loadavg: 0.15 0.03 0.01 3/64 31816
/proc/meminfo: memFree=1327792/2055920 swapFree=4177932/4192956
[pid=31816] ppid=31814 vsize=7144 CPUtime=0.69
/proc/31816/stat : 31816 (minisat_noasser) R 31814 31816 31752 0 -1 4194304 1681 0 0 0 69 0 0 0 22 0 1 0 1200608754 7315456 1667 1992294400 134512640 135048876 4294956208 18446744073709551615 134529398 0 0 4096 3 0 0 0 17 1 0 0
/proc/31816/statm: 1786 1667 62 130 0 1653 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7144

[startup+1.50201 s]
/proc/loadavg: 0.15 0.03 0.01 2/65 31817
/proc/meminfo: memFree=1321384/2055920 swapFree=4177932/4192956
[pid=31816] ppid=31814 vsize=7144 CPUtime=1.49
/proc/31816/stat : 31816 (minisat_noasser) R 31814 31816 31752 0 -1 4194304 1681 0 0 0 149 0 0 0 25 0 1 0 1200608754 7315456 1667 1992294400 134512640 135048876 4294956208 18446744073709551615 134529400 0 0 4096 3 0 0 0 17 1 0 0
/proc/31816/statm: 1786 1667 62 130 0 1653 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7144

[startup+3.1011 s]
/proc/loadavg: 0.15 0.03 0.01 2/65 31817
/proc/meminfo: memFree=1321192/2055920 swapFree=4177932/4192956
[pid=31816] ppid=31814 vsize=7144 CPUtime=3.09
/proc/31816/stat : 31816 (minisat_noasser) R 31814 31816 31752 0 -1 4194304 1681 0 0 0 309 0 0 0 25 0 1 0 1200608754 7315456 1667 1992294400 134512640 135048876 4294956208 18446744073709551615 134529400 0 0 4096 3 0 0 0 17 1 0 0
/proc/31816/statm: 1786 1667 62 130 0 1653 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7144

[startup+6.3013 s]
/proc/loadavg: 0.22 0.05 0.02 2/65 31817
/proc/meminfo: memFree=1321192/2055920 swapFree=4177932/4192956
[pid=31816] ppid=31814 vsize=7144 CPUtime=6.29
/proc/31816/stat : 31816 (minisat_noasser) R 31814 31816 31752 0 -1 4194304 1681 0 0 0 629 0 0 0 25 0 1 0 1200608754 7315456 1667 1992294400 134512640 135048876 4294956208 18446744073709551615 134529400 0 0 4096 3 0 0 0 17 1 0 0
/proc/31816/statm: 1786 1667 62 130 0 1653 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7144

[startup+12.7017 s]
/proc/loadavg: 0.28 0.06 0.02 2/65 31817
/proc/meminfo: memFree=1320872/2055920 swapFree=4177932/4192956
[pid=31816] ppid=31814 vsize=7440 CPUtime=12.69
/proc/31816/stat : 31816 (minisat_noasser) R 31814 31816 31752 0 -1 4194304 1731 0 0 0 1269 0 0 0 25 0 1 0 1200608754 7618560 1717 1992294400 134512640 135048876 4294956208 18446744073709551615 134529378 0 0 4096 3 0 0 0 17 1 0 0
/proc/31816/statm: 1860 1717 62 130 0 1727 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7440

[startup+25.5015 s]
/proc/loadavg: 0.44 0.11 0.03 2/65 31817
/proc/meminfo: memFree=1318824/2055920 swapFree=4177932/4192956
[pid=31816] ppid=31814 vsize=9512 CPUtime=25.49
/proc/31816/stat : 31816 (minisat_noasser) R 31814 31816 31752 0 -1 4194304 2561 0 0 0 2548 1 0 0 25 0 1 0 1200608754 9740288 2239 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/31816/statm: 2378 2239 66 130 0 2245 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 9512

[startup+51.1011 s]
/proc/loadavg: 0.63 0.18 0.06 2/65 31817
/proc/meminfo: memFree=1317480/2055920 swapFree=4177932/4192956
[pid=31816] ppid=31814 vsize=11032 CPUtime=51.07
/proc/31816/stat : 31816 (minisat_noasser) R 31814 31816 31752 0 -1 4194304 2917 0 0 0 5106 1 0 0 25 0 1 0 1200608754 11296768 2595 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/31816/statm: 2758 2595 66 130 0 2625 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 11032

[startup+102.305 s]
/proc/loadavg: 0.84 0.30 0.11 2/65 31817
/proc/meminfo: memFree=1315880/2055920 swapFree=4177932/4192956
[pid=31816] ppid=31814 vsize=13016 CPUtime=102.27
/proc/31816/stat : 31816 (minisat_noasser) R 31814 31816 31752 0 -1 4194304 3330 0 0 0 10225 2 0 0 25 0 1 0 1200608754 13328384 3008 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/31816/statm: 3254 3008 66 130 0 3121 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 13016

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

[startup+127.902 s]
/proc/loadavg: 0.89 0.36 0.13 2/65 31817
/proc/meminfo: memFree=1315304/2055920 swapFree=4177932/4192956
[pid=31816] ppid=31814 vsize=13568 CPUtime=127.85
/proc/31816/stat : 31816 (minisat_noasser) R 31814 31816 31752 0 -1 4194304 3467 0 0 0 12783 2 0 0 25 0 1 0 1200608754 13893632 3145 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/31816/statm: 3392 3145 66 130 0 3259 0
Current children cumulated CPU time (s) 127.85
Current children cumulated vsize (KiB) 13568

[startup+140.702 s]
/proc/loadavg: 0.92 0.39 0.14 2/65 31817
/proc/meminfo: memFree=1315112/2055920 swapFree=4177932/4192956
[pid=31816] ppid=31814 vsize=13760 CPUtime=140.66
/proc/31816/stat : 31816 (minisat_noasser) R 31814 31816 31752 0 -1 4194304 3507 0 0 0 14063 3 0 0 25 0 1 0 1200608754 14090240 3185 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/31816/statm: 3440 3185 66 130 0 3307 0
Current children cumulated CPU time (s) 140.66
Current children cumulated vsize (KiB) 13760

[startup+147.102 s]
/proc/loadavg: 0.92 0.40 0.15 2/65 31817
/proc/meminfo: memFree=1314920/2055920 swapFree=4177932/4192956
[pid=31816] ppid=31814 vsize=13932 CPUtime=147.06
/proc/31816/stat : 31816 (minisat_noasser) R 31814 31816 31752 0 -1 4194304 3553 0 0 0 14703 3 0 0 25 0 1 0 1200608754 14266368 3223 1992294400 134512640 135048876 4294956208 18446744073709551615 134547032 0 0 4096 3 0 0 0 17 1 0 0
/proc/31816/statm: 3483 3223 66 130 0 3350 0
Current children cumulated CPU time (s) 147.06
Current children cumulated vsize (KiB) 13932

[startup+148.701 s]
/proc/loadavg: 0.93 0.41 0.15 2/65 31817
/proc/meminfo: memFree=1314920/2055920 swapFree=4177932/4192956
[pid=31816] ppid=31814 vsize=13932 CPUtime=148.66
/proc/31816/stat : 31816 (minisat_noasser) R 31814 31816 31752 0 -1 4194304 3554 0 0 0 14863 3 0 0 25 0 1 0 1200608754 14266368 3224 1992294400 134512640 135048876 4294956208 18446744073709551615 134545958 0 0 4096 3 0 0 0 17 1 0 0
/proc/31816/statm: 3483 3224 66 130 0 3350 0
Current children cumulated CPU time (s) 148.66
Current children cumulated vsize (KiB) 13932

[startup+150.301 s]
/proc/loadavg: 0.93 0.41 0.15 2/65 31817
/proc/meminfo: memFree=1314920/2055920 swapFree=4177932/4192956
[pid=31816] ppid=31814 vsize=13932 CPUtime=150.26
/proc/31816/stat : 31816 (minisat_noasser) R 31814 31816 31752 0 -1 4194304 3554 0 0 0 15023 3 0 0 25 0 1 0 1200608754 14266368 3224 1992294400 134512640 135048876 4294956208 18446744073709551615 134545964 0 0 4096 3 0 0 0 17 1 0 0
/proc/31816/statm: 3483 3224 66 130 0 3350 0
Current children cumulated CPU time (s) 150.26
Current children cumulated vsize (KiB) 13932

[startup+150.705 s]
/proc/loadavg: 0.93 0.41 0.15 2/65 31817
/proc/meminfo: memFree=1314920/2055920 swapFree=4177932/4192956
[pid=31816] ppid=31814 vsize=13932 CPUtime=150.66
/proc/31816/stat : 31816 (minisat_noasser) R 31814 31816 31752 0 -1 4194304 3554 0 0 0 15063 3 0 0 25 0 1 0 1200608754 14266368 3224 1992294400 134512640 135048876 4294956208 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 1 0 0
/proc/31816/statm: 3483 3224 66 130 0 3350 0
Current children cumulated CPU time (s) 150.66
Current children cumulated vsize (KiB) 13932

[startup+151.101 s]
/proc/loadavg: 0.93 0.41 0.15 2/65 31817
/proc/meminfo: memFree=1314920/2055920 swapFree=4177932/4192956
[pid=31816] ppid=31814 vsize=13932 CPUtime=151.06
/proc/31816/stat : 31816 (minisat_noasser) R 31814 31816 31752 0 -1 4194304 3554 0 0 0 15103 3 0 0 25 0 1 0 1200608754 14266368 3224 1992294400 134512640 135048876 4294956208 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0
/proc/31816/statm: 3483 3224 66 130 0 3350 0
Current children cumulated CPU time (s) 151.06
Current children cumulated vsize (KiB) 13932

[startup+151.201 s]
/proc/loadavg: 0.93 0.41 0.15 2/65 31817
/proc/meminfo: memFree=1314920/2055920 swapFree=4177932/4192956
[pid=31816] ppid=31814 vsize=13932 CPUtime=151.16
/proc/31816/stat : 31816 (minisat_noasser) R 31814 31816 31752 0 -1 4194304 3554 0 0 0 15113 3 0 0 25 0 1 0 1200608754 14266368 3224 1992294400 134512640 135048876 4294956208 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 1 0 0
/proc/31816/statm: 3483 3224 66 130 0 3350 0
Current children cumulated CPU time (s) 151.16
Current children cumulated vsize (KiB) 13932

Child status: 20
Real time (s): 151.259
CPU time (s): 151.22
CPU user time (s): 151.185
CPU system time (s): 0.034994
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 13932

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

runsolver used 0.160975 second user time and 0.348946 second system time

The end

Launcher Data

Begin job on node29 at 2009-04-09 14:17:15
IDJOB=1594694
IDBENCH=71131
IDSOLVER=556
FILE ID=node29/1594694-1239279435
PBS_JOBID= 9115412
Free space on /tmp= 66508 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT09/CRAFTED/ramseycube/Q32inK10.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1594694-1239279435/watcher-1594694-1239279435 -o /tmp/evaluation-result-1594694-1239279435/solver-1594694-1239279435 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-1594694-1239279435.cnf

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

MD5SUM BENCH= 6acad6aa08a1137d820dbdd152ca2acc
RANDOM SEED=1318903319

node29.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.234
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.234
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:       1328272 kB
Buffers:         68196 kB
Cached:         582392 kB
SwapCached:       8808 kB
Active:          34752 kB
Inactive:       626232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1328272 kB
SwapTotal:     4192956 kB
SwapFree:      4177932 kB
Dirty:            3068 kB
Writeback:           0 kB
Mapped:          16052 kB
Slab:            52672 kB
Committed_AS:  3821372 kB
PageTables:       1476 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= 66508 MiB
End job on node29 at 2009-04-09 14:19:46