Trace number 3461544

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 NameAnswerobjective functionCPU timeWall clock time
wbo 1.6UNSAT 110.673 110.672

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_4.opb
MD5SUM56022330ee2943e2696d570dbfee01d9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 benchmark17.3404
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2608
Number of bits of the biggest sum of numbers12
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-3461544-1307105671.opb.
0.00/0.00	c Instance file HOME/instance-3461544-1307105671.opb
0.00/0.00	c File size is 2096 bytes.
0.00/0.00	c Highest Coefficient sum: 2608
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:      31                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 8                                                   |
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 |      30        9      236 |     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 |      30        9      236 |     5000        0   -nan |  0.000 % |
0.00/0.00	c |       100 |      30        9      236 |     5500      100     16 |  3.333 % |
0.00/0.00	c |       250 |      30        9      236 |     6050      250     14 |  3.333 % |
0.00/0.00	c |       475 |      30        9      236 |     6655      475     14 |  3.333 % |
0.00/0.01	c |       812 |      30        9      236 |     7320      812     13 |  3.333 % |
0.00/0.01	c |      1319 |      30        9      236 |     8052     1319     13 |  3.333 % |
0.00/0.02	c |      2078 |      30        9      236 |     8857     2078     13 |  3.333 % |
0.00/0.04	c |      3217 |      30        9      236 |     9743     3217     13 |  3.333 % |
0.06/0.08	c |      4925 |      30        9      236 |    10717     4925     13 |  3.333 % |
0.09/0.15	c |      7488 |      30        9      236 |    11789     7488     13 |  3.333 % |
0.19/0.29	c |     11333 |      30        9      236 |    12968    11333     13 |  3.333 % |
0.49/0.55	c |     17101 |      30        9      236 |    14265    10607     13 |  3.333 % |
0.89/0.98	c |     25750 |      30        9      236 |    15692    12112     12 |  3.333 % |
1.79/1.82	c |     38724 |      30        9      236 |    17261     9375     13 |  3.333 % |
3.09/3.12	c |     58185 |      30        9      236 |    18987    11554     12 |  3.333 % |
5.29/5.32	c |     87377 |      30        9      236 |    20886    12237     12 |  3.333 % |
8.59/8.61	c |    131168 |      30        9      236 |    22974    14218     11 |  3.334 % |
13.69/13.74	c |    196853 |      30        9      236 |    25272    18668     11 |  3.334 % |
22.09/22.14	c |    295381 |      30        9      236 |    27799    16043     11 |  3.340 % |
34.89/34.92	c |    443170 |      30        9      236 |    30579    11827     12 |  3.437 % |
54.29/54.38	c |    664854 |      30        9      236 |    33637    18173     12 |  3.437 % |
88.01/88.05	c |    997379 |      29        9      236 |    37001    12821     12 |  6.559 % |
110.59/110.66	c ===============================================================================
110.59/110.66	c core #1
110.59/110.66	c 
110.59/110.66	c 
110.59/110.66	c Core size: 3	Core Weight: 2147483647	Total Weight: 2147483647
110.59/110.66	c Current CPU time: 108.625 s
110.59/110.66	c
110.59/110.66	s UNSATISFIABLE
110.59/110.66	c Total CPU time: 108.625 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-3461544-1307105671/watcher-3461544-1307105671 -o /tmp/evaluation-result-3461544-1307105671/solver-3461544-1307105671 -C 1800 -W 1900 -M 15500 wbo1.6 -file-format=opb -time-limit=1800 HOME/instance-3461544-1307105671.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.03 1.90 1.91 3/327 20297
/proc/meminfo: memFree=23800564/32951124 swapFree=67056304/67111528
[pid=20297] ppid=20295 vsize=2112 CPUtime=0 cores=1,3,5,7
/proc/20297/stat : 20297 (wbo1.6) R 20295 20297 18990 0 -1 4202496 316 0 0 0 0 0 0 0 25 0 1 0 900797714 2162688 268 33554432000 4194304 5714214 140733868828912 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20297/statm: 528 269 180 372 0 153 0

