Trace number 1731596

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
kw 2009-03-20UNSAT 508.178 508.309

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest02-Mat26.sat05-457.reshuffled-07.cnf
MD5SUM3d4fadc8af17bc65dbe7fef013825ed5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark248.946
Satisfiable
(Un)Satisfiability was proved
Number of variables744
Number of clauses2464
Sum of the clauses size6432
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2960
Number of clauses of size 31504
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 kw (KillerWhale) version 0.6
0.00/0.00	c Copyright 2007-2009 Johan Alfredsson, Oepir
0.00/0.00	c johan@oepir.com
508.06/508.29	c 508.14 seconds
508.06/508.29	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-1731596-1240772346/watcher-1731596-1240772346 -o /tmp/evaluation-result-1731596-1240772346/solver-1731596-1240772346 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1731596-1240772346.cnf 

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.78 1.76 1.41 3/64 2116
/proc/meminfo: memFree=1709648/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=3008 CPUtime=0
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 0 386 0 0 0 0 0 0 0 18 0 1 0 105268648 3080192 370 1992294400 4194304 6412682 548682068832 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 752 371 219 541 0 202 0

[startup+0.023801 s]
/proc/loadavg: 1.78 1.76 1.41 3/64 2116
/proc/meminfo: memFree=1709648/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=3504 CPUtime=0.02
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 0 515 0 0 0 2 0 0 0 18 0 1 0 105268648 3588096 499 1992294400 4194304 6412682 548682068832 18446744073709551615 5554256 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 876 499 247 541 0 326 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3504

[startup+0.101809 s]
/proc/loadavg: 1.78 1.76 1.41 3/64 2116
/proc/meminfo: memFree=1709648/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=3636 CPUtime=0.09
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 0 568 0 0 0 9 0 0 0 18 0 1 0 105268648 3723264 552 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 909 552 254 541 0 359 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3636

[startup+0.301828 s]
/proc/loadavg: 1.78 1.76 1.41 3/64 2116
/proc/meminfo: memFree=1709648/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=4432 CPUtime=0.29
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 0 777 0 0 0 29 0 0 0 19 0 1 0 105268648 4538368 761 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 1108 761 254 541 0 558 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4432

[startup+0.701867 s]
/proc/loadavg: 1.78 1.76 1.41 3/64 2116
/proc/meminfo: memFree=1709648/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=6384 CPUtime=0.69
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 0 1222 0 0 0 69 0 0 0 22 0 1 0 105268648 6537216 1206 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 1596 1206 254 541 0 1046 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6384

[startup+1.50195 s]
/proc/loadavg: 1.78 1.76 1.41 2/65 2117
/proc/meminfo: memFree=1704456/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=8244 CPUtime=1.49
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 0 1664 0 0 0 148 1 0 0 25 0 1 0 105268648 8441856 1608 1992294400 4194304 6412682 548682068832 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 2061 1608 257 541 0 1511 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8244

[startup+3.10111 s]
/proc/loadavg: 1.78 1.76 1.41 2/65 2117
/proc/meminfo: memFree=1703432/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=10052 CPUtime=3.09
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 0 2182 0 0 0 307 2 0 0 25 0 1 0 105268648 10293248 2029 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 2513 2029 257 541 0 1963 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10052

[startup+6.30142 s]
/proc/loadavg: 1.71 1.74 1.41 2/65 2117
/proc/meminfo: memFree=1700104/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=13576 CPUtime=6.29
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 0 3096 0 0 0 624 5 0 0 25 0 1 0 105268648 13901824 2735 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 3394 2735 257 541 0 2844 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13576

[startup+12.7011 s]
/proc/loadavg: 1.66 1.73 1.41 2/65 2117
/proc/meminfo: memFree=1694408/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=19016 CPUtime=12.68
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 0 4660 0 0 0 1259 9 0 0 25 0 1 0 105268648 19472384 3984 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 4754 3984 257 541 0 4204 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 19016

[startup+25.5013 s]
/proc/loadavg: 1.51 1.69 1.40 2/65 2117
/proc/meminfo: memFree=1687944/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=27228 CPUtime=25.49
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 0 6776 0 0 0 2531 18 0 0 25 0 1 0 105268648 27881472 5803 1992294400 4194304 6412682 548682068832 18446744073709551615 4296571 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 6807 5803 257 541 0 6257 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27228

[startup+51.1029 s]
/proc/loadavg: 1.34 1.64 1.39 2/65 2117
/proc/meminfo: memFree=1678920/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=37684 CPUtime=51.08
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 0 9599 0 0 0 5078 30 0 0 25 0 1 0 105268648 38588416 7994 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 9421 7994 257 541 0 8871 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 37684

[startup+102.306 s]
/proc/loadavg: 1.14 1.54 1.36 2/65 2117
/proc/meminfo: memFree=1665864/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=51940 CPUtime=102.27
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 0 13639 0 0 0 10178 49 0 0 25 0 1 0 105268648 53186560 11073 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 12985 11073 257 541 0 12435 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 51940

[startup+162.303 s]
/proc/loadavg: 1.05 1.44 1.34 2/65 2123
/proc/meminfo: memFree=1653576/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=68440 CPUtime=162.25
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 0 17604 0 0 0 16160 65 0 0 25 0 1 0 105268648 70082560 14133 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 17110 14133 257 541 0 16560 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 68440

[startup+222.302 s]
/proc/loadavg: 1.02 1.35 1.31 2/65 2123
/proc/meminfo: memFree=1642760/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=79532 CPUtime=222.23
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 0 20852 0 0 0 22146 77 0 0 25 0 1 0 105268648 81440768 16825 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 19883 16825 257 541 0 19333 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 79532

