Trace number 3461490

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
wbo 1.6UNSAT 225.591 225.585

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-15-10.opb
MD5SUMd370b072a7e1b298fd6270f5934fda51
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.001999
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables150
Total number of constraints25
Number of constraints which are clauses15
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c wbo 1.6 beta - 20110321
0.00/0.00	c Parsing opb file format. File HOME/instance-3461490-1307100250.opb.
0.00/0.00	c Instance file HOME/instance-3461490-1307100250.opb
0.00/0.00	c File size is 2569 bytes.
0.00/0.00	c Highest Coefficient sum: 16
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      150                                                 |
0.00/0.00	c |  Number Clauses:        15                                                  |
0.00/0.00	c |  Number Cardinality:    10                                                  |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     150       25      300 |     5000        0   -nan |  0.000 % |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     150       25      300 |     5000        0   -nan |  0.000 % |
0.00/0.00	c |       100 |     150       25      300 |     5500      100     33 |  0.004 % |
0.00/0.00	c |       251 |     150       25      300 |     6050      251     32 |  0.004 % |
0.00/0.00	c |       476 |     150       25      300 |     6655      476     35 |  0.004 % |
0.00/0.01	c |       815 |     150       25      300 |     7320      815     38 |  0.004 % |
0.00/0.03	c |      1323 |     150       25      300 |     8052     1323     41 |  0.004 % |
0.00/0.06	c |      2086 |     150       25      300 |     8857     2086     44 |  0.004 % |
0.09/0.15	c |      3225 |     150       25      300 |     9743     3225     45 |  0.004 % |
0.19/0.29	c |      4933 |     150       25      300 |    10717     4933     44 |  0.004 % |
0.39/0.49	c |      7495 |     150       25      300 |    11789     7495     44 |  0.004 % |
1.11/1.14	c |     11342 |     150       25      300 |    12968    11342     45 |  0.004 % |
2.29/2.32	c |     17108 |     150       25      300 |    14265    10586     45 |  0.004 % |
4.09/4.19	c |     25759 |     150       25      300 |    15692    12065     42 |  0.004 % |
5.89/5.98	c |     38736 |     150       25      300 |    17261     9281     44 |  0.004 % |
9.69/9.73	c |     58197 |     150       25      300 |    18987    11423     42 |  0.004 % |
14.59/14.65	c |     87391 |     150       25      300 |    20886    12012     43 |  0.004 % |
23.00/23.02	c |    131181 |     150       25      300 |    22974    13872     45 |  0.004 % |
37.49/37.53	c |    196865 |     150       25      300 |    25272    21928     43 |  0.004 % |
58.21/58.23	c |    295398 |     150       25      300 |    27799    17005     50 |  0.004 % |
93.40/93.48	c |    443188 |     150       25      300 |    30579    17569     49 |  0.004 % |
148.80/148.89	c |    664872 |     150       25      300 |    33637    21070     38 |  0.004 % |
225.51/225.57	c ===============================================================================
225.51/225.57	c core #1
225.51/225.57	c 
225.51/225.57	c 
225.51/225.57	c Core size: 4	Core Weight: 2147483647	Total Weight: 2147483647
225.51/225.57	c Current CPU time: 223.901 s
225.51/225.57	c
225.51/225.57	s UNSATISFIABLE
225.51/225.57	c Total CPU time: 223.901 s

Verifier Data

ERROR: no interpretation found !

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-3461490-1307100250/watcher-3461490-1307100250 -o /tmp/evaluation-result-3461490-1307100250/solver-3461490-1307100250 -C 1800 -W 1900 -M 15500 wbo1.6 -file-format=opb -time-limit=1800 HOME/instance-3461490-1307100250.opb 

running on 4 cores: 1,3,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): 1900 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.14 2.05 2.01 1/450 16934
/proc/meminfo: memFree=24659852/32951124 swapFree=60476376/67111528
[pid=16934] ppid=16932 vsize=2104 CPUtime=0 cores=1,3,5,7
/proc/16934/stat : 16934 (wbo1.6) R 16932 16934 16547 0 -1 4202496 325 0 0 0 0 0 0 0 25 0 1 0 802440939 2154496 278 33554432000 4194304 5714214 140737209414592 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/16934/statm: 526 278 180 372 0 151 0

