Trace number 1775249

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
Rsat 2009-03-22UNSAT 23.3664 23.3805

General information on the benchmark

Namemanol-pipe-c10nidw_s.cnf
MD5SUM7989bb134c6f50cb418407e85e733980
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.3664
Satisfiable
(Un)Satisfiability was proved
Number of variables404382
Number of clauses1204273
Sum of the clauses size2809969
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2802848
Number of clauses of size 3401424
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 Parsing...
1.18/1.22	c ==============================================================================
1.18/1.22	c |           |     ORIGINAL     |              LEARNT              |          |
1.18/1.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.18/1.22	c ==============================================================================
1.18/1.22	c |         0 | 1204272  2809968 |  361281       0        0     nan |  0.000 % |
7.98/8.02	c |         0 |  512827  2023633 |      --       0       --      -- |     --   | -691443/-786330
7.98/8.03	c ==============================================================================
7.98/8.03	c Result  :   #vars: 64148   #clauses: 512827   #literals: 2023633
7.98/8.03	c CPU time:   7.49786 s
7.98/8.03	c ==============================================================================
8.79/8.87	c Rsat version 3.02
8.85/9.28	c Base unit clause learned: 0
23.16/23.22	c CNF stats: (64148 vars, 512827 clauses)
23.16/23.22	c Decisions: 362144
23.16/23.22	c Conflicts: 42604
23.16/23.22	c Restarts: 29
23.16/23.22	c Avg lpc: 15.66
23.16/23.22	c Max decision level: 1836
23.16/23.22	c KB reduction: 0 (0 clauses removed)
23.16/23.22	c Final decision lit size:64148 (100.00 %)
23.16/23.22	c Final stack/save sizes: 641(1.00 %)/641(1.00 %)
23.16/23.22	c Final cdc size: 641 (1.00 %)
23.16/23.22	c ***********************************************
23.16/23.22	c Conflicts with bac: 4085/42604 (9.59 %)
23.16/23.22	c Avg bac size: 9.96
23.16/23.22	c Avg bac bt depth: 24.68 vs 6.60 (normal)
23.26/23.34	c Running time: 14.38781 seconds
23.26/23.35	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-1775249-1241342552/watcher-1775249-1241342552 -o /tmp/evaluation-result-1775249-1241342552/solver-1775249-1241342552 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1775249-1241342552.cnf HOME 

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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.10 1.08 1.01 3/64 28199
/proc/meminfo: memFree=1078128/2055920 swapFree=4192812/4192956
[pid=28199] ppid=28197 vsize=5356 CPUtime=0
/proc/28199/stat : 28199 (rsat.sh) R 28197 28199 28132 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 162289123 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418989215 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/28199/statm: 1339 238 198 169 0 50 0
[pid=28200] ppid=28199 vsize=1516 CPUtime=0
/proc/28200/stat : 28200 (SatElite) R 28199 28199 28132 0 -1 4194304 230 0 0 0 0 0 0 0 18 0 1 0 162289123 1552384 213 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28200/statm: 379 219 64 186 0 189 0

[startup+0.0574399 s]
/proc/loadavg: 1.10 1.08 1.01 3/64 28199
/proc/meminfo: memFree=1078128/2055920 swapFree=4192812/4192956
[pid=28199] ppid=28197 vsize=5356 CPUtime=0
/proc/28199/stat : 28199 (rsat.sh) S 28197 28199 28132 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162289123 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28199/statm: 1339 239 199 169 0 50 0
[pid=28200] ppid=28199 vsize=16048 CPUtime=0.04
/proc/28200/stat : 28200 (SatElite) R 28199 28199 28132 0 -1 4194304 3567 0 0 0 3 1 0 0 19 0 1 0 162289123 16433152 3550 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28200/statm: 4012 3552 64 186 0 3822 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 21404