[startup+0.079134 s]
/proc/loadavg: 2.03 1.90 1.91 3/327 20297
/proc/meminfo: memFree=23800564/32951124 swapFree=67056304/67111528
[pid=20297] ppid=20295 vsize=2940 CPUtime=0.06 cores=1,3,5,7
/proc/20297/stat : 20297 (wbo1.6) R 20295 20297 18990 0 -1 4202496 532 0 0 0 6 0 0 0 25 0 1 0 900797714 3010560 484 33554432000 4194304 5714214 140733868828912 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20297/statm: 735 485 180 372 0 360 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2940

[startup+0.101132 s]
/proc/loadavg: 2.03 1.90 1.91 3/327 20297
/proc/meminfo: memFree=23800564/32951124 swapFree=67056304/67111528
[pid=20297] ppid=20295 vsize=3072 CPUtime=0.09 cores=1,3,5,7
/proc/20297/stat : 20297 (wbo1.6) R 20295 20297 18990 0 -1 4202496 579 0 0 0 9 0 0 0 25 0 1 0 900797714 3145728 531 33554432000 4194304 5714214 140733868828912 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20297/statm: 768 531 180 372 0 393 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3072

[startup+0.301096 s]
/proc/loadavg: 2.03 1.90 1.91 3/327 20297
/proc/meminfo: memFree=23800564/32951124 swapFree=67056304/67111528
[pid=20297] ppid=20295 vsize=4736 CPUtime=0.29 cores=1,3,5,7
/proc/20297/stat : 20297 (wbo1.6) R 20295 20297 18990 0 -1 4202496 955 0 0 0 28 1 0 0 25 0 1 0 900797714 4849664 907 33554432000 4194304 5714214 140733868828912 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20297/statm: 1184 907 180 372 0 809 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4736

[startup+0.701022 s]
/proc/loadavg: 2.03 1.90 1.91 3/327 20297
/proc/meminfo: memFree=23800564/32951124 swapFree=67056304/67111528
[pid=20297] ppid=20295 vsize=5960 CPUtime=0.69 cores=1,3,5,7
/proc/20297/stat : 20297 (wbo1.6) R 20295 20297 18990 0 -1 4202496 1252 0 0 0 66 3 0 0 25 0 1 0 900797714 6103040 1204 33554432000 4194304 5714214 140733868828912 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20297/statm: 1490 1204 180 372 0 1115 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5960

[startup+1.50087 s]
/proc/loadavg: 2.03 1.90 1.91 3/328 20298
/proc/meminfo: memFree=23794108/32951124 swapFree=67056304/67111528
[pid=20297] ppid=20295 vsize=7692 CPUtime=1.49 cores=1,3,5,7
/proc/20297/stat : 20297 (wbo1.6) R 20295 20297 18990 0 -1 4202496 1672 0 0 0 143 6 0 0 25 0 1 0 900797714 7876608 1624 33554432000 4194304 5714214 140733868828912 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20297/statm: 1923 1624 180 372 0 1548 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7692

[startup+3.10058 s]
/proc/loadavg: 2.03 1.90 1.91 3/328 20298
/proc/meminfo: memFree=23788404/32951124 swapFree=67056304/67111528
[pid=20297] ppid=20295 vsize=10648 CPUtime=3.09 cores=1,3,5,7
/proc/20297/stat : 20297 (wbo1.6) R 20295 20297 18990 0 -1 4202496 2414 0 0 0 299 10 0 0 25 0 1 0 900797714 10903552 2366 33554432000 4194304 5714214 140733868828912 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20297/statm: 2662 2366 180 372 0 2287 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10648

[startup+6.301 s]
/proc/loadavg: 2.02 1.90 1.91 3/328 20298
/proc/meminfo: memFree=23781372/32951124 swapFree=67056304/67111528
[pid=20297] ppid=20295 vsize=15536 CPUtime=6.29 cores=1,3,5,7
/proc/20297/stat : 20297 (wbo1.6) R 20295 20297 18990 0 -1 4202496 3602 0 0 0 614 15 0 0 25 0 1 0 900797714 15908864 3554 33554432000 4194304 5714214 140733868828912 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20297/statm: 3884 3554 180 372 0 3509 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15536

