Trace number 1773349

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 27.2529 27.2761

General information on the benchmark

Nameschup-l2s-abp4-1-k31.cnf
MD5SUM2ec4066bd8381455b1990aa40b382ff0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.4758
Satisfiable
(Un)Satisfiability was proved
Number of variables14809
Number of clauses48483
Sum of the clauses size123522
Maximum clause length33
Minimum clause length1
Number of clauses of size 136
Number of clauses of size 224983
Number of clauses of size 322191
Number of clauses of size 4589
Number of clauses of size 5403
Number of clauses of size over 5281

Solver Data

0.00/0.00	c Parsing...
0.01/0.04	c ==============================================================================
0.01/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.04	c ==============================================================================
0.01/0.04	c |         0 |   48182   122630 |   14454       0        0     nan |  0.000 % |
0.29/0.34	c |         0 |   22536    72394 |      --       0       --      -- |     --   | -25100/-48787
0.29/0.34	c ==============================================================================
0.29/0.34	c Result  :   #vars: 4673   #clauses: 22536   #literals: 72394
0.29/0.34	c CPU time:   0.319951 s
0.29/0.34	c ==============================================================================
0.29/0.37	c Rsat version 3.02
0.29/0.39	c Base unit clause learned: 0
27.15/27.26	c CNF stats: (4673 vars, 22536 clauses)
27.15/27.26	c Decisions: 240110
27.15/27.26	c Conflicts: 103906
27.15/27.26	c Restarts: 30
27.15/27.26	c Avg lpc: 32.14
27.15/27.26	c Max decision level: 513
27.15/27.26	c KB reduction: 27 (78330 clauses removed)
27.15/27.26	c Final decision lit size:4673 (100.00 %)
27.15/27.26	c Final stack/save sizes: 92(1.97 %)/736(15.75 %)
27.15/27.26	c Final cdc size: 400 (8.56 %)
27.15/27.26	c ***********************************************
27.15/27.26	c Conflicts with bac: 5942/103906 (5.72 %)
27.15/27.26	c Avg bac size: 12.18
27.15/27.26	c Avg bac bt depth: 9.85 vs 1.82 (normal)
27.15/27.27	c Running time: 26.83892 seconds
27.15/27.27	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-1773349-1241331644/watcher-1773349-1241331644 -o /tmp/evaluation-result-1773349-1241331644/solver-1773349-1241331644 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773349-1241331644.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.92 0.98 0.99 3/64 12264
/proc/meminfo: memFree=944016/2055920 swapFree=4191900/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0
/proc/12264/stat : 12264 (rsat.sh) R 12262 12264 12197 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161191670 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076080799 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/12264/statm: 1339 238 198 169 0 50 0
[pid=12265] ppid=12264 vsize=1384 CPUtime=0
/proc/12265/stat : 12265 (SatElite) R 12264 12264 12197 0 -1 4194304 216 0 0 0 0 0 0 0 18 0 1 0 161191670 1417216 199 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/12265/statm: 346 202 65 186 0 156 0