[startup+0.0861909 s]
/proc/loadavg: 2.14 2.05 2.01 1/450 16934
/proc/meminfo: memFree=24659852/32951124 swapFree=60476376/67111528
[pid=16934] ppid=16932 vsize=2896 CPUtime=0.08 cores=1,3,5,7
/proc/16934/stat : 16934 (wbo1.6) R 16932 16934 16547 0 -1 4202496 509 0 0 0 7 1 0 0 25 0 1 0 802440939 2965504 462 33554432000 4194304 5714214 140737209414592 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/16934/statm: 724 462 180 372 0 349 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2896

[startup+0.100212 s]
/proc/loadavg: 2.14 2.05 2.01 1/450 16934
/proc/meminfo: memFree=24659852/32951124 swapFree=60476376/67111528
[pid=16934] ppid=16932 vsize=2896 CPUtime=0.09 cores=1,3,5,7
/proc/16934/stat : 16934 (wbo1.6) R 16932 16934 16547 0 -1 4202496 531 0 0 0 8 1 0 0 25 0 1 0 802440939 2965504 484 33554432000 4194304 5714214 140737209414592 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/16934/statm: 724 484 180 372 0 349 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2896

[startup+0.30015 s]
/proc/loadavg: 2.14 2.05 2.01 1/450 16934
/proc/meminfo: memFree=24659852/32951124 swapFree=60476376/67111528
[pid=16934] ppid=16932 vsize=3960 CPUtime=0.29 cores=1,3,5,7
/proc/16934/stat : 16934 (wbo1.6) R 16932 16934 16547 0 -1 4202496 776 0 0 0 28 1 0 0 25 0 1 0 802440939 4055040 729 33554432000 4194304 5714214 140737209414592 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/16934/statm: 990 729 180 372 0 615 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3960

[startup+0.701073 s]
/proc/loadavg: 2.14 2.05 2.01 1/450 16934
/proc/meminfo: memFree=24659852/32951124 swapFree=60476376/67111528
[pid=16934] ppid=16932 vsize=5344 CPUtime=0.69 cores=1,3,5,7
/proc/16934/stat : 16934 (wbo1.6) R 16932 16934 16547 0 -1 4202496 1112 0 0 0 67 2 0 0 25 0 1 0 802440939 5472256 1065 33554432000 4194304 5714214 140737209414592 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/16934/statm: 1336 1065 180 372 0 961 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5344

[startup+1.50093 s]
/proc/loadavg: 2.13 2.05 2.01 3/456 16947
/proc/meminfo: memFree=24645792/32951124 swapFree=60476376/67111528
[pid=16934] ppid=16932 vsize=7296 CPUtime=1.49 cores=1,3,5,7
/proc/16934/stat : 16934 (wbo1.6) R 16932 16934 16547 0 -1 4202496 1585 0 0 0 146 3 0 0 25 0 1 0 802440939 7471104 1538 33554432000 4194304 5714214 140737209414592 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/16934/statm: 1824 1538 180 372 0 1449 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7296

[startup+3.10064 s]
/proc/loadavg: 2.13 2.05 2.01 3/456 16947
/proc/meminfo: memFree=24635416/32951124 swapFree=60476376/67111528
[pid=16934] ppid=16932 vsize=8708 CPUtime=3.09 cores=1,3,5,7
/proc/16934/stat : 16934 (wbo1.6) R 16932 16934 16547 0 -1 4202496 1909 0 0 0 305 4 0 0 18 0 1 0 802440939 8916992 1862 33554432000 4194304 5714214 140737209414592 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/16934/statm: 2177 1862 180 372 0 1802 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8708

