Trace number 3440109

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
minisat hack: LR_GL_SHR 2011-03-02UNSAT 323.644 323.638

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_k.cnf
MD5SUM932387240a0c17f4c88af52c4ca151c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark323.644
Satisfiable
(Un)Satisfiability was proved
Number of variables89315
Number of clauses5584003
Sum of the clauses size16593705
Maximum clause length295
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25473787
Number of clauses of size 337063
Number of clauses of size 4514
Number of clauses of size 5453
Number of clauses of size over 572185

Solver Data

323.59/323.61	c WARNING: for repeatability, setting FPU to use double precision
323.59/323.61	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3440109-1306945479/watcher-3440109-1306945479 -o /tmp/evaluation-result-3440109-1306945479/solver-3440109-1306945479 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3440109-1306945479.cnf -verb=0 -model 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.03 1.95 2/436 5255
/proc/meminfo: memFree=20150872/32951124 swapFree=60787360/67111528
[pid=5255] ppid=5253 vsize=20336 CPUtime=0 cores=0,2,4,6
/proc/5255/stat : 5255 (lr_gl_shr) R 5253 5255 4249 0 -1 4202496 699 0 0 0 0 0 0 0 23 0 1 0 806146090 20824064 621 33554432000 4194304 4300056 140735670061936 18446744073709551615 255377301248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5255/statm: 5084 622 219 26 0 1716 0

[startup+0.0792961 s]
/proc/loadavg: 2.09 2.03 1.95 2/436 5255
/proc/meminfo: memFree=20150872/32951124 swapFree=60787360/67111528
[pid=5255] ppid=5253 vsize=28292 CPUtime=0.07 cores=0,2,4,6
/proc/5255/stat : 5255 (lr_gl_shr) R 5253 5255 4249 0 -1 4202496 3959 0 0 0 7 0 0 0 23 0 1 0 806146090 28971008 3372 33554432000 4194304 4300056 140735670061936 18446744073709551615 255376967192 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5255/statm: 7073 3376 220 26 0 3705 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 28292

[startup+0.10029 s]
/proc/loadavg: 2.09 2.03 1.95 2/436 5255
/proc/meminfo: memFree=20150872/32951124 swapFree=60787360/67111528
[pid=5255] ppid=5253 vsize=33188 CPUtime=0.09 cores=0,2,4,6
/proc/5255/stat : 5255 (lr_gl_shr) R 5253 5255 4249 0 -1 4202496 5056 0 0 0 9 0 0 0 23 0 1 0 806146090 33984512 4219 33554432000 4194304 4300056 140735670061936 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5255/statm: 8297 4228 220 26 0 4929 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33188

[startup+0.300254 s]
/proc/loadavg: 2.09 2.03 1.95 2/436 5255
/proc/meminfo: memFree=20150872/32951124 swapFree=60787360/67111528
[pid=5255] ppid=5253 vsize=67032 CPUtime=0.29 cores=0,2,4,6
/proc/5255/stat : 5255 (lr_gl_shr) R 5253 5255 4249 0 -1 4202496 14523 0 0 0 28 1 0 0 25 0 1 0 806146090 68640768 11764 33554432000 4194304 4300056 140735670061936 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5255/statm: 16791 11766 220 26 0 13423 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67032

[startup+0.701177 s]
/proc/loadavg: 2.09 2.03 1.95 2/436 5255
/proc/meminfo: memFree=20150872/32951124 swapFree=60787360/67111528
[pid=5255] ppid=5253 vsize=141024 CPUtime=0.69 cores=0,2,4,6
/proc/5255/stat : 5255 (lr_gl_shr) R 5253 5255 4249 0 -1 4202496 32752 0 0 0 66 3 0 0 25 0 1 0 806146090 144408576 26474 33554432000 4194304 4300056 140735670061936 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5255/statm: 35256 26475 220 26 0 31888 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 141024

[startup+1.50105 s]
/proc/loadavg: 2.09 2.03 1.95 3/437 5256
/proc/meminfo: memFree=19999716/32951124 swapFree=60787360/67111528
[pid=5255] ppid=5253 vsize=251844 CPUtime=1.49 cores=0,2,4,6
/proc/5255/stat : 5255 (lr_gl_shr) R 5253 5255 4249 0 -1 4202496 63599 0 0 0 139 10 0 0 25 0 1 0 806146090 257888256 53383 33554432000 4194304 4300056 140735670061936 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5255/statm: 62961 53384 220 26 0 59593 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 251844

