Trace number 1773089

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 24.6593 24.6683

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.8.unsat.cnf
MD5SUM35a8bbabf9cb954216ad71150cb47290
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.6769
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

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	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 ==============================================================================
0.00/0.01	c Rsat version 3.02
0.00/0.01	c Base unit clause learned: 0
24.57/24.66	c CNF stats: (464 vars, 1915 clauses)
24.57/24.66	c Decisions: 216360
24.57/24.66	c Conflicts: 181373
24.57/24.66	c Restarts: 1
24.57/24.66	c Avg lpc: 27.60
24.57/24.66	c Max decision level: 39
24.57/24.66	c KB reduction: 82 (160989 clauses removed)
24.57/24.66	c Final decision lit size:464 (100.00 %)
24.57/24.66	c Final stack/save sizes: 80(17.24 %)/320(68.97 %)
24.57/24.66	c Final cdc size: 200 (43.10 %)
24.57/24.66	c ***********************************************
24.57/24.66	c Conflicts with bac: 1366/181373 (0.75 %)
24.57/24.66	c Avg bac size: 8.43
24.57/24.66	c Avg bac bt depth: 4.72 vs 1.05 (normal)
24.57/24.66	c Running time: 24.62126 seconds
24.57/24.66	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-1773089-1241330524/watcher-1773089-1241330524 -o /tmp/evaluation-result-1773089-1241330524/solver-1773089-1241330524 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773089-1241330524.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: 0.85 0.97 0.99 3/64 25175
/proc/meminfo: memFree=1034304/2055920 swapFree=3998148/4192956
[pid=25175] ppid=25173 vsize=5356 CPUtime=0
/proc/25175/stat : 25175 (rsat.sh) S 25173 25175 25138 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161079923 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25175/statm: 1339 239 199 169 0 50 0
[pid=25176] ppid=25175 vsize=1256 CPUtime=0
/proc/25176/stat : 25176 (SatElite) R 25175 25175 25138 0 -1 4194304 171 0 0 0 0 0 0 0 20 0 1 0 161079924 1286144 154 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/25176/statm: 314 157 65 186 0 124 0