[startup+6.30104 s]
/proc/loadavg: 2.13 2.05 2.01 3/456 16947
/proc/meminfo: memFree=24622908/32951124 swapFree=60476376/67111528
[pid=16934] ppid=16932 vsize=11632 CPUtime=6.29 cores=1,3,5,7
/proc/16934/stat : 16934 (wbo1.6) R 16932 16934 16547 0 -1 4202496 2636 0 0 0 621 8 0 0 25 0 1 0 802440939 11911168 2589 33554432000 4194304 5714214 140737209414592 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/16934/statm: 2908 2589 180 372 0 2533 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11632

[startup+12.7009 s]
/proc/loadavg: 2.11 2.05 2.01 3/456 16947
/proc/meminfo: memFree=24611732/32951124 swapFree=60476376/67111528
[pid=16934] ppid=16932 vsize=17420 CPUtime=12.69 cores=1,3,5,7
/proc/16934/stat : 16934 (wbo1.6) R 16932 16934 16547 0 -1 4202496 4036 0 0 0 1256 13 0 0 25 0 1 0 802440939 17838080 3989 33554432000 4194304 5714214 140737209414592 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/16934/statm: 4355 3989 180 372 0 3980 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17420

[startup+25.5005 s]
/proc/loadavg: 2.09 2.05 2.01 3/456 16947
/proc/meminfo: memFree=24581476/32951124 swapFree=60476376/67111528
[pid=16934] ppid=16932 vsize=26100 CPUtime=25.49 cores=1,3,5,7
/proc/16934/stat : 16934 (wbo1.6) R 16932 16934 16547 0 -1 4202496 6122 0 0 0 2527 22 0 0 25 0 1 0 802440939 26726400 6075 33554432000 4194304 5714214 140737209414592 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/16934/statm: 6525 6075 180 372 0 6150 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26100

[startup+51.1008 s]
/proc/loadavg: 2.06 2.04 2.01 3/456 16950
/proc/meminfo: memFree=24540000/32951124 swapFree=60476376/67111528
[pid=16934] ppid=16932 vsize=40656 CPUtime=51.09 cores=1,3,5,7
/proc/16934/stat : 16934 (wbo1.6) R 16932 16934 16547 0 -1 4202496 9659 0 0 0 5064 45 0 0 25 0 1 0 802440939 41631744 9612 33554432000 4194304 5714214 140737209414592 18446744073709551615 4319852 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/16934/statm: 10164 9612 180 372 0 9789 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 40656

[startup+102.317 s]
/proc/loadavg: 2.02 2.03 2.00 3/456 16952
/proc/meminfo: memFree=24514012/32951124 swapFree=60476376/67111528
[pid=16934] ppid=16932 vsize=65232 CPUtime=102.31 cores=1,3,5,7
/proc/16934/stat : 16934 (wbo1.6) R 16932 16934 16547 0 -1 4202496 15665 0 0 0 10149 82 0 0 25 0 1 0 802440939 66797568 15618 33554432000 4194304 5714214 140737209414592 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/16934/statm: 16308 15618 180 372 0 15933 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 65232

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/456 16954
/proc/meminfo: memFree=24474044/32951124 swapFree=60476376/67111528
[pid=16934] ppid=16932 vsize=91076 CPUtime=162.3 cores=1,3,5,7
/proc/16934/stat : 16934 (wbo1.6) R 16932 16934 16547 0 -1 4202496 21983 0 0 0 16107 123 0 0 25 0 1 0 802440939 93261824 21936 33554432000 4194304 5714214 140737209414592 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/16934/statm: 22769 21936 180 372 0 22394 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 91076

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 16956
/proc/meminfo: memFree=24418212/32951124 swapFree=60476376/67111528
[pid=16934] ppid=16932 vsize=115536 CPUtime=222.29 cores=1,3,5,7
/proc/16934/stat : 16934 (wbo1.6) R 16932 16934 16547 0 -1 4202496 28040 0 0 0 22064 165 0 0 25 0 1 0 802440939 118308864 27993 33554432000 4194304 5714214 140737209414592 18446744073709551615 4319274 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/16934/statm: 28884 27993 180 372 0 28509 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 115536

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

