Trace number 1717616

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
LySAT i/2009-03-20UNSAT 20.7128 20.7264

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h27-unknown.cnf
MD5SUM7634252332633927f116161c1beb6151
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark20.7128
Satisfiable
(Un)Satisfiability was proved
Number of variables93573
Number of clauses439508
Sum of the clauses size1132510
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2347239
Number of clauses of size 388215
Number of clauses of size 41000
Number of clauses of size 5107
Number of clauses of size over 52757

Solver Data

0.00/0.00	c Parsing...
0.38/0.41	c ==============================================================================
0.38/0.41	c |           |     ORIGINAL     |              LEARNT              |          |
0.38/0.41	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.38/0.41	c ==============================================================================
0.38/0.41	c |         0 |  439298  1132270 |  131789       0        0     nan |  0.000 % |
7.38/7.49	c |         0 |  267244  1574041 |      --       0       --      -- |     --   | -172054/441771
7.38/7.49	c ==============================================================================
7.38/7.49	c Result  :   #vars: 8357   #clauses: 267244   #literals: 1574041
7.38/7.49	c CPU time:   7.32189 s
7.38/7.49	c ==============================================================================
8.09/8.11	c lySAT 0.1
8.09/8.11	c minisat core +  additionnal features
8.09/8.11	c ============================[ Problem Statistics ]=============================
8.09/8.11	c |                                                                             |
8.09/8.11	c |  Number of variables:  8357                                                 |
8.09/8.11	c |  Number of clauses:    267244                                               |
8.10/8.33	c |  Parsing time:         0.20         s                                       |
20.68/20.70	c restarts              : 325
20.68/20.70	c conflicts             : 51420          (4099 /sec)
20.68/20.70	c decisions             : 143980         (11.74 % random) (11477 /sec)
20.68/20.70	c euip                  : 4576        
20.68/20.70	c propagations          : 20498995       (1634025 /sec)
20.68/20.70	c conflict literals     : 814369         (27.13 % deleted)
20.68/20.70	c Memory used           : 24.50 MB
20.68/20.70	c CPU time              : 12.5451 s
20.68/20.70	c 
20.68/20.70	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-1717616-1240629383/watcher-1717616-1240629383 -o /tmp/evaluation-result-1717616-1240629383/solver-1717616-1240629383 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1717616-1240629383.cnf i 

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: 1.00 1.03 1.15 3/64 16539
/proc/meminfo: memFree=1703016/2055920 swapFree=4192812/4192956
[pid=16539] ppid=16537 vsize=5356 CPUtime=0
/proc/16539/stat : 16539 (lysat.sh) S 16537 16539 15684 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90966399 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16539/statm: 1339 235 195 169 0 50 0
[pid=16540] ppid=16539 vsize=1172 CPUtime=0
/proc/16540/stat : 16540 (SatElite) R 16539 16539 15684 0 -1 4194304 194 0 0 0 0 0 0 0 18 0 1 0 90966400 1200128 178 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/16540/statm: 293 179 52 127 0 163 0

[startup+0.044049 s]
/proc/loadavg: 1.00 1.03 1.15 3/64 16539
/proc/meminfo: memFree=1703016/2055920 swapFree=4192812/4192956
[pid=16539] ppid=16537 vsize=5356 CPUtime=0
/proc/16539/stat : 16539 (lysat.sh) S 16537 16539 15684 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90966399 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16539/statm: 1339 235 195 169 0 50 0
[pid=16540] ppid=16539 vsize=5192 CPUtime=0.03
/proc/16540/stat : 16540 (SatElite) R 16539 16539 15684 0 -1 4194304 1090 0 0 0 3 0 0 0 18 0 1 0 90966400 5316608 1075 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/16540/statm: 1298 1076 52 127 0 1168 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10548

[startup+0.101053 s]
/proc/loadavg: 1.00 1.03 1.15 3/64 16539
/proc/meminfo: memFree=1703016/2055920 swapFree=4192812/4192956
[pid=16539] ppid=16537 vsize=5356 CPUtime=0
/proc/16539/stat : 16539 (lysat.sh) S 16537 16539 15684 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90966399 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16539/statm: 1339 235 195 169 0 50 0
[pid=16540] ppid=16539 vsize=10824 CPUtime=0.09
/proc/16540/stat : 16540 (SatElite) R 16539 16539 15684 0 -1 4194304 2378 0 0 0 8 1 0 0 18 0 1 0 90966400 11083776 2362 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/16540/statm: 2739 2362 52 127 0 2609 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16180

[startup+0.301072 s]
/proc/loadavg: 1.00 1.03 1.15 3/64 16539
/proc/meminfo: memFree=1703016/2055920 swapFree=4192812/4192956
[pid=16539] ppid=16537 vsize=5356 CPUtime=0
/proc/16539/stat : 16539 (lysat.sh) S 16537 16539 15684 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90966399 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16539/statm: 1339 235 195 169 0 50 0
[pid=16540] ppid=16539 vsize=37016 CPUtime=0.29
/proc/16540/stat : 16540 (SatElite) R 16539 16539 15684 0 -1 4194304 7813 0 0 0 25 4 0 0 19 0 1 0 90966400 37904384 7797 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/16540/statm: 9254 7798 52 127 0 9124 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42372