[startup+3.10072 s]
/proc/loadavg: 2.16 2.04 1.95 3/437 5256
/proc/meminfo: memFree=19856532/32951124 swapFree=60787360/67111528
[pid=5255] ppid=5253 vsize=407456 CPUtime=3.09 cores=0,2,4,6
/proc/5255/stat : 5255 (lr_gl_shr) R 5253 5255 4249 0 -1 4202496 110879 0 0 0 290 19 0 0 25 0 1 0 806146090 417234944 89837 33554432000 4194304 4300056 140735670061936 18446744073709551615 4230426 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5255/statm: 101864 89837 226 26 0 98496 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 407456

[startup+6.30116 s]
/proc/loadavg: 2.16 2.04 1.95 3/437 5256
/proc/meminfo: memFree=19790580/32951124 swapFree=60787360/67111528
[pid=5255] ppid=5253 vsize=407456 CPUtime=6.29 cores=0,2,4,6
/proc/5255/stat : 5255 (lr_gl_shr) R 5253 5255 4249 0 -1 4202496 110879 0 0 0 610 19 0 0 25 0 1 0 806146090 417234944 89837 33554432000 4194304 4300056 140735670061936 18446744073709551615 4230531 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5255/statm: 101864 89837 226 26 0 98496 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 407456

[startup+12.701 s]
/proc/loadavg: 2.14 2.04 1.95 3/437 5256
/proc/meminfo: memFree=19786500/32951124 swapFree=60787360/67111528
[pid=5255] ppid=5253 vsize=407456 CPUtime=12.69 cores=0,2,4,6
/proc/5255/stat : 5255 (lr_gl_shr) R 5253 5255 4249 0 -1 4202496 110879 0 0 0 1250 19 0 0 25 0 1 0 806146090 417234944 89837 33554432000 4194304 4300056 140735670061936 18446744073709551615 4230328 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5255/statm: 101864 89837 226 26 0 98496 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 407456

[startup+25.5006 s]
/proc/loadavg: 2.12 2.04 1.95 3/437 5257
/proc/meminfo: memFree=19778636/32951124 swapFree=60787360/67111528
[pid=5255] ppid=5253 vsize=410136 CPUtime=25.49 cores=0,2,4,6
/proc/5255/stat : 5255 (lr_gl_shr) R 5253 5255 4249 0 -1 4202496 112268 0 0 0 2530 19 0 0 25 0 1 0 806146090 419979264 91186 33554432000 4194304 4300056 140735670061936 18446744073709551615 4230361 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5255/statm: 102534 91186 228 26 0 99166 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 410136

[startup+51.1008 s]
/proc/loadavg: 2.08 2.03 1.95 3/437 5257
/proc/meminfo: memFree=19832432/32951124 swapFree=60787360/67111528
[pid=5255] ppid=5253 vsize=379440 CPUtime=51.09 cores=0,2,4,6
/proc/5255/stat : 5255 (lr_gl_shr) R 5253 5255 4249 0 -1 4202496 139449 0 0 0 5085 24 0 0 25 0 1 0 806146090 388546560 77532 33554432000 4194304 4300056 140735670061936 18446744073709551615 4256683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5255/statm: 94860 77532 248 26 0 91492 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 379440

[startup+102.316 s]
/proc/loadavg: 1.54 1.90 1.91 2/431 5276
/proc/meminfo: memFree=20513504/32951124 swapFree=60787360/67111528
[pid=5255] ppid=5253 vsize=808012 CPUtime=102.31 cores=0,2,4,6
/proc/5255/stat : 5255 (lr_gl_shr) R 5253 5255 4249 0 -1 4202496 205240 0 0 0 10197 34 0 0 25 0 1 0 806146090 827404288 143231 33554432000 4194304 4300056 140735670061936 18446744073709551615 4254738 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5255/statm: 202003 143231 248 26 0 198635 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 808012

[startup+162.3 s]
/proc/loadavg: 1.21 1.75 1.86 2/431 5277
/proc/meminfo: memFree=20470460/32951124 swapFree=60787360/67111528
[pid=5255] ppid=5253 vsize=808012 CPUtime=162.29 cores=0,2,4,6
/proc/5255/stat : 5255 (lr_gl_shr) R 5253 5255 4249 0 -1 4202496 215627 0 0 0 16192 37 0 0 25 0 1 0 806146090 827404288 153558 33554432000 4194304 4300056 140735670061936 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5255/statm: 202003 153558 248 26 0 198635 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 808012

