Trace number 331546

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
Rsat 2007-02-08SAT 58.7391 58.8801

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug2.cnf
MD5SUMde190892801b59cd9842bfb52b694299
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark41.4757
Satisfiable
(Un)Satisfiability was proved
Number of variables521158
Number of clauses13378532
Sum of the clauses size39204686
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28714522
Number of clauses of size 34209353
Number of clauses of size 425253
Number of clauses of size 515680
Number of clauses of size over 5413723

Solver Data (download as text)

Sorry, but this trace is too large and cannot be obtained.

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node19/watcher-331546-1173185052 -o ROOT/results/node19/solver-331546-1173185052 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/331546-1173185052/rsat.sh /tmp/evaluation/331546-1173185052/instance-331546-1173185052.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): 2400 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.24 1.05 1.02 2/78 3315
/proc/meminfo: memFree=1565672/2055920 swapFree=4169404/4192956
[pid=3315] ppid=3313 vsize=5352 CPUtime=0
/proc/3315/stat : 3315 (rsat.sh) S 3313 3315 2045 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 338461073 5480448 232 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3315/statm: 1338 232 195 169 0 49 0
[pid=3316] ppid=3315 vsize=684 CPUtime=0
/proc/3316/stat : 3316 (SatElite) D 3315 3315 2045 0 -1 4194304 62 0 0 0 0 0 0 0 20 0 1 0 338461074 700416 44 18446744073709551615 134512640 135038345 4294956752 18446744073709551615 134699069 0 0 4096 3 18446744071563608240 0 0 17 1 0 0
/proc/3316/statm: 171 44 36 128 0 40 0

[startup+0.0958421 s]
/proc/loadavg: 1.24 1.05 1.02 2/78 3315
/proc/meminfo: memFree=1565672/2055920 swapFree=4169404/4192956
[pid=3315] ppid=3313 vsize=5352 CPUtime=0
/proc/3315/stat : 3315 (rsat.sh) S 3313 3315 2045 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338461073 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3315/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.101843 s]
/proc/loadavg: 1.24 1.05 1.02 2/78 3315
/proc/meminfo: memFree=1565672/2055920 swapFree=4169404/4192956
[pid=3315] ppid=3313 vsize=5352 CPUtime=0
/proc/3315/stat : 3315 (rsat.sh) S 3313 3315 2045 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338461073 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3315/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.301864 s]
/proc/loadavg: 1.24 1.05 1.02 2/78 3315
/proc/meminfo: memFree=1565672/2055920 swapFree=4169404/4192956
[pid=3315] ppid=3313 vsize=5352 CPUtime=0
/proc/3315/stat : 3315 (rsat.sh) S 3313 3315 2045 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338461073 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3315/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.701908 s]
/proc/loadavg: 1.24 1.05 1.02 2/78 3315
/proc/meminfo: memFree=1565672/2055920 swapFree=4169404/4192956
[pid=3315] ppid=3313 vsize=5352 CPUtime=0
/proc/3315/stat : 3315 (rsat.sh) S 3313 3315 2045 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338461073 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3315/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.50199 s]
/proc/loadavg: 1.30 1.06 1.02 2/80 3318
/proc/meminfo: memFree=1511512/2055920 swapFree=4169404/4192956
[pid=3315] ppid=3313 vsize=5352 CPUtime=0
/proc/3315/stat : 3315 (rsat.sh) S 3313 3315 2045 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338461073 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3315/statm: 1338 234 195 169 0 49 0
[pid=3318] ppid=3315 vsize=161524 CPUtime=1.47
/proc/3318/stat : 3318 (rsat) R 3315 3315 2045 0 -1 4194304 20119 0 0 0 135 12 0 0 25 0 1 0 338461076 165400576 19968 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134984727 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3318/statm: 40381 19969 84 211 0 40167 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 166876

[startup+3.10117 s]
/proc/loadavg: 1.30 1.06 1.02 2/80 3318
/proc/meminfo: memFree=1455896/2055920 swapFree=4169404/4192956
[pid=3315] ppid=3313 vsize=5352 CPUtime=0
/proc/3315/stat : 3315 (rsat.sh) S 3313 3315 2045 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338461073 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3315/statm: 1338 234 195 169 0 49 0
[pid=3318] ppid=3315 vsize=231748 CPUtime=3.06
/proc/3318/stat : 3318 (rsat) R 3315 3315 2045 0 -1 4194304 39742 0 0 0 283 23 0 0 25 0 1 0 338461076 237309952 39496 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 135037357 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3318/statm: 57937 39497 84 211 0 57723 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 237100

