Trace number 1554574

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
IUT_BMB_SAT 1.0UNSAT 10.9553 10.9585

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl016.cnf
MD5SUM505fee3283f518ccb9d234f549b3c214
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.65659
Satisfiable
(Un)Satisfiability was proved
Number of variables4567
Number of clauses13652
Sum of the clauses size31852
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 29100
Number of clauses of size 34550
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
0.19/0.21	c WARNING: for repeatability, setting FPU to use double precision
0.19/0.21	c ============================[ Problem Statistics ]=============================
0.19/0.21	c |                                                                             |
0.19/0.21	c |  Number of variables:  4567                                                 |
0.19/0.21	c |  Number of clauses:    13648                                                |
0.19/0.23	c |  Parsing time:         0.01         s                                       |
0.19/0.28	c ============================[ Search Statistics ]==============================
0.19/0.28	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.28	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.28	c ===============================================================================
0.19/0.28	c |         0 |    1701     8374    25853 |     2791        0    nan |  0.000 % |
0.20/0.30	c |       100 |    1700     8374    25853 |     3070       99     39 |  0.023 % |
0.20/0.31	c |       255 |    1700     8370    25845 |     3377      253     26 |  0.219 % |
0.20/0.33	c |       481 |    1700     8370    25845 |     3715      479     27 |  0.220 % |
0.20/0.39	c |       819 |    1691     8322    25716 |     4086      817     30 |  0.220 % |
0.20/0.46	c |      1326 |    1691     8322    25716 |     4495     1324     31 |  0.220 % |
0.20/0.58	c |      2086 |    1685     8288    25624 |     4945     2083     30 |  0.351 % |
0.20/0.75	c |      3226 |    1685     8288    25624 |     5439     3223     32 |  0.351 % |
0.98/1.09	c |      4934 |    1685     8288    25624 |     5983     4931     32 |  0.351 % |
1.57/1.63	c |      7497 |    1685     8288    25624 |     6581     4331     26 |  0.351 % |
2.37/2.47	c |     11344 |    1685     8288    25624 |     7239     4669     26 |  0.351 % |
3.67/3.73	c |     17112 |    1685     8288    25624 |     7963     6574     27 |  0.351 % |
5.57/5.60	c |     25762 |    1621     8021    24864 |     8760     6800     23 |  1.752 % |
8.07/8.19	c |     38736 |    1621     8021    24864 |     9636     5986     21 |  1.753 % |
10.87/10.94	c ===============================================================================
10.87/10.94	c restarts              : 14
10.87/10.94	c conflicts             : 49215          (4593 /sec)
10.87/10.94	c decisions             : 68109          (1.30 % random) (6357 /sec)
10.87/10.94	c propagations          : 12426282       (1159777 /sec)
10.87/10.94	c conflict literals     : 1396378        (69.86 % deleted)
10.87/10.94	c Memory used           : 5.02 MB
10.87/10.94	c CPU time              : 10.7144 s
10.87/10.94	
10.87/10.94	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-1554574-1238729435/watcher-1554574-1238729435 -o /tmp/evaluation-result-1554574-1238729435/solver-1554574-1238729435 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1554574-1238729435.cnf HOME 

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.10 3/64 26491
/proc/meminfo: memFree=1850856/2055920 swapFree=4178808/4192956
[pid=26491] ppid=26489 vsize=1600 CPUtime=0
/proc/26491/stat : 26491 (IUT_BMB_SAT) R 26489 26491 26359 0 -1 4194304 202 0 0 0 0 0 0 0 18 0 1 0 1145605306 1638400 185 1992294400 134512640 135635285 4294956208 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 1 0 0
/proc/26491/statm: 400 186 90 274 0 123 0