[startup+12.7008 s]
/proc/loadavg: 2.02 1.90 1.91 3/328 20298
/proc/meminfo: memFree=23765948/32951124 swapFree=67056304/67111528
[pid=20297] ppid=20295 vsize=24428 CPUtime=12.69 cores=1,3,5,7
/proc/20297/stat : 20297 (wbo1.6) R 20295 20297 18990 0 -1 4202496 5824 0 0 0 1240 29 0 0 25 0 1 0 900797714 25014272 5776 33554432000 4194304 5714214 140733868828912 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20297/statm: 6107 5776 180 372 0 5732 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24428

[startup+25.5005 s]
/proc/loadavg: 2.02 1.91 1.91 3/328 20299
/proc/meminfo: memFree=23739036/32951124 swapFree=67056304/67111528
[pid=20297] ppid=20295 vsize=40480 CPUtime=25.5 cores=1,3,5,7
/proc/20297/stat : 20297 (wbo1.6) R 20295 20297 18990 0 -1 4202496 9808 0 0 0 2494 56 0 0 25 0 1 0 900797714 41451520 9760 33554432000 4194304 5714214 140733868828912 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20297/statm: 10120 9760 180 372 0 9745 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 40480

[startup+51.1008 s]
/proc/loadavg: 2.01 1.91 1.91 3/328 20299
/proc/meminfo: memFree=23686192/32951124 swapFree=67056304/67111528
[pid=20297] ppid=20295 vsize=70644 CPUtime=51.09 cores=1,3,5,7
/proc/20297/stat : 20297 (wbo1.6) R 20295 20297 18990 0 -1 4202496 17284 0 0 0 5005 104 0 0 25 0 1 0 900797714 72339456 17236 33554432000 4194304 5714214 140733868828912 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20297/statm: 17661 17236 180 372 0 17286 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70644

[startup+102.312 s]
/proc/loadavg: 2.00 1.92 1.91 3/328 20301
/proc/meminfo: memFree=23585584/32951124 swapFree=67056304/67111528
[pid=20297] ppid=20295 vsize=123364 CPUtime=102.3 cores=1,3,5,7
/proc/20297/stat : 20297 (wbo1.6) R 20295 20297 18990 0 -1 4202496 30448 0 0 0 10042 188 0 0 25 0 1 0 900797714 126324736 30400 33554432000 4194304 5714214 140733868828912 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20297/statm: 30841 30400 180 372 0 30466 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 123364

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

[startup+105.501 s]
/proc/loadavg: 2.16 1.96 1.93 3/328 20301
/proc/meminfo: memFree=23579260/32951124 swapFree=67056304/67111528
[pid=20297] ppid=20295 vsize=126268 CPUtime=105.51 cores=1,3,5,7
/proc/20297/stat : 20297 (wbo1.6) R 20295 20297 18990 0 -1 4202496 31156 0 0 0 10356 195 0 0 25 0 1 0 900797714 129298432 31108 33554432000 4194304 5714214 140733868828912 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20297/statm: 31567 31108 180 372 0 31192 0
Current children cumulated CPU time (s) 105.51
Current children cumulated vsize (KiB) 126268

[startup+108.7 s]
/proc/loadavg: 2.15 1.96 1.93 3/328 20301
/proc/meminfo: memFree=23575168/32951124 swapFree=67056304/67111528
[pid=20297] ppid=20295 vsize=129304 CPUtime=108.69 cores=1,3,5,7
/proc/20297/stat : 20297 (wbo1.6) R 20295 20297 18990 0 -1 4202496 31905 0 0 0 10670 199 0 0 25 0 1 0 900797714 132407296 31857 33554432000 4194304 5714214 140733868828912 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20297/statm: 32326 31857 180 372 0 31951 0
Current children cumulated CPU time (s) 108.69
Current children cumulated vsize (KiB) 129304

