Trace number 3494158

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? 364.737 364.779

General information on the benchmark

Namemus/marques-silva/software-verification/
dspam_dump_vc950.cnf
MD5SUM18e7446c1b667e6f7cd7ef093bb94712
Bench CategoryMUS (MUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.9321
Satisfiable
(Un)Satisfiability was proved
Number of variables112784
Number of clauses360419
Sum of the clauses size955179
Maximum clause length3
Minimum clause length1
Number of clauses of size 13092
Number of clauses of size 2119894
Number of clauses of size 3237433
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

364.65/364.77	c WARNING: for repeatability, setting FPU to use double precision
364.65/364.77	c ===============================================================================
364.65/364.77	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-3494158-1307809076/watcher-3494158-1307809076 -o /tmp/evaluation-result-3494158-1307809076/solver-3494158-1307809076 -C 1800 -W 1850 -M 7680 HOME/hmuc-a HOME/instance-3494158-1307809076.cnf 

running on 2 cores: 5,7

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: 3.57 3.17 3.18 6/189 18128
/proc/meminfo: memFree=30711808/32951124 swapFree=67050780/67111528
[pid=18128] ppid=18126 vsize=22564 CPUtime=0 cores=5,7
/proc/18128/stat : 18128 (hmuc-a) R 18126 18128 16237 0 -1 4202496 1045 0 0 0 0 0 0 0 25 0 1 0 892510433 23105536 965 33554432000 4194304 4311632 140733909704208 18446744073709551615 218370653963 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18128/statm: 5641 976 216 29 0 2270 0

[startup+0.026074 s]
/proc/loadavg: 3.57 3.17 3.18 6/189 18128
/proc/meminfo: memFree=30711808/32951124 swapFree=67050780/67111528
[pid=18128] ppid=18126 vsize=40764 CPUtime=0.01 cores=5,7
/proc/18128/stat : 18128 (hmuc-a) R 18126 18128 16237 0 -1 4202496 4938 0 0 0 1 0 0 0 25 0 1 0 892510433 41742336 4857 33554432000 4194304 4311632 140733909704208 18446744073709551615 218371015082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18128/statm: 10529 4864 216 29 0 7158 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 40764

[startup+0.101058 s]
/proc/loadavg: 3.57 3.17 3.18 6/189 18128
/proc/meminfo: memFree=30711808/32951124 swapFree=67050780/67111528
[pid=18128] ppid=18126 vsize=89368 CPUtime=0.09 cores=5,7
/proc/18128/stat : 18128 (hmuc-a) R 18126 18128 16237 0 -1 4202496 13638 0 0 0 8 1 0 0 25 0 1 0 892510433 91512832 13148 33554432000 4194304 4311632 140733909704208 18446744073709551615 4296889 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18128/statm: 22342 13150 218 29 0 18971 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 89368

[startup+0.301026 s]
/proc/loadavg: 3.57 3.17 3.18 6/189 18128
/proc/meminfo: memFree=30711808/32951124 swapFree=67050780/67111528
[pid=18128] ppid=18126 vsize=122476 CPUtime=0.29 cores=5,7
/proc/18128/stat : 18128 (hmuc-a) R 18126 18128 16237 0 -1 4202496 22650 0 0 0 26 3 0 0 25 0 1 0 892510433 125415424 21103 33554432000 4194304 4311632 140733909704208 18446744073709551615 218370957056 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18128/statm: 30619 21106 218 29 0 27248 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 122476

[startup+0.700954 s]
/proc/loadavg: 3.57 3.17 3.18 6/189 18128
/proc/meminfo: memFree=30711808/32951124 swapFree=67050780/67111528
[pid=18128] ppid=18126 vsize=139920 CPUtime=0.69 cores=5,7
/proc/18128/stat : 18128 (hmuc-a) R 18126 18128 16237 0 -1 4202496 27309 0 0 0 65 4 0 0 25 0 1 0 892510433 143278080 25141 33554432000 4194304 4311632 140733909704208 18446744073709551615 4232310 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18128/statm: 34980 25141 225 29 0 31609 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 139920

[startup+1.50081 s]
/proc/loadavg: 3.57 3.17 3.18 5/190 18129
/proc/meminfo: memFree=30608036/32951124 swapFree=67050780/67111528
[pid=18128] ppid=18126 vsize=125280 CPUtime=1.49 cores=5,7
/proc/18128/stat : 18128 (hmuc-a) R 18126 18128 16237 0 -1 4202496 33331 0 0 0 145 4 0 0 25 0 1 0 892510433 128286720 23831 33554432000 4194304 4311632 140733909704208 18446744073709551615 4282542 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18128/statm: 31320 23831 250 29 0 27949 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 125280

[startup+3.10053 s]
/proc/loadavg: 3.57 3.17 3.18 5/190 18129
/proc/meminfo: memFree=30534256/32951124 swapFree=67050780/67111528
[pid=18128] ppid=18126 vsize=174308 CPUtime=3.09 cores=5,7
/proc/18128/stat : 18128 (hmuc-a) R 18126 18128 16237 0 -1 4202496 40585 0 0 0 304 5 0 0 25 0 1 0 892510433 178491392 31078 33554432000 4194304 4311632 140733909704208 18446744073709551615 218374417023 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18128/statm: 43577 31078 259 29 0 40206 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 174308

[startup+6.30097 s]
/proc/loadavg: 3.60 3.18 3.18 5/190 18205
/proc/meminfo: memFree=30556428/32951124 swapFree=67050780/67111528
[pid=18128] ppid=18126 vsize=193276 CPUtime=6.29 cores=5,7
/proc/18128/stat : 18128 (hmuc-a) R 18126 18128 16237 0 -1 4202496 46068 0 0 0 622 7 0 0 25 0 1 0 892510433 197914624 36549 33554432000 4194304 4311632 140733909704208 18446744073709551615 4282542 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18128/statm: 48319 36549 259 29 0 44948 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 193276

[startup+12.7008 s]
/proc/loadavg: 3.64 3.20 3.18 5/190 18205
/proc/meminfo: memFree=30331124/32951124 swapFree=67050780/67111528
[pid=18128] ppid=18126 vsize=355572 CPUtime=12.69 cores=5,7
/proc/18128/stat : 18128 (hmuc-a) R 18126 18128 16237 0 -1 4202496 71168 0 0 0 1259 10 0 0 25 0 1 0 892510433 364105728 61623 33554432000 4194304 4311632 140733909704208 18446744073709551615 4282542 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18128/statm: 88893 61623 259 29 0 85522 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 355572

[startup+25.5006 s]
/proc/loadavg: 3.72 3.23 3.20 5/190 18244
/proc/meminfo: memFree=29908768/32951124 swapFree=67050780/67111528
[pid=18128] ppid=18126 vsize=702756 CPUtime=25.49 cores=5,7
/proc/18128/stat : 18128 (hmuc-a) R 18126 18128 16237 0 -1 4202496 125916 0 0 0 2533 16 0 0 25 0 1 0 892510433 719622144 116338 33554432000 4194304 4311632 140733909704208 18446744073709551615 4271691 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18128/statm: 175689 116338 259 29 0 172318 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 702756

[startup+51.101 s]
/proc/loadavg: 3.81 3.29 3.22 5/190 18244
/proc/meminfo: memFree=29037316/32951124 swapFree=67050780/67111528
[pid=18128] ppid=18126 vsize=1052004 CPUtime=51.09 cores=5,7
/proc/18128/stat : 18128 (hmuc-a) R 18126 18128 16237 0 -1 4202496 227374 0 0 0 5079 30 0 0 25 0 1 0 892510433 1077252096 217738 33554432000 4194304 4311632 140733909704208 18446744073709551615 218374415693 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18128/statm: 263001 217738 259 29 0 259630 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1052004

[startup+102.307 s]
/proc/loadavg: 3.92 3.40 3.25 5/190 18246
/proc/meminfo: memFree=26904712/32951124 swapFree=67050780/67111528
[pid=18128] ppid=18126 vsize=2541768 CPUtime=102.29 cores=5,7
/proc/18128/stat : 18128 (hmuc-a) R 18126 18128 16237 0 -1 4202496 448105 0 0 0 10173 56 0 0 25 0 1 0 892510433 2602770432 438401 33554432000 4194304 4311632 140733909704208 18446744073709551615 4264427 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18128/statm: 635442 438401 259 29 0 632071 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 2541768

[startup+162.3 s]
/proc/loadavg: 3.97 3.51 3.30 5/185 18254
/proc/meminfo: memFree=25259780/32951124 swapFree=67050780/67111528
[pid=18128] ppid=18126 vsize=4040400 CPUtime=162.29 cores=5,7
/proc/18128/stat : 18128 (hmuc-a) R 18126 18128 16237 0 -1 4202496 698918 0 0 0 16145 84 0 0 25 0 1 0 892510433 4137369600 689138 33554432000 4194304 4311632 140733909704208 18446744073709551615 218374394699 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18128/statm: 1010100 689138 254 29 0 1006729 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 4040400

[startup+222.301 s]
/proc/loadavg: 3.99 3.59 3.34 5/190 18287
/proc/meminfo: memFree=23533848/32951124 swapFree=67050780/67111528
[pid=18128] ppid=18126 vsize=4040400 CPUtime=222.29 cores=5,7
/proc/18128/stat : 18128 (hmuc-a) R 18126 18128 16237 0 -1 4202496 905830 0 0 0 22122 107 0 0 25 0 1 0 892510433 4137369600 896011 33554432000 4194304 4311632 140733909704208 18446744073709551615 4264437 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18128/statm: 1010100 896011 254 29 0 1006729 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 4040400

[startup+282.301 s]
/proc/loadavg: 3.99 3.67 3.38 5/190 18288
/proc/meminfo: memFree=21537156/32951124 swapFree=67050780/67111528
[pid=18128] ppid=18126 vsize=6475676 CPUtime=282.3 cores=5,7
/proc/18128/stat : 18128 (hmuc-a) R 18126 18128 16237 0 -1 4202496 1173577 0 0 0 28093 137 0 0 25 0 1 0 892510433 6631092224 1163724 33554432000 4194304 4311632 140733909704208 18446744073709551615 4264437 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18128/statm: 1618919 1163724 254 29 0 1615548 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 6475676

[startup+342.3 s]
/proc/loadavg: 4.03 3.74 3.42 5/190 18290
/proc/meminfo: memFree=19339460/32951124 swapFree=67050780/67111528
[pid=18128] ppid=18126 vsize=6475676 CPUtime=342.3 cores=5,7
/proc/18128/stat : 18128 (hmuc-a) R 18126 18128 16237 0 -1 4202496 1536195 0 0 0 34053 177 0 0 25 0 1 0 892510433 6631092224 1526292 33554432000 4194304 4311632 140733909704208 18446744073709551615 4264419 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18128/statm: 1618919 1526292 254 29 0 1615548 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 6475676

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

[startup+345.501 s]
/proc/loadavg: 4.02 3.74 3.42 5/190 18290
/proc/meminfo: memFree=19249056/32951124 swapFree=67050780/67111528
[pid=18128] ppid=18126 vsize=6475676 CPUtime=345.5 cores=5,7
/proc/18128/stat : 18128 (hmuc-a) R 18126 18128 16237 0 -1 4202496 1548148 0 0 0 34372 178 0 0 25 0 1 0 892510433 6631092224 1538243 33554432000 4194304 4311632 140733909704208 18446744073709551615 4264307 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18128/statm: 1618919 1538243 254 29 0 1615548 0
Current children cumulated CPU time (s) 345.5
Current children cumulated vsize (KiB) 6475676

[startup+358.301 s]
/proc/loadavg: 4.02 3.75 3.43 5/190 18290
/proc/meminfo: memFree=18915240/32951124 swapFree=67050780/67111528
[pid=18128] ppid=18126 vsize=6475676 CPUtime=358.29 cores=5,7
/proc/18128/stat : 18128 (hmuc-a) R 18126 18128 16237 0 -1 4202496 1591915 0 0 0 35645 184 0 0 25 0 1 0 892510433 6631092224 1582003 33554432000 4194304 4311632 140733909704208 18446744073709551615 4264427 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18128/statm: 1618919 1582003 254 29 0 1615548 0
Current children cumulated CPU time (s) 358.29
Current children cumulated vsize (KiB) 6475676

[startup+361.501 s]
/proc/loadavg: 4.02 3.75 3.43 5/190 18291
/proc/meminfo: memFree=18823852/32951124 swapFree=67050780/67111528
[pid=18128] ppid=18126 vsize=6475676 CPUtime=361.5 cores=5,7
/proc/18128/stat : 18128 (hmuc-a) R 18126 18128 16237 0 -1 4202496 1603273 0 0 0 35964 186 0 0 25 0 1 0 892510433 6631092224 1593359 33554432000 4194304 4311632 140733909704208 18446744073709551615 4272991 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18128/statm: 1618919 1593359 254 29 0 1615548 0
Current children cumulated CPU time (s) 361.5
Current children cumulated vsize (KiB) 6475676

[startup+363.101 s]
/proc/loadavg: 4.02 3.75 3.43 5/190 18291
/proc/meminfo: memFree=18758628/32951124 swapFree=67050780/67111528
[pid=18128] ppid=18126 vsize=6475676 CPUtime=363.1 cores=5,7
/proc/18128/stat : 18128 (hmuc-a) R 18126 18128 16237 0 -1 4202496 1610687 0 0 0 36123 187 0 0 25 0 1 0 892510433 6631092224 1600773 33554432000 4194304 4311632 140733909704208 18446744073709551615 4264427 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18128/statm: 1618919 1600773 254 29 0 1615548 0
Current children cumulated CPU time (s) 363.1
Current children cumulated vsize (KiB) 6475676

[startup+363.901 s]
/proc/loadavg: 4.02 3.75 3.43 5/190 18291
/proc/meminfo: memFree=18758628/32951124 swapFree=67050780/67111528
[pid=18128] ppid=18126 vsize=6475676 CPUtime=363.89 cores=5,7
/proc/18128/stat : 18128 (hmuc-a) R 18126 18128 16237 0 -1 4202496 1616034 0 0 0 36202 187 0 0 25 0 1 0 892510433 6631092224 1606120 33554432000 4194304 4311632 140733909704208 18446744073709551615 4264437 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18128/statm: 1618919 1606120 254 29 0 1615548 0
Current children cumulated CPU time (s) 363.89
Current children cumulated vsize (KiB) 6475676

[startup+364.3 s]
/proc/loadavg: 4.02 3.76 3.43 5/190 18291
/proc/meminfo: memFree=18663396/32951124 swapFree=67050780/67111528
[pid=18128] ppid=18126 vsize=6475676 CPUtime=364.29 cores=5,7
/proc/18128/stat : 18128 (hmuc-a) R 18126 18128 16237 0 -1 4202496 1618727 0 0 0 36242 187 0 0 25 0 1 0 892510433 6631092224 1608813 33554432000 4194304 4311632 140733909704208 18446744073709551615 4264193 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18128/statm: 1618919 1608813 254 29 0 1615548 0
Current children cumulated CPU time (s) 364.29
Current children cumulated vsize (KiB) 6475676

[startup+364.7 s]
/proc/loadavg: 4.02 3.76 3.43 5/190 18291
/proc/meminfo: memFree=18663396/32951124 swapFree=67050780/67111528
[pid=18128] ppid=18126 vsize=6536956 CPUtime=364.65 cores=5,7
/proc/18128/stat : 18128 (hmuc-a) R 18126 18128 16237 0 -1 4202496 1619198 0 4 0 36260 205 0 0 25 0 1 0 892510433 6693842944 340205 33554432000 4194304 4311632 140733909704208 18446744073709551615 218371000455 0 0 4096 8388610 0 0 0 17 5 0 0 4
/proc/18128/statm: 1634239 339693 270 29 0 1630868 0
Current children cumulated CPU time (s) 364.65
Current children cumulated vsize (KiB) 6536956

Child status: 0
Real time (s): 364.779
CPU time (s): 364.737
CPU user time (s): 362.632
CPU system time (s): 2.10468
CPU usage (%): 99.9883
Max. virtual memory (cumulated for all children) (KiB): 6541212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 362.632
system time used= 2.10468
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1619199
page faults= 4
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= 368

runsolver used 0.630904 second user time and 1.36079 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-11 18:17:57
IDJOB=3494158
IDBENCH=89577
IDSOLVER=1983
FILE ID=node101/3494158-1307809076
RUNJOBID= node101-1307809029-17730
PBS_JOBID= 13551075
Free space on /tmp= 74088 MiB

SOLVER NAME= Haifa-MUC-A 2011-04-07
BENCH NAME= SAT11/mus/marques-silva/software-verification/dspam_dump_vc950.cnf
COMMAND LINE= HOME/hmuc-a BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3494158-1307809076/watcher-3494158-1307809076 -o /tmp/evaluation-result-3494158-1307809076/solver-3494158-1307809076 -C 1800 -W 1850 -M 7680  HOME/hmuc-a HOME/instance-3494158-1307809076.cnf

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

MD5SUM BENCH= 18e7446c1b667e6f7cd7ef093bb94712
RANDOM SEED=680343916

node101.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.841
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.68
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.841
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.07
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.841
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.77
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.841
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.841
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.74
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.841
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.83
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.841
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30712600 kB
Buffers:        233392 kB
Cached:         965232 kB
SwapCached:      27780 kB
Active:        1111760 kB
Inactive:       936196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30712600 kB
SwapTotal:    67111528 kB
SwapFree:     67050780 kB
Dirty:           17504 kB
Writeback:           0 kB
AnonPages:      843360 kB
Mapped:           9668 kB
Slab:           123704 kB
PageTables:       6776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1472152 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= 74092 MiB
End job on node101 at 2011-06-11 18:24:02