Trace number 347496

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
Barcelogic Fixed 2007-04-13UNSAT 35.4746 35.5076

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.8.unsat.cnf
MD5SUM35a8bbabf9cb954216ad71150cb47290
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.70828
Satisfiable
(Un)Satisfiability was proved
Number of variables684
Number of clauses2300
Sum of the clauses size5992
Maximum clause length15
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 2978
Number of clauses of size 31284
Number of clauses of size 416
Number of clauses of size 512
Number of clauses of size over 57

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    2297     5989 |     689       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    1915     5739 |      --       0       --      -- |     --   | -352/-187
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 464   #clauses: 1915   #literals: 5739
0.00/0.01	c CPU time:   0.008998 s
0.00/0.01	c ==============================================================================
35.35/35.50	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node30/watcher-347496-1176680975 -o ROOT/results/node30/solver-347496-1176680975 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/347496-1176680975/Barcelogic /tmp/evaluation/347496-1176680975/instance-347496-1176680975.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.03 1.00 1.00 3/77 25836
/proc/meminfo: memFree=1904968/2055920 swapFree=4169844/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0
/proc/25836/stat : 25836 (Barcelogic) R 25834 25836 25301 0 -1 4194304 265 0 0 0 0 0 0 0 19 0 1 0 116013214 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907582111 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/25836/statm: 1338 232 195 169 0 49 0
[pid=25837] ppid=25836 vsize=5352 CPUtime=0
/proc/25837/stat : 25837 (Barcelogic) S 25836 25836 25301 0 -1 4194368 53 0 0 0 0 0 0 0 19 0 1 0 116013215 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4096 65538 18446744071563356171 0 0 17 1 0 0
/proc/25837/statm: 1338 236 198 169 0 49 0
[pid=25838] ppid=25837 vsize=0 CPUtime=0
/proc/25838/stat : 25838 (Barcelogic) R 25837 25836 25301 0 -1 4194372 25 0 0 0 0 0 0 0 22 0 1 0 116013215 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 65538 0 0 0 17 1 0 0
/proc/25838/statm: 0 0 0 0 0 0 0
[pid=25839] ppid=25837 vsize=184 CPUtime=0
/proc/25839/stat : 25839 (sed) R 25837 25836 25301 0 -1 4194304 21 0 0 0 0 0 0 0 24 0 1 0 116013215 188416 4 18446744073709551615 0 0 548682070202 18446744073709551615 264907582759 0 0 4096 0 0 0 0 17 1 0 0
/proc/25839/statm: 46 13 8 11 0 9 0

[startup+0.019414 s]
/proc/loadavg: 1.03 1.00 1.00 3/77 25836
/proc/meminfo: memFree=1904968/2055920 swapFree=4169844/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0
/proc/25836/stat : 25836 (Barcelogic) S 25834 25836 25301 0 -1 4194304 308 252 0 0 0 0 0 0 20 0 1 0 116013214 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25836/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.10142 s]
/proc/loadavg: 1.03 1.00 1.00 3/77 25836
/proc/meminfo: memFree=1904968/2055920 swapFree=4169844/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0.01
/proc/25836/stat : 25836 (Barcelogic) S 25834 25836 25301 0 -1 4194304 334 449 0 0 0 0 1 0 17 0 1 0 116013214 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25836/statm: 1338 237 197 169 0 49 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5352

[startup+0.301432 s]
/proc/loadavg: 1.03 1.00 1.00 3/77 25836
/proc/meminfo: memFree=1904968/2055920 swapFree=4169844/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0.01
/proc/25836/stat : 25836 (Barcelogic) S 25834 25836 25301 0 -1 4194304 334 449 0 0 0 0 1 0 17 0 1 0 116013214 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25836/statm: 1338 237 197 169 0 49 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5352

[startup+0.701459 s]
/proc/loadavg: 1.03 1.00 1.00 3/77 25836
/proc/meminfo: memFree=1904968/2055920 swapFree=4169844/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0.01
/proc/25836/stat : 25836 (Barcelogic) S 25834 25836 25301 0 -1 4194304 334 449 0 0 0 0 1 0 17 0 1 0 116013214 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25836/statm: 1338 237 197 169 0 49 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5352

[startup+1.5015 s]
/proc/loadavg: 1.03 1.00 1.00 2/79 25842
/proc/meminfo: memFree=1901624/2055920 swapFree=4169844/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0.01
/proc/25836/stat : 25836 (Barcelogic) S 25834 25836 25301 0 -1 4194304 334 449 0 0 0 0 1 0 17 0 1 0 116013214 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25836/statm: 1338 237 197 169 0 49 0
[pid=25842] ppid=25836 vsize=1476396 CPUtime=1.46
/proc/25842/stat : 25842 (bsat) R 25836 25836 25301 0 -1 4194304 842 0 0 0 146 0 0 0 25 0 1 0 116013217 1511829504 814 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134519703 0 0 4096 0 0 0 0 17 0 0 0
/proc/25842/statm: 369099 814 94 232 0 368864 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 1481748