[startup+6.30151 s]
/proc/loadavg: 1.30 1.06 1.02 2/79 3318
/proc/meminfo: memFree=1324640/2055920 swapFree=4169404/4192956
[pid=3315] ppid=3313 vsize=5352 CPUtime=0
/proc/3315/stat : 3315 (rsat.sh) S 3313 3315 2045 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338461073 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3315/statm: 1338 234 195 169 0 49 0
[pid=3318] ppid=3315 vsize=334472 CPUtime=6.26
/proc/3318/stat : 3318 (rsat) R 3315 3315 2045 0 -1 4194304 68484 0 0 0 586 40 0 0 25 0 1 0 338461076 342499328 68074 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134984727 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3318/statm: 83618 68075 84 211 0 83404 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 339824

[startup+12.7012 s]
/proc/loadavg: 1.25 1.06 1.02 2/79 3318
/proc/meminfo: memFree=945384/2055920 swapFree=4169404/4192956
[pid=3315] ppid=3313 vsize=5352 CPUtime=0
/proc/3315/stat : 3315 (rsat.sh) S 3313 3315 2045 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338461073 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3315/statm: 1338 234 195 169 0 49 0
[pid=3318] ppid=3315 vsize=705496 CPUtime=12.67
/proc/3318/stat : 3318 (rsat) R 3315 3315 2045 0 -1 4194304 173641 0 0 0 1176 91 0 0 25 0 1 0 338461076 722427904 169707 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134521386 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3318/statm: 176374 169707 85 211 0 176160 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 710848

[startup+25.5016 s]
/proc/loadavg: 1.21 1.06 1.02 2/79 3318
/proc/meminfo: memFree=856168/2055920 swapFree=4169404/4192956
[pid=3315] ppid=3313 vsize=5352 CPUtime=0
/proc/3315/stat : 3315 (rsat.sh) S 3313 3315 2045 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338461073 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3315/statm: 1338 234 195 169 0 49 0
[pid=3318] ppid=3315 vsize=723044 CPUtime=25.46
/proc/3318/stat : 3318 (rsat) R 3315 3315 2045 0 -1 4194304 223699 0 0 0 2443 103 0 0 25 0 1 0 338461076 740397056 177605 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3318/statm: 180761 177605 86 211 0 180547 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 728396

[startup+51.1014 s]
/proc/loadavg: 1.14 1.05 1.02 2/79 3318
/proc/meminfo: memFree=852008/2055920 swapFree=4169404/4192956
[pid=3315] ppid=3313 vsize=5352 CPUtime=0
/proc/3315/stat : 3315 (rsat.sh) S 3313 3315 2045 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338461073 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3315/statm: 1338 234 195 169 0 49 0
[pid=3318] ppid=3315 vsize=726672 CPUtime=51.05
/proc/3318/stat : 3318 (rsat) R 3315 3315 2045 0 -1 4194304 293226 0 0 0 4987 118 0 0 25 0 1 0 338461076 744112128 178668 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134522887 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3318/statm: 181668 178668 86 211 0 181454 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 732024

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

[startup+54.3017 s]
/proc/loadavg: 1.13 1.05 1.02 2/79 3318
/proc/meminfo: memFree=851944/2055920 swapFree=4169404/4192956
[pid=3315] ppid=3313 vsize=5352 CPUtime=0
/proc/3315/stat : 3315 (rsat.sh) S 3313 3315 2045 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338461073 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3315/statm: 1338 234 195 169 0 49 0
[pid=3318] ppid=3315 vsize=726944 CPUtime=54.25
/proc/3318/stat : 3318 (rsat) R 3315 3315 2045 0 -1 4194304 311074 0 0 0 5302 123 0 0 25 0 1 0 338461076 744390656 178752 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3318/statm: 181736 178752 86 211 0 181522 0
Current children cumulated CPU time (s) 54.25
Current children cumulated vsize (KiB) 732296

[startup+55.9019 s]
/proc/loadavg: 1.13 1.05 1.02 2/79 3318
/proc/meminfo: memFree=851560/2055920 swapFree=4169404/4192956
[pid=3315] ppid=3313 vsize=5352 CPUtime=0
/proc/3315/stat : 3315 (rsat.sh) S 3313 3315 2045 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338461073 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3315/statm: 1338 234 195 169 0 49 0
[pid=3318] ppid=3315 vsize=727668 CPUtime=55.86
/proc/3318/stat : 3318 (rsat) R 3315 3315 2045 0 -1 4194304 316639 0 0 0 5461 125 0 0 25 0 1 0 338461076 745132032 178932 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3318/statm: 181917 178932 86 211 0 181703 0
Current children cumulated CPU time (s) 55.86
Current children cumulated vsize (KiB) 733020

