Trace number 1824851

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: Rsat 2007-02-08UNSAT 33.034 33.048

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h22-unknown.cnf
MD5SUM8c6ad18be635cee0d986377c4d06ab11
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.034
Satisfiable
(Un)Satisfiability was proved
Number of variables146874
Number of clauses937242
Sum of the clauses size2519136
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2791651
Number of clauses of size 3139269
Number of clauses of size 41522
Number of clauses of size 583
Number of clauses of size over 54592

Solver Data

0.00/0.00	c Parsing...
0.00/0.91	c ==============================================================================
0.00/0.91	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.91	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.91	c ==============================================================================
0.00/0.91	c |         0 |  936867  2518386 |  281060       0        0     nan |  0.000 % |
17.18/17.30	c |         0 |  661069  3356557 |      --       0       --      -- |     --   | -275798/838171
17.28/17.30	c ==============================================================================
17.28/17.30	c Result  :   #vars: 11635   #clauses: 661069   #literals: 3356557
17.28/17.30	c CPU time:   16.9134 s
17.28/17.30	c ==============================================================================
18.69/18.71	c Rsat version 2.00
32.87/32.92	c CNF stats: (11635 vars, 661069 clauses)
32.87/32.92	c Decisions: 43395
32.87/32.92	c Conflicts: 22391
32.97/33.02	c Time: 14.30000s
32.97/33.02	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-1824851-1242483386/watcher-1824851-1242483386 -o /tmp/evaluation-result-1824851-1242483386/solver-1824851-1242483386 -C 10000 -W 12000 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1824851-1242483386.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): 12000 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.01 1.02 1.00 3/64 31460
/proc/meminfo: memFree=789560/2055920 swapFree=4181160/4192956
[pid=31460] ppid=31457 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (rsat.sh) R 31457 31460 31383 0 -1 4194304 238 0 0 0 0 0 0 0 19 0 1 0 276371339 5484544 206 1992294400 4194304 4889804 548682068832 18446744073709551615 254195176161 0 0 4100 65536 0 0 0 17 0 0 0
/proc/31460/statm: 1339 217 179 169 0 50 0

