Trace number 422015

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
minisat SAT 2007UNSAT 148.116 148.168

General information on the benchmark

Nameindustrial/palacios/medium/
cube-9-h10-unsat.cnf
MD5SUMd2ca322a34242a2eebffc77c1c1d76f9
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark51.9541
Satisfiable
(Un)Satisfiability was proved
Number of variables179493
Number of clauses541172
Sum of the clauses size1263192
Maximum clause length19
Minimum clause length1
Number of clauses of size 1729
Number of clauses of size 2361070
Number of clauses of size 3177947
Number of clauses of size 41262
Number of clauses of size 521
Number of clauses of size over 5143

Solver Data (download as text)

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:  180270                                               |
0.00/0.00	c |  Number of clauses:    541172                                               |
0.59/0.62	c |  Parsing time:         0.56         s                                       |
5.49/5.57	c ============================[ Search Statistics ]==============================
5.49/5.57	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.49/5.57	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.49/5.57	c ===============================================================================
5.49/5.57	c |         0 |   47230   296008  1001612 |    98669        0    nan |  0.000 % |
5.99/6.09	c |       100 |   47227   296008  1001612 |   108536       97     13 |  0.406 % |
6.49/6.58	c |       250 |   47227   296008  1001612 |   119389      247     17 |  0.406 % |
7.58/7.60	c |       476 |   47227   296008  1001612 |   131328      473     17 |  0.406 % |
8.89/8.92	c |       815 |   47227   294736   997819 |   144461      812     27 |  0.406 % |
11.18/11.20	c |      1321 |   47227   294736   997819 |   158907     1318     27 |  0.406 % |
14.39/14.42	c |      2080 |   47225   294714   997734 |   174798     2061     36 |  0.407 % |
20.19/20.24	c |      3221 |   47223   293536   994189 |   192278     3200     29 |  0.408 % |
30.39/30.50	c |      4929 |   47219   292418   990780 |   211506     4891     30 |  0.410 % |
45.97/46.04	c |      7492 |   47219   292418   990780 |   232657     7454     29 |  0.410 % |
69.16/69.29	c |     11338 |   47218   292396   990691 |   255922    11273     29 |  0.411 % |
103.65/103.78	c |     17104 |   46782   285640   968053 |   281515    12312     27 |  0.653 % |
148.04/148.15	c ===============================================================================
148.04/148.15	c restarts              : 12
148.04/148.15	c conflicts             : 24073          (163 /sec)
148.04/148.15	c decisions             : 56794          (1.44 % random) (384 /sec)
148.04/148.15	c propagations          : 130820646      (884088 /sec)
148.04/148.15	c conflict literals     : 782485         (60.64 % deleted)
148.04/148.15	c Memory used           : 88.57 MB
148.04/148.15	c CPU time              : 147.973 s
148.04/148.15	c 
148.04/148.15	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/node24/watcher-422015-1177542292 -o ROOT/results/node24/solver-422015-1177542292 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/422015-1177542292/minisat_noassertions /tmp/evaluation/422015-1177542292/instance-422015-1177542292.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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.71 0.22 0.07 2/77 15257
/proc/meminfo: memFree=1728592/2055920 swapFree=4143328/4192956
[pid=15257] ppid=15255 vsize=2012 CPUtime=0
/proc/15257/stat : 15257 (minisat_noasser) R 15255 15257 15157 0 -1 4194304 422 0 0 0 0 0 0 0 18 0 1 0 202147260 2060288 408 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134524854 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 503 409 50 130 0 370 0

[startup+0.107779 s]
/proc/loadavg: 0.71 0.22 0.07 2/77 15257
/proc/meminfo: memFree=1728592/2055920 swapFree=4143328/4192956
[pid=15257] ppid=15255 vsize=11448 CPUtime=0.1
/proc/15257/stat : 15257 (minisat_noasser) R 15255 15257 15157 0 -1 4194304 2469 0 0 0 9 1 0 0 18 0 1 0 202147260 11722752 2455 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 2862 2455 50 130 0 2729 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11448