[startup+0.101442 s]
/proc/loadavg: 1.10 1.08 1.01 3/64 28199
/proc/meminfo: memFree=1078128/2055920 swapFree=4192812/4192956
[pid=28199] ppid=28197 vsize=5356 CPUtime=0
/proc/28199/stat : 28199 (rsat.sh) S 28197 28199 28132 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162289123 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28199/statm: 1339 239 199 169 0 50 0
[pid=28200] ppid=28199 vsize=28072 CPUtime=0.09
/proc/28200/stat : 28200 (SatElite) R 28199 28199 28132 0 -1 4194304 6307 0 0 0 7 2 0 0 19 0 1 0 162289123 28745728 6290 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/28200/statm: 7018 6292 64 186 0 6828 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33428

[startup+0.301464 s]
/proc/loadavg: 1.10 1.08 1.01 3/64 28199
/proc/meminfo: memFree=1078128/2055920 swapFree=4192812/4192956
[pid=28199] ppid=28197 vsize=5356 CPUtime=0
/proc/28199/stat : 28199 (rsat.sh) S 28197 28199 28132 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162289123 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28199/statm: 1339 239 199 169 0 50 0
[pid=28200] ppid=28199 vsize=75268 CPUtime=0.29
/proc/28200/stat : 28200 (SatElite) R 28199 28199 28132 0 -1 4194304 18307 0 0 0 21 8 0 0 21 0 1 0 162289123 77074432 18290 1992294400 4194304 4959918 548682068688 18446744073709551615 4437675 0 0 4096 3 0 0 0 17 0 0 0
/proc/28200/statm: 18817 18291 64 186 0 18627 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80624

[startup+0.701508 s]
/proc/loadavg: 1.10 1.08 1.01 3/64 28199
/proc/meminfo: memFree=1078128/2055920 swapFree=4192812/4192956
[pid=28199] ppid=28197 vsize=5356 CPUtime=0
/proc/28199/stat : 28199 (rsat.sh) S 28197 28199 28132 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162289123 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28199/statm: 1339 239 199 169 0 50 0
[pid=28200] ppid=28199 vsize=194420 CPUtime=0.68
/proc/28200/stat : 28200 (SatElite) R 28199 28199 28132 0 -1 4194304 41588 0 0 0 48 20 0 0 25 0 1 0 162289123 199086080 41571 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28200/statm: 48605 41573 64 186 0 48415 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 199776

[startup+1.5016 s]
/proc/loadavg: 1.10 1.08 1.01 2/66 28201
/proc/meminfo: memFree=838304/2055920 swapFree=4192812/4192956
[pid=28199] ppid=28197 vsize=5356 CPUtime=0
/proc/28199/stat : 28199 (rsat.sh) S 28197 28199 28132 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162289123 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28199/statm: 1339 239 199 169 0 50 0
[pid=28200] ppid=28199 vsize=309544 CPUtime=1.49
/proc/28200/stat : 28200 (SatElite) R 28199 28199 28132 0 -1 4194304 73211 0 0 0 115 34 0 0 25 0 1 0 162289123 316973056 70642 1992294400 4194304 4959918 548682068688 18446744073709551615 4421719 0 0 4096 3 0 0 0 17 0 0 0
/proc/28200/statm: 77386 70642 92 186 0 77196 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 314900

[startup+3.10177 s]
/proc/loadavg: 1.10 1.08 1.01 2/66 28201
/proc/meminfo: memFree=788320/2055920 swapFree=4192812/4192956
[pid=28199] ppid=28197 vsize=5356 CPUtime=0
/proc/28199/stat : 28199 (rsat.sh) S 28197 28199 28132 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162289123 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28199/statm: 1339 239 199 169 0 50 0
[pid=28200] ppid=28199 vsize=310700 CPUtime=3.09
/proc/28200/stat : 28200 (SatElite) R 28199 28199 28132 0 -1 4194304 73601 0 0 0 270 39 0 0 25 0 1 0 162289123 318156800 71032 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28200/statm: 77675 71032 92 186 0 77485 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 316056