[startup+0.058079 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 31460
/proc/meminfo: memFree=789560/2055920 swapFree=4181160/4192956
[pid=31460] ppid=31457 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (rsat.sh) S 31457 31460 31383 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 276371339 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102085 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 31460
/proc/meminfo: memFree=789560/2055920 swapFree=4181160/4192956
[pid=31460] ppid=31457 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (rsat.sh) S 31457 31460 31383 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 276371339 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301094 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 31460
/proc/meminfo: memFree=789560/2055920 swapFree=4181160/4192956
[pid=31460] ppid=31457 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (rsat.sh) S 31457 31460 31383 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 276371339 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701124 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 31460
/proc/meminfo: memFree=789560/2055920 swapFree=4181160/4192956
[pid=31460] ppid=31457 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (rsat.sh) S 31457 31460 31383 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 276371339 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50119 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 31462
/proc/meminfo: memFree=701608/2055920 swapFree=4181160/4192956
[pid=31460] ppid=31457 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (rsat.sh) S 31457 31460 31383 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 276371339 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 235 195 169 0 50 0
[pid=31462] ppid=31460 vsize=104624 CPUtime=1.49
/proc/31462/stat : 31462 (SatElite) R 31460 31460 31383 0 -1 4194304 23101 0 0 0 133 16 0 0 25 0 1 0 276371339 107134976 22721 1992294400 134512640 135038345 4294956288 18446744073709551615 134543567 0 0 4096 3 0 0 0 17 1 0 0
/proc/31462/statm: 26156 22722 69 128 0 26025 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 109980

[startup+3.1013 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 31462
/proc/meminfo: memFree=692520/2055920 swapFree=4181160/4192956
[pid=31460] ppid=31457 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (rsat.sh) S 31457 31460 31383 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 276371339 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 235 195 169 0 50 0
[pid=31462] ppid=31460 vsize=108448 CPUtime=3.09
/proc/31462/stat : 31462 (SatElite) R 31460 31460 31383 0 -1 4194304 24052 0 0 0 289 20 0 0 25 0 1 0 276371339 111050752 23672 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/31462/statm: 27112 23672 69 128 0 26981 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 113804

[startup+6.30153 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 31462
/proc/meminfo: memFree=677480/2055920 swapFree=4181160/4192956
[pid=31460] ppid=31457 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (rsat.sh) S 31457 31460 31383 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 276371339 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 235 195 169 0 50 0
[pid=31462] ppid=31460 vsize=114160 CPUtime=6.28
/proc/31462/stat : 31462 (SatElite) R 31460 31460 31383 0 -1 4194304 25365 0 0 0 601 27 0 0 25 0 1 0 276371339 116899840 24985 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/31462/statm: 28540 24985 69 128 0 28409 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 119516

[startup+12.702 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 31462
/proc/meminfo: memFree=646376/2055920 swapFree=4181160/4192956
[pid=31460] ppid=31457 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (rsat.sh) S 31457 31460 31383 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 276371339 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 235 195 169 0 50 0
[pid=31462] ppid=31460 vsize=140224 CPUtime=12.68
/proc/31462/stat : 31462 (SatElite) R 31460 31460 31383 0 -1 4194304 30476 0 0 0 1232 36 0 0 25 0 1 0 276371339 143589376 29756 1992294400 134512640 135038345 4294956288 18446744073709551615 134574786 0 0 4096 3 0 0 0 17 1 0 0
/proc/31462/statm: 35056 29756 69 128 0 34925 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 145580

[startup+25.5019 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 31463
/proc/meminfo: memFree=702376/2055920 swapFree=4181160/4192956
[pid=31460] ppid=31457 vsize=5356 CPUtime=18.69
/proc/31460/stat : 31460 (rsat.sh) S 31457 31460 31383 0 -1 4194304 310 32611 0 0 0 0 1822 47 16 0 1 0 276371339 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31460/statm: 1339 237 195 169 0 50 0
[pid=31463] ppid=31460 vsize=44860 CPUtime=6.77
/proc/31463/stat : 31463 (rsat) R 31460 31460 31383 0 -1 4194304 11072 0 0 0 670 7 0 0 25 0 1 0 276373210 45936640 11056 1992294400 134512640 135377749 4294956400 18446744073709551615 134523217 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31463/statm: 11215 11056 86 211 0 11001 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 50216

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

[startup+28.7012 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 31463
/proc/meminfo: memFree=701864/2055920 swapFree=4181160/4192956
[pid=31460] ppid=31457 vsize=5356 CPUtime=18.69
/proc/31460/stat : 31460 (rsat.sh) S 31457 31460 31383 0 -1 4194304 310 32611 0 0 0 0 1822 47 16 0 1 0 276371339 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31460/statm: 1339 237 195 169 0 50 0
[pid=31463] ppid=31460 vsize=45468 CPUtime=9.98
/proc/31463/stat : 31463 (rsat) R 31460 31460 31383 0 -1 4194304 11221 0 0 0 990 8 0 0 25 0 1 0 276373210 46559232 11204 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31463/statm: 11367 11204 86 211 0 11153 0
Current children cumulated CPU time (s) 28.67
Current children cumulated vsize (KiB) 50824

[startup+30.3013 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 31463
/proc/meminfo: memFree=701800/2055920 swapFree=4181160/4192956
[pid=31460] ppid=31457 vsize=5356 CPUtime=18.69
/proc/31460/stat : 31460 (rsat.sh) S 31457 31460 31383 0 -1 4194304 310 32611 0 0 0 0 1822 47 16 0 1 0 276371339 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31460/statm: 1339 237 195 169 0 50 0
[pid=31463] ppid=31460 vsize=45592 CPUtime=11.58
/proc/31463/stat : 31463 (rsat) R 31460 31460 31383 0 -1 4194304 11245 0 0 0 1150 8 0 0 25 0 1 0 276373210 46686208 11228 1992294400 134512640 135377749 4294956400 18446744073709551615 134530122 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31463/statm: 11398 11228 86 211 0 11184 0
Current children cumulated CPU time (s) 30.27
Current children cumulated vsize (KiB) 50948

[startup+31.9054 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 31463
/proc/meminfo: memFree=701544/2055920 swapFree=4181160/4192956
[pid=31460] ppid=31457 vsize=5356 CPUtime=18.69
/proc/31460/stat : 31460 (rsat.sh) S 31457 31460 31383 0 -1 4194304 310 32611 0 0 0 0 1822 47 16 0 1 0 276371339 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31460/statm: 1339 237 195 169 0 50 0
[pid=31463] ppid=31460 vsize=45984 CPUtime=13.18
/proc/31463/stat : 31463 (rsat) R 31460 31460 31383 0 -1 4194304 11302 0 0 0 1310 8 0 0 25 0 1 0 276373210 47087616 11285 1992294400 134512640 135377749 4294956400 18446744073709551615 134529233 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31463/statm: 11496 11285 86 211 0 11282 0
Current children cumulated CPU time (s) 31.87
Current children cumulated vsize (KiB) 51340

[startup+32.7015 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 31463
/proc/meminfo: memFree=701544/2055920 swapFree=4181160/4192956
[pid=31460] ppid=31457 vsize=5356 CPUtime=18.69
/proc/31460/stat : 31460 (rsat.sh) S 31457 31460 31383 0 -1 4194304 310 32611 0 0 0 0 1822 47 16 0 1 0 276371339 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31460/statm: 1339 237 195 169 0 50 0
[pid=31463] ppid=31460 vsize=45984 CPUtime=13.98
/proc/31463/stat : 31463 (rsat) R 31460 31460 31383 0 -1 4194304 11317 0 0 0 1390 8 0 0 25 0 1 0 276373210 47087616 11300 1992294400 134512640 135377749 4294956400 18446744073709551615 134983340 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31463/statm: 11496 11300 86 211 0 11282 0
Current children cumulated CPU time (s) 32.67
Current children cumulated vsize (KiB) 51340

[startup+32.9015 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 31463
/proc/meminfo: memFree=701480/2055920 swapFree=4181160/4192956
[pid=31460] ppid=31457 vsize=5356 CPUtime=18.69
/proc/31460/stat : 31460 (rsat.sh) S 31457 31460 31383 0 -1 4194304 310 32611 0 0 0 0 1822 47 16 0 1 0 276371339 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31460/statm: 1339 237 195 169 0 50 0
[pid=31463] ppid=31460 vsize=45984 CPUtime=14.18
/proc/31463/stat : 31463 (rsat) R 31460 31460 31383 0 -1 4194304 11317 0 0 0 1410 8 0 0 25 0 1 0 276373210 47087616 11300 1992294400 134512640 135377749 4294956400 18446744073709551615 134523286 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31463/statm: 11496 11300 86 211 0 11282 0
Current children cumulated CPU time (s) 32.87
Current children cumulated vsize (KiB) 51340

[startup+33.0055 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 31463
/proc/meminfo: memFree=701480/2055920 swapFree=4181160/4192956
[pid=31460] ppid=31457 vsize=5356 CPUtime=18.69
/proc/31460/stat : 31460 (rsat.sh) S 31457 31460 31383 0 -1 4194304 310 32611 0 0 0 0 1822 47 16 0 1 0 276371339 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31460/statm: 1339 237 195 169 0 50 0
[pid=31463] ppid=31460 vsize=43268 CPUtime=14.28
/proc/31463/stat : 31463 (rsat) R 31460 31460 31383 0 -1 4194304 11318 0 0 0 1420 8 0 0 25 0 1 0 276373210 44306432 10635 1992294400 134512640 135377749 4294956400 18446744073709551615 134979931 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31463/statm: 10817 10635 86 211 0 10603 0
Current children cumulated CPU time (s) 32.97
Current children cumulated vsize (KiB) 48624

Child status: 20
Real time (s): 33.048
CPU time (s): 33.034
CPU user time (s): 32.4381
CPU system time (s): 0.595909
CPU usage (%): 99.9576
Max. virtual memory (cumulated for all children) (KiB): 145580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.4381
system time used= 0.595909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44397
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= 10
involuntary context switches= 74

runsolver used 0.033994 second user time and 0.095985 second system time

The end

Launcher Data

Begin job on node34 at 2009-05-16 16:16:27
IDJOB=1824851
IDBENCH=20430
IDSOLVER=665
FILE ID=node34/1824851-1242483386
PBS_JOBID= 9306856
Free space on /tmp= 66256 MiB

SOLVER NAME= SAT07 reference solver: Rsat 2007-02-08
BENCH NAME= SAT07/industrial/palacios/medium/blocks-4-ipc5-h22-unknown.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1824851-1242483386/watcher-1824851-1242483386 -o /tmp/evaluation-result-1824851-1242483386/solver-1824851-1242483386 -C 10000 -W 12000 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1824851-1242483386.cnf            

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

MD5SUM BENCH= 8c6ad18be635cee0d986377c4d06ab11
RANDOM SEED=732064079

node34.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.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	: 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.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:        790040 kB
Buffers:         91052 kB
Cached:        1071488 kB
SwapCached:       5632 kB
Active:          35092 kB
Inactive:      1135392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        790040 kB
SwapTotal:     4192956 kB
SwapFree:      4181160 kB
Dirty:           18832 kB
Writeback:           0 kB
Mapped:          13624 kB
Slab:            81464 kB
Committed_AS:  1024628 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= 66256 MiB
End job on node34 at 2009-05-16 16:17:00