[startup+0.20179 s]
/proc/loadavg: 0.71 0.22 0.07 2/77 15257
/proc/meminfo: memFree=1728592/2055920 swapFree=4143328/4192956
[pid=15257] ppid=15255 vsize=17956 CPUtime=0.19
/proc/15257/stat : 15257 (minisat_noasser) R 15255 15257 15157 0 -1 4194304 4277 0 0 0 17 2 0 0 18 0 1 0 202147260 18386944 4263 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 4489 4263 50 130 0 4356 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 17956

[startup+0.3018 s]
/proc/loadavg: 0.71 0.22 0.07 2/77 15257
/proc/meminfo: memFree=1728592/2055920 swapFree=4143328/4192956
[pid=15257] ppid=15255 vsize=25964 CPUtime=0.29
/proc/15257/stat : 15257 (minisat_noasser) R 15255 15257 15157 0 -1 4194304 6162 0 0 0 26 3 0 0 20 0 1 0 202147260 26587136 6148 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 6491 6150 50 130 0 6358 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25964

[startup+0.701842 s]
/proc/loadavg: 0.71 0.22 0.07 2/77 15257
/proc/meminfo: memFree=1728592/2055920 swapFree=4143328/4192956
[pid=15257] ppid=15255 vsize=53528 CPUtime=0.69
/proc/15257/stat : 15257 (minisat_noasser) R 15255 15257 15157 0 -1 4194304 12155 0 0 0 63 6 0 0 23 0 1 0 202147260 54812672 12141 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529369 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 13382 12141 62 130 0 13249 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53528

[startup+1.50193 s]
/proc/loadavg: 0.71 0.22 0.07 2/78 15258
/proc/meminfo: memFree=1672392/2055920 swapFree=4143328/4192956
[pid=15257] ppid=15255 vsize=66568 CPUtime=1.49
/proc/15257/stat : 15257 (minisat_noasser) R 15255 15257 15157 0 -1 4194304 15669 0 0 0 142 7 0 0 25 0 1 0 202147260 68165632 15655 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134682175 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 16642 15656 62 130 0 16509 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66568

[startup+3.1011 s]
/proc/loadavg: 0.71 0.22 0.07 2/78 15258
/proc/meminfo: memFree=1654152/2055920 swapFree=4143328/4192956
[pid=15257] ppid=15255 vsize=91704 CPUtime=3.09
/proc/15257/stat : 15257 (minisat_noasser) R 15255 15257 15157 0 -1 4194304 21730 0 0 0 299 10 0 0 25 0 1 0 202147260 93904896 21716 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 22926 21716 62 130 0 22793 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91704

[startup+6.30144 s]
/proc/loadavg: 0.81 0.25 0.08 2/78 15258
/proc/meminfo: memFree=1630408/2055920 swapFree=4143328/4192956
[pid=15257] ppid=15255 vsize=90444 CPUtime=6.29
/proc/15257/stat : 15257 (minisat_noasser) R 15255 15257 15157 0 -1 4194304 24668 0 0 0 618 11 0 0 25 0 1 0 202147260 92614656 21846 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 22611 21846 66 130 0 22478 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 90444

[startup+12.7011 s]
/proc/loadavg: 0.83 0.26 0.09 2/78 15258
/proc/meminfo: memFree=1641032/2055920 swapFree=4143328/4192956
[pid=15257] ppid=15255 vsize=90688 CPUtime=12.68
/proc/15257/stat : 15257 (minisat_noasser) R 15255 15257 15157 0 -1 4194304 24710 0 0 0 1257 11 0 0 25 0 1 0 202147260 92864512 21888 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 22672 21888 66 130 0 22539 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 90688

[startup+25.5015 s]
/proc/loadavg: 0.87 0.30 0.10 2/78 15258
/proc/meminfo: memFree=1641096/2055920 swapFree=4143328/4192956
[pid=15257] ppid=15255 vsize=90688 CPUtime=25.49
/proc/15257/stat : 15257 (minisat_noasser) R 15255 15257 15157 0 -1 4194304 24710 0 0 0 2537 12 0 0 25 0 1 0 202147260 92864512 21888 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552241 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 22672 21888 66 130 0 22539 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 90688

