Trace number 1556739

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
MXC 2009-03-10UNSAT 180.615 180.664

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-06.cnf
MD5SUM54bbde63bf0c9b14dd4e32426eab0a42
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.7376
Satisfiable
(Un)Satisfiability was proved
Number of variables68953
Number of clauses224868
Sum of the clauses size582796
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291550
Number of clauses of size 3133189
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

180.54/180.65	c starting MXC with:
180.54/180.65	c cnf_path = HOME/instance-1556739-1238750341.cnf
180.54/180.65	c restart_strategy = auto
180.54/180.65	c sign_strategy = cached
180.54/180.65	c use_preprocessing = -1
180.54/180.65	c output_implicant = 1
180.54/180.65	c timeout_seconds = 0
180.54/180.65	c running SatELite... done
180.54/180.65	c 40467 vars eliminated
180.54/180.65	c received 283 units and 161927 clauses from SatELite
180.54/180.65	c 40749 assignments made, starting to guess now
180.54/180.65	c ===================================[MXC]=====================================
180.54/180.65	c | Conflicts |                Clause Statistics                   |   Vars   |
180.54/180.65	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
180.54/180.65	c =============================================================================
180.54/180.65	c |         0 |       0    9838   152089        0        0     nan |    68953 |
180.54/180.65	c |       100 |       0    9850   152089       85     1050    37.0 |    28201 |
180.54/180.65	c |       210 |       0    9852   152089      193     1105    82.4 |    28201 |
180.54/180.65	c |       441 |       0    9855   152089      421     1220   117.5 |    28201 |
180.54/180.65	c |       805 |       0    9858   152089      781     1402   119.1 |    28198 |
180.54/180.65	c |      1315 |       0    9865   152089     1283     1657   101.5 |    28126 |
180.54/180.65	c |      1986 |       0    9866   152089     1953     1993    99.7 |    28126 |
180.54/180.65	c |      2834 |       0    9889   151511     1753     2417    84.6 |    28126 |
180.54/180.65	c |      3876 |       0    9936   151511     2748     2938    62.1 |    28126 |
180.54/180.65	c |      5132 |       0    9985   151511     2381     3566    16.5 |    28126 |
180.54/180.65	c |      6623 |       0   10036   151511     3819     4311    28.5 |    28081 |
180.54/180.65	c |      8373 |       0   10040   151511     3163     5186    26.7 |    28081 |
180.54/180.65	c |      9214 |       0   10070   151511     3964     5607    29.7 |    27966 |
180.54/180.65	c ----- stats for thread 0 -----
180.54/180.65	c restarts: 24
180.54/180.65	c decisions: 45849
180.54/180.65	c propagations: 52546981
180.54/180.65	c conflicts: 9214
180.54/180.65	c 180.647s elapsed
180.54/180.65	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-1556739-1238750341/watcher-1556739-1238750341 -o /tmp/evaluation-result-1556739-1238750341/solver-1556739-1238750341 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/mxc-sat09 -i HOME/instance-1556739-1238750341.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.00 1.00 1.00 3/64 1875
/proc/meminfo: memFree=1810680/2055920 swapFree=4179168/4192956
[pid=1875] ppid=1873 vsize=4904 CPUtime=0
/proc/1875/stat : 1875 (mxc-sat09) R 1873 1875 1306 0 -1 4194304 738 0 0 0 0 0 0 0 18 0 1 0 1147695994 5021696 724 1992294400 134512640 135192793 4294956208 18446744073709551615 134779278 0 0 4096 0 0 0 0 17 1 0 0
/proc/1875/statm: 1226 730 46 166 0 1057 0

