Trace number 1720142

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 28.8956 28.9074

General information on the benchmark

Namevelev-engi-uns-1.0-4nd.cnf
MD5SUM700f8e86139a93fca212e22efa0f7d2b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.1565
Satisfiable
(Un)Satisfiability was proved
Number of variables7000
Number of clauses67586
Sum of the clauses size190944
Maximum clause length58
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 256649
Number of clauses of size 35901
Number of clauses of size 4437
Number of clauses of size 5591
Number of clauses of size over 54007

Solver Data

0.00/0.00	c Parsing...
0.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |   67585   190943 |   20275       0        0     nan |  0.000 % |
0.29/0.40	c |         0 |   63162   204333 |      --       0       --      -- |     --   | -3818/15568
0.29/0.40	c ==============================================================================
0.29/0.40	c Result  :   #vars: 5106   #clauses: 63162   #literals: 204333
0.29/0.40	c CPU time:   0.380942 s
0.29/0.40	c ==============================================================================
0.39/0.47	c Rsat version 3.02
0.46/0.51	c Base unit clause learned: 0
28.76/28.89	c CNF stats: (5106 vars, 63162 clauses)
28.76/28.89	c Decisions: 159964
28.76/28.89	c Conflicts: 94803
28.76/28.89	c Restarts: 14
28.76/28.89	c Avg lpc: 38.77
28.76/28.89	c Max decision level: 94
28.76/28.89	c KB reduction: 6 (68598 clauses removed)
28.76/28.89	c Final decision lit size:5106 (100.00 %)
28.76/28.89	c Final stack/save sizes: 204(4.00 %)/408(7.99 %)
28.76/28.89	c Final cdc size: 400 (7.83 %)
28.76/28.89	c ***********************************************
28.76/28.89	c Conflicts with bac: 2766/94803 (2.92 %)
28.76/28.89	c Avg bac size: 18.87
28.76/28.89	c Avg bac bt depth: 5.95 vs 1.52 (normal)
28.86/28.90	c Running time: 28.38568 seconds
28.86/28.90	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-1720142-1240652989/watcher-1720142-1240652989 -o /tmp/evaluation-result-1720142-1240652989/solver-1720142-1240652989 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1720142-1240652989.cnf HOME 

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): 1800 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.92 0.98 0.99 3/64 19734
/proc/meminfo: memFree=1797024/2055920 swapFree=4181092/4192956
[pid=19734] ppid=19732 vsize=5356 CPUtime=0
/proc/19734/stat : 19734 (rsat.sh) S 19732 19734 19568 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93332382 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19734/statm: 1339 240 199 169 0 50 0
[pid=19735] ppid=19734 vsize=1408 CPUtime=0
/proc/19735/stat : 19735 (SatElite) R 19734 19734 19568 0 -1 4194304 191 0 0 0 0 0 0 0 18 0 1 0 93332382 1441792 174 1992294400 4194304 4959918 548682068656 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/19735/statm: 352 174 65 186 0 162 0