[startup+3.1026 s]
/proc/loadavg: 1.03 1.00 1.00 2/79 25842
/proc/meminfo: memFree=1900664/2055920 swapFree=4169844/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0.01
/proc/25836/stat : 25836 (Barcelogic) S 25834 25836 25301 0 -1 4194304 334 449 0 0 0 0 1 0 17 0 1 0 116013214 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25836/statm: 1338 237 197 169 0 49 0
[pid=25842] ppid=25836 vsize=1476396 CPUtime=3.06
/proc/25842/stat : 25842 (bsat) R 25836 25836 25301 0 -1 4194304 1551 0 0 0 306 0 0 0 25 0 1 0 116013217 1511829504 1523 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134536296 0 0 4096 0 0 0 0 17 0 0 0
/proc/25842/statm: 369099 1523 94 232 0 368864 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 1481748

[startup+6.3018 s]
/proc/loadavg: 1.02 1.00 1.00 2/79 25842
/proc/meminfo: memFree=1896632/2055920 swapFree=4169844/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0.01
/proc/25836/stat : 25836 (Barcelogic) S 25834 25836 25301 0 -1 4194304 334 449 0 0 0 0 1 0 17 0 1 0 116013214 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25836/statm: 1338 237 197 169 0 49 0
[pid=25842] ppid=25836 vsize=1476492 CPUtime=6.25
/proc/25842/stat : 25842 (bsat) R 25836 25836 25301 0 -1 4194304 2091 0 0 0 625 0 0 0 25 0 1 0 116013217 1511927808 2063 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134562054 0 0 4096 0 0 0 0 17 0 0 0
/proc/25842/statm: 369123 2063 94 232 0 368888 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 1481844

[startup+12.7012 s]
/proc/loadavg: 1.02 1.00 1.00 2/79 25842
/proc/meminfo: memFree=1891576/2055920 swapFree=4169844/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0.01
/proc/25836/stat : 25836 (Barcelogic) S 25834 25836 25301 0 -1 4194304 334 449 0 0 0 0 1 0 17 0 1 0 116013214 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25836/statm: 1338 237 197 169 0 49 0
[pid=25842] ppid=25836 vsize=1476492 CPUtime=12.65
/proc/25842/stat : 25842 (bsat) R 25836 25836 25301 0 -1 4194304 3549 0 0 0 1264 1 0 0 25 0 1 0 116013217 1511927808 3521 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517315 0 0 4096 0 0 0 0 17 0 0 0
/proc/25842/statm: 369123 3521 94 232 0 368888 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 1481844

[startup+25.502 s]
/proc/loadavg: 1.02 1.00 1.00 2/79 25842
/proc/meminfo: memFree=1882104/2055920 swapFree=4169844/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0.01
/proc/25836/stat : 25836 (Barcelogic) S 25834 25836 25301 0 -1 4194304 334 449 0 0 0 0 1 0 17 0 1 0 116013214 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25836/statm: 1338 237 197 169 0 49 0
[pid=25842] ppid=25836 vsize=1476492 CPUtime=25.45
/proc/25842/stat : 25842 (bsat) R 25836 25836 25301 0 -1 4194304 5772 0 0 0 2543 2 0 0 25 0 1 0 116013217 1511927808 5744 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518059 0 0 4096 0 0 0 0 17 0 0 0
/proc/25842/statm: 369123 5744 94 232 0 368888 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 1481844

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

[startup+31.9054 s]
/proc/loadavg: 1.02 1.00 1.00 2/79 25842
/proc/meminfo: memFree=1880056/2055920 swapFree=4169844/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0.01
/proc/25836/stat : 25836 (Barcelogic) S 25834 25836 25301 0 -1 4194304 334 449 0 0 0 0 1 0 17 0 1 0 116013214 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25836/statm: 1338 237 197 169 0 49 0
[pid=25842] ppid=25836 vsize=1476492 CPUtime=31.85
/proc/25842/stat : 25842 (bsat) R 25836 25836 25301 0 -1 4194304 6240 0 0 0 3182 3 0 0 25 0 1 0 116013217 1511927808 6212 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518059 0 0 4096 0 0 0 0 17 0 0 0
/proc/25842/statm: 369123 6212 94 232 0 368888 0
Current children cumulated CPU time (s) 31.86
Current children cumulated vsize (KiB) 1481844