[startup+51.1012 s]
/proc/loadavg: 0.91 0.35 0.12 2/78 15258
/proc/meminfo: memFree=1640968/2055920 swapFree=4143328/4192956
[pid=15257] ppid=15255 vsize=90688 CPUtime=51.07
/proc/15257/stat : 15257 (minisat_noasser) R 15255 15257 15157 0 -1 4194304 24710 0 0 0 5095 12 0 0 25 0 1 0 202147260 92864512 21888 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 22672 21888 66 130 0 22539 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 90688

[startup+102.302 s]
/proc/loadavg: 0.96 0.45 0.17 2/78 15258
/proc/meminfo: memFree=1640968/2055920 swapFree=4143328/4192956
[pid=15257] ppid=15255 vsize=90688 CPUtime=102.26
/proc/15257/stat : 15257 (minisat_noasser) R 15255 15257 15157 0 -1 4194304 24714 0 0 0 10214 12 0 0 25 0 1 0 202147260 92864512 21892 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 22672 21892 66 130 0 22539 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 90688

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

[startup+102.406 s]
/proc/loadavg: 0.96 0.45 0.17 2/78 15258
/proc/meminfo: memFree=1640968/2055920 swapFree=4143328/4192956
[pid=15257] ppid=15255 vsize=90688 CPUtime=102.36
/proc/15257/stat : 15257 (minisat_noasser) R 15255 15257 15157 0 -1 4194304 24714 0 0 0 10224 12 0 0 25 0 1 0 202147260 92864512 21892 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 22672 21892 66 130 0 22539 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 90688

[startup+128.001 s]
/proc/loadavg: 0.97 0.49 0.19 2/78 15258
/proc/meminfo: memFree=1640968/2055920 swapFree=4143328/4192956
[pid=15257] ppid=15255 vsize=90688 CPUtime=127.94
/proc/15257/stat : 15257 (minisat_noasser) R 15255 15257 15157 0 -1 4194304 24714 0 0 0 12782 12 0 0 25 0 1 0 202147260 92864512 21892 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 22672 21892 66 130 0 22539 0
Current children cumulated CPU time (s) 127.94
Current children cumulated vsize (KiB) 90688

[startup+140.802 s]
/proc/loadavg: 0.98 0.52 0.20 2/78 15258
/proc/meminfo: memFree=1640968/2055920 swapFree=4143328/4192956
[pid=15257] ppid=15255 vsize=90688 CPUtime=140.74
/proc/15257/stat : 15257 (minisat_noasser) R 15255 15257 15157 0 -1 4194304 24715 0 0 0 14062 12 0 0 25 0 1 0 202147260 92864512 21893 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546812 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 22672 21893 66 130 0 22539 0
Current children cumulated CPU time (s) 140.74
Current children cumulated vsize (KiB) 90688

[startup+144.001 s]
/proc/loadavg: 0.98 0.52 0.20 2/78 15258
/proc/meminfo: memFree=1640968/2055920 swapFree=4143328/4192956
[pid=15257] ppid=15255 vsize=90688 CPUtime=143.94
/proc/15257/stat : 15257 (minisat_noasser) R 15255 15257 15157 0 -1 4194304 24715 0 0 0 14382 12 0 0 25 0 1 0 202147260 92864512 21893 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 22672 21893 66 130 0 22539 0
Current children cumulated CPU time (s) 143.94
Current children cumulated vsize (KiB) 90688

[startup+145.601 s]
/proc/loadavg: 0.98 0.52 0.21 2/78 15258
/proc/meminfo: memFree=1640968/2055920 swapFree=4143328/4192956
[pid=15257] ppid=15255 vsize=90688 CPUtime=145.54
/proc/15257/stat : 15257 (minisat_noasser) R 15255 15257 15157 0 -1 4194304 24715 0 0 0 14542 12 0 0 25 0 1 0 202147260 92864512 21893 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547318 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 22672 21893 66 130 0 22539 0
Current children cumulated CPU time (s) 145.54
Current children cumulated vsize (KiB) 90688