[startup+0.066463 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19734
/proc/meminfo: memFree=1797024/2055920 swapFree=4181092/4192956
[pid=19734] ppid=19732 vsize=5356 CPUtime=0
/proc/19734/stat : 19734 (rsat.sh) S 19732 19734 19568 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93332382 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19734/statm: 1339 240 199 169 0 50 0
[pid=19735] ppid=19734 vsize=11212 CPUtime=0.06
/proc/19735/stat : 19735 (SatElite) R 19734 19734 19568 0 -1 4194304 2565 0 0 0 5 1 0 0 18 0 1 0 93332382 11481088 2416 1992294400 4194304 4959918 548682068656 18446744073709551615 4253604 0 0 4096 3 0 0 0 17 1 0 0
/proc/19735/statm: 2803 2422 92 186 0 2613 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16568

[startup+0.101468 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19734
/proc/meminfo: memFree=1797024/2055920 swapFree=4181092/4192956
[pid=19734] ppid=19732 vsize=5356 CPUtime=0
/proc/19734/stat : 19734 (rsat.sh) S 19732 19734 19568 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93332382 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19734/statm: 1339 240 199 169 0 50 0
[pid=19735] ppid=19734 vsize=12280 CPUtime=0.09
/proc/19735/stat : 19735 (SatElite) R 19734 19734 19568 0 -1 4194304 2894 0 0 0 8 1 0 0 18 0 1 0 93332382 12574720 2745 1992294400 4194304 4959918 548682068656 18446744073709551615 4241779 0 0 4096 3 0 0 0 17 1 0 0
/proc/19735/statm: 3070 2745 92 186 0 2880 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17636

[startup+0.301494 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19734
/proc/meminfo: memFree=1797024/2055920 swapFree=4181092/4192956
[pid=19734] ppid=19732 vsize=5356 CPUtime=0
/proc/19734/stat : 19734 (rsat.sh) S 19732 19734 19568 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93332382 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19734/statm: 1339 240 199 169 0 50 0
[pid=19735] ppid=19734 vsize=12776 CPUtime=0.29
/proc/19735/stat : 19735 (SatElite) R 19734 19734 19568 0 -1 4194304 2995 0 0 0 28 1 0 0 19 0 1 0 93332382 13082624 2846 1992294400 4194304 4959918 548682068656 18446744073709551615 4270230 0 0 4096 3 0 0 0 17 1 0 0
/proc/19735/statm: 3194 2846 92 186 0 3004 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18132

[startup+0.701559 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19734
/proc/meminfo: memFree=1797024/2055920 swapFree=4181092/4192956
[pid=19734] ppid=19732 vsize=5356 CPUtime=0.46
/proc/19734/stat : 19734 (rsat.sh) S 19732 19734 19568 0 -1 4194304 315 3181 0 0 0 0 44 2 16 0 1 0 93332382 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19734/statm: 1339 242 199 169 0 50 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 5356

[startup+1.50165 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 19737
/proc/meminfo: memFree=1789392/2055920 swapFree=4181092/4192956
[pid=19734] ppid=19732 vsize=5356 CPUtime=0.46
/proc/19734/stat : 19734 (rsat.sh) S 19732 19734 19568 0 -1 4194304 315 3181 0 0 0 0 44 2 16 0 1 0 93332382 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19734/statm: 1339 242 199 169 0 50 0
[pid=19737] ppid=19734 vsize=8680 CPUtime=1.01
/proc/19737/stat : 19737 (rsat) R 19734 19734 19568 0 -1 4194304 1727 0 0 0 101 0 0 0 25 0 1 0 93332429 8888320 1701 1992294400 4194304 5460562 548682068784 18446744073709551615 4225627 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19737/statm: 2170 1701 116 309 0 1857 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 14036

[startup+3.10186 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 19737
/proc/meminfo: memFree=1788176/2055920 swapFree=4181092/4192956
[pid=19734] ppid=19732 vsize=5356 CPUtime=0.46
/proc/19734/stat : 19734 (rsat.sh) S 19732 19734 19568 0 -1 4194304 315 3181 0 0 0 0 44 2 16 0 1 0 93332382 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19734/statm: 1339 242 199 169 0 50 0
[pid=19737] ppid=19734 vsize=10200 CPUtime=2.61
/proc/19737/stat : 19737 (rsat) R 19734 19734 19568 0 -1 4194304 2101 0 0 0 260 1 0 0 25 0 1 0 93332429 10444800 2075 1992294400 4194304 5460562 548682068784 18446744073709551615 4225828 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19737/statm: 2550 2075 116 309 0 2237 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 15556

[startup+6.30228 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 19737
/proc/meminfo: memFree=1785104/2055920 swapFree=4181092/4192956
[pid=19734] ppid=19732 vsize=5356 CPUtime=0.46
/proc/19734/stat : 19734 (rsat.sh) S 19732 19734 19568 0 -1 4194304 315 3181 0 0 0 0 44 2 16 0 1 0 93332382 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19734/statm: 1339 242 199 169 0 50 0
[pid=19737] ppid=19734 vsize=12836 CPUtime=5.81
/proc/19737/stat : 19737 (rsat) R 19734 19734 19568 0 -1 4194304 3047 0 0 0 580 1 0 0 25 0 1 0 93332429 13144064 2695 1992294400 4194304 5460562 548682068784 18446744073709551615 4201436 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19737/statm: 3209 2695 118 309 0 2896 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 18192

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 19737
/proc/meminfo: memFree=1783952/2055920 swapFree=4181092/4192956
[pid=19734] ppid=19732 vsize=5356 CPUtime=0.46
/proc/19734/stat : 19734 (rsat.sh) S 19732 19734 19568 0 -1 4194304 315 3181 0 0 0 0 44 2 16 0 1 0 93332382 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19734/statm: 1339 242 199 169 0 50 0
[pid=19737] ppid=19734 vsize=13272 CPUtime=12.21
/proc/19737/stat : 19737 (rsat) R 19734 19734 19568 0 -1 4194304 3395 0 0 0 1219 2 0 0 25 0 1 0 93332429 13590528 2819 1992294400 4194304 5460562 548682068784 18446744073709551615 4198087 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19737/statm: 3318 2819 118 309 0 3005 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 18628

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 19737
/proc/meminfo: memFree=1783120/2055920 swapFree=4181092/4192956
[pid=19734] ppid=19732 vsize=5356 CPUtime=0.46
/proc/19734/stat : 19734 (rsat.sh) S 19732 19734 19568 0 -1 4194304 315 3181 0 0 0 0 44 2 16 0 1 0 93332382 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19734/statm: 1339 242 199 169 0 50 0
[pid=19737] ppid=19734 vsize=14132 CPUtime=25
/proc/19737/stat : 19737 (rsat) R 19734 19734 19568 0 -1 4194304 4524 0 0 0 2498 2 0 0 25 0 1 0 93332429 14471168 3052 1992294400 4194304 5460562 548682068784 18446744073709551615 4198103 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19737/statm: 3533 3052 118 309 0 3220 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 19488

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

[startup+27.102 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 19737
/proc/meminfo: memFree=1783120/2055920 swapFree=4181092/4192956
[pid=19734] ppid=19732 vsize=5356 CPUtime=0.46
/proc/19734/stat : 19734 (rsat.sh) S 19732 19734 19568 0 -1 4194304 315 3181 0 0 0 0 44 2 16 0 1 0 93332382 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19734/statm: 1339 242 199 169 0 50 0
[pid=19737] ppid=19734 vsize=14132 CPUtime=26.6
/proc/19737/stat : 19737 (rsat) R 19734 19734 19568 0 -1 4194304 4524 0 0 0 2658 2 0 0 25 0 1 0 93332429 14471168 3052 1992294400 4194304 5460562 548682068784 18446744073709551615 4198053 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19737/statm: 3533 3052 118 309 0 3220 0
Current children cumulated CPU time (s) 27.06
Current children cumulated vsize (KiB) 19488

[startup+27.9011 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 19737
/proc/meminfo: memFree=1783120/2055920 swapFree=4181092/4192956
[pid=19734] ppid=19732 vsize=5356 CPUtime=0.46
/proc/19734/stat : 19734 (rsat.sh) S 19732 19734 19568 0 -1 4194304 315 3181 0 0 0 0 44 2 16 0 1 0 93332382 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19734/statm: 1339 242 199 169 0 50 0
[pid=19737] ppid=19734 vsize=14132 CPUtime=27.4
/proc/19737/stat : 19737 (rsat) R 19734 19734 19568 0 -1 4194304 4524 0 0 0 2738 2 0 0 25 0 1 0 93332429 14471168 3052 1992294400 4194304 5460562 548682068784 18446744073709551615 4198162 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19737/statm: 3533 3052 118 309 0 3220 0
Current children cumulated CPU time (s) 27.86
Current children cumulated vsize (KiB) 19488

[startup+28.7012 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 19737
/proc/meminfo: memFree=1783120/2055920 swapFree=4181092/4192956
[pid=19734] ppid=19732 vsize=5356 CPUtime=0.46
/proc/19734/stat : 19734 (rsat.sh) S 19732 19734 19568 0 -1 4194304 315 3181 0 0 0 0 44 2 16 0 1 0 93332382 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19734/statm: 1339 242 199 169 0 50 0
[pid=19737] ppid=19734 vsize=14132 CPUtime=28.2
/proc/19737/stat : 19737 (rsat) R 19734 19734 19568 0 -1 4194304 4524 0 0 0 2818 2 0 0 25 0 1 0 93332429 14471168 3052 1992294400 4194304 5460562 548682068784 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19737/statm: 3533 3052 118 309 0 3220 0
Current children cumulated CPU time (s) 28.66
Current children cumulated vsize (KiB) 19488

[startup+28.9013 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 19737
/proc/meminfo: memFree=1783120/2055920 swapFree=4181092/4192956
[pid=19734] ppid=19732 vsize=5356 CPUtime=0.46
/proc/19734/stat : 19734 (rsat.sh) S 19732 19734 19568 0 -1 4194304 315 3181 0 0 0 0 44 2 16 0 1 0 93332382 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19734/statm: 1339 242 199 169 0 50 0
[pid=19737] ppid=19734 vsize=13376 CPUtime=28.4
/proc/19737/stat : 19737 (rsat) R 19734 19734 19568 0 -1 4194304 4525 0 0 0 2838 2 0 0 25 0 1 0 93332429 13697024 2877 1992294400 4194304 5460562 548682068784 18446744073709551615 4791208 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19737/statm: 3344 2877 118 309 0 3031 0
Current children cumulated CPU time (s) 28.86
Current children cumulated vsize (KiB) 18732

Child status: 20
Real time (s): 28.9074
CPU time (s): 28.8956
CPU user time (s): 28.8366
CPU system time (s): 0.058991
CPU usage (%): 99.9593
Max. virtual memory (cumulated for all children) (KiB): 20512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.8366
system time used= 0.058991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8178
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= 11
involuntary context switches= 85

runsolver used 0.039993 second user time and 0.071989 second system time

The end

Launcher Data

Begin job on node13 at 2009-04-25 11:49:49
IDJOB=1720142
IDBENCH=69594
IDSOLVER=545
FILE ID=node13/1720142-1240652989
PBS_JOBID= 9186522
Free space on /tmp= 66220 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE08/cnf/velev-engi-uns-1.0-4nd.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720142-1240652989/watcher-1720142-1240652989 -o /tmp/evaluation-result-1720142-1240652989/solver-1720142-1240652989 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1720142-1240652989.cnf HOME

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

MD5SUM BENCH= 700f8e86139a93fca212e22efa0f7d2b
RANDOM SEED=1082946868

node13.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.227
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.227
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:       1797504 kB
Buffers:         15688 kB
Cached:         169540 kB
SwapCached:       5580 kB
Active:          50388 kB
Inactive:       142864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1797504 kB
SwapTotal:     4192956 kB
SwapFree:      4181092 kB
Dirty:            6856 kB
Writeback:           0 kB
Mapped:          13432 kB
Slab:            51072 kB
Committed_AS:   288436 kB
PageTables:       1460 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= 66212 MiB
End job on node13 at 2009-04-25 11:50:18