[startup+33.5015 s]
/proc/loadavg: 1.02 1.00 1.00 2/79 25842
/proc/meminfo: memFree=1879800/2055920 swapFree=4169844/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0.01
/proc/25836/stat : 25836 (Barcelogic) S 25834 25836 25301 0 -1 4194304 334 449 0 0 0 0 1 0 17 0 1 0 116013214 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25836/statm: 1338 237 197 169 0 49 0
[pid=25842] ppid=25836 vsize=1476492 CPUtime=33.44
/proc/25842/stat : 25842 (bsat) R 25836 25836 25301 0 -1 4194304 6338 0 0 0 3341 3 0 0 25 0 1 0 116013217 1511927808 6310 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134539150 0 0 4096 0 0 0 0 17 0 0 0
/proc/25842/statm: 369123 6310 94 232 0 368888 0
Current children cumulated CPU time (s) 33.45
Current children cumulated vsize (KiB) 1481844

[startup+34.3016 s]
/proc/loadavg: 1.02 1.00 1.00 2/79 25842
/proc/meminfo: memFree=1879544/2055920 swapFree=4169844/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0.01
/proc/25836/stat : 25836 (Barcelogic) S 25834 25836 25301 0 -1 4194304 334 449 0 0 0 0 1 0 17 0 1 0 116013214 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25836/statm: 1338 237 197 169 0 49 0
[pid=25842] ppid=25836 vsize=1476492 CPUtime=34.24
/proc/25842/stat : 25842 (bsat) R 25836 25836 25301 0 -1 4194304 6384 0 0 0 3421 3 0 0 25 0 1 0 116013217 1511927808 6356 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518105 0 0 4096 0 0 0 0 17 0 0 0
/proc/25842/statm: 369123 6356 94 232 0 368888 0
Current children cumulated CPU time (s) 34.25
Current children cumulated vsize (KiB) 1481844

[startup+35.1016 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 25842
/proc/meminfo: memFree=1879352/2055920 swapFree=4169844/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0.01
/proc/25836/stat : 25836 (Barcelogic) S 25834 25836 25301 0 -1 4194304 334 449 0 0 0 0 1 0 17 0 1 0 116013214 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25836/statm: 1338 237 197 169 0 49 0
[pid=25842] ppid=25836 vsize=1476492 CPUtime=35.04
/proc/25842/stat : 25842 (bsat) R 25836 25836 25301 0 -1 4194304 6411 0 0 0 3501 3 0 0 25 0 1 0 116013217 1511927808 6383 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518099 0 0 4096 0 0 0 0 17 0 0 0
/proc/25842/statm: 369123 6383 94 232 0 368888 0
Current children cumulated CPU time (s) 35.05
Current children cumulated vsize (KiB) 1481844

[startup+35.5016 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 25842
/proc/meminfo: memFree=1879352/2055920 swapFree=4169844/4192956
[pid=25836] ppid=25834 vsize=5356 CPUtime=35.46
/proc/25836/stat : 25836 (Barcelogic) D 25834 25836 25301 0 -1 4194304 339 6883 0 0 0 0 3542 4 19 0 1 0 116013214 5484544 240 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907749989 0 2147483391 4100 65536 18446744072099781622 0 0 17 0 0 0
/proc/25836/statm: 1339 240 198 169 0 50 0
Current children cumulated CPU time (s) 35.46
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 35.5076
CPU time (s): 35.4746
CPU user time (s): 35.4226
CPU system time (s): 0.051992
CPU usage (%): 99.907
Max. virtual memory (cumulated for all children) (KiB): 1481844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.4226
system time used= 0.051992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7372
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= 68
involuntary context switches= 853

runsolver used 0.030995 second user time and 0.105983 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Sun Apr 15 23:49:35 UTC 2007

IDJOB= 347496
IDBENCH= 20473
IDSOLVER= 154
FILE ID= node30/347496-1176680975

PBS_JOBID= 4559973

Free space on /tmp= 66539 MiB

SOLVER NAME= Barcelogic Fixed 2007-04-13
BENCH NAME= HOME/pub/bench/SAT07/industrial/jarvisalo/eq.atree.braun.8.unsat.cnf
COMMAND LINE= /tmp/evaluation/347496-1176680975/Barcelogic /tmp/evaluation/347496-1176680975/instance-347496-1176680975.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-347496-1176680975 -o ROOT/results/node30/solver-347496-1176680975 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/347496-1176680975/Barcelogic /tmp/evaluation/347496-1176680975/instance-347496-1176680975.cnf            

META MD5SUM SOLVER= 79e0ce795fa2b766501147b4c62bcf0d
MD5SUM BENCH=  35a8bbabf9cb954216ad71150cb47290

RANDOM SEED= 735614606

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node30.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.218
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.218
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:       1905376 kB
Buffers:          6264 kB
Cached:          63284 kB
SwapCached:       2600 kB
Active:          55964 kB
Inactive:        36712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1905376 kB
SwapTotal:     4192956 kB
SwapFree:      4169844 kB
Dirty:            1996 kB
Writeback:           0 kB
Mapped:          30228 kB
Slab:            43424 kB
Committed_AS:  2012412 kB
PageTables:       1776 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= 66539 MiB

End job on node30 on Sun Apr 15 23:50:11 UTC 2007