[startup+147.201 s]
/proc/loadavg: 0.98 0.52 0.21 2/78 15258
/proc/meminfo: memFree=1640968/2055920 swapFree=4143328/4192956
[pid=15257] ppid=15255 vsize=90688 CPUtime=147.14
/proc/15257/stat : 15257 (minisat_noasser) R 15255 15257 15157 0 -1 4194304 24715 0 0 0 14702 12 0 0 25 0 1 0 202147260 92864512 21893 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 22672 21893 66 130 0 22539 0
Current children cumulated CPU time (s) 147.14
Current children cumulated vsize (KiB) 90688

[startup+147.601 s]
/proc/loadavg: 0.98 0.52 0.21 2/78 15258
/proc/meminfo: memFree=1640968/2055920 swapFree=4143328/4192956
[pid=15257] ppid=15255 vsize=90688 CPUtime=147.54
/proc/15257/stat : 15257 (minisat_noasser) R 15255 15257 15157 0 -1 4194304 24715 0 0 0 14742 12 0 0 25 0 1 0 202147260 92864512 21893 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547143 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 22672 21893 66 130 0 22539 0
Current children cumulated CPU time (s) 147.54
Current children cumulated vsize (KiB) 90688

[startup+148.001 s]
/proc/loadavg: 0.98 0.52 0.21 2/78 15258
/proc/meminfo: memFree=1640968/2055920 swapFree=4143328/4192956
[pid=15257] ppid=15255 vsize=90688 CPUtime=147.94
/proc/15257/stat : 15257 (minisat_noasser) R 15255 15257 15157 0 -1 4194304 24715 0 0 0 14782 12 0 0 25 0 1 0 202147260 92864512 21893 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 22672 21893 66 130 0 22539 0
Current children cumulated CPU time (s) 147.94
Current children cumulated vsize (KiB) 90688

[startup+148.102 s]
/proc/loadavg: 0.98 0.52 0.21 2/78 15258
/proc/meminfo: memFree=1640968/2055920 swapFree=4143328/4192956
[pid=15257] ppid=15255 vsize=90688 CPUtime=148.04
/proc/15257/stat : 15257 (minisat_noasser) R 15255 15257 15157 0 -1 4194304 24715 0 0 0 14792 12 0 0 25 0 1 0 202147260 92864512 21893 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 22672 21893 66 130 0 22539 0
Current children cumulated CPU time (s) 148.04
Current children cumulated vsize (KiB) 90688

Child status: 20
Real time (s): 148.168
CPU time (s): 148.116
CPU user time (s): 147.972
CPU system time (s): 0.143978
CPU usage (%): 99.9654
Max. virtual memory (cumulated for all children) (KiB): 105552

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

runsolver used 0.124981 second user time and 0.362944 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Wed Apr 25 23:04:52 UTC 2007

IDJOB= 422015
IDBENCH= 20422
IDSOLVER= 189
FILE ID= node24/422015-1177542292

PBS_JOBID= 4695928

Free space on /tmp= 66225 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/medium/cube-9-h10-unsat.cnf
COMMAND LINE= /tmp/evaluation/422015-1177542292/minisat_noassertions /tmp/evaluation/422015-1177542292/instance-422015-1177542292.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-422015-1177542292 -o ROOT/results/node24/solver-422015-1177542292 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/422015-1177542292/minisat_noassertions /tmp/evaluation/422015-1177542292/instance-422015-1177542292.cnf

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  d2ca322a34242a2eebffc77c1c1d76f9

RANDOM SEED= 487050122

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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.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:       1729128 kB
Buffers:         45068 kB
Cached:         197112 kB
SwapCached:      17512 kB
Active:         121172 kB
Inactive:       144368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729128 kB
SwapTotal:     4192956 kB
SwapFree:      4143328 kB
Dirty:           10780 kB
Writeback:           0 kB
Mapped:          29904 kB
Slab:            46764 kB
Committed_AS:  3791920 kB
PageTables:       1808 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= 66225 MiB

End job on node24 on Wed Apr 25 23:07:21 UTC 2007