Trace number 3362617

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 reference: minisat 2.2.0UNSAT 123.764 123.764

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark52.912
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

123.69/123.75	WARNING: for repeatability, setting FPU to use double precision
123.69/123.75	============================[ Problem Statistics ]=============================
123.69/123.75	|                                                                             |
123.69/123.75	|  Number of variables:        486992                                         |
123.69/123.75	|  Number of clauses:         2175473                                         |
123.69/123.75	|  Parse time:                   0.89 s                                       |
123.69/123.75	|  Eliminated clauses:           8.69 Mb                                      |
123.69/123.75	|  Simplification time:         13.19 s                                       |
123.69/123.75	|                                                                             |
123.69/123.75	============================[ Search Statistics ]==============================
123.69/123.75	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
123.69/123.75	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
123.69/123.75	===============================================================================
123.69/123.75	|       100 |   91073   936264  3277301 |   343296      100      4 | 21.345 % |
123.69/123.75	|       250 |   91059   936264  3277301 |   377626      248      4 | 21.348 % |
123.69/123.75	|       475 |   91059   936264  3277301 |   415389      473      6 | 21.348 % |
123.69/123.75	|       812 |   91056   936264  3277301 |   456928      809      7 | 21.348 % |
123.69/123.75	|      1318 |   91056   936264  3277301 |   502620     1315      8 | 21.348 % |
123.69/123.75	|      2077 |   90853   936264  3277301 |   552882     2073      8 | 21.390 % |
123.69/123.75	|      3216 |   90846   936264  3277301 |   608171     3209     10 | 21.392 % |
123.69/123.75	|      4924 |   90684   936264  3277301 |   668988     4915     11 | 21.425 % |
123.69/123.75	|      7486 |   90612   936264  3277301 |   735887     7475     12 | 21.440 % |
123.69/123.75	|     11330 |   90611   936264  3277301 |   809475    11318     13 | 21.440 % |
123.69/123.75	|     17096 |   90611   936264  3277301 |   890423    17084     13 | 21.440 % |
123.69/123.75	|     25745 |   90377   892262  3043982 |   979465    25119     14 | 21.488 % |
123.69/123.75	|     38719 |   89490   872119  2941181 |  1077412    35770     15 | 21.670 % |
123.69/123.75	|     58180 |   89487   872095  2941099 |  1185153    55227     16 | 21.671 % |
123.69/123.75	|     87372 |   89487   872095  2941099 |  1303669    84419     18 | 21.671 % |
123.69/123.75	|    131161 |   88992   846963  2821083 |  1434035    78567     20 | 21.772 % |
123.69/123.75	|    196845 |   88992   846963  2821083 |  1577439   144251     24 | 21.772 % |
123.69/123.75	|    295371 |   88237   846853  2820745 |  1735183   242751     28 | 21.927 % |
123.69/123.75	|    443160 |   88151   831237  2743372 |  1908701   177646     19 | 21.945 % |
123.69/123.75	===============================================================================
123.69/123.75	restarts              : 1022
123.69/123.75	conflicts             : 447454         (3622 /sec)
123.69/123.75	decisions             : 771222         (0.00 % random) (6243 /sec)
123.69/123.75	propagations          : 305102498      (2469601 /sec)
123.69/123.75	conflict literals     : 12193401       (43.23 % deleted)
123.69/123.75	Memory used           : 305.00 MB
123.69/123.75	CPU time              : 123.543 s
123.69/123.75	
123.69/123.75	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: 961)

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-3362617-1305306638/watcher-3362617-1305306638 -o /tmp/evaluation-result-3362617-1305306638/solver-3362617-1305306638 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362617-1305306638.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 2.42 3.58 3.78 5/284 19577
/proc/meminfo: memFree=8211724/32950904 swapFree=67057400/67111528
[pid=19577] ppid=19575 vsize=20356 CPUtime=0 cores=0,2
/proc/19577/stat : 19577 (minisat_release) R 19575 19577 19517 0 -1 4202496 882 0 0 0 0 0 0 0 23 0 1 0 642263693 20844544 823 33554432000 4194304 4291037 140734173465840 18446744073709551615 237278576832 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19577/statm: 5089 836 216 24 0 1723 0

