Trace number 3493929

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
Haifa-MUC-A 2011-04-07? 267.083 267.157

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-06.cnf
MD5SUM54bbde63bf0c9b14dd4e32426eab0a42
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables68953
Number of clauses224868
Sum of the clauses size582796
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291550
Number of clauses of size 3133189
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

267.02/267.15	c WARNING: for repeatability, setting FPU to use double precision
267.02/267.15	c iter 1 time 54.6767 not-muc 3612 unknown 221256 muc 0
267.02/267.15	c iter 2 time 82.6004 not-muc 3670 unknown 221198 muc 0
267.02/267.15	c iter 3 time 200.422 not-muc 3703 unknown 221165 muc 0
267.02/267.15	c ===============================================================================
267.02/267.15	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3493929-1307802619/watcher-3493929-1307802619 -o /tmp/evaluation-result-3493929-1307802619/solver-3493929-1307802619 -C 1800 -W 1850 -M 7680 HOME/hmuc-a HOME/instance-3493929-1307802619.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.82 1.97 1.99 4/189 4598
/proc/meminfo: memFree=31705224/32951124 swapFree=67088052/67111528
[pid=4598] ppid=4596 vsize=23292 CPUtime=0 cores=4,6
/proc/4598/stat : 4598 (hmuc-a) R 4596 4598 10609 0 -1 4202496 1223 0 0 0 0 0 0 0 22 0 1 0 872678062 23851008 1142 33554432000 4194304 4311632 140734587791328 18446744073709551615 4295345 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4598/statm: 5823 1147 216 29 0 2452 0

[startup+0.103911 s]
/proc/loadavg: 1.82 1.97 1.99 4/189 4598
/proc/meminfo: memFree=31705224/32951124 swapFree=67088052/67111528
[pid=4598] ppid=4596 vsize=65164 CPUtime=0.1 cores=4,6
/proc/4598/stat : 4598 (hmuc-a) R 4596 4598 10609 0 -1 4202496 10337 0 0 0 9 1 0 0 23 0 1 0 872678062 66727936 10025 33554432000 4194304 4311632 140734587791328 18446744073709551615 4221521 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/4598/statm: 16291 10025 218 29 0 12920 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 65164

[startup+0.200894 s]
/proc/loadavg: 1.82 1.97 1.99 4/189 4598
/proc/meminfo: memFree=31705224/32951124 swapFree=67088052/67111528
[pid=4598] ppid=4596 vsize=78444 CPUtime=0.19 cores=4,6
/proc/4598/stat : 4598 (hmuc-a) R 4596 4598 10609 0 -1 4202496 14113 0 0 0 18 1 0 0 23 0 1 0 872678062 80326656 13370 33554432000 4194304 4311632 140734587791328 18446744073709551615 4293769 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/4598/statm: 19611 13370 218 29 0 16240 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 78444

[startup+0.300877 s]
/proc/loadavg: 1.82 1.97 1.99 4/189 4598
/proc/meminfo: memFree=31705224/32951124 swapFree=67088052/67111528
[pid=4598] ppid=4596 vsize=81520 CPUtime=0.29 cores=4,6
/proc/4598/stat : 4598 (hmuc-a) R 4596 4598 10609 0 -1 4202496 15616 0 0 0 28 1 0 0 23 0 1 0 872678062 83476480 14549 33554432000 4194304 4311632 140734587791328 18446744073709551615 4208976 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/4598/statm: 20380 14549 225 29 0 17009 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81520

[startup+0.700807 s]
/proc/loadavg: 1.82 1.97 1.99 4/189 4598
/proc/meminfo: memFree=31705224/32951124 swapFree=67088052/67111528
[pid=4598] ppid=4596 vsize=88876 CPUtime=0.69 cores=4,6
/proc/4598/stat : 4598 (hmuc-a) R 4596 4598 10609 0 -1 4202496 20191 0 0 0 67 2 0 0 25 0 1 0 872678062 91009024 16385 33554432000 4194304 4311632 140734587791328 18446744073709551615 255106424161 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/4598/statm: 22219 16385 225 29 0 18848 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88876

[startup+1.50067 s]
/proc/loadavg: 1.82 1.97 1.99 5/190 4599
/proc/meminfo: memFree=31546024/32951124 swapFree=67088052/67111528
[pid=4598] ppid=4596 vsize=111032 CPUtime=1.48 cores=4,6
/proc/4598/stat : 4598 (hmuc-a) R 4596 4598 10609 0 -1 4202496 30265 0 0 0 145 3 0 0 25 0 1 0 872678062 113696768 22485 33554432000 4194304 4311632 140734587791328 18446744073709551615 4264235 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/4598/statm: 27758 22485 275 29 0 24387 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 111032