[startup+222.301 s]
/proc/loadavg: 1.07 1.60 1.79 2/431 5279
/proc/meminfo: memFree=20454212/32951124 swapFree=60787360/67111528
[pid=5255] ppid=5253 vsize=808012 CPUtime=222.29 cores=0,2,4,6
/proc/5255/stat : 5255 (lr_gl_shr) R 5253 5255 4249 0 -1 4202496 220003 0 0 0 22191 38 0 0 25 0 1 0 806146090 827404288 157873 33554432000 4194304 4300056 140735670061936 18446744073709551615 4256696 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5255/statm: 202003 157873 248 26 0 198635 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 808012

[startup+282.301 s]
/proc/loadavg: 1.03 1.49 1.75 2/431 5280
/proc/meminfo: memFree=20571596/32951124 swapFree=60787360/67111528
[pid=5255] ppid=5253 vsize=593088 CPUtime=282.3 cores=0,2,4,6
/proc/5255/stat : 5255 (lr_gl_shr) R 5253 5255 4249 0 -1 4202496 298129 0 0 0 28180 50 0 0 25 0 1 0 806146090 607322112 128657 33554432000 4194304 4300056 140735670061936 18446744073709551615 255376958001 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5255/statm: 148272 128657 248 26 0 144904 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 593088

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

[startup+307.1 s]
/proc/loadavg: 1.02 1.45 1.72 2/431 5281
/proc/meminfo: memFree=20566996/32951124 swapFree=60787360/67111528
[pid=5255] ppid=5253 vsize=593088 CPUtime=307.1 cores=0,2,4,6
/proc/5255/stat : 5255 (lr_gl_shr) R 5253 5255 4249 0 -1 4202496 299188 0 0 0 30660 50 0 0 25 0 1 0 806146090 607322112 129692 33554432000 4194304 4300056 140735670061936 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5255/statm: 148272 129692 248 26 0 144904 0
Current children cumulated CPU time (s) 307.1
Current children cumulated vsize (KiB) 593088

[startup+313.516 s]
/proc/loadavg: 1.01 1.44 1.72 2/431 5281
/proc/meminfo: memFree=20565996/32951124 swapFree=60787360/67111528
[pid=5255] ppid=5253 vsize=593088 CPUtime=313.51 cores=0,2,4,6
/proc/5255/stat : 5255 (lr_gl_shr) R 5253 5255 4249 0 -1 4202496 299462 0 0 0 31301 50 0 0 25 0 1 0 806146090 607322112 129955 33554432000 4194304 4300056 140735670061936 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5255/statm: 148272 129955 248 26 0 144904 0
Current children cumulated CPU time (s) 313.51
Current children cumulated vsize (KiB) 593088

[startup+319.901 s]
/proc/loadavg: 1.01 1.43 1.71 2/431 5281
/proc/meminfo: memFree=20565120/32951124 swapFree=60787360/67111528
[pid=5255] ppid=5253 vsize=593088 CPUtime=319.9 cores=0,2,4,6
/proc/5255/stat : 5255 (lr_gl_shr) R 5253 5255 4249 0 -1 4202496 299729 0 0 0 31940 50 0 0 25 0 1 0 806146090 607322112 130218 33554432000 4194304 4300056 140735670061936 18446744073709551615 4256365 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5255/statm: 148272 130218 248 26 0 144904 0
Current children cumulated CPU time (s) 319.9
Current children cumulated vsize (KiB) 593088

[startup+321.501 s]
/proc/loadavg: 1.01 1.43 1.71 2/431 5281
/proc/meminfo: memFree=20564624/32951124 swapFree=60787360/67111528
[pid=5255] ppid=5253 vsize=593088 CPUtime=321.5 cores=0,2,4,6
/proc/5255/stat : 5255 (lr_gl_shr) R 5253 5255 4249 0 -1 4202496 299819 0 0 0 32100 50 0 0 25 0 1 0 806146090 607322112 130306 33554432000 4194304 4300056 140735670061936 18446744073709551615 4251358 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5255/statm: 148272 130306 248 26 0 144904 0
Current children cumulated CPU time (s) 321.5
Current children cumulated vsize (KiB) 593088