[startup+0.0278819 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12264
/proc/meminfo: memFree=944016/2055920 swapFree=4191900/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0
/proc/12264/stat : 12264 (rsat.sh) S 12262 12264 12197 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161191670 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12264/statm: 1339 239 199 169 0 50 0
[pid=12265] ppid=12264 vsize=7704 CPUtime=0.01
/proc/12265/stat : 12265 (SatElite) R 12264 12264 12197 0 -1 4194304 1585 0 0 0 1 0 0 0 19 0 1 0 161191670 7888896 1568 1992294400 4194304 4959918 548682068688 18446744073709551615 4414821 0 0 4096 3 0 0 0 17 0 0 0
/proc/12265/statm: 1926 1570 65 186 0 1736 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13060

[startup+0.102893 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12264
/proc/meminfo: memFree=944016/2055920 swapFree=4191900/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0
/proc/12264/stat : 12264 (rsat.sh) S 12262 12264 12197 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161191670 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12264/statm: 1339 239 199 169 0 50 0
[pid=12265] ppid=12264 vsize=12356 CPUtime=0.09
/proc/12265/stat : 12265 (SatElite) R 12264 12264 12197 0 -1 4194304 2958 0 0 0 8 1 0 0 19 0 1 0 161191670 12652544 2844 1992294400 4194304 4959918 548682068688 18446744073709551615 4414821 0 0 4096 3 0 0 0 17 0 0 0
/proc/12265/statm: 3089 2844 92 186 0 2899 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17712

[startup+0.302926 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12264
/proc/meminfo: memFree=944016/2055920 swapFree=4191900/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0
/proc/12264/stat : 12264 (rsat.sh) S 12262 12264 12197 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161191670 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12264/statm: 1339 239 199 169 0 50 0
[pid=12265] ppid=12264 vsize=13096 CPUtime=0.29
/proc/12265/stat : 12265 (SatElite) R 12264 12264 12197 0 -1 4194304 3224 0 0 0 27 2 0 0 21 0 1 0 161191670 13410304 3062 1992294400 4194304 4959918 548682068688 18446744073709551615 4284735 0 0 4096 3 0 0 0 17 0 0 0
/proc/12265/statm: 3274 3062 92 186 0 3084 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18452

[startup+0.703015 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12264
/proc/meminfo: memFree=944016/2055920 swapFree=4191900/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0.36
/proc/12264/stat : 12264 (rsat.sh) S 12262 12264 12197 0 -1 4194304 312 3367 0 0 0 0 34 2 16 0 1 0 161191670 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12264/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 5356

[startup+1.50113 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 12267
/proc/meminfo: memFree=939392/2055920 swapFree=4191900/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0.36
/proc/12264/stat : 12264 (rsat.sh) S 12262 12264 12197 0 -1 4194304 312 3367 0 0 0 0 34 2 16 0 1 0 161191670 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12264/statm: 1339 241 199 169 0 50 0
[pid=12267] ppid=12264 vsize=5672 CPUtime=1.11
/proc/12267/stat : 12267 (rsat) R 12264 12264 12197 0 -1 4194304 968 0 0 0 111 0 0 0 25 0 1 0 161191708 5808128 946 1992294400 4194304 5460562 548682068800 18446744073709551615 4225767 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12267/statm: 1418 946 118 309 0 1105 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11028

[startup+3.10139 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 12267
/proc/meminfo: memFree=938560/2055920 swapFree=4191900/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0.36
/proc/12264/stat : 12264 (rsat.sh) S 12262 12264 12197 0 -1 4194304 312 3367 0 0 0 0 34 2 16 0 1 0 161191670 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12264/statm: 1339 241 199 169 0 50 0
[pid=12267] ppid=12264 vsize=6240 CPUtime=2.71
/proc/12267/stat : 12267 (rsat) R 12264 12264 12197 0 -1 4194304 1327 0 0 0 271 0 0 0 25 0 1 0 161191708 6389760 1077 1992294400 4194304 5460562 548682068800 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12267/statm: 1560 1077 118 309 0 1247 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11596

[startup+6.30194 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 12267
/proc/meminfo: memFree=937864/2055920 swapFree=4191900/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0.36
/proc/12264/stat : 12264 (rsat.sh) S 12262 12264 12197 0 -1 4194304 312 3367 0 0 0 0 34 2 16 0 1 0 161191670 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12264/statm: 1339 241 199 169 0 50 0
[pid=12267] ppid=12264 vsize=6608 CPUtime=5.9
/proc/12267/stat : 12267 (rsat) R 12264 12264 12197 0 -1 4194304 2005 0 0 0 590 0 0 0 25 0 1 0 161191708 6766592 1179 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/12267/statm: 1652 1179 118 309 0 1339 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 11964

[startup+12.702 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 12267
/proc/meminfo: memFree=937112/2055920 swapFree=4191900/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0.36
/proc/12264/stat : 12264 (rsat.sh) S 12262 12264 12197 0 -1 4194304 312 3367 0 0 0 0 34 2 16 0 1 0 161191670 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12264/statm: 1339 241 199 169 0 50 0
[pid=12267] ppid=12264 vsize=7332 CPUtime=12.3
/proc/12267/stat : 12267 (rsat) R 12264 12264 12197 0 -1 4194304 2969 0 0 0 1229 1 0 0 25 0 1 0 161191708 7507968 1374 1992294400 4194304 5460562 548682068800 18446744073709551615 4227567 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12267/statm: 1833 1374 118 309 0 1520 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 12688

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 12267
/proc/meminfo: memFree=936088/2055920 swapFree=4191900/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0.36
/proc/12264/stat : 12264 (rsat.sh) S 12262 12264 12197 0 -1 4194304 312 3367 0 0 0 0 34 2 16 0 1 0 161191670 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12264/statm: 1339 241 199 169 0 50 0
[pid=12267] ppid=12264 vsize=8708 CPUtime=25.09
/proc/12267/stat : 12267 (rsat) R 12264 12264 12197 0 -1 4194304 5135 0 0 0 2506 3 0 0 25 0 1 0 161191708 8916992 1678 1992294400 4194304 5460562 548682068800 18446744073709551615 4210633 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12267/statm: 2177 1678 118 309 0 1864 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 14064

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

[startup+26.3013 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 12267
/proc/meminfo: memFree=936088/2055920 swapFree=4191900/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0.36
/proc/12264/stat : 12264 (rsat.sh) S 12262 12264 12197 0 -1 4194304 312 3367 0 0 0 0 34 2 16 0 1 0 161191670 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12264/statm: 1339 241 199 169 0 50 0
[pid=12267] ppid=12264 vsize=8708 CPUtime=25.9
/proc/12267/stat : 12267 (rsat) R 12264 12264 12197 0 -1 4194304 5139 0 0 0 2587 3 0 0 25 0 1 0 161191708 8916992 1682 1992294400 4194304 5460562 548682068800 18446744073709551615 4225752 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12267/statm: 2177 1682 118 309 0 1864 0
Current children cumulated CPU time (s) 26.26
Current children cumulated vsize (KiB) 14064

[startup+26.7013 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 12267
/proc/meminfo: memFree=936088/2055920 swapFree=4191900/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0.36
/proc/12264/stat : 12264 (rsat.sh) S 12262 12264 12197 0 -1 4194304 312 3367 0 0 0 0 34 2 16 0 1 0 161191670 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12264/statm: 1339 241 199 169 0 50 0
[pid=12267] ppid=12264 vsize=8708 CPUtime=26.29
/proc/12267/stat : 12267 (rsat) R 12264 12264 12197 0 -1 4194304 5139 0 0 0 2626 3 0 0 25 0 1 0 161191708 8916992 1682 1992294400 4194304 5460562 548682068800 18446744073709551615 4210625 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12267/statm: 2177 1682 118 309 0 1864 0
Current children cumulated CPU time (s) 26.65
Current children cumulated vsize (KiB) 14064

[startup+27.1014 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 12267
/proc/meminfo: memFree=936088/2055920 swapFree=4191900/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0.36
/proc/12264/stat : 12264 (rsat.sh) S 12262 12264 12197 0 -1 4194304 312 3367 0 0 0 0 34 2 16 0 1 0 161191670 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12264/statm: 1339 241 199 169 0 50 0
[pid=12267] ppid=12264 vsize=8708 CPUtime=26.69
/proc/12267/stat : 12267 (rsat) R 12264 12264 12197 0 -1 4194304 5139 0 0 0 2666 3 0 0 25 0 1 0 161191708 8916992 1682 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12267/statm: 2177 1682 118 309 0 1864 0
Current children cumulated CPU time (s) 27.05
Current children cumulated vsize (KiB) 14064

[startup+27.2014 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 12267
/proc/meminfo: memFree=936088/2055920 swapFree=4191900/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0.36
/proc/12264/stat : 12264 (rsat.sh) S 12262 12264 12197 0 -1 4194304 312 3367 0 0 0 0 34 2 16 0 1 0 161191670 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12264/statm: 1339 241 199 169 0 50 0
[pid=12267] ppid=12264 vsize=8708 CPUtime=26.79
/proc/12267/stat : 12267 (rsat) R 12264 12264 12197 0 -1 4194304 5139 0 0 0 2676 3 0 0 25 0 1 0 161191708 8916992 1682 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12267/statm: 2177 1682 118 309 0 1864 0
Current children cumulated CPU time (s) 27.15
Current children cumulated vsize (KiB) 14064

Child status: 20
Real time (s): 27.2761
CPU time (s): 27.2529
CPU user time (s): 27.1889
CPU system time (s): 0.06399
CPU usage (%): 99.9147
Max. virtual memory (cumulated for all children) (KiB): 18452

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

runsolver used 0.023996 second user time and 0.081987 second system time

The end

Launcher Data

Begin job on node57 at 2009-05-03 08:20:44
IDJOB=1773349
IDBENCH=69566
IDSOLVER=615
FILE ID=node57/1773349-1241331644
PBS_JOBID= 9225424
Free space on /tmp= 66396 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE08/cnf/schup-l2s-abp4-1-k31.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773349-1241331644/watcher-1773349-1241331644 -o /tmp/evaluation-result-1773349-1241331644/solver-1773349-1241331644 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1773349-1241331644.cnf HOME

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

MD5SUM BENCH= 2ec4066bd8381455b1990aa40b382ff0
RANDOM SEED=1538816877

node57.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.256
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.256
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:        944496 kB
Buffers:         73644 kB
Cached:         921560 kB
SwapCached:        384 kB
Active:         100700 kB
Inactive:       907796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        944496 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            6900 kB
Writeback:           0 kB
Mapped:          21684 kB
Slab:            89064 kB
Committed_AS:   584612 kB
PageTables:       1388 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= 66388 MiB
End job on node57 at 2009-05-03 08:21:11