[startup+3.10038 s]
/proc/loadavg: 1.82 1.97 1.99 5/190 4599
/proc/meminfo: memFree=31440872/32951124 swapFree=67088052/67111528
[pid=4598] ppid=4596 vsize=141676 CPUtime=3.07 cores=4,6
/proc/4598/stat : 4598 (hmuc-a) R 4596 4598 10609 0 -1 4202496 38314 0 0 0 303 4 0 0 25 0 1 0 872678062 145076224 30534 33554432000 4194304 4311632 140734587791328 18446744073709551615 4264325 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/4598/statm: 35419 30534 275 29 0 32048 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 141676

[startup+6.30082 s]
/proc/loadavg: 1.99 2.01 2.00 5/190 4599
/proc/meminfo: memFree=31234400/32951124 swapFree=67088052/67111528
[pid=4598] ppid=4596 vsize=222584 CPUtime=6.26 cores=4,6
/proc/4598/stat : 4598 (hmuc-a) R 4596 4598 10609 0 -1 4202496 54830 0 0 0 620 6 0 0 25 0 1 0 872678062 227926016 47049 33554432000 4194304 4311632 140734587791328 18446744073709551615 4271243 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/4598/statm: 55646 47049 275 29 0 52275 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 222584

[startup+12.7007 s]
/proc/loadavg: 2.15 2.04 2.01 5/190 4600
/proc/meminfo: memFree=31125928/32951124 swapFree=67088052/67111528
[pid=4598] ppid=4596 vsize=436232 CPUtime=12.62 cores=4,6
/proc/4598/stat : 4598 (hmuc-a) R 4596 4598 10609 0 -1 4202496 92935 0 0 0 1253 9 0 0 25 0 1 0 872678062 446701568 85153 33554432000 4194304 4311632 140734587791328 18446744073709551615 4272336 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/4598/statm: 109058 85153 275 29 0 105687 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 436232

[startup+25.5005 s]
/proc/loadavg: 2.56 2.14 2.04 5/190 4600
/proc/meminfo: memFree=30362432/32951124 swapFree=67088052/67111528
[pid=4598] ppid=4596 vsize=1000404 CPUtime=25.42 cores=4,6
/proc/4598/stat : 4598 (hmuc-a) R 4596 4598 10609 0 -1 4202496 174317 0 0 0 2525 17 0 0 25 0 1 0 872678062 1024413696 166532 33554432000 4194304 4311632 140734587791328 18446744073709551615 4272534 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4598/statm: 250101 166532 275 29 0 246730 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 1000404

[startup+51.101 s]
/proc/loadavg: 3.05 2.29 2.09 5/190 4601
/proc/meminfo: memFree=29868720/32951124 swapFree=67088052/67111528
[pid=4598] ppid=4596 vsize=1567932 CPUtime=51.02 cores=4,6
/proc/4598/stat : 4598 (hmuc-a) R 4596 4598 10609 0 -1 4202496 345617 0 0 0 5068 34 0 0 25 0 1 0 872678062 1605562368 337830 33554432000 4194304 4311632 140734587791328 18446744073709551615 4264197 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4598/statm: 391983 337830 276 29 0 388612 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 1567932

[startup+102.301 s]
/proc/loadavg: 3.59 2.55 2.19 5/190 4602
/proc/meminfo: memFree=28484856/32951124 swapFree=67088052/67111528
[pid=4598] ppid=4596 vsize=3988800 CPUtime=102.22 cores=4,6
/proc/4598/stat : 4598 (hmuc-a) R 4596 4598 10609 0 -1 4202496 655667 0 0 0 10159 63 0 0 25 0 1 0 872678062 4084531200 647868 33554432000 4194304 4311632 140734587791328 18446744073709551615 4264231 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4598/statm: 997200 647868 294 29 0 993829 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 3988800

[startup+162.3 s]
/proc/loadavg: 3.89 2.82 2.31 5/190 4604
/proc/meminfo: memFree=27196204/32951124 swapFree=67088052/67111528
[pid=4598] ppid=4596 vsize=6424076 CPUtime=162.21 cores=4,6
/proc/4598/stat : 4598 (hmuc-a) R 4596 4598 10609 0 -1 4202496 1036293 0 0 0 16122 99 0 0 25 0 1 0 872678062 6578253824 1028492 33554432000 4194304 4311632 140734587791328 18446744073709551615 4264437 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4598/statm: 1606019 1028492 294 29 0 1602648 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 6424076

