Trace number 3494991

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
OptimuS a100_sourceUNSAT 211.132 211.142

General information on the benchmark

Namemus/marques-silva/design-debugging/
fpu2-problem.dimacs_16.filtered.cnf
MD5SUM5e3965d70e0627011f0e942d856c9cf5
Bench CategoryMUS (MUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.410937
Satisfiable
(Un)Satisfiability was proved
Number of variables160145
Number of clauses548699
Sum of the clauses size1416997
Maximum clause length4
Minimum clause length1
Number of clauses of size 11129
Number of clauses of size 2234602
Number of clauses of size 3305208
Number of clauses of size 47760
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

211.09/211.13	c - Reading the instance.. OK! Totally clauses:   548699; Vars:   160145; Time: 0.49
211.09/211.13	c - Unit propagation..     OK! Removed clauses:        0;                 Time: 0.01
211.09/211.13	c - Delete by resolution.. OK! Removed clauses:   186958;                 Time: 13.27
211.09/211.13	c   - Solving the original instance..
211.09/211.13	c     - OK - UNSAT! Continue to clause elimination..
211.09/211.13	c   - round:    1;   Skips in previous round:    0
211.09/211.13	c     - clauses done:  1%; among them skipped: 0.00%;
211.09/211.13	c     - clauses done: 10%; among them skipped: 0.00%;
211.09/211.13	c     - clauses done: 20%; among them skipped: 0.00%;
211.09/211.13	c     - clauses done: 30%; among them skipped: 0.00%;
211.09/211.13	c     - clauses done: 40%; among them skipped: 0.00%;
211.09/211.13	c     - clauses done: 50%; among them skipped: 0.00%;
211.09/211.13	c     - clauses done: 60%; among them skipped: 0.00%;
211.09/211.13	c     - clauses done: 70%; among them skipped: 0.00%;
211.09/211.13	c     - clauses done: 80%; among them skipped: 0.00%;
211.09/211.13	c     - clauses done: 90%; among them skipped: 0.00%;
211.09/211.13	c     - clauses done: 99%; among them skipped: 0.00%;
211.09/211.13	c - Finish! Unsat core size: 8 / 548699; Time: 210.85 s
211.09/211.13	c - ---------------------------------------------------------------------------
211.09/211.13	c - Statistics: |    unit   |    BCE    | sat-saved | sat-check | unsat-check |
211.09/211.13	c -             |       0   |  478171   |       0   |       8   |    3030     |
211.09/211.13	c - ---------------------------------------------------------------------------
211.09/211.13	s UNSATISFIABLE
211.09/211.13	v 7373 8801 346785 346786 353779 354014 354017 354020 0

Verifier Data

OK	8

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-3494991-1307808755/watcher-3494991-1307808755 -o /tmp/evaluation-result-3494991-1307808755/solver-3494991-1307808755 -C 1800 -W 1850 -M 7680 OptimuS_release HOME/instance-3494991-1307808755.cnf 

running on 2 cores: 0,2

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.21 2.11 2.83 3/176 25067
/proc/meminfo: memFree=31007092/32950928 swapFree=67054696/67111528
[pid=25067] ppid=25065 vsize=23072 CPUtime=0 cores=0,2
/proc/25067/stat : 25067 (OptimuS_release) R 25065 25067 23146 0 -1 4202496 1423 0 0 0 0 0 0 0 22 0 1 0 348484930 23625728 1339 33554432000 4194304 4279335 140736132333616 18446744073709551615 4265425 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25067/statm: 5768 1343 223 21 0 2405 0

[startup+0.0385921 s]
/proc/loadavg: 1.21 2.11 2.83 3/176 25067
/proc/meminfo: memFree=31007092/32950928 swapFree=67054696/67111528
[pid=25067] ppid=25065 vsize=40680 CPUtime=0.02 cores=0,2
/proc/25067/stat : 25067 (OptimuS_release) R 25065 25067 23146 0 -1 4202496 5049 0 0 0 2 0 0 0 22 0 1 0 348484930 41656320 4898 33554432000 4194304 4279335 140736132333616 18446744073709551615 4265425 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25067/statm: 10170 4904 224 21 0 6807 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 40680

[startup+0.100585 s]
/proc/loadavg: 1.21 2.11 2.83 3/176 25067
/proc/meminfo: memFree=31007092/32950928 swapFree=67054696/67111528
[pid=25067] ppid=25065 vsize=55440 CPUtime=0.09 cores=0,2
/proc/25067/stat : 25067 (OptimuS_release) R 25065 25067 23146 0 -1 4202496 9698 0 0 0 8 1 0 0 22 0 1 0 348484930 56770560 9390 33554432000 4194304 4279335 140736132333616 18446744073709551615 218880225989 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25067/statm: 13860 9393 224 21 0 10497 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55440

[startup+0.300497 s]
/proc/loadavg: 1.21 2.11 2.83 3/176 25067
/proc/meminfo: memFree=31007092/32950928 swapFree=67054696/67111528
[pid=25067] ppid=25065 vsize=135800 CPUtime=0.28 cores=0,2
/proc/25067/stat : 25067 (OptimuS_release) R 25065 25067 23146 0 -1 4202496 25105 0 0 0 24 4 0 0 23 0 1 0 348484930 139059200 24481 33554432000 4194304 4279335 140736132333616 18446744073709551615 4223460 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25067/statm: 33950 24482 239 21 0 30587 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 135800

[startup+0.700475 s]
/proc/loadavg: 1.21 2.11 2.83 3/176 25067
/proc/meminfo: memFree=31007092/32950928 swapFree=67054696/67111528
[pid=25067] ppid=25065 vsize=204952 CPUtime=0.69 cores=0,2
/proc/25067/stat : 25067 (OptimuS_release) R 25065 25067 23146 0 -1 4202496 41194 0 0 0 63 6 0 0 25 0 1 0 348484930 209870848 40570 33554432000 4194304 4279335 140736132333616 18446744073709551615 218880225989 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25067/statm: 51238 40573 239 21 0 47875 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 204952

[startup+1.50033 s]
/proc/loadavg: 1.21 2.11 2.83 5/187 25092
/proc/meminfo: memFree=30386120/32950928 swapFree=67054696/67111528
[pid=25067] ppid=25065 vsize=210340 CPUtime=1.48 cores=0,2
/proc/25067/stat : 25067 (OptimuS_release) R 25065 25067 23146 0 -1 4202496 43081 0 0 0 142 6 0 0 25 0 1 0 348484930 215388160 42435 33554432000 4194304 4279335 140736132333616 18446744073709551615 4210310 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25067/statm: 52585 42435 250 21 0 49222 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 210340

[startup+3.10106 s]
/proc/loadavg: 1.21 2.11 2.83 5/187 25092
/proc/meminfo: memFree=30296056/32950928 swapFree=67054696/67111528
[pid=25067] ppid=25065 vsize=210500 CPUtime=3.09 cores=0,2
/proc/25067/stat : 25067 (OptimuS_release) R 25065 25067 23146 0 -1 4202496 43112 0 0 0 303 6 0 0 25 0 1 0 348484930 215552000 42466 33554432000 4194304 4279335 140736132333616 18446744073709551615 4208301 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25067/statm: 52625 42466 250 21 0 49262 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 210500

[startup+6.30049 s]
/proc/loadavg: 1.43 2.15 2.84 5/190 25102
/proc/meminfo: memFree=29551036/32950928 swapFree=67054696/67111528
[pid=25067] ppid=25065 vsize=210740 CPUtime=6.29 cores=0,2
/proc/25067/stat : 25067 (OptimuS_release) R 25065 25067 23146 0 -1 4202496 43159 0 0 0 623 6 0 0 25 0 1 0 348484930 215797760 42513 33554432000 4194304 4279335 140736132333616 18446744073709551615 4208928 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25067/statm: 52685 42513 250 21 0 49322 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 210740

[startup+12.7004 s]
/proc/loadavg: 1.64 2.18 2.85 5/190 25104
/proc/meminfo: memFree=29368968/32950928 swapFree=67054696/67111528
[pid=25067] ppid=25065 vsize=211100 CPUtime=12.69 cores=0,2
/proc/25067/stat : 25067 (OptimuS_release) R 25065 25067 23146 0 -1 4202496 43200 0 0 0 1262 7 0 0 25 0 1 0 348484930 216166400 42554 33554432000 4194304 4279335 140736132333616 18446744073709551615 4209577 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25067/statm: 52775 42554 250 21 0 49412 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 211100

[startup+25.5011 s]
/proc/loadavg: 2.30 2.30 2.87 5/190 25143
/proc/meminfo: memFree=28290824/32950928 swapFree=67054696/67111528
[pid=25067] ppid=25065 vsize=222400 CPUtime=25.5 cores=0,2
/proc/25067/stat : 25067 (OptimuS_release) R 25065 25067 23146 0 -1 4202496 46643 0 0 0 2542 8 0 0 25 0 1 0 348484930 227737600 45293 33554432000 4194304 4279335 140736132333616 18446744073709551615 4208901 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25067/statm: 55600 45293 259 21 0 52237 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 222400

[startup+51.1006 s]
/proc/loadavg: 2.88 2.43 2.90 6/190 25258
/proc/meminfo: memFree=29175804/32950928 swapFree=67054696/67111528
[pid=25067] ppid=25065 vsize=222400 CPUtime=51.09 cores=0,2
/proc/25067/stat : 25067 (OptimuS_release) R 25065 25067 23146 0 -1 4202496 46643 0 0 0 5101 8 0 0 25 0 1 0 348484930 227737600 45293 33554432000 4194304 4279335 140736132333616 18446744073709551615 4208881 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25067/statm: 55600 45293 259 21 0 52237 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 222400

[startup+102.307 s]
/proc/loadavg: 3.51 2.67 2.96 5/190 25412
/proc/meminfo: memFree=30188776/32950928 swapFree=67054696/67111528
[pid=25067] ppid=25065 vsize=222400 CPUtime=102.29 cores=0,2
/proc/25067/stat : 25067 (OptimuS_release) R 25065 25067 23146 0 -1 4202496 46643 0 0 0 10221 8 0 0 25 0 1 0 348484930 227737600 45293 33554432000 4194304 4279335 140736132333616 18446744073709551615 4208301 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25067/statm: 55600 45293 259 21 0 52237 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 222400

[startup+162.301 s]
/proc/loadavg: 3.75 2.89 3.01 5/190 25451
/proc/meminfo: memFree=30043248/32950928 swapFree=67054696/67111528
[pid=25067] ppid=25065 vsize=229268 CPUtime=162.28 cores=0,2
/proc/25067/stat : 25067 (OptimuS_release) R 25065 25067 23146 0 -1 4202496 48588 0 0 0 16220 8 0 0 25 0 1 0 348484930 234770432 47238 33554432000 4194304 4279335 140736132333616 18446744073709551615 4207414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25067/statm: 57317 47238 269 21 0 53954 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 229268

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

[startup+179.101 s]
/proc/loadavg: 3.81 2.95 3.03 5/190 25452
/proc/meminfo: memFree=30054276/32950928 swapFree=67054696/67111528
[pid=25067] ppid=25065 vsize=229268 CPUtime=179.08 cores=0,2
/proc/25067/stat : 25067 (OptimuS_release) R 25065 25067 23146 0 -1 4202496 48588 0 0 0 17900 8 0 0 25 0 1 0 348484930 234770432 47238 33554432000 4194304 4279335 140736132333616 18446744073709551615 4209508 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25067/statm: 57317 47238 269 21 0 53954 0
Current children cumulated CPU time (s) 179.08
Current children cumulated vsize (KiB) 229268

[startup+191.901 s]
/proc/loadavg: 3.92 3.02 3.05 5/190 25452
/proc/meminfo: memFree=30073348/32950928 swapFree=67054696/67111528
[pid=25067] ppid=25065 vsize=229268 CPUtime=191.88 cores=0,2
/proc/25067/stat : 25067 (OptimuS_release) R 25065 25067 23146 0 -1 4202496 48588 0 0 0 19180 8 0 0 25 0 1 0 348484930 234770432 47238 33554432000 4194304 4279335 140736132333616 18446744073709551615 4209637 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25067/statm: 57317 47238 269 21 0 53954 0
Current children cumulated CPU time (s) 191.88
Current children cumulated vsize (KiB) 229268

[startup+204.701 s]
/proc/loadavg: 3.93 3.06 3.06 5/190 25452
/proc/meminfo: memFree=29958016/32950928 swapFree=67054696/67111528
[pid=25067] ppid=25065 vsize=232832 CPUtime=204.68 cores=0,2
/proc/25067/stat : 25067 (OptimuS_release) R 25065 25067 23146 0 -1 4202496 49508 0 0 0 20460 8 0 0 25 0 1 0 348484930 238419968 48158 33554432000 4194304 4279335 140736132333616 18446744073709551615 4231672 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25067/statm: 58208 48158 269 21 0 54845 0
Current children cumulated CPU time (s) 204.68
Current children cumulated vsize (KiB) 232832

[startup+207.907 s]
/proc/loadavg: 3.93 3.06 3.06 5/190 25453
/proc/meminfo: memFree=30044816/32950928 swapFree=67054696/67111528
[pid=25067] ppid=25065 vsize=232832 CPUtime=207.89 cores=0,2
/proc/25067/stat : 25067 (OptimuS_release) R 25065 25067 23146 0 -1 4202496 49508 0 0 0 20781 8 0 0 25 0 1 0 348484930 238419968 48158 33554432000 4194304 4279335 140736132333616 18446744073709551615 4208301 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25067/statm: 58208 48158 269 21 0 54845 0
Current children cumulated CPU time (s) 207.89
Current children cumulated vsize (KiB) 232832

[startup+209.501 s]
/proc/loadavg: 3.93 3.06 3.06 5/190 25453
/proc/meminfo: memFree=30022124/32950928 swapFree=67054696/67111528
[pid=25067] ppid=25065 vsize=232832 CPUtime=209.48 cores=0,2
/proc/25067/stat : 25067 (OptimuS_release) R 25065 25067 23146 0 -1 4202496 49508 0 0 0 20940 8 0 0 25 0 1 0 348484930 238419968 48158 33554432000 4194304 4279335 140736132333616 18446744073709551615 4209729 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25067/statm: 58208 48158 269 21 0 54845 0
Current children cumulated CPU time (s) 209.48
Current children cumulated vsize (KiB) 232832

[startup+210.301 s]
/proc/loadavg: 3.94 3.08 3.07 5/190 25453
/proc/meminfo: memFree=30003028/32950928 swapFree=67054696/67111528
[pid=25067] ppid=25065 vsize=232832 CPUtime=210.28 cores=0,2
/proc/25067/stat : 25067 (OptimuS_release) R 25065 25067 23146 0 -1 4202496 49508 0 0 0 21020 8 0 0 25 0 1 0 348484930 238419968 48158 33554432000 4194304 4279335 140736132333616 18446744073709551615 4209364 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25067/statm: 58208 48158 269 21 0 54845 0
Current children cumulated CPU time (s) 210.28
Current children cumulated vsize (KiB) 232832

[startup+210.701 s]
/proc/loadavg: 3.94 3.08 3.07 5/190 25453
/proc/meminfo: memFree=30003028/32950928 swapFree=67054696/67111528
[pid=25067] ppid=25065 vsize=232832 CPUtime=210.68 cores=0,2
/proc/25067/stat : 25067 (OptimuS_release) R 25065 25067 23146 0 -1 4202496 49508 0 0 0 21060 8 0 0 25 0 1 0 348484930 238419968 48158 33554432000 4194304 4279335 140736132333616 18446744073709551615 4208301 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25067/statm: 58208 48158 269 21 0 54845 0
Current children cumulated CPU time (s) 210.68
Current children cumulated vsize (KiB) 232832

[startup+211.1 s]
/proc/loadavg: 3.94 3.08 3.07 5/190 25453
/proc/meminfo: memFree=29978972/32950928 swapFree=67054696/67111528
[pid=25067] ppid=25065 vsize=232832 CPUtime=211.09 cores=0,2
/proc/25067/stat : 25067 (OptimuS_release) R 25065 25067 23146 0 -1 4202496 49508 0 0 0 21101 8 0 0 25 0 1 0 348484930 238419968 48158 33554432000 4194304 4279335 140736132333616 18446744073709551615 4209637 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25067/statm: 58208 48158 269 21 0 54845 0
Current children cumulated CPU time (s) 211.09
Current children cumulated vsize (KiB) 232832

Child status: 20
Real time (s): 211.142
CPU time (s): 211.132
CPU user time (s): 211.036
CPU system time (s): 0.095985
CPU usage (%): 99.9954
Max. virtual memory (cumulated for all children) (KiB): 232832

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

runsolver used 0.386941 second user time and 0.770882 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-11 18:12:35
IDJOB=3494991
IDBENCH=89423
IDSOLVER=1986
FILE ID=node112/3494991-1307808755
RUNJOBID= node112-1307808755-25005
PBS_JOBID= 13551040
Free space on /tmp= 74012 MiB

SOLVER NAME= OptimuS a100_source
BENCH NAME= SAT11/mus/marques-silva/design-debugging/fpu2-problem.dimacs_16.filtered.cnf
COMMAND LINE= OptimuS_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3494991-1307808755/watcher-3494991-1307808755 -o /tmp/evaluation-result-3494991-1307808755/solver-3494991-1307808755 -C 1800 -W 1850 -M 7680  OptimuS_release HOME/instance-3494991-1307808755.cnf

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

MD5SUM BENCH= 5e3965d70e0627011f0e942d856c9cf5
RANDOM SEED=796055462

node112.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.847
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.69
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
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.847
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.74
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.847
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:     32950928 kB
MemFree:      31005512 kB
Buffers:        273660 kB
Cached:        1419396 kB
SwapCached:      10772 kB
Active:         506052 kB
Inactive:      1213020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31005512 kB
SwapTotal:    67111528 kB
SwapFree:     67054696 kB
Dirty:           29360 kB
Writeback:           0 kB
AnonPages:       23452 kB
Mapped:           9128 kB
Slab:           161328 kB
PageTables:       5244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   194564 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= 74016 MiB
End job on node112 at 2011-06-11 18:16:06