[startup+6.30213 s]
/proc/loadavg: 1.09 1.08 1.01 2/66 28201
/proc/meminfo: memFree=755872/2055920 swapFree=4192812/4192956
[pid=28199] ppid=28197 vsize=5356 CPUtime=0
/proc/28199/stat : 28199 (rsat.sh) S 28197 28199 28132 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162289123 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28199/statm: 1339 239 199 169 0 50 0
[pid=28200] ppid=28199 vsize=321488 CPUtime=6.29
/proc/28200/stat : 28200 (SatElite) R 28199 28199 28132 0 -1 4194304 75982 0 0 0 578 51 0 0 25 0 1 0 162289123 329203712 73413 1992294400 4194304 4959918 548682068688 18446744073709551615 4270667 0 0 4096 3 0 0 0 17 0 0 0
/proc/28200/statm: 80372 73413 92 186 0 80182 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 326844

[startup+12.7018 s]
/proc/loadavg: 1.09 1.08 1.01 2/66 28202
/proc/meminfo: memFree=978656/2055920 swapFree=4192812/4192956
[pid=28199] ppid=28197 vsize=5356 CPUtime=8.85
/proc/28199/stat : 28199 (rsat.sh) S 28197 28199 28132 0 -1 4194304 312 79589 0 0 0 0 824 61 16 0 1 0 162289123 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28199/statm: 1339 241 199 169 0 50 0
[pid=28202] ppid=28199 vsize=55280 CPUtime=3.81
/proc/28202/stat : 28202 (rsat) R 28199 28199 28132 0 -1 4194304 13739 0 0 0 375 6 0 0 25 0 1 0 162290010 56606720 13035 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28202/statm: 13820 13035 118 309 0 13507 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 60636

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

[startup+19.1016 s]
/proc/loadavg: 1.08 1.07 1.01 2/66 28202
/proc/meminfo: memFree=975328/2055920 swapFree=4192812/4192956
[pid=28199] ppid=28197 vsize=5356 CPUtime=8.85
/proc/28199/stat : 28199 (rsat.sh) S 28197 28199 28132 0 -1 4194304 312 79589 0 0 0 0 824 61 16 0 1 0 162289123 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28199/statm: 1339 241 199 169 0 50 0
[pid=28202] ppid=28199 vsize=58620 CPUtime=10.21
/proc/28202/stat : 28202 (rsat) R 28199 28199 28132 0 -1 4194304 14603 0 0 0 1015 6 0 0 25 0 1 0 162290010 60026880 13845 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28202/statm: 14655 13845 118 309 0 14342 0
Current children cumulated CPU time (s) 19.06
Current children cumulated vsize (KiB) 63976

[startup+20.7017 s]
/proc/loadavg: 1.07 1.07 1.01 2/66 28202
/proc/meminfo: memFree=974944/2055920 swapFree=4192812/4192956
[pid=28199] ppid=28197 vsize=5356 CPUtime=8.85
/proc/28199/stat : 28199 (rsat.sh) S 28197 28199 28132 0 -1 4194304 312 79589 0 0 0 0 824 61 16 0 1 0 162289123 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28199/statm: 1339 241 199 169 0 50 0
[pid=28202] ppid=28199 vsize=59044 CPUtime=11.81
/proc/28202/stat : 28202 (rsat) R 28199 28199 28132 0 -1 4194304 14731 0 0 0 1174 7 0 0 25 0 1 0 162290010 60461056 13973 1992294400 4194304 5460562 548682068800 18446744073709551615 4226895 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28202/statm: 14761 13973 118 309 0 14448 0
Current children cumulated CPU time (s) 20.66
Current children cumulated vsize (KiB) 64400