[startup+222.307 s]
/proc/loadavg: 3.96 3.04 2.41 5/190 4605
/proc/meminfo: memFree=26067020/32951124 swapFree=67088052/67111528
[pid=4598] ppid=4596 vsize=6424076 CPUtime=222.22 cores=4,6
/proc/4598/stat : 4598 (hmuc-a) R 4596 4598 10609 0 -1 4202496 1339640 0 0 0 22092 130 0 0 25 0 1 0 872678062 6578253824 1331834 33554432000 4194304 4311632 140734587791328 18446744073709551615 4264235 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4598/statm: 1606019 1331834 294 29 0 1602648 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 6424076

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

[startup+230.401 s]
/proc/loadavg: 3.96 3.07 2.43 5/190 4605
/proc/meminfo: memFree=25698352/32951124 swapFree=67088052/67111528
[pid=4598] ppid=4596 vsize=6424076 CPUtime=230.32 cores=4,6
/proc/4598/stat : 4598 (hmuc-a) R 4596 4598 10609 0 -1 4202496 1386070 0 0 0 22897 135 0 0 25 0 1 0 872678062 6578253824 1378264 33554432000 4194304 4311632 140734587791328 18446744073709551615 4271553 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4598/statm: 1606019 1378264 294 29 0 1602648 0
Current children cumulated CPU time (s) 230.32
Current children cumulated vsize (KiB) 6424076

[startup+243.206 s]
/proc/loadavg: 3.97 3.11 2.45 5/190 4606
/proc/meminfo: memFree=25280092/32951124 swapFree=67088052/67111528
[pid=4598] ppid=4596 vsize=6424076 CPUtime=243.12 cores=4,6
/proc/4598/stat : 4598 (hmuc-a) R 4596 4598 10609 0 -1 4202496 1469870 0 0 0 24168 144 0 0 25 0 1 0 872678062 6578253824 1462063 33554432000 4194304 4311632 140734587791328 18446744073709551615 4260450 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4598/statm: 1606019 1462063 294 29 0 1602648 0
Current children cumulated CPU time (s) 243.12
Current children cumulated vsize (KiB) 6424076

[startup+256.001 s]
/proc/loadavg: 3.97 3.14 2.47 5/190 4606
/proc/meminfo: memFree=25382140/32951124 swapFree=67088052/67111528
[pid=4598] ppid=4596 vsize=6424076 CPUtime=255.92 cores=4,6
/proc/4598/stat : 4598 (hmuc-a) R 4596 4598 10609 0 -1 4202496 1530759 0 0 0 25441 151 0 0 25 0 1 0 872678062 6578253824 1522950 33554432000 4194304 4311632 140734587791328 18446744073709551615 4272336 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4598/statm: 1606019 1522950 294 29 0 1602648 0
Current children cumulated CPU time (s) 255.92
Current children cumulated vsize (KiB) 6424076

[startup+262.401 s]
/proc/loadavg: 3.98 3.15 2.47 5/190 4606
/proc/meminfo: memFree=24719100/32951124 swapFree=67088052/67111528
[pid=4598] ppid=4596 vsize=6424076 CPUtime=262.32 cores=4,6
/proc/4598/stat : 4598 (hmuc-a) R 4596 4598 10609 0 -1 4202496 1581058 0 0 0 26077 155 0 0 25 0 1 0 872678062 6578253824 1573248 33554432000 4194304 4311632 140734587791328 18446744073709551615 4273025 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4598/statm: 1606019 1573248 294 29 0 1602648 0
Current children cumulated CPU time (s) 262.32
Current children cumulated vsize (KiB) 6424076

[startup+265.6 s]
/proc/loadavg: 3.98 3.17 2.48 5/190 4606
/proc/meminfo: memFree=24496636/32951124 swapFree=67088052/67111528
[pid=4598] ppid=4596 vsize=6424076 CPUtime=265.51 cores=4,6
/proc/4598/stat : 4598 (hmuc-a) R 4596 4598 10609 0 -1 4202496 1603048 0 0 0 26394 157 0 0 25 0 1 0 872678062 6578253824 1595238 33554432000 4194304 4311632 140734587791328 18446744073709551615 4264186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4598/statm: 1606019 1595238 294 29 0 1602648 0
Current children cumulated CPU time (s) 265.51
Current children cumulated vsize (KiB) 6424076