[startup+0.701106 s]
/proc/loadavg: 1.00 1.03 1.15 3/64 16539
/proc/meminfo: memFree=1703016/2055920 swapFree=4192812/4192956
[pid=16539] ppid=16537 vsize=5356 CPUtime=0
/proc/16539/stat : 16539 (lysat.sh) S 16537 16539 15684 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90966399 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16539/statm: 1339 235 195 169 0 50 0
[pid=16540] ppid=16539 vsize=54300 CPUtime=0.68
/proc/16540/stat : 16540 (SatElite) R 16539 16539 15684 0 -1 4194304 12388 0 0 0 62 6 0 0 23 0 1 0 90966400 55603200 12138 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/16540/statm: 13575 12138 68 127 0 13445 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 59656

[startup+1.50118 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 16541
/proc/meminfo: memFree=1650968/2055920 swapFree=4192812/4192956
[pid=16539] ppid=16537 vsize=5356 CPUtime=0
/proc/16539/stat : 16539 (lysat.sh) S 16537 16539 15684 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90966399 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16539/statm: 1339 235 195 169 0 50 0
[pid=16540] ppid=16539 vsize=56368 CPUtime=1.48
/proc/16540/stat : 16540 (SatElite) R 16539 16539 15684 0 -1 4194304 12903 0 0 0 141 7 0 0 25 0 1 0 90966400 57720832 12653 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/16540/statm: 14092 12653 68 127 0 13962 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 61724

[startup+3.10232 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 16541
/proc/meminfo: memFree=1644056/2055920 swapFree=4192812/4192956
[pid=16539] ppid=16537 vsize=5356 CPUtime=0
/proc/16539/stat : 16539 (lysat.sh) S 16537 16539 15684 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90966399 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16539/statm: 1339 235 195 169 0 50 0
[pid=16540] ppid=16539 vsize=60196 CPUtime=3.09
/proc/16540/stat : 16540 (SatElite) R 16539 16539 15684 0 -1 4194304 13831 0 0 0 298 11 0 0 25 0 1 0 90966400 61640704 13581 1992294400 134512640 135034092 4294956096 18446744073709551615 134566190 0 0 4096 3 0 0 0 17 1 0 0
/proc/16540/statm: 15049 13581 68 127 0 14919 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65552

[startup+6.30161 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 16541
/proc/meminfo: memFree=1624920/2055920 swapFree=4192812/4192956
[pid=16539] ppid=16537 vsize=5356 CPUtime=0
/proc/16539/stat : 16539 (lysat.sh) S 16537 16539 15684 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90966399 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16539/statm: 1339 235 195 169 0 50 0
[pid=16540] ppid=16539 vsize=70208 CPUtime=6.29
/proc/16540/stat : 16540 (SatElite) R 16539 16539 15684 0 -1 4194304 16282 0 0 0 613 16 0 0 25 0 1 0 90966400 71892992 15794 1992294400 134512640 135034092 4294956096 18446744073709551615 134569447 0 0 4096 3 0 0 0 17 1 0 0
/proc/16540/statm: 17552 15794 68 127 0 17422 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 75564

[startup+12.7022 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 16542
/proc/meminfo: memFree=1656344/2055920 swapFree=4192812/4192956
[pid=16539] ppid=16537 vsize=5356 CPUtime=8.1
/proc/16539/stat : 16539 (lysat.sh) S 16537 16539 15684 0 -1 4194304 310 17290 0 0 0 0 789 21 16 0 1 0 90966399 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16539/statm: 1339 237 195 169 0 50 0
[pid=16542] ppid=16539 vsize=23992 CPUtime=4.58
/proc/16542/stat : 16542 (LySATi) R 16539 16539 15684 0 -1 4194304 5830 0 0 0 454 4 0 0 25 0 1 0 90967210 24567808 5815 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/16542/statm: 5998 5815 81 174 0 5821 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 29348

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

[startup+15.9015 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 16542
/proc/meminfo: memFree=1655832/2055920 swapFree=4192812/4192956
[pid=16539] ppid=16537 vsize=5356 CPUtime=8.1
/proc/16539/stat : 16539 (lysat.sh) S 16537 16539 15684 0 -1 4194304 310 17290 0 0 0 0 789 21 16 0 1 0 90966399 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16539/statm: 1339 237 195 169 0 50 0
[pid=16542] ppid=16539 vsize=24384 CPUtime=7.78
/proc/16542/stat : 16542 (LySATi) R 16539 16539 15684 0 -1 4194304 5920 0 0 0 774 4 0 0 25 0 1 0 90967210 24969216 5905 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/16542/statm: 6096 5905 81 174 0 5919 0
Current children cumulated CPU time (s) 15.88
Current children cumulated vsize (KiB) 29740

[startup+19.1018 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 16542
/proc/meminfo: memFree=1655512/2055920 swapFree=4192812/4192956
[pid=16539] ppid=16537 vsize=5356 CPUtime=8.1
/proc/16539/stat : 16539 (lysat.sh) S 16537 16539 15684 0 -1 4194304 310 17290 0 0 0 0 789 21 16 0 1 0 90966399 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16539/statm: 1339 237 195 169 0 50 0
[pid=16542] ppid=16539 vsize=24816 CPUtime=10.98
/proc/16542/stat : 16542 (LySATi) R 16539 16539 15684 0 -1 4194304 6028 0 0 0 1094 4 0 0 25 0 1 0 90967210 25411584 6013 1992294400 134512640 135226915 4294956208 18446744073709551615 134536842 0 0 4096 3 0 0 0 17 1 0 0
/proc/16542/statm: 6204 6013 81 174 0 6027 0
Current children cumulated CPU time (s) 19.08
Current children cumulated vsize (KiB) 30172

[startup+19.9018 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 16542
/proc/meminfo: memFree=1655384/2055920 swapFree=4192812/4192956
[pid=16539] ppid=16537 vsize=5356 CPUtime=8.1
/proc/16539/stat : 16539 (lysat.sh) S 16537 16539 15684 0 -1 4194304 310 17290 0 0 0 0 789 21 16 0 1 0 90966399 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16539/statm: 1339 237 195 169 0 50 0
[pid=16542] ppid=16539 vsize=24956 CPUtime=11.78
/proc/16542/stat : 16542 (LySATi) R 16539 16539 15684 0 -1 4194304 6066 0 0 0 1174 4 0 0 25 0 1 0 90967210 25554944 6051 1992294400 134512640 135226915 4294956208 18446744073709551615 134749631 0 0 4096 3 0 0 0 17 1 0 0
/proc/16542/statm: 6239 6051 81 174 0 6062 0
Current children cumulated CPU time (s) 19.88
Current children cumulated vsize (KiB) 30312

[startup+20.3029 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 16542
/proc/meminfo: memFree=1655384/2055920 swapFree=4192812/4192956
[pid=16539] ppid=16537 vsize=5356 CPUtime=8.1
/proc/16539/stat : 16539 (lysat.sh) S 16537 16539 15684 0 -1 4194304 310 17290 0 0 0 0 789 21 16 0 1 0 90966399 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16539/statm: 1339 237 195 169 0 50 0
[pid=16542] ppid=16539 vsize=25088 CPUtime=12.18
/proc/16542/stat : 16542 (LySATi) R 16539 16539 15684 0 -1 4194304 6104 0 0 0 1214 4 0 0 25 0 1 0 90967210 25690112 6089 1992294400 134512640 135226915 4294956208 18446744073709551615 134526908 0 0 4096 3 0 0 0 17 1 0 0
/proc/16542/statm: 6272 6089 81 174 0 6095 0
Current children cumulated CPU time (s) 20.28
Current children cumulated vsize (KiB) 30444

[startup+20.7029 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 16542
/proc/meminfo: memFree=1655384/2055920 swapFree=4192812/4192956
[pid=16539] ppid=16537 vsize=5356 CPUtime=8.1
/proc/16539/stat : 16539 (lysat.sh) S 16537 16539 15684 0 -1 4194304 310 17290 0 0 0 0 789 21 16 0 1 0 90966399 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16539/statm: 1339 237 195 169 0 50 0
[pid=16542] ppid=16539 vsize=25088 CPUtime=12.58
/proc/16542/stat : 16542 (LySATi) R 16539 16539 15684 0 -1 4194304 6114 0 0 0 1254 4 0 0 25 0 1 0 90967210 25690112 6099 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/16542/statm: 6272 6099 81 174 0 6095 0
Current children cumulated CPU time (s) 20.68
Current children cumulated vsize (KiB) 30444

Child status: 20
Real time (s): 20.7264
CPU time (s): 20.7128
CPU user time (s): 20.4389
CPU system time (s): 0.273958
CPU usage (%): 99.9345
Max. virtual memory (cumulated for all children) (KiB): 76396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.4389
system time used= 0.273958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23876
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= 37
involuntary context switches= 67

runsolver used 0.027995 second user time and 0.057991 second system time

The end

Launcher Data

Begin job on node43 at 2009-04-25 05:16:24
IDJOB=1717616
IDBENCH=20420
IDSOLVER=511
FILE ID=node43/1717616-1240629383
PBS_JOBID= 9186351
Free space on /tmp= 66396 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/industrial/palacios/uts/uts-l05-ipc5-h27-unknown.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717616-1240629383/watcher-1717616-1240629383 -o /tmp/evaluation-result-1717616-1240629383/solver-1717616-1240629383 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1717616-1240629383.cnf i

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

MD5SUM BENCH= 7634252332633927f116161c1beb6151
RANDOM SEED=214032402

node43.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.237
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.237
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:       1703496 kB
Buffers:         34140 kB
Cached:         237308 kB
SwapCached:        144 kB
Active:          68432 kB
Inactive:       217100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1703496 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9804 kB
Writeback:           0 kB
Mapped:          23692 kB
Slab:            52908 kB
Committed_AS:   307860 kB
PageTables:       1444 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= 66396 MiB
End job on node43 at 2009-04-25 05:16:44