[startup+109.501 s]
/proc/loadavg: 2.15 1.96 1.93 3/328 20301
/proc/meminfo: memFree=23572316/32951124 swapFree=67056304/67111528
[pid=20297] ppid=20295 vsize=130492 CPUtime=109.49 cores=1,3,5,7
/proc/20297/stat : 20297 (wbo1.6) R 20295 20297 18990 0 -1 4202496 32227 0 0 0 10747 202 0 0 25 0 1 0 900797714 133623808 32179 33554432000 4194304 5714214 140733868828912 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20297/statm: 32623 32179 180 372 0 32248 0
Current children cumulated CPU time (s) 109.49
Current children cumulated vsize (KiB) 130492

[startup+110.301 s]
/proc/loadavg: 2.15 1.96 1.93 3/328 20301
/proc/meminfo: memFree=23570704/32951124 swapFree=67056304/67111528
[pid=20297] ppid=20295 vsize=131152 CPUtime=110.29 cores=1,3,5,7
/proc/20297/stat : 20297 (wbo1.6) R 20295 20297 18990 0 -1 4202496 32387 0 0 0 10827 202 0 0 25 0 1 0 900797714 134299648 32339 33554432000 4194304 5714214 140733868828912 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20297/statm: 32788 32339 180 372 0 32413 0
Current children cumulated CPU time (s) 110.29
Current children cumulated vsize (KiB) 131152

[startup+110.501 s]
/proc/loadavg: 2.15 1.96 1.93 3/328 20301
/proc/meminfo: memFree=23570704/32951124 swapFree=67056304/67111528
[pid=20297] ppid=20295 vsize=131152 CPUtime=110.49 cores=1,3,5,7
/proc/20297/stat : 20297 (wbo1.6) R 20295 20297 18990 0 -1 4202496 32395 0 0 0 10846 203 0 0 25 0 1 0 900797714 134299648 32347 33554432000 4194304 5714214 140733868828912 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20297/statm: 32788 32347 180 372 0 32413 0
Current children cumulated CPU time (s) 110.49
Current children cumulated vsize (KiB) 131152

[startup+110.601 s]
/proc/loadavg: 2.15 1.96 1.93 3/328 20301
/proc/meminfo: memFree=23570704/32951124 swapFree=67056304/67111528
[pid=20297] ppid=20295 vsize=131152 CPUtime=110.59 cores=1,3,5,7
/proc/20297/stat : 20297 (wbo1.6) R 20295 20297 18990 0 -1 4202496 32395 0 0 0 10856 203 0 0 25 0 1 0 900797714 134299648 32347 33554432000 4194304 5714214 140733868828912 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20297/statm: 32788 32347 180 372 0 32413 0
Current children cumulated CPU time (s) 110.59
Current children cumulated vsize (KiB) 131152

Child status: 0
Real time (s): 110.672
CPU time (s): 110.673
CPU user time (s): 108.625
CPU system time (s): 2.04769
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 131152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 108.625
system time used= 2.04769
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32396
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= 5
involuntary context switches= 1300

runsolver used 0.32295 second user time and 0.78888 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-03 14:54:31
IDJOB=3461544
IDBENCH=2907
IDSOLVER=1953
FILE ID=node110/3461544-1307105671
RUNJOBID= node110-1307105356-20242
PBS_JOBID= 13497978
Free space on /tmp= 74008 MiB

SOLVER NAME= wbo 1.6
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_4.opb
COMMAND LINE= wbo1.6 -file-format=opb -time-limit=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3461544-1307105671/watcher-3461544-1307105671 -o /tmp/evaluation-result-3461544-1307105671/solver-3461544-1307105671 -C 1800 -W 1900 -M 15500  wbo1.6 -file-format=opb -time-limit=1800 HOME/instance-3461544-1307105671.opb

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

MD5SUM BENCH= 56022330ee2943e2696d570dbfee01d9
RANDOM SEED=2051594192

node110.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.830
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.66
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.830
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.830
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.76
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.830
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.830
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23800852 kB
Buffers:        286140 kB
Cached:        4577968 kB
SwapCached:       8652 kB
Active:        4327764 kB
Inactive:      4501272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23800852 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            4304 kB
Writeback:           0 kB
AnonPages:     3962608 kB
Mapped:          27980 kB
Slab:           229060 kB
PageTables:      27608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75964116 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= 74004 MiB
End job on node110 at 2011-06-03 14:56:22