[startup+266.4 s]
/proc/loadavg: 3.98 3.17 2.48 5/190 4606
/proc/meminfo: memFree=24707560/32951124 swapFree=67088052/67111528
[pid=4598] ppid=4596 vsize=6424076 CPUtime=266.32 cores=4,6
/proc/4598/stat : 4598 (hmuc-a) R 4596 4598 10609 0 -1 4202496 1606998 0 0 0 26474 158 0 0 25 0 1 0 872678062 6578253824 1599188 33554432000 4194304 4311632 140734587791328 18446744073709551615 4264419 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4598/statm: 1606019 1599188 294 29 0 1602648 0
Current children cumulated CPU time (s) 266.32
Current children cumulated vsize (KiB) 6424076

[startup+266.801 s]
/proc/loadavg: 3.98 3.17 2.48 5/190 4606
/proc/meminfo: memFree=24707560/32951124 swapFree=67088052/67111528
[pid=4598] ppid=4596 vsize=6424076 CPUtime=266.72 cores=4,6
/proc/4598/stat : 4598 (hmuc-a) R 4596 4598 10609 0 -1 4202496 1609024 0 0 0 26514 158 0 0 25 0 1 0 872678062 6578253824 1601214 33554432000 4194304 4311632 140734587791328 18446744073709551615 4264437 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4598/statm: 1606019 1601214 294 29 0 1602648 0
Current children cumulated CPU time (s) 266.72
Current children cumulated vsize (KiB) 6424076

[startup+267.001 s]
/proc/loadavg: 3.98 3.17 2.48 5/190 4606
/proc/meminfo: memFree=24707560/32951124 swapFree=67088052/67111528
[pid=4598] ppid=4596 vsize=6487172 CPUtime=266.92 cores=4,6
/proc/4598/stat : 4598 (hmuc-a) R 4596 4598 10609 0 -1 4202496 1609161 0 0 0 26524 168 0 0 25 0 1 0 872678062 6642864128 945560 33554432000 4194304 4311632 140734587791328 18446744073709551615 255106812039 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4598/statm: 1621793 945113 309 29 0 1618422 0
Current children cumulated CPU time (s) 266.92
Current children cumulated vsize (KiB) 6487172

[startup+267.101 s]
/proc/loadavg: 3.98 3.17 2.48 5/190 4606
/proc/meminfo: memFree=24707560/32951124 swapFree=67088052/67111528
[pid=4598] ppid=4596 vsize=6487172 CPUtime=267.02 cores=4,6
/proc/4598/stat : 4598 (hmuc-a) R 4596 4598 10609 0 -1 4202496 1609161 0 0 0 26524 178 0 0 25 0 1 0 872678062 6642864128 235481 33554432000 4194304 4311632 140734587791328 18446744073709551615 255106812039 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4598/statm: 1621793 235481 309 29 0 1618422 0
Current children cumulated CPU time (s) 267.02
Current children cumulated vsize (KiB) 6487172

Child status: 0
Real time (s): 267.157
CPU time (s): 267.083
CPU user time (s): 265.267
CPU system time (s): 1.81672
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 6489612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 265.267
system time used= 1.81672
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1609162
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= 6
involuntary context switches= 371

runsolver used 0.477927 second user time and 0.98185 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-11 16:30:19
IDJOB=3493929
IDBENCH=70825
IDSOLVER=1983
FILE ID=node144/3493929-1307802619
RUNJOBID= node144-1307802619-4541
PBS_JOBID= 13551004
Free space on /tmp= 74024 MiB

SOLVER NAME= Haifa-MUC-A 2011-04-07
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-06.cnf
COMMAND LINE= HOME/hmuc-a BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493929-1307802619/watcher-3493929-1307802619 -o /tmp/evaluation-result-3493929-1307802619/solver-3493929-1307802619 -C 1800 -W 1850 -M 7680  HOME/hmuc-a HOME/instance-3493929-1307802619.cnf

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 54bbde63bf0c9b14dd4e32426eab0a42
RANDOM SEED=1841685258

node144.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31706140 kB
Buffers:        193832 kB
Cached:         793440 kB
SwapCached:       1652 kB
Active:         458908 kB
Inactive:       612356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31706140 kB
SwapTotal:    67111528 kB
SwapFree:     67088052 kB
Dirty:            8024 kB
Writeback:          60 kB
AnonPages:       82164 kB
Mapped:          14228 kB
Slab:           107956 kB
PageTables:       5348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   297256 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74020 MiB
End job on node144 at 2011-06-11 16:34:47