[startup+0.0650721 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25175
/proc/meminfo: memFree=1034304/2055920 swapFree=3998148/4192956
[pid=25175] ppid=25173 vsize=5356 CPUtime=0.01
/proc/25175/stat : 25175 (rsat.sh) S 25173 25175 25138 0 -1 4194304 312 299 0 0 0 0 1 0 18 0 1 0 161079923 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25175/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.102073 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25175
/proc/meminfo: memFree=1034304/2055920 swapFree=3998148/4192956
[pid=25175] ppid=25173 vsize=5356 CPUtime=0.01
/proc/25175/stat : 25175 (rsat.sh) S 25173 25175 25138 0 -1 4194304 312 299 0 0 0 0 1 0 18 0 1 0 161079923 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25175/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.3021 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25175
/proc/meminfo: memFree=1034304/2055920 swapFree=3998148/4192956
[pid=25175] ppid=25173 vsize=5356 CPUtime=0.01
/proc/25175/stat : 25175 (rsat.sh) S 25173 25175 25138 0 -1 4194304 312 299 0 0 0 0 1 0 18 0 1 0 161079923 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25175/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.701125 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25175
/proc/meminfo: memFree=1034304/2055920 swapFree=3998148/4192956
[pid=25175] ppid=25173 vsize=5356 CPUtime=0.01
/proc/25175/stat : 25175 (rsat.sh) S 25173 25175 25138 0 -1 4194304 312 299 0 0 0 0 1 0 18 0 1 0 161079923 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25175/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+1.5012 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 25178
/proc/meminfo: memFree=1033392/2055920 swapFree=3998148/4192956
[pid=25175] ppid=25173 vsize=5356 CPUtime=0.01
/proc/25175/stat : 25175 (rsat.sh) S 25173 25175 25138 0 -1 4194304 312 299 0 0 0 0 1 0 18 0 1 0 161079923 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25175/statm: 1339 241 199 169 0 50 0
[pid=25178] ppid=25175 vsize=3060 CPUtime=1.48
/proc/25178/stat : 25178 (rsat) R 25175 25175 25138 0 -1 4194304 324 0 0 0 148 0 0 0 25 0 1 0 161079925 3133440 305 1992294400 4194304 5460562 548682068800 18446744073709551615 4201419 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25178/statm: 765 305 118 309 0 452 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8416

[startup+3.10134 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 25178
/proc/meminfo: memFree=1033008/2055920 swapFree=3998148/4192956
[pid=25175] ppid=25173 vsize=5356 CPUtime=0.01
/proc/25175/stat : 25175 (rsat.sh) S 25173 25175 25138 0 -1 4194304 312 299 0 0 0 0 1 0 18 0 1 0 161079923 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25175/statm: 1339 241 199 169 0 50 0
[pid=25178] ppid=25175 vsize=3244 CPUtime=3.08
/proc/25178/stat : 25178 (rsat) R 25175 25175 25138 0 -1 4194304 379 0 0 0 308 0 0 0 25 0 1 0 161079925 3321856 359 1992294400 4194304 5460562 548682068800 18446744073709551615 4225725 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25178/statm: 811 359 118 309 0 498 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8600

[startup+6.30163 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 25178
/proc/meminfo: memFree=1032176/2055920 swapFree=3998148/4192956
[pid=25175] ppid=25173 vsize=5356 CPUtime=0.01
/proc/25175/stat : 25175 (rsat.sh) S 25173 25175 25138 0 -1 4194304 312 299 0 0 0 0 1 0 18 0 1 0 161079923 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25175/statm: 1339 241 199 169 0 50 0
[pid=25178] ppid=25175 vsize=3764 CPUtime=6.27
/proc/25178/stat : 25178 (rsat) R 25175 25175 25138 0 -1 4194304 838 0 0 0 627 0 0 0 25 0 1 0 161079925 3854336 489 1992294400 4194304 5460562 548682068800 18446744073709551615 4199970 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25178/statm: 941 489 118 309 0 628 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9120

[startup+12.7012 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 25178
/proc/meminfo: memFree=1031536/2055920 swapFree=3998148/4192956
[pid=25175] ppid=25173 vsize=5356 CPUtime=0.01
/proc/25175/stat : 25175 (rsat.sh) S 25173 25175 25138 0 -1 4194304 312 299 0 0 0 0 1 0 18 0 1 0 161079923 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25175/statm: 1339 241 199 169 0 50 0
[pid=25178] ppid=25175 vsize=4544 CPUtime=12.67
/proc/25178/stat : 25178 (rsat) R 25175 25175 25138 0 -1 4194304 1846 0 0 0 1266 1 0 0 25 0 1 0 161079925 4653056 658 1992294400 4194304 5460562 548682068800 18446744073709551615 4206460 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25178/statm: 1136 658 118 309 0 823 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9900

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

[startup+19.1018 s]
/proc/loadavg: 0.89 0.97 0.99 2/66 25178
/proc/meminfo: memFree=1031024/2055920 swapFree=3998148/4192956
[pid=25175] ppid=25173 vsize=5356 CPUtime=0.01
/proc/25175/stat : 25175 (rsat.sh) S 25173 25175 25138 0 -1 4194304 312 299 0 0 0 0 1 0 18 0 1 0 161079923 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25175/statm: 1339 241 199 169 0 50 0
[pid=25178] ppid=25175 vsize=5068 CPUtime=19.07
/proc/25178/stat : 25178 (rsat) R 25175 25175 25138 0 -1 4194304 2661 0 0 0 1906 1 0 0 25 0 1 0 161079925 5189632 801 1992294400 4194304 5460562 548682068800 18446744073709551615 4200114 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25178/statm: 1267 801 118 309 0 954 0
Current children cumulated CPU time (s) 19.08
Current children cumulated vsize (KiB) 10424

[startup+22.3011 s]
/proc/loadavg: 0.89 0.97 0.99 2/66 25178
/proc/meminfo: memFree=1030768/2055920 swapFree=3998148/4192956
[pid=25175] ppid=25173 vsize=5356 CPUtime=0.01
/proc/25175/stat : 25175 (rsat.sh) S 25173 25175 25138 0 -1 4194304 312 299 0 0 0 0 1 0 18 0 1 0 161079923 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25175/statm: 1339 241 199 169 0 50 0
[pid=25178] ppid=25175 vsize=5344 CPUtime=22.26
/proc/25178/stat : 25178 (rsat) R 25175 25175 25138 0 -1 4194304 2926 0 0 0 2225 1 0 0 25 0 1 0 161079925 5472256 874 1992294400 4194304 5460562 548682068800 18446744073709551615 4198198 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25178/statm: 1336 874 118 309 0 1023 0
Current children cumulated CPU time (s) 22.27
Current children cumulated vsize (KiB) 10700

[startup+23.9012 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 25178
/proc/meminfo: memFree=1030768/2055920 swapFree=3998148/4192956
[pid=25175] ppid=25173 vsize=5356 CPUtime=0.01
/proc/25175/stat : 25175 (rsat.sh) S 25173 25175 25138 0 -1 4194304 312 299 0 0 0 0 1 0 18 0 1 0 161079923 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25175/statm: 1339 241 199 169 0 50 0
[pid=25178] ppid=25175 vsize=5364 CPUtime=23.86
/proc/25178/stat : 25178 (rsat) R 25175 25175 25138 0 -1 4194304 3127 0 0 0 2385 1 0 0 25 0 1 0 161079925 5492736 883 1992294400 4194304 5460562 548682068800 18446744073709551615 4227743 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25178/statm: 1341 883 118 309 0 1028 0
Current children cumulated CPU time (s) 23.87
Current children cumulated vsize (KiB) 10720

[startup+24.3013 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 25178
/proc/meminfo: memFree=1030768/2055920 swapFree=3998148/4192956
[pid=25175] ppid=25173 vsize=5356 CPUtime=0.01
/proc/25175/stat : 25175 (rsat.sh) S 25173 25175 25138 0 -1 4194304 312 299 0 0 0 0 1 0 18 0 1 0 161079923 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25175/statm: 1339 241 199 169 0 50 0
[pid=25178] ppid=25175 vsize=5364 CPUtime=24.26
/proc/25178/stat : 25178 (rsat) R 25175 25175 25138 0 -1 4194304 3127 0 0 0 2425 1 0 0 25 0 1 0 161079925 5492736 883 1992294400 4194304 5460562 548682068800 18446744073709551615 4198217 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25178/statm: 1341 883 118 309 0 1028 0
Current children cumulated CPU time (s) 24.27
Current children cumulated vsize (KiB) 10720

[startup+24.5013 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 25178
/proc/meminfo: memFree=1030768/2055920 swapFree=3998148/4192956
[pid=25175] ppid=25173 vsize=5356 CPUtime=0.01
/proc/25175/stat : 25175 (rsat.sh) S 25173 25175 25138 0 -1 4194304 312 299 0 0 0 0 1 0 18 0 1 0 161079923 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25175/statm: 1339 241 199 169 0 50 0
[pid=25178] ppid=25175 vsize=5364 CPUtime=24.46
/proc/25178/stat : 25178 (rsat) R 25175 25175 25138 0 -1 4194304 3127 0 0 0 2445 1 0 0 25 0 1 0 161079925 5492736 883 1992294400 4194304 5460562 548682068800 18446744073709551615 4227762 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25178/statm: 1341 883 118 309 0 1028 0
Current children cumulated CPU time (s) 24.47
Current children cumulated vsize (KiB) 10720

[startup+24.6013 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 25178
/proc/meminfo: memFree=1030768/2055920 swapFree=3998148/4192956
[pid=25175] ppid=25173 vsize=5356 CPUtime=0.01
/proc/25175/stat : 25175 (rsat.sh) S 25173 25175 25138 0 -1 4194304 312 299 0 0 0 0 1 0 18 0 1 0 161079923 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25175/statm: 1339 241 199 169 0 50 0
[pid=25178] ppid=25175 vsize=5364 CPUtime=24.56
/proc/25178/stat : 25178 (rsat) R 25175 25175 25138 0 -1 4194304 3127 0 0 0 2455 1 0 0 25 0 1 0 161079925 5492736 883 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25178/statm: 1341 883 118 309 0 1028 0
Current children cumulated CPU time (s) 24.57
Current children cumulated vsize (KiB) 10720

Child status: 20
Real time (s): 24.6683
CPU time (s): 24.6593
CPU user time (s): 24.6343
CPU system time (s): 0.024996
CPU usage (%): 99.9633
Max. virtual memory (cumulated for all children) (KiB): 10732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.6343
system time used= 0.024996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3897
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= 12
involuntary context switches= 70

runsolver used 0.022996 second user time and 0.076988 second system time

The end

Launcher Data

Begin job on node51 at 2009-05-03 08:02:04
IDJOB=1773089
IDBENCH=20473
IDSOLVER=615
FILE ID=node51/1773089-1241330524
PBS_JOBID= 9225413
Free space on /tmp= 66524 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.8.unsat.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773089-1241330524/watcher-1773089-1241330524 -o /tmp/evaluation-result-1773089-1241330524/solver-1773089-1241330524 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1773089-1241330524.cnf HOME

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

MD5SUM BENCH= 35a8bbabf9cb954216ad71150cb47290
RANDOM SEED=580108576

node51.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:       1034848 kB
Buffers:         82460 kB
Cached:         655156 kB
SwapCached:     189496 kB
Active:         127156 kB
Inactive:       802356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1034848 kB
SwapTotal:     4192956 kB
SwapFree:      3998148 kB
Dirty:            5944 kB
Writeback:           0 kB
Mapped:          13596 kB
Slab:            77620 kB
Committed_AS:   550324 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= 66520 MiB
End job on node51 at 2009-05-03 08:02:29