[startup+0.0384201 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 26491
/proc/meminfo: memFree=1850856/2055920 swapFree=4178808/4192956
[pid=26491] ppid=26489 vsize=2504 CPUtime=0.03
/proc/26491/stat : 26491 (IUT_BMB_SAT) R 26489 26491 26359 0 -1 4194304 430 0 0 0 3 0 0 0 18 0 1 0 1145605306 2564096 413 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/26491/statm: 626 413 97 274 0 349 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2504

[startup+0.101425 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 26491
/proc/meminfo: memFree=1850856/2055920 swapFree=4178808/4192956
[pid=26491] ppid=26489 vsize=3560 CPUtime=0.09
/proc/26491/stat : 26491 (IUT_BMB_SAT) R 26489 26491 26359 0 -1 4194304 699 0 0 0 9 0 0 0 18 0 1 0 1145605306 3645440 682 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/26491/statm: 890 683 97 274 0 613 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3560

[startup+0.301444 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 26491
/proc/meminfo: memFree=1850856/2055920 swapFree=4178808/4192956
[pid=26491] ppid=26489 vsize=4120 CPUtime=0.2
/proc/26491/stat : 26491 (IUT_BMB_SAT) S 26489 26491 26359 0 -1 4194304 868 0 0 0 16 4 0 0 19 0 1 0 1145605306 4218880 850 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26491/statm: 1030 850 105 274 0 753 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 4120

[startup+0.701477 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 26491
/proc/meminfo: memFree=1850856/2055920 swapFree=4178808/4192956
[pid=26491] ppid=26489 vsize=4120 CPUtime=0.2
/proc/26491/stat : 26491 (IUT_BMB_SAT) S 26489 26491 26359 0 -1 4194304 868 0 0 0 16 4 0 0 19 0 1 0 1145605306 4218880 850 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26491/statm: 1030 850 105 274 0 753 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 4120

[startup+1.50155 s]
/proc/loadavg: 1.00 1.00 1.10 2/67 26494
/proc/meminfo: memFree=1844560/2055920 swapFree=4178808/4192956
[pid=26491] ppid=26489 vsize=4120 CPUtime=0.2
/proc/26491/stat : 26491 (IUT_BMB_SAT) S 26489 26491 26359 0 -1 4194304 868 0 0 0 16 4 0 0 19 0 1 0 1145605306 4218880 850 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26491/statm: 1030 850 105 274 0 753 0
[pid=26493] ppid=26491 vsize=5356 CPUtime=0
/proc/26493/stat : 26493 (sh) S 26491 26491 26359 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1145605328 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26493/statm: 1339 232 193 169 0 50 0
[pid=26494] ppid=26493 vsize=4592 CPUtime=1.27
/proc/26494/stat : 26494 (minisat) R 26493 26491 26359 0 -1 4194304 872 0 0 0 127 0 0 0 25 0 1 0 1145605328 4702208 817 1992294400 134512640 135243223 4294956304 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 1 0 0
/proc/26494/statm: 1148 817 84 178 0 968 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 14068

[startup+3.10268 s]
/proc/loadavg: 1.00 1.00 1.10 2/67 26494
/proc/meminfo: memFree=1844304/2055920 swapFree=4178808/4192956
[pid=26491] ppid=26489 vsize=4120 CPUtime=0.2
/proc/26491/stat : 26491 (IUT_BMB_SAT) S 26489 26491 26359 0 -1 4194304 868 0 0 0 16 4 0 0 19 0 1 0 1145605306 4218880 850 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26491/statm: 1030 850 105 274 0 753 0
[pid=26493] ppid=26491 vsize=5356 CPUtime=0
/proc/26493/stat : 26493 (sh) S 26491 26491 26359 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1145605328 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26493/statm: 1339 232 193 169 0 50 0
[pid=26494] ppid=26493 vsize=4724 CPUtime=2.87
/proc/26494/stat : 26494 (minisat) R 26493 26491 26359 0 -1 4194304 905 0 0 0 287 0 0 0 25 0 1 0 1145605328 4837376 850 1992294400 134512640 135243223 4294956304 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 1 0 0
/proc/26494/statm: 1181 850 84 178 0 1001 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 14200

[startup+6.30197 s]
/proc/loadavg: 1.00 1.00 1.10 2/67 26494
/proc/meminfo: memFree=1843856/2055920 swapFree=4178808/4192956
[pid=26491] ppid=26489 vsize=4120 CPUtime=0.2
/proc/26491/stat : 26491 (IUT_BMB_SAT) S 26489 26491 26359 0 -1 4194304 868 0 0 0 16 4 0 0 19 0 1 0 1145605306 4218880 850 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26491/statm: 1030 850 105 274 0 753 0
[pid=26493] ppid=26491 vsize=5356 CPUtime=0
/proc/26493/stat : 26493 (sh) S 26491 26491 26359 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1145605328 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26493/statm: 1339 232 193 169 0 50 0
[pid=26494] ppid=26493 vsize=5000 CPUtime=6.07
/proc/26494/stat : 26494 (minisat) R 26493 26491 26359 0 -1 4194304 973 0 0 0 607 0 0 0 25 0 1 0 1145605328 5120000 918 1992294400 134512640 135243223 4294956304 18446744073709551615 134555939 0 0 4096 3 0 0 0 17 1 0 0
/proc/26494/statm: 1250 918 84 178 0 1070 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 14476

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

[startup+9.50125 s]
/proc/loadavg: 1.00 1.00 1.10 2/67 26494
/proc/meminfo: memFree=1843728/2055920 swapFree=4178808/4192956
[pid=26491] ppid=26489 vsize=4120 CPUtime=0.2
/proc/26491/stat : 26491 (IUT_BMB_SAT) S 26489 26491 26359 0 -1 4194304 868 0 0 0 16 4 0 0 19 0 1 0 1145605306 4218880 850 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26491/statm: 1030 850 105 274 0 753 0
[pid=26493] ppid=26491 vsize=5356 CPUtime=0
/proc/26493/stat : 26493 (sh) S 26491 26491 26359 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1145605328 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26493/statm: 1339 232 193 169 0 50 0
[pid=26494] ppid=26493 vsize=5132 CPUtime=9.27
/proc/26494/stat : 26494 (minisat) R 26493 26491 26359 0 -1 4194304 998 0 0 0 927 0 0 0 25 0 1 0 1145605328 5255168 943 1992294400 134512640 135243223 4294956304 18446744073709551615 134555600 0 0 4096 3 0 0 0 17 1 0 0
/proc/26494/statm: 1283 943 84 178 0 1103 0
Current children cumulated CPU time (s) 9.47
Current children cumulated vsize (KiB) 14608

[startup+10.3013 s]
/proc/loadavg: 1.00 1.00 1.10 2/67 26494
/proc/meminfo: memFree=1843664/2055920 swapFree=4178808/4192956
[pid=26491] ppid=26489 vsize=4120 CPUtime=0.2
/proc/26491/stat : 26491 (IUT_BMB_SAT) S 26489 26491 26359 0 -1 4194304 868 0 0 0 16 4 0 0 19 0 1 0 1145605306 4218880 850 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26491/statm: 1030 850 105 274 0 753 0
[pid=26493] ppid=26491 vsize=5356 CPUtime=0
/proc/26493/stat : 26493 (sh) S 26491 26491 26359 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1145605328 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26493/statm: 1339 232 193 169 0 50 0
[pid=26494] ppid=26493 vsize=5132 CPUtime=10.07
/proc/26494/stat : 26494 (minisat) R 26493 26491 26359 0 -1 4194304 1002 0 0 0 1007 0 0 0 25 0 1 0 1145605328 5255168 947 1992294400 134512640 135243223 4294956304 18446744073709551615 134564621 0 0 4096 3 0 0 0 17 1 0 0
/proc/26494/statm: 1283 947 84 178 0 1103 0
Current children cumulated CPU time (s) 10.27
Current children cumulated vsize (KiB) 14608

[startup+10.7014 s]
/proc/loadavg: 1.00 1.00 1.10 2/67 26494
/proc/meminfo: memFree=1843664/2055920 swapFree=4178808/4192956
[pid=26491] ppid=26489 vsize=4120 CPUtime=0.2
/proc/26491/stat : 26491 (IUT_BMB_SAT) S 26489 26491 26359 0 -1 4194304 868 0 0 0 16 4 0 0 19 0 1 0 1145605306 4218880 850 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26491/statm: 1030 850 105 274 0 753 0
[pid=26493] ppid=26491 vsize=5356 CPUtime=0
/proc/26493/stat : 26493 (sh) S 26491 26491 26359 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1145605328 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26493/statm: 1339 232 193 169 0 50 0
[pid=26494] ppid=26493 vsize=5132 CPUtime=10.47
/proc/26494/stat : 26494 (minisat) R 26493 26491 26359 0 -1 4194304 1002 0 0 0 1047 0 0 0 25 0 1 0 1145605328 5255168 947 1992294400 134512640 135243223 4294956304 18446744073709551615 134555727 0 0 4096 3 0 0 0 17 1 0 0
/proc/26494/statm: 1283 947 84 178 0 1103 0
Current children cumulated CPU time (s) 10.67
Current children cumulated vsize (KiB) 14608

[startup+10.9014 s]
/proc/loadavg: 1.00 1.00 1.10 2/67 26494
/proc/meminfo: memFree=1843664/2055920 swapFree=4178808/4192956
[pid=26491] ppid=26489 vsize=4120 CPUtime=0.2
/proc/26491/stat : 26491 (IUT_BMB_SAT) S 26489 26491 26359 0 -1 4194304 868 0 0 0 16 4 0 0 19 0 1 0 1145605306 4218880 850 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26491/statm: 1030 850 105 274 0 753 0
[pid=26493] ppid=26491 vsize=5356 CPUtime=0
/proc/26493/stat : 26493 (sh) S 26491 26491 26359 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1145605328 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26493/statm: 1339 232 193 169 0 50 0
[pid=26494] ppid=26493 vsize=5132 CPUtime=10.67
/proc/26494/stat : 26494 (minisat) R 26493 26491 26359 0 -1 4194304 1002 0 0 0 1067 0 0 0 25 0 1 0 1145605328 5255168 947 1992294400 134512640 135243223 4294956304 18446744073709551615 134564836 0 0 4096 3 0 0 0 17 1 0 0
/proc/26494/statm: 1283 947 84 178 0 1103 0
Current children cumulated CPU time (s) 10.87
Current children cumulated vsize (KiB) 14608

Child status: 0
Real time (s): 10.9585
CPU time (s): 10.9553
CPU user time (s): 10.8973
CPU system time (s): 0.057991
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 14608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.8973
system time used= 0.057991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2692
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= 8
involuntary context switches= 17

runsolver used 0.014997 second user time and 0.035994 second system time

The end

Launcher Data

Begin job on node57 at 2009-04-03 05:30:35
IDJOB=1554574
IDBENCH=70783
IDSOLVER=523
FILE ID=node57/1554574-1238729435
PBS_JOBID= 9085368
Free space on /tmp= 66548 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl016.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1554574-1238729435/watcher-1554574-1238729435 -o /tmp/evaluation-result-1554574-1238729435/solver-1554574-1238729435 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1554574-1238729435.cnf HOME

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

MD5SUM BENCH= 505fee3283f518ccb9d234f549b3c214
RANDOM SEED=1974174262

node57.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.213
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.213
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:       1851336 kB
Buffers:         37504 kB
Cached:          81676 kB
SwapCached:       7980 kB
Active:          20632 kB
Inactive:       107944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851336 kB
SwapTotal:     4192956 kB
SwapFree:      4178808 kB
Dirty:            2372 kB
Writeback:           0 kB
Mapped:          15096 kB
Slab:            62128 kB
Committed_AS:  2887912 kB
PageTables:       1392 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= 66544 MiB
End job on node57 at 2009-04-03 05:30:46