[startup+282.302 s]
/proc/loadavg: 1.00 1.29 1.29 2/65 2123
/proc/meminfo: memFree=1635720/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=89004 CPUtime=282.22
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 0 23220 0 0 0 28134 88 0 0 25 0 1 0 105268648 91140096 18553 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 22251 18553 257 541 0 21701 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 89004

[startup+342.302 s]
/proc/loadavg: 1.00 1.23 1.27 2/65 2123
/proc/meminfo: memFree=1624072/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=103100 CPUtime=342.2
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 0 26146 0 0 0 34119 101 0 0 25 0 1 0 105268648 105574400 21479 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 25775 21479 257 541 0 25225 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 103100

[startup+402.302 s]
/proc/loadavg: 1.00 1.19 1.25 2/65 2123
/proc/meminfo: memFree=1619720/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=106852 CPUtime=402.19
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 0 27960 0 0 0 40108 111 0 0 25 0 1 0 105268648 109416448 22557 1992294400 4194304 6412682 548682068832 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 26713 22557 257 541 0 26163 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 106852

[startup+462.302 s]
/proc/loadavg: 1.00 1.15 1.23 2/65 2123
/proc/meminfo: memFree=1615432/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=112016 CPUtime=462.17
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 0 29037 0 0 0 46098 119 0 0 25 0 1 0 105268648 114704384 23634 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 28004 23634 257 541 0 27454 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 112016

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

[startup+486.301 s]
/proc/loadavg: 1.00 1.14 1.23 2/65 2123
/proc/meminfo: memFree=1613768/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=113296 CPUtime=486.17
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 0 29463 0 0 0 48495 122 0 0 25 0 1 0 105268648 116015104 24060 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 28324 24060 257 541 0 27774 0
Current children cumulated CPU time (s) 486.17
Current children cumulated vsize (KiB) 113296

[startup+499.101 s]
/proc/loadavg: 1.00 1.13 1.22 2/65 2123
/proc/meminfo: memFree=1612808/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=113560 CPUtime=498.96
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 0 29698 0 0 0 49774 122 0 0 25 0 1 0 105268648 116285440 24295 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 28390 24295 257 541 0 27840 0
Current children cumulated CPU time (s) 498.96
Current children cumulated vsize (KiB) 113560

[startup+502.302 s]
/proc/loadavg: 1.00 1.13 1.22 2/65 2123
/proc/meminfo: memFree=1612552/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=113824 CPUtime=502.16
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 0 29762 0 0 0 50093 123 0 0 25 0 1 0 105268648 116555776 24359 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 28456 24359 257 541 0 27906 0
Current children cumulated CPU time (s) 502.16
Current children cumulated vsize (KiB) 113824

[startup+505.501 s]
/proc/loadavg: 1.00 1.13 1.22 2/65 2123
/proc/meminfo: memFree=1612296/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=116556 CPUtime=505.36
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 0 30138 0 0 0 50413 123 0 0 25 0 1 0 105268648 119353344 24735 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 29139 24735 257 541 0 28589 0
Current children cumulated CPU time (s) 505.36
Current children cumulated vsize (KiB) 116556

[startup+507.105 s]
/proc/loadavg: 1.00 1.13 1.22 2/65 2123
/proc/meminfo: memFree=1610952/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=116556 CPUtime=506.96
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 0 30140 0 0 0 50573 123 0 0 25 0 1 0 105268648 119353344 24737 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 29139 24737 257 541 0 28589 0
Current children cumulated CPU time (s) 506.96
Current children cumulated vsize (KiB) 116556

[startup+507.901 s]
/proc/loadavg: 1.00 1.13 1.22 2/65 2123
/proc/meminfo: memFree=1610952/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=116556 CPUtime=507.76
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 0 30141 0 0 0 50653 123 0 0 25 0 1 0 105268648 119353344 24738 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 29139 24738 257 541 0 28589 0
Current children cumulated CPU time (s) 507.76
Current children cumulated vsize (KiB) 116556

[startup+508.301 s]
/proc/loadavg: 1.00 1.13 1.22 2/65 2123
/proc/meminfo: memFree=1610952/2055920 swapFree=4191900/4192956
[pid=2116] ppid=2113 vsize=0 CPUtime=508.16
/proc/2116/stat : 2116 (kw) R 2113 2116 1822 0 -1 4 30148 0 0 0 50692 124 0 0 25 0 1 0 105268648 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/2116/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 508.16
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 508.309
CPU time (s): 508.178
CPU user time (s): 506.925
CPU system time (s): 1.25281
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 116556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 506.925
system time used= 1.25281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30148
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= 2
involuntary context switches= 874

runsolver used 0.406938 second user time and 1.06384 second system time

The end

Launcher Data

Begin job on node12 at 2009-04-26 20:59:06
IDJOB=1731596
IDBENCH=24755
IDSOLVER=501
FILE ID=node12/1731596-1240772346
PBS_JOBID= 9187203
Free space on /tmp= 66348 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest02-Mat26.sat05-457.reshuffled-07.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731596-1240772346/watcher-1731596-1240772346 -o /tmp/evaluation-result-1731596-1240772346/solver-1731596-1240772346 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1731596-1240772346.cnf

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

MD5SUM BENCH= 3d4fadc8af17bc65dbe7fef013825ed5
RANDOM SEED=1813772643

node12.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.213
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.213
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:       1710064 kB
Buffers:         43776 kB
Cached:         229268 kB
SwapCached:        384 kB
Active:         100016 kB
Inactive:       186372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1710064 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2288 kB
Writeback:           0 kB
Mapped:          21776 kB
Slab:            45540 kB
Committed_AS:   511032 kB
PageTables:       1376 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= 66344 MiB
End job on node12 at 2009-04-26 21:07:35