[startup+0.0536981 s]
/proc/loadavg: 2.42 3.58 3.78 5/284 19577
/proc/meminfo: memFree=8211724/32950904 swapFree=67057400/67111528
[pid=19577] ppid=19575 vsize=50248 CPUtime=0.04 cores=0,2
/proc/19577/stat : 19577 (minisat_release) R 19575 19577 19517 0 -1 4202496 6632 0 0 0 4 0 0 0 23 0 1 0 642263693 51453952 6506 33554432000 4194304 4291037 140734173465840 18446744073709551615 4220543 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19577/statm: 12562 6508 216 24 0 9196 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 50248

[startup+0.10069 s]
/proc/loadavg: 2.42 3.58 3.78 5/284 19577
/proc/meminfo: memFree=8211724/32950904 swapFree=67057400/67111528
[pid=19577] ppid=19575 vsize=55580 CPUtime=0.09 cores=0,2
/proc/19577/stat : 19577 (minisat_release) R 19575 19577 19517 0 -1 4202496 9279 0 0 0 8 1 0 0 23 0 1 0 642263693 56913920 8868 33554432000 4194304 4291037 140734173465840 18446744073709551615 4200504 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19577/statm: 13895 8870 216 24 0 10529 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55580

[startup+0.300606 s]
/proc/loadavg: 2.42 3.58 3.78 5/284 19577
/proc/meminfo: memFree=8211724/32950904 swapFree=67057400/67111528
[pid=19577] ppid=19575 vsize=100764 CPUtime=0.28 cores=0,2
/proc/19577/stat : 19577 (minisat_release) R 19575 19577 19517 0 -1 4202496 21189 0 0 0 26 2 0 0 25 0 1 0 642263693 103182336 19253 33554432000 4194304 4291037 140734173465840 18446744073709551615 4201644 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19577/statm: 25191 19256 216 24 0 21825 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 100764

[startup+0.700533 s]
/proc/loadavg: 2.42 3.58 3.78 5/284 19577
/proc/meminfo: memFree=8211724/32950904 swapFree=67057400/67111528
[pid=19577] ppid=19575 vsize=191224 CPUtime=0.69 cores=0,2
/proc/19577/stat : 19577 (minisat_release) R 19575 19577 19517 0 -1 4202496 43481 0 0 0 62 7 0 0 25 0 1 0 642263693 195813376 38899 33554432000 4194304 4291037 140734173465840 18446744073709551615 4277998 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19577/statm: 47806 38902 216 24 0 44440 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 191224

[startup+1.50044 s]
/proc/loadavg: 2.42 3.58 3.78 5/285 19578
/proc/meminfo: memFree=8025848/32950904 swapFree=67057400/67111528
[pid=19577] ppid=19575 vsize=255032 CPUtime=1.49 cores=0,2
/proc/19577/stat : 19577 (minisat_release) R 19575 19577 19517 0 -1 4202496 59369 0 0 0 140 9 0 0 25 0 1 0 642263693 261152768 52576 33554432000 4194304 4291037 140734173465840 18446744073709551615 4226102 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19577/statm: 63758 52576 238 24 0 60392 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 255032

[startup+3.10016 s]
/proc/loadavg: 2.42 3.58 3.78 5/285 19578
/proc/meminfo: memFree=8021012/32950904 swapFree=67057400/67111528
[pid=19577] ppid=19575 vsize=255032 CPUtime=3.08 cores=0,2
/proc/19577/stat : 19577 (minisat_release) R 19575 19577 19517 0 -1 4202496 59391 0 0 0 299 9 0 0 25 0 1 0 642263693 261152768 52598 33554432000 4194304 4291037 140734173465840 18446744073709551615 4226667 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19577/statm: 63758 52598 238 24 0 60392 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 255032