[startup+223.901 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 16956
/proc/meminfo: memFree=24418212/32951124 swapFree=60476376/67111528
[pid=16934] ppid=16932 vsize=115680 CPUtime=223.89 cores=1,3,5,7
/proc/16934/stat : 16934 (wbo1.6) R 16932 16934 16547 0 -1 4202496 28067 0 0 0 22223 166 0 0 25 0 1 0 802440939 118456320 28020 33554432000 4194304 5714214 140737209414592 18446744073709551615 4319409 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/16934/statm: 28920 28020 180 372 0 28545 0
Current children cumulated CPU time (s) 223.89
Current children cumulated vsize (KiB) 115680

[startup+224.701 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 16956
/proc/meminfo: memFree=24418088/32951124 swapFree=60476376/67111528
[pid=16934] ppid=16932 vsize=115824 CPUtime=224.69 cores=1,3,5,7
/proc/16934/stat : 16934 (wbo1.6) R 16932 16934 16547 0 -1 4202496 28089 0 0 0 22302 167 0 0 25 0 1 0 802440939 118603776 28042 33554432000 4194304 5714214 140737209414592 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/16934/statm: 28956 28042 180 372 0 28581 0
Current children cumulated CPU time (s) 224.69
Current children cumulated vsize (KiB) 115824

[startup+225.101 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 16956
/proc/meminfo: memFree=24418088/32951124 swapFree=60476376/67111528
[pid=16934] ppid=16932 vsize=115896 CPUtime=225.1 cores=1,3,5,7
/proc/16934/stat : 16934 (wbo1.6) R 16932 16934 16547 0 -1 4202496 28110 0 0 0 22342 168 0 0 25 0 1 0 802440939 118677504 28063 33554432000 4194304 5714214 140737209414592 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/16934/statm: 28974 28063 180 372 0 28599 0
Current children cumulated CPU time (s) 225.1
Current children cumulated vsize (KiB) 115896

[startup+225.517 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 16956
/proc/meminfo: memFree=24417716/32951124 swapFree=60476376/67111528
[pid=16934] ppid=16932 vsize=116304 CPUtime=225.51 cores=1,3,5,7
/proc/16934/stat : 16934 (wbo1.6) R 16932 16934 16547 0 -1 4202496 28187 0 0 0 22383 168 0 0 25 0 1 0 802440939 119095296 28140 33554432000 4194304 5714214 140737209414592 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/16934/statm: 29076 28140 180 372 0 28701 0
Current children cumulated CPU time (s) 225.51
Current children cumulated vsize (KiB) 116304

Child status: 0
Real time (s): 225.585
CPU time (s): 225.591
CPU user time (s): 223.901
CPU system time (s): 1.68974
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 116304

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

runsolver used 0.947855 second user time and 2.35364 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-03 13:24:10
IDJOB=3461490
IDBENCH=2603
IDSOLVER=1953
FILE ID=node147/3461490-1307100250
RUNJOBID= node147-1307094843-16566
PBS_JOBID= 13498009
Free space on /tmp= 73680 MiB

SOLVER NAME= wbo 1.6
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-15-10.opb
COMMAND LINE= wbo1.6 -file-format=opb -time-limit=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3461490-1307100250/watcher-3461490-1307100250 -o /tmp/evaluation-result-3461490-1307100250/solver-3461490-1307100250 -C 1800 -W 1900 -M 15500  wbo1.6 -file-format=opb -time-limit=1800 HOME/instance-3461490-1307100250.opb

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

MD5SUM BENCH= d370b072a7e1b298fd6270f5934fda51
RANDOM SEED=1851936236

node147.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.836
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.67
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.836
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.75
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.836
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.82
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.836
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.75
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.836
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.836
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.76
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.836
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.82
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.836
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:     32951124 kB
MemFree:      24659884 kB
Buffers:        282844 kB
Cached:        1430844 kB
SwapCached:      11164 kB
Active:        6705020 kB
Inactive:      1328448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24659884 kB
SwapTotal:    67111528 kB
SwapFree:     60476376 kB
Dirty:            4296 kB
Writeback:           0 kB
AnonPages:     6317300 kB
Mapped:          22272 kB
Slab:           131968 kB
PageTables:      58052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 120753092 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= 73676 MiB
End job on node147 at 2011-06-03 13:27:56