[startup+57.5011 s]
/proc/loadavg: 1.12 1.05 1.02 2/79 3318
/proc/meminfo: memFree=844776/2055920 swapFree=4169404/4192956
[pid=3315] ppid=3313 vsize=5352 CPUtime=0
/proc/3315/stat : 3315 (rsat.sh) S 3313 3315 2045 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338461073 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3315/statm: 1338 234 195 169 0 49 0
[pid=3318] ppid=3315 vsize=728104 CPUtime=57.45
/proc/3318/stat : 3318 (rsat) R 3315 3315 2045 0 -1 4194304 319033 0 0 0 5619 126 0 0 21 0 1 0 338461076 745578496 179573 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134982780 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3318/statm: 182026 179573 86 211 0 181812 0
Current children cumulated CPU time (s) 57.45
Current children cumulated vsize (KiB) 733456

[startup+58.3051 s]
/proc/loadavg: 1.12 1.05 1.02 2/79 3318
/proc/meminfo: memFree=896808/2055920 swapFree=4169404/4192956
[pid=3315] ppid=3313 vsize=5352 CPUtime=0
/proc/3315/stat : 3315 (rsat.sh) S 3313 3315 2045 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338461073 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3315/statm: 1338 234 195 169 0 49 0
[pid=3318] ppid=3315 vsize=675844 CPUtime=58.26
/proc/3318/stat : 3318 (rsat) R 3315 3315 2045 0 -1 4194304 319033 0 0 0 5699 127 0 0 25 0 1 0 338461076 692064256 166508 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134979925 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3318/statm: 168961 166508 86 211 0 168747 0
Current children cumulated CPU time (s) 58.26
Current children cumulated vsize (KiB) 681196

[startup+58.7012 s]
/proc/loadavg: 1.12 1.05 1.02 2/79 3318
/proc/meminfo: memFree=896808/2055920 swapFree=4169404/4192956
[pid=3315] ppid=3313 vsize=5352 CPUtime=0
/proc/3315/stat : 3315 (rsat.sh) S 3313 3315 2045 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338461073 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3315/statm: 1338 234 195 169 0 49 0
[pid=3318] ppid=3315 vsize=627780 CPUtime=58.65
/proc/3318/stat : 3318 (rsat) R 3315 3315 2045 0 -1 4194304 319033 0 0 0 5734 131 0 0 25 0 1 0 338461076 642846720 126579 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 135156186 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3318/statm: 156945 126579 27410 211 0 156731 0
Current children cumulated CPU time (s) 58.65
Current children cumulated vsize (KiB) 633132

[startup+58.8012 s]
/proc/loadavg: 1.12 1.05 1.02 2/79 3318
/proc/meminfo: memFree=896808/2055920 swapFree=4169404/4192956
[pid=3315] ppid=3313 vsize=5352 CPUtime=58.72
/proc/3315/stat : 3315 (rsat.sh) S 3313 3315 2045 0 -1 4194304 333 319113 0 0 0 0 5734 138 18 0 1 0 338461073 5480448 235 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3315/statm: 1338 235 196 169 0 49 0
Current children cumulated CPU time (s) 58.72
Current children cumulated vsize (KiB) 5352

Child status: 10
Real time (s): 58.8801
CPU time (s): 58.7391
CPU user time (s): 57.3493
CPU system time (s): 1.38979
CPU usage (%): 99.7605
Max. virtual memory (cumulated for all children) (KiB): 733456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.3493
system time used= 1.38979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 319574
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= 87
involuntary context switches= 1212

runsolver used 0.077988 second user time and 0.189971 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Tue Mar  6 12:44:31 UTC 2007

IDJOB= 331546
IDBENCH= 20590
IDSOLVER= 104
FILE ID= node19/331546-1173185052

PBS_JOBID= 4015023

Free space on /tmp= 66164 MiB

SOLVER NAME= Rsat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug2.cnf
COMMAND LINE= /tmp/evaluation/331546-1173185052/rsat.sh /tmp/evaluation/331546-1173185052/instance-331546-1173185052.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-331546-1173185052 -o ROOT/results/node19/solver-331546-1173185052 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/331546-1173185052/rsat.sh /tmp/evaluation/331546-1173185052/instance-331546-1173185052.cnf            

META MD5SUM SOLVER= 42fb71d21991acbdd759c16645f65450
MD5SUM BENCH=  de190892801b59cd9842bfb52b694299

RANDOM SEED= 152223439

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.214
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	: 5931.00
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.214
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:       1566272 kB
Buffers:          3328 kB
Cached:         403836 kB
SwapCached:       1992 kB
Active:         341208 kB
Inactive:        88116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1566272 kB
SwapTotal:     4192956 kB
SwapFree:      4169404 kB
Dirty:          222392 kB
Writeback:           0 kB
Mapped:          29912 kB
Slab:            45924 kB
Committed_AS:  1372204 kB
PageTables:       1756 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= 66219 MiB

End job on node19 on Tue Mar  6 12:45:30 UTC 2007