[startup+6.30058 s]
/proc/loadavg: 2.63 3.60 3.79 5/285 19578
/proc/meminfo: memFree=8012404/32950904 swapFree=67057400/67111528
[pid=19577] ppid=19575 vsize=255032 CPUtime=6.29 cores=0,2
/proc/19577/stat : 19577 (minisat_release) R 19575 19577 19517 0 -1 4202496 59429 0 0 0 620 9 0 0 25 0 1 0 642263693 261152768 52636 33554432000 4194304 4291037 140734173465840 18446744073709551615 4226098 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19577/statm: 63758 52636 238 24 0 60392 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 255032

[startup+12.7005 s]
/proc/loadavg: 2.74 3.61 3.79 5/285 19579
/proc/meminfo: memFree=7985412/32950904 swapFree=67057400/67111528
[pid=19577] ppid=19575 vsize=309520 CPUtime=12.68 cores=0,2
/proc/19577/stat : 19577 (minisat_release) R 19575 19577 19517 0 -1 4202496 72865 0 0 0 1257 11 0 0 25 0 1 0 642263693 316948480 64735 33554432000 4194304 4291037 140734173465840 18446744073709551615 4256833 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19577/statm: 77380 64735 239 24 0 74014 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 309520

[startup+25.5012 s]
/proc/loadavg: 3.02 3.63 3.79 5/285 19579
/proc/meminfo: memFree=7996848/32950904 swapFree=67057400/67111528
[pid=19577] ppid=19575 vsize=236836 CPUtime=25.49 cores=0,2
/proc/19577/stat : 19577 (minisat_release) R 19575 19577 19517 0 -1 4202496 89845 0 0 0 2534 15 0 0 25 0 1 0 642263693 242520064 47803 33554432000 4194304 4291037 140734173465840 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19577/statm: 59209 47803 259 24 0 55843 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 236836

[startup+51.1006 s]
/proc/loadavg: 3.35 3.66 3.80 5/285 19634
/proc/meminfo: memFree=7873476/32950904 swapFree=67057400/67111528
[pid=19577] ppid=19575 vsize=255804 CPUtime=51.09 cores=0,2
/proc/19577/stat : 19577 (minisat_release) R 19575 19577 19517 0 -1 4202496 94633 0 0 0 5093 16 0 0 25 0 1 0 642263693 261943296 52439 33554432000 4194304 4291037 140734173465840 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19577/statm: 63951 52439 259 24 0 60585 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 255804

[startup+102.311 s]
/proc/loadavg: 3.72 3.71 3.81 5/285 19635
/proc/meminfo: memFree=7686420/32950904 swapFree=67057400/67111528
[pid=19577] ppid=19575 vsize=286624 CPUtime=102.3 cores=0,2
/proc/19577/stat : 19577 (minisat_release) R 19575 19577 19517 0 -1 4202496 99186 0 0 0 10212 18 0 0 25 0 1 0 642263693 293502976 56852 33554432000 4194304 4291037 140734173465840 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19577/statm: 71656 56852 259 24 0 68290 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 286624

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

[startup+115.1 s]
/proc/loadavg: 3.78 3.72 3.81 5/285 19635
/proc/meminfo: memFree=7655536/32950904 swapFree=67057400/67111528
[pid=19577] ppid=19575 vsize=286624 CPUtime=115.09 cores=0,2
/proc/19577/stat : 19577 (minisat_release) R 19575 19577 19517 0 -1 4202496 99865 0 0 0 11491 18 0 0 25 0 1 0 642263693 293502976 57506 33554432000 4194304 4291037 140734173465840 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19577/statm: 71656 57506 259 24 0 68290 0
Current children cumulated CPU time (s) 115.09
Current children cumulated vsize (KiB) 286624

[startup+118.301 s]
/proc/loadavg: 3.78 3.72 3.81 5/285 19635
/proc/meminfo: memFree=7683560/32950904 swapFree=67057400/67111528
[pid=19577] ppid=19575 vsize=233052 CPUtime=118.29 cores=0,2
/proc/19577/stat : 19577 (minisat_release) R 19575 19577 19517 0 -1 4202496 106855 0 0 0 11810 19 0 0 25 0 1 0 642263693 238645248 48963 33554432000 4194304 4291037 140734173465840 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19577/statm: 58263 48963 259 24 0 54897 0
Current children cumulated CPU time (s) 118.29
Current children cumulated vsize (KiB) 233052