[startup+22.3019 s]
/proc/loadavg: 1.07 1.07 1.01 2/66 28202
/proc/meminfo: memFree=974624/2055920 swapFree=4192812/4192956
[pid=28199] ppid=28197 vsize=5356 CPUtime=8.85
/proc/28199/stat : 28199 (rsat.sh) S 28197 28199 28132 0 -1 4194304 312 79589 0 0 0 0 824 61 16 0 1 0 162289123 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28199/statm: 1339 241 199 169 0 50 0
[pid=28202] ppid=28199 vsize=59724 CPUtime=13.41
/proc/28202/stat : 28202 (rsat) R 28199 28199 28132 0 -1 4194304 14896 0 0 0 1334 7 0 0 25 0 1 0 162290010 61157376 14008 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28202/statm: 14931 14008 118 309 0 14618 0
Current children cumulated CPU time (s) 22.26
Current children cumulated vsize (KiB) 65080

[startup+23.107 s]
/proc/loadavg: 1.07 1.07 1.01 2/66 28202
/proc/meminfo: memFree=974432/2055920 swapFree=4192812/4192956
[pid=28199] ppid=28197 vsize=5356 CPUtime=8.85
/proc/28199/stat : 28199 (rsat.sh) S 28197 28199 28132 0 -1 4194304 312 79589 0 0 0 0 824 61 16 0 1 0 162289123 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28199/statm: 1339 241 199 169 0 50 0
[pid=28202] ppid=28199 vsize=59880 CPUtime=14.22
/proc/28202/stat : 28202 (rsat) R 28199 28199 28132 0 -1 4194304 14954 0 0 0 1415 7 0 0 25 0 1 0 162290010 61317120 14066 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28202/statm: 14970 14066 118 309 0 14657 0
Current children cumulated CPU time (s) 23.07
Current children cumulated vsize (KiB) 65236

[startup+23.303 s]
/proc/loadavg: 1.07 1.07 1.01 2/66 28202
/proc/meminfo: memFree=974432/2055920 swapFree=4192812/4192956
[pid=28199] ppid=28197 vsize=5356 CPUtime=8.85
/proc/28199/stat : 28199 (rsat.sh) S 28197 28199 28132 0 -1 4194304 312 79589 0 0 0 0 824 61 16 0 1 0 162289123 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28199/statm: 1339 241 199 169 0 50 0
[pid=28202] ppid=28199 vsize=55356 CPUtime=14.41
/proc/28202/stat : 28202 (rsat) R 28199 28199 28132 0 -1 4194304 14955 0 0 0 1434 7 0 0 25 0 1 0 162290010 56684544 12988 1992294400 4194304 5460562 548682068800 18446744073709551615 4786313 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28202/statm: 13839 12988 118 309 0 13526 0
Current children cumulated CPU time (s) 23.26
Current children cumulated vsize (KiB) 60712

Child status: 20
Real time (s): 23.3805
CPU time (s): 23.3664
CPU user time (s): 22.6356
CPU system time (s): 0.730888
CPU usage (%): 99.9399
Max. virtual memory (cumulated for all children) (KiB): 340488

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

runsolver used 0.024996 second user time and 0.068989 second system time

The end

Launcher Data

Begin job on node9 at 2009-05-03 11:22:34
IDJOB=1775249
IDBENCH=71688
IDSOLVER=615
FILE ID=node9/1775249-1241342552
PBS_JOBID= 9225499
Free space on /tmp= 66536 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE06/manol-pipe-c10nidw_s.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775249-1241342552/watcher-1775249-1241342552 -o /tmp/evaluation-result-1775249-1241342552/solver-1775249-1241342552 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1775249-1241342552.cnf HOME

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

MD5SUM BENCH= 7989bb134c6f50cb418407e85e733980
RANDOM SEED=897087273

node9.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.240
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.240
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:       1078544 kB
Buffers:         91208 kB
Cached:         767088 kB
SwapCached:          0 kB
Active:         237656 kB
Inactive:       634620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1078544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           27864 kB
Writeback:           0 kB
Mapped:          23716 kB
Slab:            91116 kB
Committed_AS:   672756 kB
PageTables:       1396 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= 66532 MiB
End job on node9 at 2009-05-03 11:22:57