[startup+0.0813881 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1875
/proc/meminfo: memFree=1810680/2055920 swapFree=4179168/4192956
[pid=1875] ppid=1873 vsize=28152 CPUtime=0.07
/proc/1875/stat : 1875 (mxc-sat09) R 1873 1875 1306 0 -1 4194304 4911 0 0 0 5 2 0 0 18 0 1 0 1147695994 28827648 4895 1992294400 134512640 135192793 4294956208 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/1875/statm: 7038 4896 55 166 0 6869 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 28152

[startup+0.101388 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1875
/proc/meminfo: memFree=1810680/2055920 swapFree=4179168/4192956
[pid=1875] ppid=1873 vsize=29712 CPUtime=0.09
/proc/1875/stat : 1875 (mxc-sat09) R 1873 1875 1306 0 -1 4194304 5263 0 0 0 7 2 0 0 18 0 1 0 1147695994 30425088 5247 1992294400 134512640 135192793 4294956208 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/1875/statm: 7428 5248 55 166 0 7259 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29712

[startup+0.301407 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1875
/proc/meminfo: memFree=1810680/2055920 swapFree=4179168/4192956
[pid=1875] ppid=1873 vsize=34880 CPUtime=0.29
/proc/1875/stat : 1875 (mxc-sat09) R 1873 1875 1306 0 -1 4194304 7470 0 0 0 25 4 0 0 19 0 1 0 1147695994 35717120 6439 1992294400 134512640 135192793 4294956208 18446744073709551615 134568119 0 0 4096 0 0 0 0 17 1 0 0
/proc/1875/statm: 8720 6439 56 166 0 8551 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34880

[startup+0.701444 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1875
/proc/meminfo: memFree=1810680/2055920 swapFree=4179168/4192956
[pid=1875] ppid=1873 vsize=45864 CPUtime=0.69
/proc/1875/stat : 1875 (mxc-sat09) R 1873 1875 1306 0 -1 4194304 10122 0 0 0 65 4 0 0 22 0 1 0 1147695994 46964736 9091 1992294400 134512640 135192793 4294956208 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/1875/statm: 11466 9091 56 166 0 11297 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45864

[startup+1.50152 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1876
/proc/meminfo: memFree=1767856/2055920 swapFree=4179168/4192956
[pid=1875] ppid=1873 vsize=63356 CPUtime=1.49
/proc/1875/stat : 1875 (mxc-sat09) R 1873 1875 1306 0 -1 4194304 15762 0 0 0 142 7 0 0 25 0 1 0 1147695994 64876544 13686 1992294400 134512640 135192793 4294956208 18446744073709551615 134756614 0 0 4096 0 0 0 0 17 1 0 0
/proc/1875/statm: 15839 13686 72 166 0 15670 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63356

[startup+3.10167 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1876
/proc/meminfo: memFree=1755184/2055920 swapFree=4179168/4192956
[pid=1875] ppid=1873 vsize=64148 CPUtime=3.09
/proc/1875/stat : 1875 (mxc-sat09) R 1873 1875 1306 0 -1 4194304 16011 0 0 0 301 8 0 0 25 0 1 0 1147695994 65687552 13935 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/1875/statm: 16037 13935 72 166 0 15868 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64148

[startup+6.30197 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1876
/proc/meminfo: memFree=1754672/2055920 swapFree=4179168/4192956
[pid=1875] ppid=1873 vsize=64412 CPUtime=6.29
/proc/1875/stat : 1875 (mxc-sat09) R 1873 1875 1306 0 -1 4194304 16070 0 0 0 621 8 0 0 25 0 1 0 1147695994 65957888 13994 1992294400 134512640 135192793 4294956208 18446744073709551615 134552256 0 0 4096 0 0 0 0 17 1 0 0
/proc/1875/statm: 16103 13994 72 166 0 15934 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 64412

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1876
/proc/meminfo: memFree=1754544/2055920 swapFree=4179168/4192956
[pid=1875] ppid=1873 vsize=64544 CPUtime=12.69
/proc/1875/stat : 1875 (mxc-sat09) R 1873 1875 1306 0 -1 4194304 16095 0 0 0 1261 8 0 0 25 0 1 0 1147695994 66093056 14019 1992294400 134512640 135192793 4294956208 18446744073709551615 134552291 0 0 4096 0 0 0 0 17 1 0 0
/proc/1875/statm: 16136 14019 72 166 0 15967 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64544

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1876
/proc/meminfo: memFree=1754224/2055920 swapFree=4179168/4192956
[pid=1875] ppid=1873 vsize=64808 CPUtime=25.48
/proc/1875/stat : 1875 (mxc-sat09) R 1873 1875 1306 0 -1 4194304 16178 0 0 0 2540 8 0 0 25 0 1 0 1147695994 66363392 14102 1992294400 134512640 135192793 4294956208 18446744073709551615 134552405 0 0 4096 0 0 0 0 17 1 0 0
/proc/1875/statm: 16202 14102 72 166 0 16033 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 64808

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1876
/proc/meminfo: memFree=1753712/2055920 swapFree=4179168/4192956
[pid=1875] ppid=1873 vsize=65204 CPUtime=51.07
/proc/1875/stat : 1875 (mxc-sat09) R 1873 1875 1306 0 -1 4194304 16278 0 0 0 5099 8 0 0 25 0 1 0 1147695994 66768896 14202 1992294400 134512640 135192793 4294956208 18446744073709551615 134552364 0 0 4096 0 0 0 0 17 1 0 0
/proc/1875/statm: 16301 14202 72 166 0 16132 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 65204

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1876
/proc/meminfo: memFree=1753328/2055920 swapFree=4179168/4192956
[pid=1875] ppid=1873 vsize=65600 CPUtime=102.27
/proc/1875/stat : 1875 (mxc-sat09) R 1873 1875 1306 0 -1 4194304 16397 0 0 0 10218 9 0 0 25 0 1 0 1147695994 67174400 14321 1992294400 134512640 135192793 4294956208 18446744073709551615 134552478 0 0 4096 0 0 0 0 17 1 0 0
/proc/1875/statm: 16400 14321 73 166 0 16231 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 65600

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1876
/proc/meminfo: memFree=1753072/2055920 swapFree=4179168/4192956
[pid=1875] ppid=1873 vsize=65864 CPUtime=162.25
/proc/1875/stat : 1875 (mxc-sat09) R 1873 1875 1306 0 -1 4194304 16463 0 0 0 16216 9 0 0 25 0 1 0 1147695994 67444736 14387 1992294400 134512640 135192793 4294956208 18446744073709551615 134552256 0 0 4096 0 0 0 0 17 1 0 0
/proc/1875/statm: 16466 14387 73 166 0 16297 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 65864

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

[startup+166.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1876
/proc/meminfo: memFree=1753072/2055920 swapFree=4179168/4192956
[pid=1875] ppid=1873 vsize=65864 CPUtime=166.25
/proc/1875/stat : 1875 (mxc-sat09) R 1873 1875 1306 0 -1 4194304 16463 0 0 0 16616 9 0 0 25 0 1 0 1147695994 67444736 14387 1992294400 134512640 135192793 4294956208 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 1 0 0
/proc/1875/statm: 16466 14387 73 166 0 16297 0
Current children cumulated CPU time (s) 166.25
Current children cumulated vsize (KiB) 65864

[startup+172.706 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1876
/proc/meminfo: memFree=1753072/2055920 swapFree=4179168/4192956
[pid=1875] ppid=1873 vsize=65864 CPUtime=172.65
/proc/1875/stat : 1875 (mxc-sat09) R 1873 1875 1306 0 -1 4194304 16463 0 0 0 17256 9 0 0 25 0 1 0 1147695994 67444736 14387 1992294400 134512640 135192793 4294956208 18446744073709551615 134551311 0 0 4096 0 0 0 0 17 1 0 0
/proc/1875/statm: 16466 14387 73 166 0 16297 0
Current children cumulated CPU time (s) 172.65
Current children cumulated vsize (KiB) 65864

[startup+175.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1876
/proc/meminfo: memFree=1753072/2055920 swapFree=4179168/4192956
[pid=1875] ppid=1873 vsize=65864 CPUtime=175.85
/proc/1875/stat : 1875 (mxc-sat09) R 1873 1875 1306 0 -1 4194304 16463 0 0 0 17576 9 0 0 25 0 1 0 1147695994 67444736 14387 1992294400 134512640 135192793 4294956208 18446744073709551615 134550618 0 0 4096 0 0 0 0 17 1 0 0
/proc/1875/statm: 16466 14387 73 166 0 16297 0
Current children cumulated CPU time (s) 175.85
Current children cumulated vsize (KiB) 65864

[startup+179.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1876
/proc/meminfo: memFree=1753008/2055920 swapFree=4179168/4192956
[pid=1875] ppid=1873 vsize=65864 CPUtime=179.04
/proc/1875/stat : 1875 (mxc-sat09) R 1873 1875 1306 0 -1 4194304 16463 0 0 0 17895 9 0 0 25 0 1 0 1147695994 67444736 14387 1992294400 134512640 135192793 4294956208 18446744073709551615 134552256 0 0 4096 0 0 0 0 17 1 0 0
/proc/1875/statm: 16466 14387 73 166 0 16297 0
Current children cumulated CPU time (s) 179.04
Current children cumulated vsize (KiB) 65864

[startup+179.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1876
/proc/meminfo: memFree=1753008/2055920 swapFree=4179168/4192956
[pid=1875] ppid=1873 vsize=65864 CPUtime=179.84
/proc/1875/stat : 1875 (mxc-sat09) R 1873 1875 1306 0 -1 4194304 16463 0 0 0 17975 9 0 0 25 0 1 0 1147695994 67444736 14387 1992294400 134512640 135192793 4294956208 18446744073709551615 134552442 0 0 4096 0 0 0 0 17 1 0 0
/proc/1875/statm: 16466 14387 73 166 0 16297 0
Current children cumulated CPU time (s) 179.84
Current children cumulated vsize (KiB) 65864

[startup+180.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1876
/proc/meminfo: memFree=1753008/2055920 swapFree=4179168/4192956
[pid=1875] ppid=1873 vsize=65864 CPUtime=180.25
/proc/1875/stat : 1875 (mxc-sat09) R 1873 1875 1306 0 -1 4194304 16463 0 0 0 18016 9 0 0 25 0 1 0 1147695994 67444736 14387 1992294400 134512640 135192793 4294956208 18446744073709551615 134552256 0 0 4096 0 0 0 0 17 1 0 0
/proc/1875/statm: 16466 14387 73 166 0 16297 0
Current children cumulated CPU time (s) 180.25
Current children cumulated vsize (KiB) 65864

[startup+180.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1876
/proc/meminfo: memFree=1753008/2055920 swapFree=4179168/4192956
[pid=1875] ppid=1873 vsize=65864 CPUtime=180.44
/proc/1875/stat : 1875 (mxc-sat09) R 1873 1875 1306 0 -1 4194304 16463 0 0 0 18035 9 0 0 25 0 1 0 1147695994 67444736 14387 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/1875/statm: 16466 14387 73 166 0 16297 0
Current children cumulated CPU time (s) 180.44
Current children cumulated vsize (KiB) 65864

[startup+180.601 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1876
/proc/meminfo: memFree=1753008/2055920 swapFree=4179168/4192956
[pid=1875] ppid=1873 vsize=65864 CPUtime=180.54
/proc/1875/stat : 1875 (mxc-sat09) R 1873 1875 1306 0 -1 4194304 16463 0 0 0 18045 9 0 0 25 0 1 0 1147695994 67444736 14387 1992294400 134512640 135192793 4294956208 18446744073709551615 134552136 0 0 4096 0 0 0 0 17 1 0 0
/proc/1875/statm: 16466 14387 73 166 0 16297 0
Current children cumulated CPU time (s) 180.54
Current children cumulated vsize (KiB) 65864

Child status: 20
Real time (s): 180.664
CPU time (s): 180.615
CPU user time (s): 180.511
CPU system time (s): 0.103984
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 65864

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

runsolver used 0.142978 second user time and 0.374943 second system time

The end

Launcher Data

Begin job on node61 at 2009-04-03 11:19:01
IDJOB=1556739
IDBENCH=70825
IDSOLVER=504
FILE ID=node61/1556739-1238750341
PBS_JOBID= 9085404
Free space on /tmp= 66472 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-06.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1556739-1238750341/watcher-1556739-1238750341 -o /tmp/evaluation-result-1556739-1238750341/solver-1556739-1238750341 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/mxc-sat09 -i HOME/instance-1556739-1238750341.cnf

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

MD5SUM BENCH= 54bbde63bf0c9b14dd4e32426eab0a42
RANDOM SEED=833703306

node61.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.238
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.238
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:       1811160 kB
Buffers:         19836 kB
Cached:         152988 kB
SwapCached:       8056 kB
Active:          46216 kB
Inactive:       136352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811160 kB
SwapTotal:     4192956 kB
SwapFree:      4179168 kB
Dirty:            4748 kB
Writeback:           0 kB
Mapped:          15476 kB
Slab:            48304 kB
Committed_AS:  2917192 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66468 MiB
End job on node61 at 2009-04-03 11:22:02