[startup+121.501 s]
/proc/loadavg: 3.80 3.72 3.81 5/285 19636
/proc/meminfo: memFree=7674880/32950904 swapFree=67057400/67111528
[pid=19577] ppid=19575 vsize=233052 CPUtime=121.49 cores=0,2
/proc/19577/stat : 19577 (minisat_release) R 19575 19577 19517 0 -1 4202496 107191 0 0 0 12130 19 0 0 25 0 1 0 642263693 238645248 49285 33554432000 4194304 4291037 140734173465840 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19577/statm: 58263 49285 259 24 0 54897 0
Current children cumulated CPU time (s) 121.49
Current children cumulated vsize (KiB) 233052

[startup+123.101 s]
/proc/loadavg: 3.80 3.72 3.81 5/285 19636
/proc/meminfo: memFree=7667812/32950904 swapFree=67057400/67111528
[pid=19577] ppid=19575 vsize=233052 CPUtime=123.09 cores=0,2
/proc/19577/stat : 19577 (minisat_release) R 19575 19577 19517 0 -1 4202496 107367 0 0 0 12290 19 0 0 25 0 1 0 642263693 238645248 49453 33554432000 4194304 4291037 140734173465840 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19577/statm: 58263 49453 259 24 0 54897 0
Current children cumulated CPU time (s) 123.09
Current children cumulated vsize (KiB) 233052

[startup+123.501 s]
/proc/loadavg: 3.80 3.72 3.81 5/285 19636
/proc/meminfo: memFree=7667812/32950904 swapFree=67057400/67111528
[pid=19577] ppid=19575 vsize=262668 CPUtime=123.49 cores=0,2
/proc/19577/stat : 19577 (minisat_release) R 19575 19577 19517 0 -1 4202496 113774 0 0 0 12329 20 0 0 25 0 1 0 642263693 268972032 55038 33554432000 4194304 4291037 140734173465840 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19577/statm: 65667 55038 259 24 0 62301 0
Current children cumulated CPU time (s) 123.49
Current children cumulated vsize (KiB) 262668

[startup+123.701 s]
/proc/loadavg: 3.80 3.72 3.81 5/285 19636
/proc/meminfo: memFree=7667812/32950904 swapFree=67057400/67111528
[pid=19577] ppid=19575 vsize=262668 CPUtime=123.69 cores=0,2
/proc/19577/stat : 19577 (minisat_release) R 19575 19577 19517 0 -1 4202496 113787 0 0 0 12349 20 0 0 25 0 1 0 642263693 268972032 55050 33554432000 4194304 4291037 140734173465840 18446744073709551615 4255853 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19577/statm: 65667 55050 259 24 0 62301 0
Current children cumulated CPU time (s) 123.69
Current children cumulated vsize (KiB) 262668

Child status: 20
Real time (s): 123.764
CPU time (s): 123.764
CPU user time (s): 123.543
CPU system time (s): 0.220966
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 312392

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

runsolver used 0.333949 second user time and 0.754885 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-13 19:10:39
IDJOB=3362617
IDBENCH=70961
IDSOLVER=1840
FILE ID=node121/3362617-1305306638
RUNJOBID= node121-1305306638-19535
PBS_JOBID= 13321479
Free space on /tmp= 43744 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L150_coli.sat.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362617-1305306638/watcher-3362617-1305306638 -o /tmp/evaluation-result-3362617-1305306638/solver-3362617-1305306638 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362617-1305306638.cnf

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=1947819807

node121.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.817
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.63
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.817
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.74
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.817
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.817
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:       8212384 kB
Buffers:        258108 kB
Cached:       18160416 kB
SwapCached:       7656 kB
Active:        9682992 kB
Inactive:     14357044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:       8212384 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:          101696 kB
Writeback:           0 kB
AnonPages:     5618624 kB
Mapped:          21756 kB
Slab:           608932 kB
PageTables:      24916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30988068 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= 43724 MiB
End job on node121 at 2011-05-13 19:12:43