[startup+322.317 s]
/proc/loadavg: 1.01 1.42 1.71 2/431 5282
/proc/meminfo: memFree=20564252/32951124 swapFree=60787360/67111528
[pid=5255] ppid=5253 vsize=593088 CPUtime=322.31 cores=0,2,4,6
/proc/5255/stat : 5255 (lr_gl_shr) R 5253 5255 4249 0 -1 4202496 299858 0 0 0 32181 50 0 0 25 0 1 0 806146090 607322112 130345 33554432000 4194304 4300056 140735670061936 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5255/statm: 148272 130345 248 26 0 144904 0
Current children cumulated CPU time (s) 322.31
Current children cumulated vsize (KiB) 593088

[startup+323.1 s]
/proc/loadavg: 1.01 1.42 1.71 2/431 5282
/proc/meminfo: memFree=20564252/32951124 swapFree=60787360/67111528
[pid=5255] ppid=5253 vsize=593088 CPUtime=323.09 cores=0,2,4,6
/proc/5255/stat : 5255 (lr_gl_shr) R 5253 5255 4249 0 -1 4202496 299916 0 0 0 32259 50 0 0 25 0 1 0 806146090 607322112 130402 33554432000 4194304 4300056 140735670061936 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5255/statm: 148272 130402 248 26 0 144904 0
Current children cumulated CPU time (s) 323.09
Current children cumulated vsize (KiB) 593088

[startup+323.5 s]
/proc/loadavg: 1.01 1.42 1.71 2/431 5282
/proc/meminfo: memFree=20564004/32951124 swapFree=60787360/67111528
[pid=5255] ppid=5253 vsize=593088 CPUtime=323.49 cores=0,2,4,6
/proc/5255/stat : 5255 (lr_gl_shr) R 5253 5255 4249 0 -1 4202496 299956 0 0 0 32299 50 0 0 25 0 1 0 806146090 607322112 130440 33554432000 4194304 4300056 140735670061936 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5255/statm: 148272 130440 248 26 0 144904 0
Current children cumulated CPU time (s) 323.49
Current children cumulated vsize (KiB) 593088

[startup+323.6 s]
/proc/loadavg: 1.01 1.42 1.71 2/431 5282
/proc/meminfo: memFree=20564004/32951124 swapFree=60787360/67111528
[pid=5255] ppid=5253 vsize=593088 CPUtime=323.59 cores=0,2,4,6
/proc/5255/stat : 5255 (lr_gl_shr) R 5253 5255 4249 0 -1 4202496 299964 0 0 0 32309 50 0 0 25 0 1 0 806146090 607322112 130448 33554432000 4194304 4300056 140735670061936 18446744073709551615 4263784 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5255/statm: 148272 130448 248 26 0 144904 0
Current children cumulated CPU time (s) 323.59
Current children cumulated vsize (KiB) 593088

Child status: 20
Real time (s): 323.638
CPU time (s): 323.644
CPU user time (s): 323.111
CPU system time (s): 0.532918
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1151888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 323.111
system time used= 0.532918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 299969
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= 9
involuntary context switches= 755

runsolver used 1.53477 second user time and 3.09553 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-01 18:24:42
IDJOB=3440109
IDBENCH=88167
IDSOLVER=1938
FILE ID=node135/3440109-1306945479
RUNJOBID= node135-1306944753-5161
PBS_JOBID= 13488581
Free space on /tmp= 73488 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_k.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3440109-1306945479/watcher-3440109-1306945479 -o /tmp/evaluation-result-3440109-1306945479/solver-3440109-1306945479 -C 5000 -W 5100 -M 15500  HOME/lr_gl_shr HOME/instance-3440109-1306945479.cnf -verb=0 -model

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 932387240a0c17f4c88af52c4ca151c6
RANDOM SEED=151562474

node135.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.851
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.851
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	: 5332.83
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.75
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.851
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.851
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:      20151152 kB
Buffers:        138500 kB
Cached:         593828 kB
SwapCached:       6168 kB
Active:       12272076 kB
Inactive:       265852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20151152 kB
SwapTotal:    67111528 kB
SwapFree:     60787360 kB
Dirty:          104088 kB
Writeback:           0 kB
AnonPages:    11804836 kB
Mapped:          26108 kB
Slab:           127988 kB
PageTables:      67332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 125180148 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73708 MiB
End job on node135 at 2011-06-01 18:30:06